Skip to content

v16.3.0

Compare
Choose a tag to compare
@raineorshine raineorshine released this 23 Sep 17:22
· 539 commits to main since this release

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 workspaces or --workspace is run in --interactive mode, ncu will prompt to npm install once in the root project rather than separately in each workspace (#1182).
  • Running --deep will not trigger workspace support.