npm-check-updates
npm-check-updates copied to clipboard
Suggestion: Add `packageManager` to the default value of `--dep`
- [x] I have searched for similar issues
- [x] I am using the latest version of
npm-check-updates
- [x] I am using
node >= 14.14
Currently, ncu -u
will not upgrade the packageManager
field. We have to run ncu -u --dep prod,dev,optional,packageManager
. It's too tedious and I will easily forget the value of --dep
.
Please add packageManager
to the default value of --dep
🙏.
Seems reasonable. Thanks for the suggestion.
Published in v17.0.0
Thanks for your work!