Skip to content

update @vercel/nft to 0.29.2 #3376

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
wants to merge 1 commit into from
Closed

Conversation

mdouglass
Copy link

This fixes the issue with the previous version of @vercel/nft bringing in a bunch of deprecated transitive dependencies.

fixes #3375

This fixes the issue with the previous version of @vercel/nft bringing
in a bunch of deprecated transitive dependencies.

fixes avajs#3375
@mdouglass
Copy link
Author

~/projects/ava $ npm install --omit=dev

added 184 packages, and audited 185 packages in 797ms

49 packages are looking for funding
  run `npm fund` for details

1 high severity vulnerability

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

@mdouglass
Copy link
Author

I reviewed the vft changelog at https://github.com/vercel/nft/releases and did not find any blocking issues. The primary potentially incompatible change was upping their min-node version to v18, but ava already requires that.

@novemberborn
Copy link
Member

Thanks @mdouglass. I typically roll up all dependency updates into a single PR, which I've now done at #3377.

@mdouglass
Copy link
Author

Excellent, thank you!

@mdouglass mdouglass deleted the fix/deps branch April 14, 2025 13:01
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

Successfully merging this pull request may close these issues.

ava has production transitive dependencies on deprecated modules
2 participants