Skip to content

Commit 922faa3

Browse files
committed
fix(@angular/cli): add @angular/build package to update group list
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.
1 parent 4e923fa commit 922faa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"ng-update": {
4444
"migrations": "@schematics/angular/migrations/migration-collection.json",
4545
"packageGroup": {
46+
"@angular/build": "0.0.0-PLACEHOLDER",
4647
"@angular/cli": "0.0.0-PLACEHOLDER",
4748
"@angular/ssr": "0.0.0-PLACEHOLDER",
4849
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",

0 commit comments

Comments
 (0)