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

deprectaed npm warns #1443

Closed
dbauszus-glx opened this issue Aug 28, 2024 · 2 comments · Fixed by #1640
Closed

deprectaed npm warns #1443

dbauszus-glx opened this issue Aug 28, 2024 · 2 comments · Fixed by #1640
Assignees
Labels
Code Issues related to the code structure and performance. Security Ticket relates to either the authentication process, security headers, and or encryption.

Comments

@dbauszus-glx
Copy link
Member

npm install on a clone of the main branch throws a couple orf warning in regards to deprecated npm dependencies.

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]: This package is no longer supported.
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated [email protected]: This package is no longer supported.
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: This package is no longer supported.
@dbauszus-glx dbauszus-glx added the Code Issues related to the code structure and performance. label Aug 28, 2024
@dbauszus-glx dbauszus-glx self-assigned this Sep 4, 2024
@dbauszus-glx
Copy link
Member Author

dbauszus-glx commented Sep 4, 2024

There isn't too much we can do about this. We require bcrypt and are on the latest version.

The dependency tree is as follows:

bcrypt > @mapbox/node-pre-gyp > rimraf > glob > inflight

kelektiv/node.bcrypt.js#1038

https://www.npmjs.com/package/@mapbox/node-pre-gyp

A similar dependency tree exists for eslint which we should update to v9.9.1 [current] from v8.29.0 which is set in the package.json

eslint > file-entry-cache > flat-cache > rimraf > glob > inflight

There is a dependency dashboard for eslint. eslint/eslint#17733

@RobAndrewHurst RobAndrewHurst linked a pull request Oct 31, 2024 that will close this issue
@RobAndrewHurst RobAndrewHurst added the Security Ticket relates to either the authentication process, security headers, and or encryption. label Oct 31, 2024
@dbauszus-glx
Copy link
Member Author

ESLint has been updated and does no longer require the deprecated dependencies.

BCrypt should be removed. I created a separate issue in this regard. #1650

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Issues related to the code structure and performance. Security Ticket relates to either the authentication process, security headers, and or encryption.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants