Tijmen - Software.

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. Yarn Upgrade Interactive

One thing I miss in yarn is upgrade-interactive —latest. NPM fortunately has a good alternative. npx npm-check-updates -i NPM Check Updates

Pnpm also has an interactive upgrade workflow pnpm update --interactive --latest Pnpm Update Interactive