From 29c3480d501a2845e0bbdb4843b6df8128dbd359 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 13 Aug 2025 14:12:30 +0000 Subject: [PATCH 01/19] 406cfa6 release: cut the v20.2.0-rc.0 release --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f804c6c4..b21ea8df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-next.3+sha-b017f84", + "version": "20.2.0-rc.0+sha-406cfa6", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b017f84", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#406cfa6", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#b017f84", + "@angular/ssr": "github:angular/angular-ssr-builds#406cfa6", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index a1387ce6..3e7872fe 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-next.3+sha-b017f84'; +const VERSION = '20.2.0-rc.0+sha-406cfa6'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index a3c2b105..bf27178b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 14:07:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 13 2025 14:12:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 78e5b2f04c9e668a07e783ae43e133bf10777fb3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 13 Aug 2025 14:57:39 +0000 Subject: [PATCH 02/19] 8ba6b0b fix(@angular/cli): use correct path for MCP get_best_practices tool --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b21ea8df..ef401015 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-406cfa6", + "version": "20.2.0-rc.0+sha-8ba6b0b", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#406cfa6", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8ba6b0b", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#406cfa6", + "@angular/ssr": "github:angular/angular-ssr-builds#8ba6b0b", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 3e7872fe..91b2c896 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-406cfa6'; +const VERSION = '20.2.0-rc.0+sha-8ba6b0b'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index bf27178b..31ad5fcb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 14:12:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 13 2025 14:57:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c398d9bc66f7af1dfea375c262eca22a2e982f1f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 08:25:06 +0000 Subject: [PATCH 03/19] b105b4d build: update dependency @inquirer/prompts to v7.8.2 --- package.json | 6 +++--- src/typings.d.ts | 7 ------- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index ef401015..5c3ff4be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-8ba6b0b", + "version": "20.2.0-rc.0+sha-b105b4d", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8ba6b0b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b105b4d", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#8ba6b0b", + "@angular/ssr": "github:angular/angular-ssr-builds#b105b4d", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/typings.d.ts b/src/typings.d.ts index 6296581d..a219622d 100644 --- a/src/typings.d.ts +++ b/src/typings.d.ts @@ -17,10 +17,3 @@ declare module 'esbuild' { export * from 'esbuild-wasm'; } - -/** - * Augment the Node.js module builtin types to support the v22.8+ compile cache functions - */ -declare module 'node:module' { - function getCompileCacheDir(): string | undefined; -} diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 91b2c896..e0b13935 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-8ba6b0b'; +const VERSION = '20.2.0-rc.0+sha-b105b4d'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 31ad5fcb..deab2a30 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 14:57:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 08:25:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c664366f29b90a345982369558e340daef9ffe99 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 10:58:41 +0000 Subject: [PATCH 04/19] 201d433 ci: re-enable windows CI --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c3ff4be..c360ab5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-b105b4d", + "version": "20.2.0-rc.0+sha-201d433", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b105b4d", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#201d433", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#b105b4d", + "@angular/ssr": "github:angular/angular-ssr-builds#201d433", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index e0b13935..36c441c0 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-b105b4d'; +const VERSION = '20.2.0-rc.0+sha-201d433'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index deab2a30..e9d18356 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 08:25:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 10:58:41 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e0c7f8fa76f548605c2087ac918f70008c6c344d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 12:08:49 +0000 Subject: [PATCH 05/19] 6fe1125 refactor: await `silentNpm` --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c360ab5d..77a80cd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-201d433", + "version": "20.2.0-rc.0+sha-6fe1125", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#201d433", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6fe1125", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#201d433", + "@angular/ssr": "github:angular/angular-ssr-builds#6fe1125", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 36c441c0..fd41fabe 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-201d433'; +const VERSION = '20.2.0-rc.0+sha-6fe1125'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index e9d18356..77834bec 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 10:58:41 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 12:08:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2b4d4d19481db71a039af74cfb37a98f55eeb8d7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 12:23:05 +0000 Subject: [PATCH 06/19] 3482633 build: update `dev-infra` action SHA --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 77a80cd4..f8f1ad1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-6fe1125", + "version": "20.2.0-rc.0+sha-3482633", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6fe1125", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3482633", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#6fe1125", + "@angular/ssr": "github:angular/angular-ssr-builds#3482633", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index fd41fabe..d3662f4d 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-6fe1125'; +const VERSION = '20.2.0-rc.0+sha-3482633'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 77834bec..d80ec1da 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 12:08:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 12:23:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d7dd6dfb87ddff82bba63cb7a7b00c37182c9390 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 13:55:36 +0000 Subject: [PATCH 07/19] 9d7fb47 build: add retry-delay for `accept4 failed 110` --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f8f1ad1e..c6b141f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-3482633", + "version": "20.2.0-rc.0+sha-9d7fb47", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3482633", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9d7fb47", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#3482633", + "@angular/ssr": "github:angular/angular-ssr-builds#9d7fb47", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index d3662f4d..d7b5347c 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-3482633'; +const VERSION = '20.2.0-rc.0+sha-9d7fb47'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index d80ec1da..0a24b798 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 12:23:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 13:55:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 83c2845f0e71c4ad8b934870194c141370316c28 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 16:28:22 +0000 Subject: [PATCH 08/19] ccdbf29 refactor: delete protractor tests --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c6b141f7..a5f4a237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-9d7fb47", + "version": "20.2.0-rc.0+sha-ccdbf29", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9d7fb47", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ccdbf29", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#9d7fb47", + "@angular/ssr": "github:angular/angular-ssr-builds#ccdbf29", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index d7b5347c..81edb863 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-9d7fb47'; +const VERSION = '20.2.0-rc.0+sha-ccdbf29'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 0a24b798..e1bd0403 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 13:55:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 16:28:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 93d47ff230039bcdce6a3e8dece2eb0beda00c7f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 18:27:50 +0000 Subject: [PATCH 09/19] 474e928 refactor: delete basic e2e test --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a5f4a237..19d1886f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-ccdbf29", + "version": "20.2.0-rc.0+sha-474e928", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ccdbf29", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#474e928", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#ccdbf29", + "@angular/ssr": "github:angular/angular-ssr-builds#474e928", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 81edb863..edf48533 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-ccdbf29'; +const VERSION = '20.2.0-rc.0+sha-474e928'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index e1bd0403..5f3e613f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 16:28:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 18:27:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7574080626aa617b082c4c32a689bb1d6cc2fbe4 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 07:14:51 +0000 Subject: [PATCH 10/19] 6a79f9a fix(@schematics/angular): zoneless is now stable --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 19d1886f..9381f856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-474e928", + "version": "20.2.0-rc.0+sha-6a79f9a", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#474e928", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6a79f9a", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#474e928", + "@angular/ssr": "github:angular/angular-ssr-builds#6a79f9a", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index edf48533..11deb4d2 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-474e928'; +const VERSION = '20.2.0-rc.0+sha-6a79f9a'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 5f3e613f..9e3999a8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 18:27:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 07:14:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4c68cadee0650b685b7066c320a3a03f016b998b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 07:39:49 +0000 Subject: [PATCH 11/19] 0363219 release: cut the v20.2.0-rc.1 release --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9381f856..8558c868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.0+sha-6a79f9a", + "version": "20.2.0-rc.1+sha-0363219", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6a79f9a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0363219", "@babel/core": "7.28.0", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#6a79f9a", + "@angular/ssr": "github:angular/angular-ssr-builds#0363219", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 11deb4d2..8b844c46 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.0+sha-6a79f9a'; +const VERSION = '20.2.0-rc.1+sha-0363219'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 9e3999a8..7f7361af 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 07:14:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 07:39:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a2ba949771f52c02e93d033cd5e4cd9a950de3cc Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 08:05:39 +0000 Subject: [PATCH 12/19] 9bab9b5 build: update all non-major dependencies --- package.json | 8 ++++---- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8558c868..2628d6f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.1+sha-0363219", + "version": "20.2.0-rc.1+sha-9bab9b5", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,8 +23,8 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0363219", - "@babel/core": "7.28.0", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9bab9b5", + "@babel/core": "7.28.3", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", "@inquirer/confirm": "5.1.14", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#0363219", + "@angular/ssr": "github:angular/angular-ssr-builds#9bab9b5", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 8b844c46..9d69864b 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.1+sha-0363219'; +const VERSION = '20.2.0-rc.1+sha-9bab9b5'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 7f7361af..3466d42b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 07:39:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 08:05:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4957ee76b6b42153863d3dc993cd2eaeb47d05db Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 14:40:20 +0000 Subject: [PATCH 13/19] d5b0c8c build: reduce batch size to try to reduce flakiness --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2628d6f8..4ed83ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.1+sha-9bab9b5", + "version": "20.2.0-rc.1+sha-d5b0c8c", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9bab9b5", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d5b0c8c", "@babel/core": "7.28.3", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#9bab9b5", + "@angular/ssr": "github:angular/angular-ssr-builds#d5b0c8c", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 9d69864b..7f37a2f6 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.1+sha-9bab9b5'; +const VERSION = '20.2.0-rc.1+sha-d5b0c8c'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 3466d42b..d4ccfef4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 08:05:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 14:40:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 44778b480e8904e26a53450f482b2a01fc294a13 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 16:14:41 +0000 Subject: [PATCH 14/19] c43504d fix(@angular-devkit/schematics): address Node.js deprecation DEP0190 --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ed83ddd..f051bced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.1+sha-d5b0c8c", + "version": "20.2.0-rc.1+sha-c43504d", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d5b0c8c", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c43504d", "@babel/core": "7.28.3", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#d5b0c8c", + "@angular/ssr": "github:angular/angular-ssr-builds#c43504d", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 7f37a2f6..ef415992 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.1+sha-d5b0c8c'; +const VERSION = '20.2.0-rc.1+sha-c43504d'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index d4ccfef4..82b7878e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 14:40:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 16:14:41 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 01424104ceb787d3ea33ad53ffcdec3c8d8a2e20 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 17:03:34 +0000 Subject: [PATCH 15/19] a3b25f6 fix(@angular/cli): add choices to command line parser when type is array and has an enum --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f051bced..3bb9f5e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.1+sha-c43504d", + "version": "20.2.0-rc.1+sha-a3b25f6", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c43504d", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a3b25f6", "@babel/core": "7.28.3", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#c43504d", + "@angular/ssr": "github:angular/angular-ssr-builds#a3b25f6", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index ef415992..648699f4 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.1+sha-c43504d'; +const VERSION = '20.2.0-rc.1+sha-a3b25f6'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 82b7878e..a3263d18 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 16:14:41 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 17:03:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7a1958969c48c56b5c16023fc26d6f3aa52a29b8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 18:16:29 +0000 Subject: [PATCH 16/19] 8abe5cd refactor(@angular/cli): improve analytics handling --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3bb9f5e0..d2946af5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.1+sha-a3b25f6", + "version": "20.2.0-rc.1+sha-8abe5cd", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a3b25f6", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8abe5cd", "@babel/core": "7.28.3", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#a3b25f6", + "@angular/ssr": "github:angular/angular-ssr-builds#8abe5cd", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 648699f4..270c35d7 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.1+sha-a3b25f6'; +const VERSION = '20.2.0-rc.1+sha-8abe5cd'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index a3263d18..c776336a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 17:03:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 18:16:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 38876334379e4189f63ea9a37bef6a988fdb8774 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 18 Aug 2025 16:39:47 +0000 Subject: [PATCH 17/19] 4ee6f32 fix(@angular/cli): apply default to array types --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2946af5..a74da82f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.1+sha-8abe5cd", + "version": "20.2.0-rc.1+sha-4ee6f32", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8abe5cd", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4ee6f32", "@babel/core": "7.28.3", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#8abe5cd", + "@angular/ssr": "github:angular/angular-ssr-builds#4ee6f32", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 270c35d7..b2abeb65 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.1+sha-8abe5cd'; +const VERSION = '20.2.0-rc.1+sha-4ee6f32'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index c776336a..81fbe213 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 18:16:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Aug 18 2025 16:39:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e770643c1a474f71a9d3fa99aacab07f554f173d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 19 Aug 2025 15:43:16 +0000 Subject: [PATCH 18/19] ff719d2 build: add missing `@angular/create` package.json to `npm_translate_lock` data --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a74da82f..289917ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.1+sha-4ee6f32", + "version": "20.2.0-rc.1+sha-ff719d2", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4ee6f32", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ff719d2", "@babel/core": "7.28.3", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#4ee6f32", + "@angular/ssr": "github:angular/angular-ssr-builds#ff719d2", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index b2abeb65..0984697e 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.1+sha-4ee6f32'; +const VERSION = '20.2.0-rc.1+sha-ff719d2'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 81fbe213..9678cb89 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Aug 18 2025 16:39:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 19 2025 15:43:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 24915464438676e8d6318ab429f87736a095bc97 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 19 Aug 2025 20:51:47 +0000 Subject: [PATCH 19/19] 533ba46 refactor(@angular/cli): improve discoverability of mcp server options --- package.json | 6 +++--- src/utils/normalize-cache.js | 2 +- uniqueId | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 289917ca..55e2144c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-rc.1+sha-ff719d2", + "version": "20.2.0-rc.1+sha-533ba46", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,7 +23,7 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ff719d2", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#533ba46", "@babel/core": "7.28.3", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#ff719d2", + "@angular/ssr": "github:angular/angular-ssr-builds#533ba46", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index 0984697e..69be52ec 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-rc.1+sha-ff719d2'; +const VERSION = '20.2.0-rc.1+sha-533ba46'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index 9678cb89..ec8a0eff 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Aug 19 2025 15:43:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 19 2025 20:51:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file