dbos-inc / dbos-transact

The Transactional TypeScript Framework
https://docs.dbos.dev
MIT License
278 stars 19 forks source link

NPM deprecation warnings #514

Open devhawk opened 3 weeks ago

devhawk commented 3 weeks ago
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:

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 commented 3 weeks ago

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. https://github.com/jestjs/jest/issues/15087