Open
Description
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: withastro/astro#9935
Activity
JasonTame commentedon Feb 2, 2024
Minor correction - it's
minimatch
that is outdated with the current version ofglob
, notmicromatch
glob@10.3.10
andpicomatch@3.0.1
#390styfle commentedon Feb 2, 2024
I started a PR here but looks like Windows is failing since
glob
has changed from backslash to forward slashglob@10.3.10
andpicomatch@3.0.1
#390If someone who has windows wants to fix it, feel free.
anviksuteiriy commentedon Sep 11, 2024
Hey, any update on this since there is a warning of memory leak reported for this version glob --> inflight ?
benmccann commentedon Dec 9, 2024
It might be a good opportunity to switch glob libraries
https://npmgraph.js.org/?q=glob - 26 dependencies
https://npmgraph.js.org/?q=tinyglobby - 2 dependencies