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

Deprecated dependencies glob@7.2.3, inflight@1.0.6 #611

Closed
andersk opened this issue Aug 28, 2024 · 2 comments
Closed

Deprecated dependencies glob@7.2.3, inflight@1.0.6 #611

andersk opened this issue Aug 28, 2024 · 2 comments

Comments

@andersk
Copy link

andersk commented Aug 28, 2024

$ npm i tape
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
@ljharb
Copy link
Collaborator

ljharb commented Aug 28, 2024

Transitive deprecation warnings aren't actionable, npm shouldn't show them, and you should ignore them :-)

As for glob, we can't ever upgrade because glob 8 drops node versions tape supports. inflight comes with glob, and there's nothing I can do about that.

@ljharb ljharb closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2024
@Raynos

This comment was marked as off-topic.

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

3 participants