-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed as not planned
Labels
area: @angular/clifeatureIssue that requests a new featureIssue that requests a new featurefeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authorsng update DX
Milestone
Description
🚀 Feature request
Command (mark with an x
)
- update
Description
$ ng update --all
'--all' functionality has been removed as updating multiple packages at once is not recommended.
To update packages which don’t provide 'ng update' capabilities in your workspace 'package.json' use 'npm update' instead.
Run the package manager update command after updating packages which provide 'ng update' capabilities.
Describe the solution you'd like
Bring back --all
… maybe with a -f
/--force
so the warning can remain.
Describe alternatives you've considered
ng update --force $(jq -r '.dependencies * .devDependencies | keys | map(select(startswith("@angular"))) | @tsv' package.json)
(then run: ncu
-ux '/typescript|rxjs/'
)
sandrooco, amariq, Sergiobop and dinbtechit
Metadata
Metadata
Assignees
Labels
area: @angular/clifeatureIssue that requests a new featureIssue that requests a new featurefeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authorsng update DX