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 CLI command that lists all deprecations #17

Open
ericcornelissen opened this issue Oct 31, 2024 · 1 comment
Open

npm CLI command that lists all deprecations #17

ericcornelissen opened this issue Oct 31, 2024 · 1 comment
Labels
pending This cannot be worked on yet

Comments

@ericcornelissen
Copy link
Owner

Relates to #9 but the npm CLI should also add a command that outputs the current deprecations. Currently we (re-)install all dependencies and see what deprecation warnings that gives. The actual installation is unnecessary and the re-installation a potentially unexpected side-effect of running depreman. If there was an npm CLI command like npm audit that lists the deprecations, that would be better.

@ericcornelissen
Copy link
Owner Author

A command like this (npm deprecated) is being suggested in npm/cli#7633 and seems to have support from the npm maintainers.

@ericcornelissen ericcornelissen added the pending This cannot be worked on yet label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending This cannot be worked on yet
Projects
None yet
Development

No branches or pull requests

1 participant