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

NPM deprecation warnings #514

Open
devhawk opened this issue Jun 14, 2024 · 1 comment
Open

NPM deprecation warnings #514

devhawk opened this issue Jun 14, 2024 · 1 comment

Comments

@devhawk
Copy link
Collaborator

devhawk commented Jun 14, 2024

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 glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported

running npm ls on glob and inflight, it appears that:

  • glob@8.1.0 is used by ts-json-schema-generator@1.5.1.
  • glob@7.2.3 is used by jest@29.7.0
  • inflight@1.0.6 is used by both glob@7.2.3 and glob@8.1.0

We'll be updating ts-json-schema-generator to the 2.x branch when TS 5.5 ships. Is there a later version of jest we can update to?

@kraftp
Copy link
Contributor

kraftp commented Jun 14, 2024

No, there's not. As far as I can tell this is an issue for all users of Jest until Jest releases its next version. jestjs/jest#15087

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

No branches or pull requests

2 participants