npm-check-updates 16.3.0
Feature
- Added workspace support! 🚢
Upgrade all workspaces:
ncu --workspaces
ncu -ws
Upgrade a single workspace:
ncu --workspace a
ncu -w a
Upgrade more than one workspace:
ncu --workspace a --workspace b
ncu -w a -w b
Upgrade all workspaces AND the root project:
ncu --workspaces --root
Upgrade a single workspace AND the root project:
ncu --workspace a --root
Notes
- If
workspacesor--workspaceis run in--interactivemode, ncu will prompt tonpm installonce in the root project rather than separately in each workspace (#1182). - Running
--deepwill not trigger workspace support.