thecodrr / fdir

⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
https://thecodrr.github.io/fdir/
MIT License
1.51k stars 58 forks source link

feat: add support for picomatch v4 #101

Closed SuperchupuDev closed 3 months ago

SuperchupuDev commented 3 months ago

didn't drop picomatch v3 to avoid breaking changes

fixes #96

SuperchupuDev commented 3 months ago

cc @thecodrr looking at picomatch's release notes it doesn't look like there's any breaking change requiring a change in fdir's code

SuperchupuDev commented 3 months ago

@thecodrr can we get a release for this anytime soon? there are some packages (like tsup's latest version) that updated to picomatch v4 while using fdir which breaks npm installing

thecodrr commented 3 months ago

@SuperchupuDev done