-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[Bug]: npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. #15236
Comments
Same warning on my dependency tree:
Should switch to |
Duplicate of #15173 ? (maybe not exactly) |
Unfortunately |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Issue still exists in |
+1 |
+1 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Issue still exists in |
Same issue here, is anyone working on this? |
Are there any workaround or alternatives for this? |
As a workaround for this specific issue in Let's keep this issue focused on |
Version
30.0.0-alpha.5
Steps to reproduce
Starting with an empty project, do the following:
npm install jest@next
Expected behavior
No deprecation warnings.
Actual behavior
Additional context
The dependencies come in via
babel-plugin-istanbul
. See istanbuljs/babel-plugin-istanbul#294 and istanbuljs/babel-plugin-istanbul#295.Note this is not the same as the direct dependencies fixed by #14509.
Environment
System: OS: Linux 6.9 Debian GNU/Linux trixie/sid CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz Binaries: Node: 20.16.0 - /usr/bin/node Yarn: 1.22.22 - /usr/local/bin/yarn npm: 10.8.1 - /usr/bin/npm pnpm: 9.6.0 - /usr/local/bin/pnpm npmPackages: jest: ^30.0.0-alpha.5 => 30.0.0-alpha.5
The text was updated successfully, but these errors were encountered: