-
Notifications
You must be signed in to change notification settings - Fork 96
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
High number of deprecations / vulnerabilities for devDependencies #394
Comments
The question is, if devDependencies can do any harm in "production" releases. Personally I follow the concept of avoiding everything that can be "easily" avoided, because someone out there is for sure clever enough to exploit such vulnerabilities. What could happen is for example written down in a StackExchange question. But this is only my personal position. Of course vulnerability warnings are just 'hints' from npm audit and not the same as deprecation warnings, where the owner of a package send us a kind of "please migrate to another package" message. |
@MikeMcC399 I do not want to give the wrong impression: it is not my intention to criticize every argument that differs from my personal opinion 😄. Even if it looks different, I like hearing arguments from other developers. I do know that others can be right too :-). Of course I could also live with vulnerabilities in devDependencies. |
I think there is some misunderstanding. My wish / request is that there are no deprecations or vulnerabilities reported when cloning the repository and installing dependencies. That was the intention of posting this issue. I did not however look at the feasibility of achieving this goal. |
npm audit currently shows
and there was no response to this issue from the maintainer so far or to the PR |
Issue
Cloning and installing dependencies results in a high number of deprecation warnings and vulnerability warnings
These deprecation warnings do not affect the regular use of the published npm package start-server-and-test as an npm package. (For instance
npm install start-server-and-test
currently results in no deprecation warnings.) They are only relevant for development and CI testing.Steps to reproduce
Ubuntu
24.04.1
LTS, Node.js22.11.0
LTSgit clone https://github.com/bahmutov/start-server-and-test cd start-server-and-test npm ci
Logs
The text was updated successfully, but these errors were encountered: