Keeping packages up-to-date
Yarn was quick to implement several features and performed better than npm. One of the nicer things is yarn upgrade-interactive --latest
which gives an interactive CLI workflow to upgrade packages.
One thing I miss in yarn is upgrade-interactive —latest. NPM fortunately has a good alternative.
npx npm-check-updates -i
Pnpm also has an interactive upgrade workflow
pnpm update --interactive --latest