Skip to content
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

[Feature Request] Upgrade glob to latest version #1747

Closed
alyoung1621 opened this issue Jun 11, 2024 · 2 comments
Closed

[Feature Request] Upgrade glob to latest version #1747

alyoung1621 opened this issue Jun 11, 2024 · 2 comments

Comments

@alyoung1621
Copy link

When installing this package, I receive the following NPM warnings:

npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported.

I believe the root issue is the glob version, which is deprecated, and uses inflight, which is also deprecated. Therefore, I would like to request updating the glob version to the latest/supported version. Thank you.

@mjeanroy
Copy link
Owner

Hi @alyoung1621,
Glob usage will be removed (see PR), I'll close this issue once the new version is publihed on npm.

@mjeanroy
Copy link
Owner

Version 3.5.0 does not depend on glob anymore, which should solve this issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants