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

ava has production transitive dependencies on deprecated modules #3375

Open
mdouglass opened this issue Apr 9, 2025 · 0 comments · May be fixed by #3376
Open

ava has production transitive dependencies on deprecated modules #3375

mdouglass opened this issue Apr 9, 2025 · 0 comments · May be fixed by #3376

Comments

@mdouglass
Copy link

$ npm install --omit=dev ava
npm warn deprecated [email protected]: 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 [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: 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
@mdouglass mdouglass linked a pull request Apr 9, 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