Pattern: ./*
String: ./source
Options: { dots: true }
Matches with 6.2.0, but stop matching after upgrading to 7.0.0
I have checked change log:
https://github.com/isaacs/minimatch/blob/main/changelog.md
but it does not mention any backward-incompatible changes related to single dot "."
Could you fix it if it is a bug?
And if it is expected, add some kind of migration instructions?
Thx for useful package.