vercel / nft

Node.js dependency tracing utility
https://npmjs.com/@vercel/nft
MIT License
1.31k stars 136 forks source link

Upgrade the version of `glob` #389

Open ematipico opened 8 months ago

ematipico commented 8 months ago

The current version of glob uses an outdated - very outdated - version of minimatch. That version of micromatch is CommonJS only and it breaks production code when deployed to serverless function.

For more reading: https://github.com/withastro/astro/issues/9935

JasonTame commented 8 months ago

Minor correction - it's minimatch that is outdated with the current version of glob, not micromatch

styfle commented 8 months ago

I started a PR here but looks like Windows is failing since glob has changed from backslash to forward slash

If someone who has windows wants to fix it, feel free.

anviksuteiriy commented 3 weeks ago

Hey, any update on this since there is a warning of memory leak reported for this version glob --> inflight ?

Screenshot from 2024-09-11 12-17-34