From a2021b365a884caeaaf5428ae7975922796af3a6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 13 Aug 2025 14:13:07 +0000 Subject: [PATCH 01/23] 406cfa6 release: cut the v20.2.0-rc.0 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b9053006..5cfb6849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-next.3+sha-b017f84", + "version": "0.2002.0-rc.0+sha-406cfa6", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b017f84", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#406cfa6", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index a1b77d99..40e960ed 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 14:07:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 13 2025 14:13:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e623ae4594448808e4f50182daa629bbcdf8f0d7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 13 Aug 2025 14:58:05 +0000 Subject: [PATCH 02/23] 8ba6b0b fix(@angular/cli): use correct path for MCP get_best_practices tool --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5cfb6849..4158e9a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-406cfa6", + "version": "0.2002.0-rc.0+sha-8ba6b0b", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#406cfa6", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8ba6b0b", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 40e960ed..663104a9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 14:13:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 13 2025 14:58:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2324cfa487ab2cb473df368a130dd70b09c4fd53 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 08:25:31 +0000 Subject: [PATCH 03/23] b105b4d build: update dependency @inquirer/prompts to v7.8.2 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4158e9a2..5ff06ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-8ba6b0b", + "version": "0.2002.0-rc.0+sha-b105b4d", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8ba6b0b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b105b4d", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 663104a9..29fbbcd6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 14:58:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 08:25:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e85f738bd045ecf4492d63d96d1525b4fdc917e5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 10:59:11 +0000 Subject: [PATCH 04/23] 201d433 ci: re-enable windows CI --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5ff06ef9..c69c089f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-b105b4d", + "version": "0.2002.0-rc.0+sha-201d433", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b105b4d", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#201d433", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 29fbbcd6..f3a2fc22 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 08:25:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 10:59:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2e6f1b34b0390dd7448814f519b9ce6d9d7ebfea Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 12:09:21 +0000 Subject: [PATCH 05/23] 6fe1125 refactor: await `silentNpm` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c69c089f..a5a7340e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-201d433", + "version": "0.2002.0-rc.0+sha-6fe1125", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#201d433", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6fe1125", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index f3a2fc22..d1f92798 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 10:59:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 12:09:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 846cf767e33ab12f88493230a158a22d10a55263 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 12:23:30 +0000 Subject: [PATCH 06/23] 3482633 build: update `dev-infra` action SHA --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a5a7340e..42f0b521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-6fe1125", + "version": "0.2002.0-rc.0+sha-3482633", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6fe1125", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3482633", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index d1f92798..d7334083 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 12:09:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 12:23:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e3a365a63378decb82df265b371333d6284faa4d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 13:56:10 +0000 Subject: [PATCH 07/23] 9d7fb47 build: add retry-delay for `accept4 failed 110` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 42f0b521..ea3af594 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-3482633", + "version": "0.2002.0-rc.0+sha-9d7fb47", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3482633", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9d7fb47", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index d7334083..7e7d8cd2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 12:23:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 13:56:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3b503dc73179bc11853b8ef20a6e2bc20ed89869 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 16:28:54 +0000 Subject: [PATCH 08/23] ccdbf29 refactor: delete protractor tests --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ea3af594..c7d8e304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-9d7fb47", + "version": "0.2002.0-rc.0+sha-ccdbf29", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9d7fb47", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ccdbf29", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 7e7d8cd2..cf06e4de 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 13:56:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 16:28:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ecb94e9dbbfb433ed5849d0cd61d8bb2c306b522 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 18:28:21 +0000 Subject: [PATCH 09/23] 474e928 refactor: delete basic e2e test --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c7d8e304..8f00d977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-ccdbf29", + "version": "0.2002.0-rc.0+sha-474e928", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ccdbf29", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#474e928", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index cf06e4de..d59d626c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 16:28:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 18:28:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 852c936be64abd37aada663238083e1663ffd04e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 07:15:13 +0000 Subject: [PATCH 10/23] 6a79f9a fix(@schematics/angular): zoneless is now stable --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8f00d977..9c2a438e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-474e928", + "version": "0.2002.0-rc.0+sha-6a79f9a", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#474e928", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6a79f9a", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index d59d626c..f69550c0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 18:28:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 07:15:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0eccbe74c2dae692d0aae262832b4898dd9fb830 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 07:40:10 +0000 Subject: [PATCH 11/23] 0363219 release: cut the v20.2.0-rc.1 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9c2a438e..ee247a39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.0+sha-6a79f9a", + "version": "0.2002.0-rc.1+sha-0363219", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6a79f9a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0363219", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index f69550c0..82e1ff6d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 07:15:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 07:40:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f2441465654707f539fc48cd51464ab24994b605 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 08:06:02 +0000 Subject: [PATCH 12/23] 9bab9b5 build: update all non-major dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ee247a39..b4e2d6b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-0363219", + "version": "0.2002.0-rc.1+sha-9bab9b5", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0363219", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9bab9b5", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 82e1ff6d..80973d21 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 07:40:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 08:06:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5193d8f1cb9b2868c13e4b3225c64129873b01b0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 14:40:53 +0000 Subject: [PATCH 13/23] d5b0c8c build: reduce batch size to try to reduce flakiness --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b4e2d6b5..36cb1dd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-9bab9b5", + "version": "0.2002.0-rc.1+sha-d5b0c8c", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9bab9b5", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d5b0c8c", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 80973d21..032a9d27 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 08:06:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 14:40:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 943a8d3a2699607e6e668ba358dfbc0dd5493498 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 16:15:06 +0000 Subject: [PATCH 14/23] c43504d fix(@angular-devkit/schematics): address Node.js deprecation DEP0190 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 36cb1dd3..76883da2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-d5b0c8c", + "version": "0.2002.0-rc.1+sha-c43504d", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d5b0c8c", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c43504d", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 032a9d27..520e3bb9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 14:40:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 16:15:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 984288a842e0eedef2c84bab62d7d62ddd84b841 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 17:03:56 +0000 Subject: [PATCH 15/23] a3b25f6 fix(@angular/cli): add choices to command line parser when type is array and has an enum --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 76883da2..6a351812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-c43504d", + "version": "0.2002.0-rc.1+sha-a3b25f6", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c43504d", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a3b25f6", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 520e3bb9..39e9e0dd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 16:15:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 17:03:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 04bd3032c66313ece5c65c3c9794d0b9440bfb0f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 18:16:54 +0000 Subject: [PATCH 16/23] 8abe5cd refactor(@angular/cli): improve analytics handling --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6a351812..b93228ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-a3b25f6", + "version": "0.2002.0-rc.1+sha-8abe5cd", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a3b25f6", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8abe5cd", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 39e9e0dd..6890eee3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 17:03:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 18:16:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5efbc2e550d8202448f7f5479e7e3f09d1cd99f7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 18 Aug 2025 16:40:10 +0000 Subject: [PATCH 17/23] 4ee6f32 fix(@angular/cli): apply default to array types --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b93228ad..f8a0c5ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-8abe5cd", + "version": "0.2002.0-rc.1+sha-4ee6f32", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8abe5cd", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4ee6f32", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 6890eee3..5fdbf409 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 18:16:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Aug 18 2025 16:40:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8c6f92a54b36cf6119b3ae6153b8e472cab46d55 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 19 Aug 2025 15:43:38 +0000 Subject: [PATCH 18/23] ff719d2 build: add missing `@angular/create` package.json to `npm_translate_lock` data --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f8a0c5ce..b4e1993d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-4ee6f32", + "version": "0.2002.0-rc.1+sha-ff719d2", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4ee6f32", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ff719d2", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 5fdbf409..2d2f70e3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Aug 18 2025 16:40:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 19 2025 15:43:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 899558c403e37ed2b7409e1d8ed7614f21759d8c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 19 Aug 2025 20:52:18 +0000 Subject: [PATCH 19/23] 533ba46 refactor(@angular/cli): improve discoverability of mcp server options --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b4e1993d..bb7bc70f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-ff719d2", + "version": "0.2002.0-rc.1+sha-533ba46", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ff719d2", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#533ba46", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 2d2f70e3..033d335b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Aug 19 2025 15:43:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 19 2025 20:52:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1869c15d252513ff7a455e1ddd7b8415a05b7ba1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 20 Aug 2025 11:56:40 +0000 Subject: [PATCH 20/23] fe073a7 refactor(@angular/cli): use main element extraction for MCP doc search --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bb7bc70f..6a82cef8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-533ba46", + "version": "0.2002.0-rc.1+sha-fe073a7", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#533ba46", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#fe073a7", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 033d335b..2bc4ccf3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Aug 19 2025 20:52:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 20 2025 11:56:40 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f1cacdb6facdde6f70a5f448c31fe7f22f654e40 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 20 Aug 2025 13:49:47 +0000 Subject: [PATCH 21/23] 344f8b2 build: update Angular versions to 20.2 stable version. --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6a82cef8..c583c141 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-fe073a7", + "version": "0.2002.0-rc.1+sha-344f8b2", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#fe073a7", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#344f8b2", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 2bc4ccf3..c1435ddd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 20 2025 11:56:40 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 20 2025 13:49:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 58e6015884500da93b15c65f3092d58a10d8780d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 20 Aug 2025 14:14:44 +0000 Subject: [PATCH 22/23] 6d139a5 release: cut the v20.2.0 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c583c141..0af05463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0-rc.1+sha-344f8b2", + "version": "0.2002.0+sha-6d139a5", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#344f8b2", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6d139a5", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index c1435ddd..fc47fb40 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 20 2025 13:49:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 20 2025 14:14:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 44e5169a8ff9cb2fddb83d23c18fe4a2228c18ab Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 20 Aug 2025 16:04:38 +0000 Subject: [PATCH 23/23] f067967 build: update bazel dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0af05463..d8c26be9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2002.0+sha-6d139a5", + "version": "0.2002.0+sha-f067967", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6d139a5", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f067967", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index fc47fb40..7718bd01 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 20 2025 14:14:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 20 2025 16:04:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file