Skip to content

Commit df4dde9

Browse files
committedMay 1, 2024·
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. (cherry picked from commit 15ab902)
1 parent 75b5023 commit df4dde9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎packages/angular/cli/package.json

+1
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)
Please sign in to comment.