You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(@angular/cli): remove deprecated --all option from ng update
BREAKING CHANGE:
`--all` option from `ng update` has been removed without replacement. To update packages which don’t provide `ng update` capabilities in your workspace `package.json` use `npm update`, `yarn upgrade-interactive` or `yarn upgrade` instead.
|`--all`|`boolean`| If true, implies that all dependencies should be updated. Defaults is false, using dependencies from the command line instead. |
18
17
|`--force`|`boolean`| If true, skip the verification step and perform the update even if some peer dependencies would be invalidated. Peer dependencies errors will still be shown as warning. Defaults to false. |
19
18
|`--next`|`boolean`| If true, allows version discovery to include Beta and RC. Defaults to false. |
20
19
|`--migrate-only`|`boolean`| If true, don't change the `package.json` file, only apply migration scripts. |
0 commit comments