Skip to content

[feature request]: builtin interactive updates from package managers #22

@felixicaza

Description

@felixicaza

Hello @lirantal!

I'd like to make a suggestion regarding section: 6: Avoid blind npm package upgrades. While the npm-check-updates package is a great tool, I recommend promoting the builtin features offered by package managers. In many cases, when managing dependency updates interactively, it may be preferable to avoid installing external tools in order to reduce attack vectors.

Examples of interactive update commands:

PNPM:

pnpm update --interactive

Reference: https://pnpm.io/cli/update#--interactive--i

Yarn:

yarn upgrade-interactive

Reference: https://yarnpkg.com/cli/upgrade-interactive

Bun:

bun update --interactive

Reference: https://bun.com/docs/pm/cli/update#interactive

What do you think?


Thank you for this amazing repository.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions