Skip to content

Commit

Permalink
fix(@angular/cli): add @angular/build package to update group list
Browse files Browse the repository at this point in the history
The ng update package group list now contains the newly introduced
`@angular/build` package which contains the esbuild/Vite-based
build system. The group list ensures that all relevant direct
project dependencies are update as group when `@angular/cli` itself
is updated.
  • Loading branch information
clydin committed May 1, 2024
1 parent 4e923fa commit 15ab902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"ng-update": {
"migrations": "@schematics/angular/migrations/migration-collection.json",
"packageGroup": {
"@angular/build": "0.0.0-PLACEHOLDER",
"@angular/cli": "0.0.0-PLACEHOLDER",
"@angular/ssr": "0.0.0-PLACEHOLDER",
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
Expand Down

0 comments on commit 15ab902

Please sign in to comment.