-
Notifications
You must be signed in to change notification settings - Fork 262
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 in @mapbox/node-pre-gyp #881
Comments
These deprecated dependencies are triggering Snyk warnings in our enterprise. Given that |
This seems to have been an issue since around July (#877), and I've been noticing it myself for quite a few months. @mapbox/node-pre-gyp is also a subdependency of @vercel/nft so it's presumably affecting a good amount of Vercel users. In my case using @sveltejs/adapter-vercel is causing it, as it has a dependency on the nft package. Surprising it's been like this for so long. |
And also @vercel/nft is a dependency of nitropack which is itself a dependency of nuxt, so pretty much 50% of the npm ecosystem is affected They seem to have addressed them already but haven't published a release yet |
Do we have any solution? @cclauss |
can you help us @lukekarrys? |
I hope this issue gets solved, it's spamming the console with warning messages when my package is installed. |
What is the status of this? |
+1 Thank you! 🍻 |
I believe this should be fixed in 2.0.0-rc.0. |
Looks like the deprication warnings are gone with 2.0.0-rc.0. Thank you! |
Description
I noticed that
@mapbox/[email protected]
introduces deprecated dependencies:[email protected]
[email protected]
[email protected]
[email protected]
glob @7.2.3
Could you please consider updating
npmlog
rimraf
and addressing these deprecated dependencies?Steps to reproduce
@mapbox/node-pre-gyp
pnpm install
Dependency chain:
The text was updated successfully, but these errors were encountered: