Skip to content

Deprecation warnings for inflight and glob #177

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

Open
glitchymosh opened this issue Apr 3, 2025 · 1 comment
Open

Deprecation warnings for inflight and glob #177

glitchymosh opened this issue Apr 3, 2025 · 1 comment

Comments

@glitchymosh
Copy link

Hi! While installing moonwave, I encountered these deprecation warnings. Especially concerned about the first one which warns about a certain library having a memory leak.

PowerShell 7.5.0
PS C:\Users\arythmitical> npm i -g moonwave
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
@YetAnotherClown
Copy link
Collaborator

Both inflight and glob are dependencies of a dependency, and these deprecation warnings can be fixed for the CLI if we bump the version of gh-pages. I previously bumped the version for gh-pages, and ran into some breaking issues that I had not yet resolved. I'll revisit it sometime, but I wouldn't be concerned with these deprecation warnings, it shouldn't affect your live site in any way.

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