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

Fix deprecated dependencies #3940

Open
5e-Cleric opened this issue Dec 7, 2024 · 1 comment
Open

Fix deprecated dependencies #3940

5e-Cleric opened this issue Dec 7, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@5e-Cleric
Copy link
Member

5e-Cleric commented Dec 7, 2024

The following dependencies are deprecated, we should update that:

npm warn deprecated [email protected]: 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 [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm warn deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm warn deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm warn deprecated [email protected]: The dedent package is maintained again, so this one isn't necessary anymore. Please use dedent again. All features from this package should now be included.

@5e-Cleric 5e-Cleric added the dependencies Pull requests that update a dependency file label Dec 7, 2024
@calculuschild
Copy link
Member

calculuschild commented Dec 7, 2024

Most of these we do not use directly, but are dependencies of our other dependencies. We would need to ask them to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants