From df4dde95daa12d5b08b3c4e937f4b4048d645254 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:25:18 -0400 Subject: [PATCH] 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 15ab9020b333e93570a5f6ac07c3d874c0868b2b) --- packages/angular/cli/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/angular/cli/package.json b/packages/angular/cli/package.json index 6f3c6d2eef06..c2d1cc6b4b10 100644 --- a/packages/angular/cli/package.json +++ b/packages/angular/cli/package.json @@ -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",