Skip to content

ava has production transitive dependencies on deprecated modules #3375

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

Closed
mdouglass opened this issue Apr 9, 2025 · 0 comments · Fixed by #3377
Closed

ava has production transitive dependencies on deprecated modules #3375

mdouglass opened this issue Apr 9, 2025 · 0 comments · Fixed by #3377

Comments

@mdouglass
Copy link
Contributor

$ npm install --omit=dev ava
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 npmlog@5.0.1: This package is no longer supported.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated gauge@3.0.2: This package is no longer supported.

These dependencies are all coming by way of @vercel/nft which has a newer release that updates the transitive dependencies. I will open a PR shortly that updates @vercel/nft to fix this.

mdouglass added a commit to mdouglass/ava that referenced this issue Apr 9, 2025
This fixes the issue with the previous version of @vercel/nft bringing
in a bunch of deprecated transitive dependencies.

fixes avajs#3375
@novemberborn novemberborn linked a pull request Apr 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant