From f2c9262ebbcc8e2973a4c327966c552e451d5ce3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 9 Sep 2025 17:28:29 +0000 Subject: [PATCH 001/104] e21bd5c build: prepare exceptional minor branch: 20.3.x --- package.json | 7 ++++--- uniqueId | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index adbf2ba91..e7b145668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2100.0-next.2+sha-9749ec6", + "version": "0.2003.0-next.0+sha-e21bd5c", "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#9749ec6", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e21bd5c", "rxjs": "7.8.2" }, "peerDependencies": { @@ -45,5 +45,6 @@ "bugs": { "url": "https://github.com/angular/angular-cli/issues" }, - "homepage": "https://github.com/angular/angular-cli" + "homepage": "https://github.com/angular/angular-cli", + "__ngDevExceptionalMinor__": true } diff --git a/uniqueId b/uniqueId index 75fe24172..bc54efb78 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 09 2025 16:40:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 09 2025 17:28:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ca5cce5bf87c4f9e380ebf12a2dda56bb8111c7e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 10 Sep 2025 12:30:59 +0000 Subject: [PATCH 002/104] ef20a27 fix(@schematics/angular): align labels in ai-config schema --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e7b145668..158e640c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.0-next.0+sha-e21bd5c", + "version": "0.2003.0-next.0+sha-ef20a27", "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#e21bd5c", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ef20a27", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index bc54efb78..3f8df9e26 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 09 2025 17:28:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 10 2025 12:30:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6032ef05a9cd3f1f42fa93aba592749579240270 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 10 Sep 2025 17:06:07 +0000 Subject: [PATCH 003/104] db1c025 release: cut the v20.3.0 release --- package.json | 7 +++---- uniqueId | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 158e640c4..7e4ff260a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.0-next.0+sha-ef20a27", + "version": "0.2003.0+sha-db1c025", "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#ef20a27", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#db1c025", "rxjs": "7.8.2" }, "peerDependencies": { @@ -45,6 +45,5 @@ "bugs": { "url": "https://github.com/angular/angular-cli/issues" }, - "homepage": "https://github.com/angular/angular-cli", - "__ngDevExceptionalMinor__": true + "homepage": "https://github.com/angular/angular-cli" } diff --git a/uniqueId b/uniqueId index 3f8df9e26..402c6b947 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 10 2025 12:30:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 10 2025 17:06:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5ba464b585fdcbde225063962891ad7c823c41d5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 11 Sep 2025 12:25:33 +0000 Subject: [PATCH 004/104] 4e51032 refactor(@angular/cli): Add instructions to component zoneless migration to retain NgZone.run --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7e4ff260a..7d5ca8967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.0+sha-db1c025", + "version": "0.2003.0+sha-4e51032", "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#db1c025", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4e51032", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 402c6b947..ba5206a4c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 10 2025 17:06:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 11 2025 12:25:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1c3d54c425e504e7d757d81e7701f77807334b4c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 11 Sep 2025 13:06:53 +0000 Subject: [PATCH 005/104] be60be4 fix(@angular/build): add timestamp to bundle generation log --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7d5ca8967..c4a19fecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.0+sha-4e51032", + "version": "0.2003.0+sha-be60be4", "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#4e51032", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#be60be4", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index ba5206a4c..5acd97550 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 11 2025 12:25:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 11 2025 13:06:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6536c1946e0dbe2e9129671e32d8c40fda16b62a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 11 Sep 2025 13:15:56 +0000 Subject: [PATCH 006/104] 9930e8a release: cut the v20.3.1 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c4a19fecd..d42dddb91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.0+sha-be60be4", + "version": "0.2003.1+sha-9930e8a", "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#be60be4", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9930e8a", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 5acd97550..789b0092e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 11 2025 13:06:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 11 2025 13:15:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 255741e44cdf9c6f8d6d8c99437da329ed2a9fb2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 12 Sep 2025 07:09:53 +0000 Subject: [PATCH 007/104] d12877f build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d42dddb91..6b7c5d8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-9930e8a", + "version": "0.2003.1+sha-d12877f", "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#9930e8a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d12877f", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 789b0092e..8655dbe70 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 11 2025 13:15:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 12 2025 07:09:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 43ab2041d382971d5461699a2389522bdfd2f252 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 12 Sep 2025 17:29:10 +0000 Subject: [PATCH 008/104] a5aef7d build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6b7c5d8a8..a210e58f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-d12877f", + "version": "0.2003.1+sha-a5aef7d", "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#d12877f", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a5aef7d", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 8655dbe70..38b1d16b1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 12 2025 07:09:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 12 2025 17:29:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c712b9bbcd6e3d147a585e454dbf9a8e0c4193ac Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 12 Sep 2025 18:09:25 +0000 Subject: [PATCH 009/104] 6026426 build: update rules_angular digest to 4010ef9 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a210e58f4..653a7867b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-a5aef7d", + "version": "0.2003.1+sha-6026426", "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#a5aef7d", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6026426", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 38b1d16b1..1cc24a6eb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 12 2025 17:29:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 12 2025 18:09:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b4e4655dcc1f2d1feba4cfbfe44234d249d2679c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sat, 13 Sep 2025 08:20:35 +0000 Subject: [PATCH 010/104] bb93ebd build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 653a7867b..3e664fbcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-6026426", + "version": "0.2003.1+sha-bb93ebd", "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#6026426", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#bb93ebd", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 1cc24a6eb..2af020cdc 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 12 2025 18:09:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sat Sep 13 2025 08:20:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From fd5b620349a80e75add098a934585f585de34ba8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 15 Sep 2025 07:00:12 +0000 Subject: [PATCH 011/104] 3fb4aa2 build: update pnpm to v10.16.1 --- package.json | 6 +++--- uniqueId | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3e664fbcb..a882770ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-bb93ebd", + "version": "0.2003.1+sha-3fb4aa2", "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#bb93ebd", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3fb4aa2", "rxjs": "7.8.2" }, "peerDependencies": { @@ -34,7 +34,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.15.1", + "packageManager": "pnpm@10.16.1", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index 2af020cdc..1e79df902 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sat Sep 13 2025 08:20:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 15 2025 07:00:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 62c9a525ad97524574452c57f89a731653135ee2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 15 Sep 2025 14:17:49 +0000 Subject: [PATCH 012/104] 4c1ef20 build: lock file maintenance --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a882770ab..9dbdf8f38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-3fb4aa2", + "version": "0.2003.1+sha-4c1ef20", "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#3fb4aa2", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4c1ef20", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 1e79df902..a0160000a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 15 2025 07:00:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 15 2025 14:17:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From bdf049ec357935288fc6bc40872ddfb4f8bb63dc Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 16 Sep 2025 11:58:07 +0000 Subject: [PATCH 013/104] deb3ed0 Revert "fix(@angular/build): preserve names in esbuild for improved debugging in dev mode" --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9dbdf8f38..00ed42ff4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-4c1ef20", + "version": "0.2003.1+sha-deb3ed0", "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#4c1ef20", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#deb3ed0", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index a0160000a..25919a8b8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 15 2025 14:17:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 16 2025 11:58:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 975714037f13592d81e008d4b849bba0213505f2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 10:02:33 +0000 Subject: [PATCH 014/104] 5b804a5 build: update dependency aspect_rules_js to v2.6.0 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 00ed42ff4..2e4f6a8df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-deb3ed0", + "version": "0.2003.1+sha-5b804a5", "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#deb3ed0", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#5b804a5", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 25919a8b8..5a41fcd05 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 16 2025 11:58:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 10:02:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b1cb71b22286b2873bd8b006788610d047f33548 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 13:17:53 +0000 Subject: [PATCH 015/104] 34b88c8 build: enable minimumReleaseAge to mitigate dependency chain attacks --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2e4f6a8df..273ac0c02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-5b804a5", + "version": "0.2003.1+sha-34b88c8", "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#5b804a5", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#34b88c8", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 5a41fcd05..2dac4aa86 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 10:02:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 13:17:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b1f5e09961e6ff0b5c18c1f5fb4898884ffd49d7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 14:50:38 +0000 Subject: [PATCH 016/104] 5edb82e build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 273ac0c02..6302e7734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-34b88c8", + "version": "0.2003.1+sha-5edb82e", "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#34b88c8", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#5edb82e", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 2dac4aa86..154011cc4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 13:17:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 14:50:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2cfde08a3e9e6773be1b63897a15206a154d3f78 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 16:33:35 +0000 Subject: [PATCH 017/104] 1b05a3a release: cut the v20.3.2 release --- package.json | 6 +++--- uniqueId | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6302e7734..4e46e59e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.1+sha-5edb82e", + "version": "0.2003.2+sha-1b05a3a", "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#5edb82e", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#1b05a3a", "rxjs": "7.8.2" }, "peerDependencies": { @@ -34,7 +34,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.16.1", + "packageManager": "pnpm@10.17.0", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index 154011cc4..8e9b5b4a5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 14:50:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 16:33:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From fed08e983b9fc0b6196cab141e780f76f37d48ce Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 19 Sep 2025 09:18:15 +0000 Subject: [PATCH 018/104] 4661ae8 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4e46e59e5..a222d75b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-1b05a3a", + "version": "0.2003.2+sha-4661ae8", "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#1b05a3a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4661ae8", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 8e9b5b4a5..6aaf7fa9c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 16:33:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 19 2025 09:18:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ad728ea0adf33a30382157c0f677dac640e8f5ae Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 19 Sep 2025 20:44:27 +0000 Subject: [PATCH 019/104] 24e1638 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a222d75b8..8ac872131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-4661ae8", + "version": "0.2003.2+sha-24e1638", "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#4661ae8", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#24e1638", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 6aaf7fa9c..ede8e64b4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 19 2025 09:18:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 19 2025 20:44:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5ac3b79fcd5cfc17b14cce28bb71a95273ddf450 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 22 Sep 2025 14:18:57 +0000 Subject: [PATCH 020/104] d7f392b build: lock file maintenance --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8ac872131..cd6859b1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-24e1638", + "version": "0.2003.2+sha-d7f392b", "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#24e1638", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d7f392b", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index ede8e64b4..6becd4a05 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 19 2025 20:44:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 22 2025 14:18:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 437061d5f6e47bcbc8c6860b825e2f48b847c325 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 22 Sep 2025 14:50:05 +0000 Subject: [PATCH 021/104] aa5581b build: update rolldown to v1.0.0-beta.38 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cd6859b1a..733b8e109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-d7f392b", + "version": "0.2003.2+sha-aa5581b", "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#d7f392b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#aa5581b", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 6becd4a05..316519bb3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 22 2025 14:18:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 22 2025 14:50:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2f7f42dd5333199131d9851850c214b65575295a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 23 Sep 2025 16:34:29 +0000 Subject: [PATCH 022/104] 0b5cef0 refactor(@angular/ssr): disable streaming when rendering SSG page --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 733b8e109..246cfde92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-aa5581b", + "version": "0.2003.2+sha-0b5cef0", "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#aa5581b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0b5cef0", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 316519bb3..2baf01d82 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 22 2025 14:50:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 23 2025 16:34:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From cd1b283fbe4d120e16b6dc64c7aeaa8b209938bb Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 23 Sep 2025 17:00:54 +0000 Subject: [PATCH 023/104] a4c9a20 fix(@angular/ssr): avoid retaining rendered HTML in memory post-request --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 246cfde92..37764212d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-0b5cef0", + "version": "0.2003.2+sha-a4c9a20", "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#0b5cef0", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a4c9a20", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 2baf01d82..76c29ab72 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 23 2025 16:34:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 23 2025 17:00:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From daaf711344cdf0c50eff3c87ca9e3e730d8eb83e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 23 Sep 2025 20:34:59 +0000 Subject: [PATCH 024/104] 3ed3b7c 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 37764212d..862ea112d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-a4c9a20", + "version": "0.2003.2+sha-3ed3b7c", "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#a4c9a20", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3ed3b7c", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 76c29ab72..f15b548e3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 23 2025 17:00:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 23 2025 20:34:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1ba8a500866e77d46350ec5ed913273e98c07d18 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 24 Sep 2025 09:54:06 +0000 Subject: [PATCH 025/104] 94583c5 build: update pnpm to v10.17.1 --- package.json | 6 +++--- uniqueId | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 862ea112d..9dbba19f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-3ed3b7c", + "version": "0.2003.2+sha-94583c5", "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#3ed3b7c", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#94583c5", "rxjs": "7.8.2" }, "peerDependencies": { @@ -34,7 +34,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.17.0", + "packageManager": "pnpm@10.17.1", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index f15b548e3..37b8e4cc0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 23 2025 20:34:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 24 2025 09:54:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From db1111d30eee46c42c3b2ce51582f02cd915e941 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 24 Sep 2025 14:16:02 +0000 Subject: [PATCH 026/104] b7f92da fix(@schematics/angular): add `__screenshots__/` to `.gitignore` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9dbba19f3..8849c1757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-94583c5", + "version": "0.2003.2+sha-b7f92da", "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#94583c5", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b7f92da", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 37b8e4cc0..b3e84482d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 24 2025 09:54:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 24 2025 14:16:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5ee35453f7256e2def47c5398afbdfbdf9207fc8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 24 Sep 2025 21:05:01 +0000 Subject: [PATCH 027/104] 2b45442 release: cut the v20.3.3 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8849c1757..f28d1ec09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.2+sha-b7f92da", + "version": "0.2003.3+sha-2b45442", "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#b7f92da", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2b45442", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index b3e84482d..005b61170 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 24 2025 14:16:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 24 2025 21:05:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c03bb67a4d26bdd098a8a1093dd416f822a1e944 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 25 Sep 2025 12:34:51 +0000 Subject: [PATCH 028/104] bc6b631 fix(@angular-devkit/build-angular): mark `InjectionToken` as pure for improved tree-shaking --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f28d1ec09..40731aaf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-2b45442", + "version": "0.2003.3+sha-bc6b631", "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#2b45442", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#bc6b631", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 005b61170..94d0657fc 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 24 2025 21:05:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 25 2025 12:34:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d4288283e9a5475532cd36721f53d83bee5f2d63 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 25 Sep 2025 16:42:57 +0000 Subject: [PATCH 029/104] 31dc165 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 40731aaf2..a0f7c2135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-bc6b631", + "version": "0.2003.3+sha-31dc165", "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#bc6b631", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#31dc165", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 94d0657fc..4064bdc7b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 25 2025 12:34:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 25 2025 16:42:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4eba83a8bf2037172e600ff16da5f97fa6cb15c4 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 25 Sep 2025 21:43:07 +0000 Subject: [PATCH 030/104] 6422909 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a0f7c2135..d7860ab81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-31dc165", + "version": "0.2003.3+sha-6422909", "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#31dc165", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6422909", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 4064bdc7b..cc020302d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 25 2025 16:42:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 25 2025 21:43:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4428e1d2f1b94a6410eea9d1f0fcd7d639d85cf9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 25 Sep 2025 22:20:57 +0000 Subject: [PATCH 031/104] 1940e17 build: update all github actions --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d7860ab81..721f404dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-6422909", + "version": "0.2003.3+sha-1940e17", "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#6422909", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#1940e17", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index cc020302d..2cb1a2bbc 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 25 2025 21:43:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 25 2025 22:20:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3a24272d169270b2c282ed91e721a557bfbdf5cb Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 26 Sep 2025 18:38:03 +0000 Subject: [PATCH 032/104] a6a8216 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 721f404dd..8dd5aa676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-1940e17", + "version": "0.2003.3+sha-a6a8216", "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#1940e17", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a6a8216", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 2cb1a2bbc..0410b12a9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 25 2025 22:20:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 26 2025 18:38:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ae4f4b01e8ef6a7e45638426df2625b96824f849 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 26 Sep 2025 20:24:01 +0000 Subject: [PATCH 033/104] e84eba8 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8dd5aa676..65da3e1c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-a6a8216", + "version": "0.2003.3+sha-e84eba8", "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#a6a8216", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e84eba8", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 0410b12a9..42a2109ca 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 26 2025 18:38:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 26 2025 20:24:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e7f29520dd5dcce7a9dfd8821b0b55386227037b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 29 Sep 2025 08:52:48 +0000 Subject: [PATCH 034/104] cb454a3 build: update github/codeql-action action to v3.30.5 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 65da3e1c0..83c5a57d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-e84eba8", + "version": "0.2003.3+sha-cb454a3", "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#e84eba8", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#cb454a3", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 42a2109ca..bdcc33edb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 26 2025 20:24:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 29 2025 08:52:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 281f3db4179f67b562e6aeb451e28a78ff021b25 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 29 Sep 2025 15:06:57 +0000 Subject: [PATCH 035/104] 0b5481e build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 83c5a57d1..d2a1ec33f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-cb454a3", + "version": "0.2003.3+sha-0b5481e", "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#cb454a3", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0b5481e", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index bdcc33edb..f2cd520ec 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 29 2025 08:52:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 29 2025 15:06:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f4f098fbb41b29d68b55cd750bcff63bdf9fb4ca Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 29 Sep 2025 15:35:21 +0000 Subject: [PATCH 036/104] c94bf7f fix(@schematics/angular): Out of the box support for PM2 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d2a1ec33f..20df0e547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-0b5481e", + "version": "0.2003.3+sha-c94bf7f", "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#0b5481e", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c94bf7f", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index f2cd520ec..56db6b2dd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 29 2025 15:06:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 29 2025 15:35:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a7ff93810433be49f8d1e8f0a4e407c25a0c30d4 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 29 Sep 2025 16:24:39 +0000 Subject: [PATCH 037/104] 465436c fix(@schematics/angular): use bracket notation for `process.env['pm_id']` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 20df0e547..3815fb48f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-c94bf7f", + "version": "0.2003.3+sha-465436c", "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#c94bf7f", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#465436c", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 56db6b2dd..a50b3c08b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 29 2025 15:35:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 29 2025 16:24:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f92059433bfd3408fe4d14de736a9d5210f99d7a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 30 Sep 2025 16:38:06 +0000 Subject: [PATCH 038/104] ee2e4ee 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 3815fb48f..c91b2aea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-465436c", + "version": "0.2003.3+sha-ee2e4ee", "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#465436c", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ee2e4ee", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index a50b3c08b..c141b8b18 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 29 2025 16:24:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 30 2025 16:38:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From dc68f29b315db8c5668f05942bbcc3efc06ceac2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 1 Oct 2025 13:08:28 +0000 Subject: [PATCH 039/104] c14ebe7 build: update ossf/scorecard-action action to v2.4.3 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c91b2aea6..2694ab22d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-ee2e4ee", + "version": "0.2003.3+sha-c14ebe7", "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#ee2e4ee", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c14ebe7", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index c141b8b18..a128abb9d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 30 2025 16:38:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 01 2025 13:08:28 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From cd92dd7662f510f0c5d2228f92c8c8b43290499a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 1 Oct 2025 15:36:20 +0000 Subject: [PATCH 040/104] 4779fe3 refactor(@angular/build): switch back to rollup for chunk optimizer --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2694ab22d..579900188 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-c14ebe7", + "version": "0.2003.3+sha-4779fe3", "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#c14ebe7", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4779fe3", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index a128abb9d..7d794abb2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 01 2025 13:08:28 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 01 2025 15:36:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 06ffbcbe9cbd0875a6764da6a286b6002a110d2f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 2 Oct 2025 17:36:01 +0000 Subject: [PATCH 041/104] 92a6b2a build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 579900188..117873f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-4779fe3", + "version": "0.2003.3+sha-92a6b2a", "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#4779fe3", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#92a6b2a", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 7d794abb2..ccd2ec8f6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 01 2025 15:36:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 02 2025 17:36:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7875fadb7cc3bc6939782c4dbf476b4ddbfb7b08 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sat, 4 Oct 2025 13:27:23 +0000 Subject: [PATCH 042/104] d8ca86b build: update pnpm to v10.18.0 --- package.json | 6 +++--- uniqueId | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 117873f86..f775b7a76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.3+sha-92a6b2a", + "version": "0.2003.4+sha-d8ca86b", "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#92a6b2a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d8ca86b", "rxjs": "7.8.2" }, "peerDependencies": { @@ -34,7 +34,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.17.1", + "packageManager": "pnpm@10.18.0", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index ccd2ec8f6..ab91fd286 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 02 2025 17:36:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sat Oct 04 2025 13:27:23 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 441bf968fc82f10b13f4649484ddabe3a62a8de0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 6 Oct 2025 12:28:16 +0000 Subject: [PATCH 043/104] 9004951 build: lock file maintenance --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f775b7a76..1edce1af0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.4+sha-d8ca86b", + "version": "0.2003.4+sha-9004951", "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#d8ca86b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9004951", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index ab91fd286..9da919333 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sat Oct 04 2025 13:27:23 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 06 2025 12:28:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8b6e86561f3f805a9029bb843a58565aa59507a6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 6 Oct 2025 17:17:37 +0000 Subject: [PATCH 044/104] 7f71406 fix(@angular/build): cleanup karma temporary directory after process exit --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1edce1af0..1de1d1ea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.4+sha-9004951", + "version": "0.2003.4+sha-7f71406", "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#9004951", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#7f71406", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 9da919333..fb10bed9d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 06 2025 12:28:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 06 2025 17:17:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9390acae1c69df38a68ed3c880b68d21032bb580 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 7 Oct 2025 09:44:19 +0000 Subject: [PATCH 045/104] 2b1a801 build: clean up BUILD files and update dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1de1d1ea7..5cf20e19a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.4+sha-7f71406", + "version": "0.2003.4+sha-2b1a801", "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#7f71406", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2b1a801", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index fb10bed9d..5be3ef2ef 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 06 2025 17:17:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 07 2025 09:44:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 59240f71467a1b0fef348bb85af37bf2e7f73437 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 7 Oct 2025 09:53:00 +0000 Subject: [PATCH 046/104] 37df62a build: update rules_browsers digest to 508168a --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5cf20e19a..1fda31bf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.4+sha-2b1a801", + "version": "0.2003.4+sha-37df62a", "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#2b1a801", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#37df62a", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 5be3ef2ef..b9d27b049 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 07 2025 09:44:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 07 2025 09:53:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d138f07012b05518cd88de613c7c355e1fa89e52 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 8 Oct 2025 06:46:45 +0000 Subject: [PATCH 047/104] 736e5ee build: update pnpm to v10.18.1 --- package.json | 6 +++--- uniqueId | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1fda31bf8..22fce8532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.4+sha-37df62a", + "version": "0.2003.4+sha-736e5ee", "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#37df62a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#736e5ee", "rxjs": "7.8.2" }, "peerDependencies": { @@ -34,7 +34,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.18.0", + "packageManager": "pnpm@10.18.1", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index b9d27b049..8a07f62d2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 07 2025 09:53:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 08 2025 06:46:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7eba2596cd652ac1406f4bb9dd1aa4416cc5e920 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 8 Oct 2025 10:30:43 +0000 Subject: [PATCH 048/104] 20b5250 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 22fce8532..85e6323e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.4+sha-736e5ee", + "version": "0.2003.4+sha-20b5250", "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#736e5ee", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#20b5250", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 8a07f62d2..676d6251c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 08 2025 06:46:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 08 2025 10:30:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 74bb696b0c81fdaef11758484c29d7a4a2b7770b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 8 Oct 2025 10:42:47 +0000 Subject: [PATCH 049/104] af81cad release: cut the v20.3.5 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 85e6323e0..86d183f26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.4+sha-20b5250", + "version": "0.2003.5+sha-af81cad", "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#20b5250", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#af81cad", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 676d6251c..1a0a43a4a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 08 2025 10:30:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 08 2025 10:42:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9a198ef9e078e9c60f2368c7e8e24aca4eb89fd7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 9 Oct 2025 10:29:57 +0000 Subject: [PATCH 050/104] a45ec06 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 86d183f26..c8761e028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-af81cad", + "version": "0.2003.5+sha-a45ec06", "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#af81cad", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a45ec06", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 1a0a43a4a..efa8f7a6c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 08 2025 10:42:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 09 2025 10:29:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9387bc1614d4e986b1d0fef7d1cebfce181726c9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 9 Oct 2025 11:01:09 +0000 Subject: [PATCH 051/104] fa646c9 build: update dependency bazel to v7.6.2 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c8761e028..25e94a8c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-a45ec06", + "version": "0.2003.5+sha-fa646c9", "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#a45ec06", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#fa646c9", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index efa8f7a6c..35e63fa01 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 09 2025 10:29:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 09 2025 11:01:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5e89d55c9a83fe6534e9e0391f8f31459b38afad Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 9 Oct 2025 13:28:26 +0000 Subject: [PATCH 052/104] e46f66a build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 25e94a8c7..f120e9ac3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-fa646c9", + "version": "0.2003.5+sha-e46f66a", "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#fa646c9", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e46f66a", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 35e63fa01..413dbb81c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 09 2025 11:01:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 09 2025 13:28:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 794c5577da05e649413d160a9549aea8a7fabd3c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 13 Oct 2025 12:19:36 +0000 Subject: [PATCH 053/104] 9143456 build: update pnpm to v10.18.2 --- package.json | 6 +++--- uniqueId | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f120e9ac3..c63f1b3ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-e46f66a", + "version": "0.2003.5+sha-9143456", "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#e46f66a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9143456", "rxjs": "7.8.2" }, "peerDependencies": { @@ -34,7 +34,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.18.1", + "packageManager": "pnpm@10.18.2", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index 413dbb81c..4df50bc20 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 09 2025 13:28:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 13 2025 12:19:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b609fabde324d3b7482ce932e539feab8c5ba4b7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 13 Oct 2025 15:03:32 +0000 Subject: [PATCH 054/104] 587f9f0 build: lock file maintenance --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c63f1b3ed..1801ed83b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-9143456", + "version": "0.2003.5+sha-587f9f0", "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#9143456", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#587f9f0", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 4df50bc20..5fd9ee8e0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 13 2025 12:19:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 13 2025 15:03:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 611167756f6aa32bd9e88f2fb6152c089720a792 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 14 Oct 2025 08:06:22 +0000 Subject: [PATCH 055/104] b45f97a build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1801ed83b..14c6b6305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-587f9f0", + "version": "0.2003.5+sha-b45f97a", "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#587f9f0", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b45f97a", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 5fd9ee8e0..51704451f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 13 2025 15:03:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 14 2025 08:06:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c866b5305c47b66f6b3763aea64cef7850813c8f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 14 Oct 2025 14:39:18 +0000 Subject: [PATCH 056/104] 82f8900 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 14c6b6305..3aa27cc1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-b45f97a", + "version": "0.2003.5+sha-82f8900", "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#b45f97a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#82f8900", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 51704451f..0600df9c9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 14 2025 08:06:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 14 2025 14:39:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1be8c560b2cc16d106ef83a31edfb99b977d5091 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 11:35:30 +0000 Subject: [PATCH 057/104] 03e3bfc docs(@angular-devkit/build-angular): add descriptions for browser builder options --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3aa27cc1b..941629b50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-82f8900", + "version": "0.2003.5+sha-03e3bfc", "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#82f8900", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#03e3bfc", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 0600df9c9..cd8203804 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 14 2025 14:39:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 11:35:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 63fd7351ed5c5276cb50ee443f68a76f52ccbc5a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 16:49:47 +0000 Subject: [PATCH 058/104] 16656a1 build: update github/codeql-action action to v3.30.8 --- package.json | 6 +++--- uniqueId | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 941629b50..97c0a2e61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-03e3bfc", + "version": "0.2003.5+sha-16656a1", "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#03e3bfc", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#16656a1", "rxjs": "7.8.2" }, "peerDependencies": { @@ -34,7 +34,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.18.2", + "packageManager": "pnpm@10.18.3", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index cd8203804..451287515 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 11:35:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 16:49:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9a447b84e23dc7f3b62216aa20639f23fe908dd3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 17:28:32 +0000 Subject: [PATCH 059/104] 5271547 fix(@angular/ssr): prevent malicious URL from overriding host --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 97c0a2e61..6592aa387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-16656a1", + "version": "0.2003.5+sha-5271547", "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#16656a1", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#5271547", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 451287515..079aebc61 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 16:49:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 17:28:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From aee38f19d14f4bdc0166c6f0ae48601b838b868a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 18:40:55 +0000 Subject: [PATCH 060/104] f7bd567 release: cut the v20.3.6 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6592aa387..5e2d2fdc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.5+sha-5271547", + "version": "0.2003.6+sha-f7bd567", "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#5271547", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f7bd567", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 079aebc61..f8575bcb3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 17:28:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 18:40:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From aba627351dd04c02ecb25903936738cdd4dc30a1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 16 Oct 2025 13:30:59 +0000 Subject: [PATCH 061/104] 3a28fb6 fix(@angular/ssr): correctly handle routes with matrix parameters --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5e2d2fdc5..4932a0c28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-f7bd567", + "version": "0.2003.6+sha-3a28fb6", "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#f7bd567", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3a28fb6", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index f8575bcb3..3bc672788 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 18:40:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 16 2025 13:30:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f340e2e21529d84f33ff5c65cdf402f652cd6cb4 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 16 Oct 2025 17:41:08 +0000 Subject: [PATCH 062/104] 3a124ac build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4932a0c28..e6fb5c8c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-3a28fb6", + "version": "0.2003.6+sha-3a124ac", "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#3a28fb6", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3a124ac", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 3bc672788..52102b2ae 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 16 2025 13:30:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 16 2025 17:41:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4104b7a5ecc26d4eb89792423682ad7323a77fa2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 08:17:04 +0000 Subject: [PATCH 063/104] 5db6d64 fix(@angular/ssr): ensure server-side navigation triggers a redirect --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e6fb5c8c7..86ea5f440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-3a124ac", + "version": "0.2003.6+sha-5db6d64", "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#3a124ac", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#5db6d64", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 52102b2ae..1f5fbe821 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 16 2025 17:41:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 08:17:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f5de22501026f7ee2bef2b00b2e899e125bfb22f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 09:25:35 +0000 Subject: [PATCH 064/104] ec2eb53 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 86ea5f440..3cf456fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-5db6d64", + "version": "0.2003.6+sha-ec2eb53", "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#5db6d64", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ec2eb53", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 1f5fbe821..996d367dd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 08:17:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 09:25:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e1bdfe862b5b17a3b6ab222064cfa520652098be Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 15:21:04 +0000 Subject: [PATCH 065/104] 8cdda11 fix(@angular/build): resolve Angular locale data namespace in esbuild --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3cf456fc4..9ecac824a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-ec2eb53", + "version": "0.2003.6+sha-8cdda11", "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#ec2eb53", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8cdda11", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 996d367dd..11179e0ef 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 09:25:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 15:21:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e5f192cbfef226cb7f46207fdd9d078514bfced5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 17:38:27 +0000 Subject: [PATCH 066/104] 8c6b3e7 refactor(@angular/ssr): simplify redirect URL determination --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9ecac824a..f1ea0306a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-8cdda11", + "version": "0.2003.6+sha-8c6b3e7", "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#8cdda11", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8c6b3e7", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 11179e0ef..4c45980bd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 15:21:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 17:38:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From dbe872dd5e377f1a74e7061d4eadda206bc725ee Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 23:21:38 +0000 Subject: [PATCH 067/104] d09faf1 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f1ea0306a..83e5e4270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-8c6b3e7", + "version": "0.2003.6+sha-d09faf1", "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#8c6b3e7", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d09faf1", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 4c45980bd..9b7312c83 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 17:38:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 23:21:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0262f1b7ad7a05fa2a05f17060073ee00316f6a2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 20 Oct 2025 13:24:21 +0000 Subject: [PATCH 068/104] c881af8 build: update github/codeql-action action to v3.30.9 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 83e5e4270..0b6134f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-d09faf1", + "version": "0.2003.6+sha-c881af8", "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#d09faf1", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c881af8", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 9b7312c83..8104949e8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 23:21:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 20 2025 13:24:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a698a2ff20b3d97fe0f61e6042e328c586dadd16 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 20 Oct 2025 13:57:19 +0000 Subject: [PATCH 069/104] cfee198 build: lock file maintenance --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0b6134f25..6ebc2306f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-c881af8", + "version": "0.2003.6+sha-cfee198", "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#c881af8", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#cfee198", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 8104949e8..4f1c74d93 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 20 2025 13:24:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 20 2025 13:57:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f39bcb0a895b65cd635706dc0c1bcfe1e1db7d69 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 20 Oct 2025 15:59:02 +0000 Subject: [PATCH 070/104] c47e9a8 build: set `include_npm` to `true` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6ebc2306f..f70b7de13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-cfee198", + "version": "0.2003.6+sha-c47e9a8", "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#cfee198", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c47e9a8", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 4f1c74d93..60b980a53 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 20 2025 13:57:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 20 2025 15:59:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From cb17354f0424e6e315dd66ee8aaf27520a02f9fd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 21 Oct 2025 09:39:08 +0000 Subject: [PATCH 071/104] bd222df build: update dependency node to v22.21.0 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f70b7de13..02733281e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-c47e9a8", + "version": "0.2003.6+sha-bd222df", "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#c47e9a8", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#bd222df", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 60b980a53..e9375f977 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 20 2025 15:59:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 21 2025 09:39:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 03a4b09cdbe4a7d38c8acc22058e489e4662fb57 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 21 Oct 2025 11:18:31 +0000 Subject: [PATCH 072/104] 5847ccc fix(@angular/build): update `vite` to `7.11.1` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 02733281e..894555cec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-bd222df", + "version": "0.2003.6+sha-5847ccc", "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#bd222df", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#5847ccc", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index e9375f977..2bba8e95f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 21 2025 09:39:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 21 2025 11:18:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 703c8ecdf9c8cfb0b19c1bcb52315f56d1530453 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 21 Oct 2025 15:33:24 +0000 Subject: [PATCH 073/104] 72bc4da build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 894555cec..628ebe48c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-5847ccc", + "version": "0.2003.6+sha-72bc4da", "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#5847ccc", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#72bc4da", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 2bba8e95f..b9e33861d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 21 2025 11:18:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 21 2025 15:33:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4a04a38d6861944f215e2f5cf8a88b5e1e60fbba Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 21 Oct 2025 16:03:11 +0000 Subject: [PATCH 074/104] a31533c fix(@angular-devkit/schematics): respect `--force` option when schematic contains `host.create` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 628ebe48c..dd0d3ea16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-72bc4da", + "version": "0.2003.6+sha-a31533c", "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#72bc4da", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a31533c", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index b9e33861d..9f0b05401 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 21 2025 15:33:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 21 2025 16:03:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7f3d49bec1958ca4baad1865eb94d803b01c108b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 14:44:00 +0000 Subject: [PATCH 075/104] 6f399cc build: update dependency rules_nodejs to v6.6.0 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dd0d3ea16..cf19e5052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-a31533c", + "version": "0.2003.6+sha-6f399cc", "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#a31533c", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6f399cc", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 9f0b05401..5aca668ae 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 21 2025 16:03:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 14:44:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7975a23767ac7aae237bb136dc6c7f36003eda7b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 15:00:32 +0000 Subject: [PATCH 076/104] 3620d32 docs: update missing developer doc link --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cf19e5052..60fc4677d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-6f399cc", + "version": "0.2003.6+sha-3620d32", "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#6f399cc", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3620d32", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 5aca668ae..379dc9dfb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 14:44:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 15:00:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From fab6ba9429d345ab857665150782cfc6a8f84471 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 20:35:35 +0000 Subject: [PATCH 077/104] fdeff17 refactor(@schematics/angular): add trailing commas and remove leading commas in component template --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 60fc4677d..91251dad3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-3620d32", + "version": "0.2003.6+sha-fdeff17", "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#3620d32", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#fdeff17", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 379dc9dfb..f19bb9b8b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 15:00:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 20:35:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8d030410e0b335efb4fbc7efb7d892d4cb2c7952 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 21:25:13 +0000 Subject: [PATCH 078/104] 5ad69a5 release: cut the v20.3.7 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 91251dad3..e68115048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.6+sha-fdeff17", + "version": "0.2003.7+sha-5ad69a5", "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#fdeff17", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#5ad69a5", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index f19bb9b8b..aad09b6c6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 20:35:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 21:25:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0d6e0d8d0a7da1ef362f3a11f6abe4dc2e33f06b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 22:50:04 +0000 Subject: [PATCH 079/104] 3cea706 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e68115048..6cc366044 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-5ad69a5", + "version": "0.2003.7+sha-3cea706", "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#5ad69a5", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3cea706", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index aad09b6c6..08926962c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 21:25:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 22:50:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 341ecb0805b8c54f6b2ef793c1a65f61f99771be Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 05:53:34 +0000 Subject: [PATCH 080/104] bdc584b build: update dependency aspect_rules_js to v2.7.0 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6cc366044..55107054d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-3cea706", + "version": "0.2003.7+sha-bdc584b", "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#3cea706", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#bdc584b", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 08926962c..e30ef98e9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 22:50:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 05:53:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9ba5db50257f13368fd45fc3b8411d94d2c219d9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 10:11:12 +0000 Subject: [PATCH 081/104] 7b521dd build: update pnpm to v10.19.0 --- package.json | 6 +++--- uniqueId | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 55107054d..b9b98515f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-bdc584b", + "version": "0.2003.7+sha-7b521dd", "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#bdc584b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#7b521dd", "rxjs": "7.8.2" }, "peerDependencies": { @@ -34,7 +34,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.18.3", + "packageManager": "pnpm@10.19.0", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index e30ef98e9..cf0b147f3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 05:53:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 10:11:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0b210290e85614f3b1f3942c3caeb0a84a63c205 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 12:28:20 +0000 Subject: [PATCH 082/104] 813cba9 fix(@angular-devkit/build-angular): expand jest and jest-environment-jsdom to allow version 30 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b9b98515f..6397ccd05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-7b521dd", + "version": "0.2003.7+sha-813cba9", "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#7b521dd", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#813cba9", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index cf0b147f3..8e1af5b83 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 10:11:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 12:28:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0ff91f4bbe5891f00ec99c257ad4450e0b79fcd5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 12:55:33 +0000 Subject: [PATCH 083/104] 15b4495 build: update cross-repo angular dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6397ccd05..bb2ca2488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-813cba9", + "version": "0.2003.7+sha-15b4495", "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#813cba9", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#15b4495", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 8e1af5b83..476170042 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 12:28:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 12:55:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 30d9d26f1fffb1442faf2d1c7b992a5d95947ee0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 24 Oct 2025 15:56:46 +0000 Subject: [PATCH 084/104] 2c7581c refactor(@angular/build): allow Bazel to inject a custom esbuild plugin --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bb2ca2488..396e889f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-15b4495", + "version": "0.2003.7+sha-2c7581c", "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#15b4495", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2c7581c", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 476170042..78a2b5ccd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 12:55:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 24 2025 15:56:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c6f02c959ed1fc0a372f78b79fd627ea9a605d03 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 28 Oct 2025 11:55:48 +0000 Subject: [PATCH 085/104] e6ccc74 refactor(@schematics/angular): add trailing comma to generated services --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 396e889f9..af790b38e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-2c7581c", + "version": "0.2003.7+sha-e6ccc74", "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#2c7581c", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e6ccc74", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 78a2b5ccd..707efdee8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 24 2025 15:56:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 28 2025 11:55:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 87f68f57d4b0f9cbf8e15867340551cfe14afcb8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 28 Oct 2025 19:56:36 +0000 Subject: [PATCH 086/104] 45e498f fix(@angular/build): handle redirects from guards during prerendering --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index af790b38e..1ac87d555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-e6ccc74", + "version": "0.2003.7+sha-45e498f", "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#e6ccc74", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#45e498f", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 707efdee8..20e579a6b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 28 2025 11:55:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 28 2025 19:56:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d6050edd25c3f07d4d6145709bbcb6dfd50f7959 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 13:16:13 +0000 Subject: [PATCH 087/104] 542973a fix(@angular/build): add adapters to new reporter --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1ac87d555..32585a88d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-45e498f", + "version": "0.2003.7+sha-542973a", "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#45e498f", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#542973a", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 20e579a6b..daa8a4317 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 28 2025 19:56:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 13:16:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 42d3ac57e9c14832f23b179b39ee4b21c5d65ef9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 17:36:07 +0000 Subject: [PATCH 088/104] f088569 fix(@angular/build): ensure locale data plugin runs before other plugins --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 32585a88d..1c74a3784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-542973a", + "version": "0.2003.7+sha-f088569", "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#542973a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f088569", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index daa8a4317..a289ae8f5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 13:16:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 17:36:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 38d434a55d4a69080ff5822089673a0ac5c70dcf Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 18:16:24 +0000 Subject: [PATCH 089/104] 4ac89c5 release: cut the v20.3.8 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c74a3784..e95bcd20a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.7+sha-f088569", + "version": "0.2003.8+sha-4ac89c5", "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#f088569", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4ac89c5", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index a289ae8f5..338c1162e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 17:36:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 18:16:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1ecea4fc38f2ae6e614d3449ff5907b47b3490ec Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 4 Nov 2025 14:53:21 +0000 Subject: [PATCH 090/104] 683697e fix(@angular/ssr): improve route matching for wildcard routes --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e95bcd20a..5d33a7d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.8+sha-4ac89c5", + "version": "0.2003.8+sha-683697e", "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#4ac89c5", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#683697e", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 338c1162e..8fd1dc325 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 18:16:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Nov 04 2025 14:53:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0c7db31a71259cf6893164542117204018c3fa20 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 4 Nov 2025 15:39:47 +0000 Subject: [PATCH 091/104] bddf211 docs: clarify `outputMode` description in application schema --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5d33a7d3a..65de2cabf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.8+sha-683697e", + "version": "0.2003.8+sha-bddf211", "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#683697e", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#bddf211", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 8fd1dc325..ef32f055e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Nov 04 2025 14:53:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Nov 04 2025 15:39:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8331ead8117375d4927f85f05b5a220038980e47 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 5 Nov 2025 14:56:00 +0000 Subject: [PATCH 092/104] 2c0cafa release: cut the v20.3.9 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 65de2cabf..1dc6dc99e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.8+sha-bddf211", + "version": "0.2003.9+sha-2c0cafa", "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#bddf211", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2c0cafa", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index ef32f055e..2a1eab6f3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Nov 04 2025 15:39:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Nov 05 2025 14:56:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From da3193b50161c428e4c6c85228914eb3e9e63c87 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 7 Nov 2025 10:58:11 +0000 Subject: [PATCH 093/104] 7c11e07 refactor: fix several typos (#31716) --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1dc6dc99e..2894f26ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.9+sha-2c0cafa", + "version": "0.2003.9+sha-7c11e07", "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#2c0cafa", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#7c11e07", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 2a1eab6f3..46a72b7f0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Nov 05 2025 14:56:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Nov 07 2025 10:58:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3bf7e0358759d87466154244dc5d9a735164abde Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 7 Nov 2025 18:07:13 +0000 Subject: [PATCH 094/104] 6fbd106 build: migrate license file handling to `write_source_file` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2894f26ea..f1d0fe117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.9+sha-7c11e07", + "version": "0.2003.9+sha-6fbd106", "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#7c11e07", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6fbd106", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 46a72b7f0..889e684a7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Nov 07 2025 10:58:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Nov 07 2025 18:07:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7b1c4e4586aefda179e2a3c3e2949a456f9e826b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 7 Nov 2025 18:16:29 +0000 Subject: [PATCH 095/104] b3908f6 fix(@angular/build): do not remove `@angular/localize` when having external packages (#31721) --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f1d0fe117..90c7645e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.9+sha-6fbd106", + "version": "0.2003.9+sha-b3908f6", "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#6fbd106", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b3908f6", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 889e684a7..7a2fd6f5a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Nov 07 2025 18:07:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Nov 07 2025 18:16:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c6363a8a12590c518105b69c45103c45425dd51f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 10 Nov 2025 07:33:00 +0000 Subject: [PATCH 096/104] c854a71 fix(@schematics/angular): correct `tsconfig.spec.json` include for spec files --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 90c7645e8..708495522 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.9+sha-b3908f6", + "version": "0.2003.9+sha-c854a71", "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#b3908f6", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c854a71", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 7a2fd6f5a..440a29fb8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Nov 07 2025 18:16:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Nov 10 2025 07:33:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c4a223d27d01132fad2dd9f15cedb02250b7b548 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 12 Nov 2025 18:12:45 +0000 Subject: [PATCH 097/104] 904ef7a release: cut the v20.3.10 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 708495522..3371e67aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.9+sha-c854a71", + "version": "0.2003.10+sha-904ef7a", "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#c854a71", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#904ef7a", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 440a29fb8..2e6cb1531 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Nov 10 2025 07:33:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Nov 12 2025 18:12:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 10bc627df24c2e3bb740747194b37b15205ae54f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 13 Nov 2025 19:44:57 +0000 Subject: [PATCH 098/104] =?UTF-8?q?8053f2d=20fix(@angular/build):=20ensure?= =?UTF-8?q?=20`=C9=B5getOrCreateAngularServerApp`=20is=20always=20defined?= =?UTF-8?q?=20after=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3371e67aa..4d766d7f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.10+sha-904ef7a", + "version": "0.2003.10+sha-8053f2d", "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#904ef7a", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8053f2d", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 2e6cb1531..841561adf 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Nov 12 2025 18:12:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Nov 13 2025 19:44:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3b4bf26f13609b27a1acfcfde0ca1bfe04dc3fe7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 19 Nov 2025 16:37:56 +0000 Subject: [PATCH 099/104] 4dfc314 release: cut the v20.3.11 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4d766d7f3..4948eced4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.10+sha-8053f2d", + "version": "0.2003.11+sha-4dfc314", "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#8053f2d", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4dfc314", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 841561adf..74084cad7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Nov 13 2025 19:44:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Nov 19 2025 16:37:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 71bfd343368fb4d587a84bf82ef52f91c608b97a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 21 Nov 2025 18:02:25 +0000 Subject: [PATCH 100/104] 25bb7e6 fix(@angular/build): ensure correct URL joining for prerender routes --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4948eced4..c89d9205c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.11+sha-4dfc314", + "version": "0.2003.11+sha-25bb7e6", "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#4dfc314", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#25bb7e6", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 74084cad7..60407f068 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Nov 19 2025 16:37:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Nov 21 2025 18:02:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e9371362aaf0ee3735c05561433899fc994cd433 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 24 Nov 2025 16:02:04 +0000 Subject: [PATCH 101/104] cceb862 fix(@angular/ssr): handle `X-Forwarded-Prefix` and `APP_BASE_HREF` in redirects --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c89d9205c..a16de21f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.11+sha-25bb7e6", + "version": "0.2003.11+sha-cceb862", "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#25bb7e6", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#cceb862", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 60407f068..b8c0c507b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Nov 21 2025 18:02:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Nov 24 2025 16:02:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 92b07bba402fe632e02084bd36e4ed1fe024620e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 25 Nov 2025 11:10:28 +0000 Subject: [PATCH 102/104] d4ca7b7 release: cut the v20.3.12 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a16de21f7..b51a288fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.11+sha-cceb862", + "version": "0.2003.12+sha-d4ca7b7", "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#cceb862", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d4ca7b7", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index b8c0c507b..9b7a18b39 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Nov 24 2025 16:02:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Nov 25 2025 11:10:28 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d600bff75ded9e1b2431a1a424769cf9b9c17abe Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 3 Dec 2025 13:45:00 +0000 Subject: [PATCH 103/104] cfbb616 fix(@angular/cli): update `@modelcontextprotocol/sdk` to v1.24.0 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b51a288fb..8f32941f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.12+sha-d4ca7b7", + "version": "0.2003.12+sha-cfbb616", "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#d4ca7b7", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#cfbb616", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 9b7a18b39..f74709822 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Nov 25 2025 11:10:28 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Dec 03 2025 13:45:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From de76a41759bd45340d73111b295339e27c72177f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 3 Dec 2025 14:12:45 +0000 Subject: [PATCH 104/104] 948869d release: cut the v20.3.13 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8f32941f4..dfe54e1c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2003.12+sha-cfbb616", + "version": "0.2003.13+sha-948869d", "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#cfbb616", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#948869d", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index f74709822..86e76f2fd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Dec 03 2025 13:45:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Dec 03 2025 14:12:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file