-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump glob to latest version #37
Comments
we need to update to v9 at least |
I really don't like this because the new glob versions are way too bloated: https://packagephobia.com/result?p=glob%407.2.3%2Cglob%409.3.5%2Cglob%4011.0.0 Also, they potentially contain breaking changes plus the same update should be made in any other dependents packages that use glob. |
v9 it seems that no break change. |
Bloated package vs potential leaked memory. Maybe have 9.0.3 use glob >= v9 and then cut a new major version that only supports node >= 22 where glob support is baked. In the meantime npm users can override: "overrides": {
"module-lookup-amd": {
"glob": "^9.0.0"
}
} |
bump glob to latest version
can you please upgrade glob to leatest version? 7.2.x is too old.
The text was updated successfully, but these errors were encountered: