From b32a5b1f2f60b0c289c6f3828a8786eb380d7eff Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 9 Sep 2025 17:28:17 +0000 Subject: [PATCH 001/105] 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 53c389ba9..d33991738 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2100.0-next.2+sha-9749ec6", + "version": "0.2003.0-next.0+sha-e21bd5c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9749ec6", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e21bd5c", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -32,5 +32,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 2170d7d4f..14018c6cd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 09 2025 16:40:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 09 2025 17:28:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0971fc3e7640d26b5eaf886e937beaa6ddc9ed85 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 10 Sep 2025 12:30:49 +0000 Subject: [PATCH 002/105] 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 d33991738..752baef72 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.0-next.0+sha-e21bd5c", + "version": "0.2003.0-next.0+sha-ef20a27", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e21bd5c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ef20a27", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 14018c6cd..4fe88847d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 09 2025 17:28:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 10 2025 12:30:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 75248e4e904d134175242e75cd3b4df9059c071f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 10 Sep 2025 16:52:19 +0000 Subject: [PATCH 003/105] b3c1d72 build: update FW packages to 20.3.0 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 752baef72..2f0a3f517 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.0-next.0+sha-ef20a27", + "version": "0.2003.0-next.0+sha-b3c1d72", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ef20a27", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b3c1d72", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4fe88847d..9ce5acff4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 10 2025 12:30:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 10 2025 16:52:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1680a867a3d5fc3a9f868401574b037a5fd44c9b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 10 Sep 2025 17:05:46 +0000 Subject: [PATCH 004/105] 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 2f0a3f517..faa6db629 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.0-next.0+sha-b3c1d72", + "version": "0.2003.0+sha-db1c025", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b3c1d72", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#db1c025", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -32,6 +32,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 9ce5acff4..03723023c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 10 2025 16:52:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 10 2025 17:05:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1be77870cc3dd4aafb16eb6d1948339c4ccf6ab0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 11 Sep 2025 12:25:19 +0000 Subject: [PATCH 005/105] 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 faa6db629..b206a7a3e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.0+sha-db1c025", + "version": "0.2003.0+sha-4e51032", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#db1c025", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4e51032", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 03723023c..0bb7f9c76 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 10 2025 17:05:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 11 2025 12:25:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 38dcfbfc75d7caea70348b4a57ee64c1616bc89e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 11 Sep 2025 13:06:37 +0000 Subject: [PATCH 006/105] 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 b206a7a3e..a399a0d76 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.0+sha-4e51032", + "version": "0.2003.0+sha-be60be4", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4e51032", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#be60be4", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0bb7f9c76..d499dd27e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 11 2025 12:25:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 11 2025 13:06:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3fa253208275f30dd2fc5e89826ba141bb5cf7c6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 11 Sep 2025 13:15:45 +0000 Subject: [PATCH 007/105] 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 a399a0d76..59ab141cd 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.0+sha-be60be4", + "version": "0.2003.1+sha-9930e8a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#be60be4", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9930e8a", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index d499dd27e..17098451e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 11 2025 13:06:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 11 2025 13:15:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8fd2eb3d0beb6e4f3f6d5846c7d7d63a3e51e17d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 12 Sep 2025 07:09:43 +0000 Subject: [PATCH 008/105] 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 59ab141cd..189a6fcb8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-9930e8a", + "version": "0.2003.1+sha-d12877f", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9930e8a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d12877f", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 17098451e..09130163b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 11 2025 13:15:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 12 2025 07:09:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7e0d2ca4dc81f3947a5e1fdce2160499bc256eb6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 12 Sep 2025 17:28:55 +0000 Subject: [PATCH 009/105] 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 189a6fcb8..8b78bcc23 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-d12877f", + "version": "0.2003.1+sha-a5aef7d", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d12877f", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a5aef7d", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 09130163b..20cfbeb3f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 12 2025 07:09:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 12 2025 17:28:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 008615505357b61f070117e67ce94b7e62f8e8c7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 12 Sep 2025 18:09:13 +0000 Subject: [PATCH 010/105] 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 8b78bcc23..22124a6d9 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-a5aef7d", + "version": "0.2003.1+sha-6026426", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a5aef7d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6026426", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 20cfbeb3f..953dbeb75 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 12 2025 17:28:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 12 2025 18:09:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9d9d041aaa3a1d539863f4c79c0a7d707823f1c5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sat, 13 Sep 2025 08:20:25 +0000 Subject: [PATCH 011/105] 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 22124a6d9..674c61028 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-6026426", + "version": "0.2003.1+sha-bb93ebd", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6026426", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bb93ebd", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 953dbeb75..042e5649b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 12 2025 18:09:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sat Sep 13 2025 08:20:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b975ae3665b801e34f6d2eb88117abb8e2bbb6d1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 15 Sep 2025 06:59:58 +0000 Subject: [PATCH 012/105] 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 674c61028..9fb9c8c84 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-bb93ebd", + "version": "0.2003.1+sha-3fb4aa2", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bb93ebd", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3fb4aa2", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -21,7 +21,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 042e5649b..f8eea8cda 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sat Sep 13 2025 08:20:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 15 2025 06:59:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0cb8de442200940c3fd7f248b8da4b09d4a567cf Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 15 Sep 2025 14:17:33 +0000 Subject: [PATCH 013/105] 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 9fb9c8c84..1f04dbf41 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-3fb4aa2", + "version": "0.2003.1+sha-4c1ef20", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3fb4aa2", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4c1ef20", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f8eea8cda..e486fe931 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 15 2025 06:59:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 15 2025 14:17:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d345bbe79a7604d8924834d9078c032bfc746f67 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 16 Sep 2025 11:57:57 +0000 Subject: [PATCH 014/105] 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 1f04dbf41..909200cad 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-4c1ef20", + "version": "0.2003.1+sha-deb3ed0", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4c1ef20", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#deb3ed0", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e486fe931..943c8d249 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 15 2025 14:17:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 16 2025 11:57:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3776b7943a185942be6309dfd4b6747ae9324b49 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 10:02:21 +0000 Subject: [PATCH 015/105] 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 909200cad..353b62433 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-deb3ed0", + "version": "0.2003.1+sha-5b804a5", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#deb3ed0", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5b804a5", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 943c8d249..ccdc01e03 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 16 2025 11:57:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 10:02:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e497b52eacbe1e3321c70c8e4443f68988573dfb Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 13:17:39 +0000 Subject: [PATCH 016/105] 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 353b62433..02b3ae3ce 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-5b804a5", + "version": "0.2003.1+sha-34b88c8", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5b804a5", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#34b88c8", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index ccdc01e03..79e4b7acb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 10:02:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 13:17:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From cede970806353ba90e2b5568e3fc8f423b941440 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 14:50:28 +0000 Subject: [PATCH 017/105] 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 02b3ae3ce..9067f6385 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-34b88c8", + "version": "0.2003.1+sha-5edb82e", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#34b88c8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5edb82e", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 79e4b7acb..8d8336edd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 13:17:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 14:50:28 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4bc7eb286873f26473f9bc8d0bc8dfd53ebc5ba8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 16:33:23 +0000 Subject: [PATCH 018/105] 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 9067f6385..296200349 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.1+sha-5edb82e", + "version": "0.2003.2+sha-1b05a3a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5edb82e", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1b05a3a", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -21,7 +21,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 8d8336edd..fd3200d2f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 14:50:28 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 16:33:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 51938ef9c107ccfd4b23455b1cbe38d5ce77c0a6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 19 Sep 2025 09:18:01 +0000 Subject: [PATCH 019/105] 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 296200349..e81eb1603 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-1b05a3a", + "version": "0.2003.2+sha-4661ae8", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1b05a3a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4661ae8", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index fd3200d2f..de42ce751 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 16:33:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 19 2025 09:18:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4c588a1855d6e60b5158371be5414f3b0f2eca23 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 19 Sep 2025 20:44:12 +0000 Subject: [PATCH 020/105] 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 e81eb1603..a2200ce38 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-4661ae8", + "version": "0.2003.2+sha-24e1638", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4661ae8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#24e1638", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index de42ce751..b68c65034 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 19 2025 09:18:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 19 2025 20:44:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4cefc3599265cadf8e0157d53dc85b2719541a99 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 22 Sep 2025 14:18:41 +0000 Subject: [PATCH 021/105] 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 a2200ce38..cb320ae15 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-24e1638", + "version": "0.2003.2+sha-d7f392b", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#24e1638", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d7f392b", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index b68c65034..b7aee87f3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 19 2025 20:44:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 22 2025 14:18:41 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5142e12cf0dba299bff6256ef6f9cac1ce6d0ea4 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 22 Sep 2025 14:49:51 +0000 Subject: [PATCH 022/105] 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 cb320ae15..37def849a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-d7f392b", + "version": "0.2003.2+sha-aa5581b", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d7f392b", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#aa5581b", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index b7aee87f3..45035ab9a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 22 2025 14:18:41 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 22 2025 14:49:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 104b0bdef5685f0ca563acfa479523957bc1b0e8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 23 Sep 2025 16:34:18 +0000 Subject: [PATCH 023/105] 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 37def849a..d4104c32a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-aa5581b", + "version": "0.2003.2+sha-0b5cef0", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#aa5581b", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0b5cef0", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 45035ab9a..cccd4cdb3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 22 2025 14:49:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 23 2025 16:34:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d3d8eed29de715d38506b82403f9e99f647c2f60 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 23 Sep 2025 17:00:43 +0000 Subject: [PATCH 024/105] 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 d4104c32a..09e576fab 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-0b5cef0", + "version": "0.2003.2+sha-a4c9a20", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0b5cef0", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a4c9a20", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index cccd4cdb3..0c48225b1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 23 2025 16:34:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 23 2025 17:00:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2707344934f748ea96515dbf9f98a7fc3c1e6e52 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 23 Sep 2025 20:34:43 +0000 Subject: [PATCH 025/105] 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 09e576fab..2ddc03e02 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-a4c9a20", + "version": "0.2003.2+sha-3ed3b7c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a4c9a20", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3ed3b7c", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0c48225b1..0addd845f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 23 2025 17:00:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 23 2025 20:34:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2f92de5ba5575934b930703b85fdbc99b5cbcfee Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 24 Sep 2025 09:53:52 +0000 Subject: [PATCH 026/105] 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 2ddc03e02..340043d4a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-3ed3b7c", + "version": "0.2003.2+sha-94583c5", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3ed3b7c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#94583c5", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -21,7 +21,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 0addd845f..3473b8585 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 23 2025 20:34:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 24 2025 09:53:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2c6d57ec0730258fefce14dc4f582881b863c45b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 24 Sep 2025 14:15:48 +0000 Subject: [PATCH 027/105] 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 340043d4a..3ed5379f6 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-94583c5", + "version": "0.2003.2+sha-b7f92da", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#94583c5", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b7f92da", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3473b8585..0a72fdb46 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 24 2025 09:53:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 24 2025 14:15:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 12a897ff89471a15cf55430b6d5734257cc57afc Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 24 Sep 2025 21:04:45 +0000 Subject: [PATCH 028/105] 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 3ed5379f6..90800b5a5 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.2+sha-b7f92da", + "version": "0.2003.3+sha-2b45442", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b7f92da", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2b45442", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0a72fdb46..b6360ff9c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 24 2025 14:15:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 24 2025 21:04:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8270c6b74dc2386a03c1172cb7dc08300c20a887 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 25 Sep 2025 12:34:38 +0000 Subject: [PATCH 029/105] 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 90800b5a5..eff2d3cd0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-2b45442", + "version": "0.2003.3+sha-bc6b631", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2b45442", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bc6b631", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index b6360ff9c..98c31d083 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 24 2025 21:04:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 25 2025 12:34:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 046d25031078fc7771dbb13ef3722851b40f4d88 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 25 Sep 2025 16:42:40 +0000 Subject: [PATCH 030/105] 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 eff2d3cd0..5e266d447 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-bc6b631", + "version": "0.2003.3+sha-31dc165", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bc6b631", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#31dc165", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 98c31d083..a81d1c71c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 25 2025 12:34:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 25 2025 16:42:40 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ea4aab186f42ccbbcb44014547dcbd3df41da56c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 25 Sep 2025 21:42:55 +0000 Subject: [PATCH 031/105] 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 5e266d447..33c89157b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-31dc165", + "version": "0.2003.3+sha-6422909", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#31dc165", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6422909", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index a81d1c71c..957b4d7a4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 25 2025 16:42:40 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 25 2025 21:42:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5914f111f8148871d25f160445fe57685b700dec Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 25 Sep 2025 22:20:46 +0000 Subject: [PATCH 032/105] 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 33c89157b..a83fec63c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-6422909", + "version": "0.2003.3+sha-1940e17", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6422909", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1940e17", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 957b4d7a4..86df7549b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 25 2025 21:42:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 25 2025 22:20:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 042c659c90fdbc71f82a6c9f536ae822bbf51e82 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 26 Sep 2025 18:37:50 +0000 Subject: [PATCH 033/105] 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 a83fec63c..a484448fb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-1940e17", + "version": "0.2003.3+sha-a6a8216", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1940e17", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a6a8216", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 86df7549b..322d46c55 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 25 2025 22:20:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 26 2025 18:37:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 63fcddd3df3c339a7090e3d39fa4feabfd2a0daa Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 26 Sep 2025 20:23:47 +0000 Subject: [PATCH 034/105] 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 a484448fb..ac720c895 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-a6a8216", + "version": "0.2003.3+sha-e84eba8", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a6a8216", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e84eba8", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 322d46c55..5f6ec30ad 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 26 2025 18:37:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 26 2025 20:23:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9b16ba7fd76d60102ba84f08c1d53ad740227877 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 29 Sep 2025 08:52:37 +0000 Subject: [PATCH 035/105] 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 ac720c895..e6a73fbfc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-e84eba8", + "version": "0.2003.3+sha-cb454a3", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e84eba8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cb454a3", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 5f6ec30ad..7f80f2320 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 26 2025 20:23:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 29 2025 08:52:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6fab3fb7b36970b0f3122b9042da086fdb07357c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 29 Sep 2025 15:06:45 +0000 Subject: [PATCH 036/105] 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 e6a73fbfc..eceb9275b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-cb454a3", + "version": "0.2003.3+sha-0b5481e", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cb454a3", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0b5481e", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 7f80f2320..118a65dc4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 29 2025 08:52:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 29 2025 15:06:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ededb58fbcdf37a37b98796ed2acd10698f8ae0e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 29 Sep 2025 15:35:04 +0000 Subject: [PATCH 037/105] 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 eceb9275b..c1dfa4f65 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-0b5481e", + "version": "0.2003.3+sha-c94bf7f", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0b5481e", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c94bf7f", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 118a65dc4..8db6ec52c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 29 2025 15:06:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 29 2025 15:35:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0cb5082e40d09e86972174d3f814a48bea8f3492 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 29 Sep 2025 16:24:27 +0000 Subject: [PATCH 038/105] 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 c1dfa4f65..22730c55c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-c94bf7f", + "version": "0.2003.3+sha-465436c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c94bf7f", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#465436c", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 8db6ec52c..3eb84217c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 29 2025 15:35:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 29 2025 16:24:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 82472f38e5f8e28cfec916d0e562790214a1f535 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 30 Sep 2025 16:37:55 +0000 Subject: [PATCH 039/105] 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 22730c55c..66f3caf51 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-465436c", + "version": "0.2003.3+sha-ee2e4ee", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#465436c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ee2e4ee", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3eb84217c..a638772a7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 29 2025 16:24:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 30 2025 16:37:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 01e6bf8a5bac98103683d2ac9fa0bb06c94bbc92 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 1 Oct 2025 13:08:17 +0000 Subject: [PATCH 040/105] 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 66f3caf51..6a47cd96f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-ee2e4ee", + "version": "0.2003.3+sha-c14ebe7", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ee2e4ee", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c14ebe7", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index a638772a7..8b99650c6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 30 2025 16:37:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 01 2025 13:08:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5fde4ee0933b856a272dc2fde53c19f0be8baee1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 1 Oct 2025 15:36:07 +0000 Subject: [PATCH 041/105] 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 6a47cd96f..802008d53 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-c14ebe7", + "version": "0.2003.3+sha-4779fe3", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c14ebe7", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4779fe3", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 8b99650c6..1f0a47a77 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 01 2025 13:08:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 01 2025 15:36:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 31a9462a1929ef12a1d34da466ff6c4155a74e23 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 2 Oct 2025 17:35:50 +0000 Subject: [PATCH 042/105] 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 802008d53..963bd04be 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-4779fe3", + "version": "0.2003.3+sha-92a6b2a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4779fe3", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#92a6b2a", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 1f0a47a77..1e7d5f800 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 01 2025 15:36:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 02 2025 17:35:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8b849286f0142f510f8b6858db73e1c6f74dcd67 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sat, 4 Oct 2025 13:27:12 +0000 Subject: [PATCH 043/105] 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 963bd04be..e3d4211d0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.3+sha-92a6b2a", + "version": "0.2003.4+sha-d8ca86b", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#92a6b2a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d8ca86b", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -21,7 +21,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 1e7d5f800..8fdb9c547 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 02 2025 17:35:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sat Oct 04 2025 13:27:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a4d55772a9ee121760dcca8c649f60e76cb75e1a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 6 Oct 2025 12:28:01 +0000 Subject: [PATCH 044/105] 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 e3d4211d0..01f7fdf49 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.4+sha-d8ca86b", + "version": "0.2003.4+sha-9004951", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d8ca86b", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9004951", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 8fdb9c547..67207aa99 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sat Oct 04 2025 13:27:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 06 2025 12:28:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 64e898908dceadd6e9b4300763ff0aefffe78dcd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 6 Oct 2025 17:17:24 +0000 Subject: [PATCH 045/105] 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 01f7fdf49..ad9ebc994 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.4+sha-9004951", + "version": "0.2003.4+sha-7f71406", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9004951", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7f71406", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 67207aa99..dbec01b76 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 06 2025 12:28:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 06 2025 17:17:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 90e9919b763f948bad15be0b43a20beaab5b9c62 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 7 Oct 2025 09:44:05 +0000 Subject: [PATCH 046/105] 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 ad9ebc994..99a972968 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.4+sha-7f71406", + "version": "0.2003.4+sha-2b1a801", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7f71406", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2b1a801", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index dbec01b76..3828a791c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 06 2025 17:17:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 07 2025 09:44:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a25a3310a8d1190f87ba8ca3d069bf32559b2ab3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 7 Oct 2025 09:52:47 +0000 Subject: [PATCH 047/105] 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 99a972968..ccb14aa82 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.4+sha-2b1a801", + "version": "0.2003.4+sha-37df62a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2b1a801", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#37df62a", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3828a791c..990306f37 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 07 2025 09:44:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 07 2025 09:52:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 98583a3e6014a87ab2451a07e8482a207fc5cc32 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 8 Oct 2025 06:46:34 +0000 Subject: [PATCH 048/105] 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 ccb14aa82..a37c83294 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.4+sha-37df62a", + "version": "0.2003.4+sha-736e5ee", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#37df62a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#736e5ee", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -21,7 +21,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 990306f37..ae3ed9313 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 07 2025 09:52:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 08 2025 06:46:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8ae9884384fa29f873564b3cf351dcb893352b2e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 8 Oct 2025 10:30:30 +0000 Subject: [PATCH 049/105] 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 a37c83294..4b0060746 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.4+sha-736e5ee", + "version": "0.2003.4+sha-20b5250", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#736e5ee", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#20b5250", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index ae3ed9313..44c025b84 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 08 2025 06:46:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 08 2025 10:30:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 081689b7c8d4b2079aec2352a9d2f002667ba3d7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 8 Oct 2025 10:42:37 +0000 Subject: [PATCH 050/105] 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 4b0060746..57d157118 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.4+sha-20b5250", + "version": "0.2003.5+sha-af81cad", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#20b5250", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#af81cad", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 44c025b84..803be708e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 08 2025 10:30:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 08 2025 10:42:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7405f967d8f8e68a1172adff5501a3672655c1d8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 9 Oct 2025 10:29:42 +0000 Subject: [PATCH 051/105] 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 57d157118..1a613e5dd 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-af81cad", + "version": "0.2003.5+sha-a45ec06", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#af81cad", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a45ec06", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 803be708e..4631cf03d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 08 2025 10:42:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 09 2025 10:29:42 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b0199fad6bec818fa1766cd89729bc86afc34289 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 9 Oct 2025 11:00:58 +0000 Subject: [PATCH 052/105] 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 1a613e5dd..19e47358a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-a45ec06", + "version": "0.2003.5+sha-fa646c9", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a45ec06", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#fa646c9", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4631cf03d..7a555de31 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 09 2025 10:29:42 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 09 2025 11:00:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 456b621af5c26eccab8b5df3c717459af6576db2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 9 Oct 2025 13:28:15 +0000 Subject: [PATCH 053/105] 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 19e47358a..253e5d329 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-fa646c9", + "version": "0.2003.5+sha-e46f66a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#fa646c9", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e46f66a", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 7a555de31..0abd00e6d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 09 2025 11:00:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 09 2025 13:28:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7bdc7ddec86c8d5e2a8cbd211935f4f9d008d194 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 13 Oct 2025 12:19:24 +0000 Subject: [PATCH 054/105] 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 253e5d329..338af840f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-e46f66a", + "version": "0.2003.5+sha-9143456", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e46f66a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9143456", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -21,7 +21,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 0abd00e6d..0e0bee3dd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 09 2025 13:28:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 13 2025 12:19:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c5af64c76af58e842f71a90013441099b52fc5f0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 13 Oct 2025 15:03:18 +0000 Subject: [PATCH 055/105] 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 338af840f..24a0db07b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-9143456", + "version": "0.2003.5+sha-587f9f0", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9143456", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#587f9f0", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0e0bee3dd..062edcc16 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 13 2025 12:19:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 13 2025 15:03:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0cc09bc59795df51bc34e6835a2bb92e676dc488 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 14 Oct 2025 08:06:10 +0000 Subject: [PATCH 056/105] 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 24a0db07b..5e25cfd09 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-587f9f0", + "version": "0.2003.5+sha-b45f97a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#587f9f0", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b45f97a", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 062edcc16..85b59320b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 13 2025 15:03:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 14 2025 08:06:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 82f408e2ee1a6e6d3055596248a75a9be20cceeb Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 14 Oct 2025 14:39:06 +0000 Subject: [PATCH 057/105] 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 5e25cfd09..cc67f66ca 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-b45f97a", + "version": "0.2003.5+sha-82f8900", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b45f97a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#82f8900", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 85b59320b..58cd56034 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 14 2025 08:06:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 14 2025 14:39:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3bf2dc698f620e64933b7500cf794e7aada11766 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 11:35:17 +0000 Subject: [PATCH 058/105] 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 cc67f66ca..fdcef98bc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-82f8900", + "version": "0.2003.5+sha-03e3bfc", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#82f8900", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#03e3bfc", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 58cd56034..2ce4aa179 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 14 2025 14:39:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 11:35:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 89bd2668aa89788f794cf58129e5d82b63d89b5a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 16:49:37 +0000 Subject: [PATCH 059/105] 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 fdcef98bc..a6a1d1543 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-03e3bfc", + "version": "0.2003.5+sha-16656a1", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#03e3bfc", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#16656a1", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -21,7 +21,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 2ce4aa179..86099cdba 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 11:35:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 16:49:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 60830fa3220b2e77eaa0f32bde8783dac9512135 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 17:28:21 +0000 Subject: [PATCH 060/105] 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 a6a1d1543..6970242f6 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-16656a1", + "version": "0.2003.5+sha-5271547", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#16656a1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5271547", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 86099cdba..747d70bdd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 16:49:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 17:28:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 910f9400534382a8c6d6814d5182ff3327859655 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 18:40:44 +0000 Subject: [PATCH 061/105] 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 6970242f6..92b492c1d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.5+sha-5271547", + "version": "0.2003.6+sha-f7bd567", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5271547", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f7bd567", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 747d70bdd..e831ac65f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 17:28:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 18:40:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0276ccf085d61f5bbee480bd63ff706427183d15 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 16 Oct 2025 13:30:47 +0000 Subject: [PATCH 062/105] 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 92b492c1d..695b38f83 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-f7bd567", + "version": "0.2003.6+sha-3a28fb6", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f7bd567", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3a28fb6", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e831ac65f..d0bf82ad5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 18:40:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 16 2025 13:30:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From cb8f9e167fd6674a01698e32a5d6e85708ef9a54 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 16 Oct 2025 17:40:58 +0000 Subject: [PATCH 063/105] 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 695b38f83..1a7dd65a7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-3a28fb6", + "version": "0.2003.6+sha-3a124ac", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3a28fb6", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3a124ac", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index d0bf82ad5..ded25a696 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 16 2025 13:30:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 16 2025 17:40:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From dd4ad54c095b9d2fb9747a642cc1a3c7a4e6f730 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 08:16:54 +0000 Subject: [PATCH 064/105] 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 1a7dd65a7..0b4c0868b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-3a124ac", + "version": "0.2003.6+sha-5db6d64", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3a124ac", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5db6d64", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index ded25a696..71cf4b306 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 16 2025 17:40:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 08:16:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2d2af67306f0df7adfa25b23dc653313ab7ab068 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 09:25:25 +0000 Subject: [PATCH 065/105] 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 0b4c0868b..e875fd946 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-5db6d64", + "version": "0.2003.6+sha-ec2eb53", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5db6d64", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ec2eb53", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 71cf4b306..2616a93c2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 08:16:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 09:25:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b3345fd921c54f6b0e71d098a6ba21ae27b1f161 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 15:20:48 +0000 Subject: [PATCH 066/105] 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 e875fd946..c0ff34652 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-ec2eb53", + "version": "0.2003.6+sha-8cdda11", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ec2eb53", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#8cdda11", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 2616a93c2..c3c73be5e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 09:25:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 15:20:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 70a485d4953e86a33998ba6b52f5d03258795518 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 17:38:13 +0000 Subject: [PATCH 067/105] 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 c0ff34652..fd750d3a7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-8cdda11", + "version": "0.2003.6+sha-8c6b3e7", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#8cdda11", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#8c6b3e7", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index c3c73be5e..bfb6ec3de 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 15:20:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 17:38:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 92099e993f3c8e8b8a3ffde1ee43cee81ffc57ab Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 17 Oct 2025 23:21:27 +0000 Subject: [PATCH 068/105] 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 fd750d3a7..aabae9515 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-8c6b3e7", + "version": "0.2003.6+sha-d09faf1", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#8c6b3e7", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d09faf1", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index bfb6ec3de..95cb13f9e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 17:38:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 17 2025 23:21:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f41aeeea6681ed9e485f71699af72b271ce2ec99 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 20 Oct 2025 13:24:09 +0000 Subject: [PATCH 069/105] 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 aabae9515..d28a652aa 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-d09faf1", + "version": "0.2003.6+sha-c881af8", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d09faf1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c881af8", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 95cb13f9e..74cd164af 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 17 2025 23:21:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 20 2025 13:24:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 023c7e6cc0c90315f045a8fb25abadd4ee8f7640 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 20 Oct 2025 13:57:08 +0000 Subject: [PATCH 070/105] 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 d28a652aa..9be230976 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-c881af8", + "version": "0.2003.6+sha-cfee198", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c881af8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cfee198", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 74cd164af..fc543f02a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 20 2025 13:24:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 20 2025 13:57:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3addb475a2b7339b7f5b6fd9b624f3bec208d3e1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 20 Oct 2025 15:58:48 +0000 Subject: [PATCH 071/105] 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 9be230976..4999d3d32 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-cfee198", + "version": "0.2003.6+sha-c47e9a8", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cfee198", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c47e9a8", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index fc543f02a..4102ea524 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 20 2025 13:57:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 20 2025 15:58:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 52b2f28c9ee0750e94f1e8c8517287038e6270de Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 21 Oct 2025 09:38:57 +0000 Subject: [PATCH 072/105] 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 4999d3d32..ee9b5f0f6 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-c47e9a8", + "version": "0.2003.6+sha-bd222df", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c47e9a8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bd222df", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4102ea524..0e85e6c50 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 20 2025 15:58:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 21 2025 09:38:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 89595cf3f7b01dd5fe1994fa587389b3ffef4df4 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 21 Oct 2025 11:18:17 +0000 Subject: [PATCH 073/105] 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 ee9b5f0f6..2aff47b17 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-bd222df", + "version": "0.2003.6+sha-5847ccc", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bd222df", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5847ccc", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0e85e6c50..86bcd3195 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 21 2025 09:38:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 21 2025 11:18:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b6ccf2f9c5cb8067e2e733d515f31d3dbb62bea4 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 21 Oct 2025 15:33:13 +0000 Subject: [PATCH 074/105] 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 2aff47b17..266c2e1a2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-5847ccc", + "version": "0.2003.6+sha-72bc4da", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5847ccc", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#72bc4da", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 86bcd3195..c4475ebc4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 21 2025 11:18:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 21 2025 15:33:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a165422da039b512abdd9c1cee1db0ff2f91f32e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 21 Oct 2025 16:02:57 +0000 Subject: [PATCH 075/105] 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 266c2e1a2..fde8b96f7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-72bc4da", + "version": "0.2003.6+sha-a31533c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#72bc4da", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a31533c", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index c4475ebc4..84b54a5f0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 21 2025 15:33:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 21 2025 16:02:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 553db9b387cae2d7dccf720de099a5d1bac25dd6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 14:43:49 +0000 Subject: [PATCH 076/105] 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 fde8b96f7..3840222cb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-a31533c", + "version": "0.2003.6+sha-6f399cc", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a31533c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6f399cc", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 84b54a5f0..dc6090407 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 21 2025 16:02:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 14:43:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 456c6de82a18fb3d37333911717bfffd86684c0c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 15:00:21 +0000 Subject: [PATCH 077/105] 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 3840222cb..f5ec403fd 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-6f399cc", + "version": "0.2003.6+sha-3620d32", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6f399cc", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3620d32", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index dc6090407..2e643560b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 14:43:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 15:00:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 961da506b35006910a43179790ab34325e125ebb Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 20:35:16 +0000 Subject: [PATCH 078/105] 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 f5ec403fd..bc235347c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-3620d32", + "version": "0.2003.6+sha-fdeff17", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3620d32", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#fdeff17", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 2e643560b..94cd9a9b7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 15:00:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 20:35:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ab052cdd96ca109b6d943ecfa8012d6b2e007c51 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 21:25:01 +0000 Subject: [PATCH 079/105] 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 bc235347c..bc9bb1d68 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.6+sha-fdeff17", + "version": "0.2003.7+sha-5ad69a5", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#fdeff17", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5ad69a5", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 94cd9a9b7..de7ac1eda 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 20:35:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 21:25:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ece0d3f530829db26bc3fc89b47cd83902f9d505 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 22 Oct 2025 22:49:52 +0000 Subject: [PATCH 080/105] 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 bc9bb1d68..8ada61a2c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-5ad69a5", + "version": "0.2003.7+sha-3cea706", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5ad69a5", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3cea706", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index de7ac1eda..40f8ae0cc 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 21:25:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 22 2025 22:49:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b2b3b6eeeb89eaabd9262480bada1ea0ba8a3d07 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 05:53:22 +0000 Subject: [PATCH 081/105] 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 8ada61a2c..965af0342 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-3cea706", + "version": "0.2003.7+sha-bdc584b", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3cea706", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bdc584b", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 40f8ae0cc..3bcbf5d8f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 22 2025 22:49:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 05:53:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 792f31edc29145eae02bc08ffbc0d1fe6cf5393b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 10:10:57 +0000 Subject: [PATCH 082/105] 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 965af0342..de0faf95d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-bdc584b", + "version": "0.2003.7+sha-7b521dd", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bdc584b", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7b521dd", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", @@ -21,7 +21,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 3bcbf5d8f..eb572e767 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 05:53:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 10:10:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 62eec34b64bd2cdadca5da7d9d46c4b6a10d6404 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 12:28:09 +0000 Subject: [PATCH 083/105] 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 de0faf95d..62115cc9e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-7b521dd", + "version": "0.2003.7+sha-813cba9", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7b521dd", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#813cba9", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index eb572e767..726885f4c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 10:10:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 12:28:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 86ba608b8b0fe7ff2bf51c39e365335a8be8445b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 12:55:21 +0000 Subject: [PATCH 084/105] 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 62115cc9e..2599b1f9a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-813cba9", + "version": "0.2003.7+sha-15b4495", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#813cba9", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#15b4495", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 726885f4c..391958088 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 12:28:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 12:55:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From eb7ac7b834e99621d311be5ac71fdb644f59289c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 24 Oct 2025 15:56:35 +0000 Subject: [PATCH 085/105] 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 2599b1f9a..267a750ad 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-15b4495", + "version": "0.2003.7+sha-2c7581c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#15b4495", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2c7581c", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 391958088..4e889908e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 12:55:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 24 2025 15:56:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e626ffd86817cef7c723b0f282f3b60747389d40 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 28 Oct 2025 11:55:36 +0000 Subject: [PATCH 086/105] 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 267a750ad..8cf82c313 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-2c7581c", + "version": "0.2003.7+sha-e6ccc74", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2c7581c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e6ccc74", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4e889908e..ac6e132e0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 24 2025 15:56:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 28 2025 11:55:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4fce4817a570f35e3fc747fd0e566e694304f76a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 28 Oct 2025 19:56:25 +0000 Subject: [PATCH 087/105] 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 8cf82c313..338e7574a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-e6ccc74", + "version": "0.2003.7+sha-45e498f", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e6ccc74", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#45e498f", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index ac6e132e0..410101b20 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 28 2025 11:55:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 28 2025 19:56:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3f660ca82f9f95bc73f43f8975bd3bab92150686 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 13:16:02 +0000 Subject: [PATCH 088/105] 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 338e7574a..669ae9d4c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-45e498f", + "version": "0.2003.7+sha-542973a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#45e498f", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#542973a", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 410101b20..35ba4311e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 28 2025 19:56:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 13:16:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 22fe2a3a7acec4f8762241109b7ec6cb8aa3ce26 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 17:35:52 +0000 Subject: [PATCH 089/105] 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 669ae9d4c..5b20f6235 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-542973a", + "version": "0.2003.7+sha-f088569", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#542973a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f088569", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 35ba4311e..8a565f7d5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 13:16:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 17:35:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c1d5976dc2ca867700dfbcded3425011238e783e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 18:16:12 +0000 Subject: [PATCH 090/105] 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 5b20f6235..ce13ab3e0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.7+sha-f088569", + "version": "0.2003.8+sha-4ac89c5", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f088569", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4ac89c5", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 8a565f7d5..1221eeb63 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 17:35:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 18:16:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 03cb0ce559d29c8c74594b49351c65fc8338c7c0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 4 Nov 2025 14:53:07 +0000 Subject: [PATCH 091/105] 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 ce13ab3e0..03de92ad8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.8+sha-4ac89c5", + "version": "0.2003.8+sha-683697e", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4ac89c5", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#683697e", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 1221eeb63..1949f0877 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 18:16:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Nov 04 2025 14:53:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2677b6d1151d0c789b21bcf3fccab7c2be5a2143 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 4 Nov 2025 15:39:36 +0000 Subject: [PATCH 092/105] 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 03de92ad8..8511b649b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.8+sha-683697e", + "version": "0.2003.8+sha-bddf211", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#683697e", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bddf211", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 1949f0877..cf7d4bf67 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Nov 04 2025 14:53:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Nov 04 2025 15:39:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 128327a6feaf3491339e937559a8f24cc0bbda69 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 5 Nov 2025 14:55:49 +0000 Subject: [PATCH 093/105] 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 8511b649b..e2a083bcb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.8+sha-bddf211", + "version": "0.2003.9+sha-2c0cafa", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bddf211", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2c0cafa", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index cf7d4bf67..4ba423378 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Nov 04 2025 15:39:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Nov 05 2025 14:55:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From abde8b5a0cc713d0bfabff7e9208e2c31b04714b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 7 Nov 2025 10:58:01 +0000 Subject: [PATCH 094/105] 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 e2a083bcb..2099be107 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.9+sha-2c0cafa", + "version": "0.2003.9+sha-7c11e07", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2c0cafa", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7c11e07", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4ba423378..4d6c71fd6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Nov 05 2025 14:55:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Nov 07 2025 10:58:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 24b96ef309976b17afb5b22cec4b6cd319ed2b55 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 7 Nov 2025 18:06:58 +0000 Subject: [PATCH 095/105] 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 2099be107..34d420cf6 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.9+sha-7c11e07", + "version": "0.2003.9+sha-6fbd106", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7c11e07", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6fbd106", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4d6c71fd6..64f28e8f2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Nov 07 2025 10:58:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Nov 07 2025 18:06:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1638d1d48cc5d261b5f700eb2adc7f8b856d1ac1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 7 Nov 2025 18:16:16 +0000 Subject: [PATCH 096/105] 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 34d420cf6..13447ae35 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.9+sha-6fbd106", + "version": "0.2003.9+sha-b3908f6", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6fbd106", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b3908f6", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 64f28e8f2..d2f94f912 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Nov 07 2025 18:06:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Nov 07 2025 18:16:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 46e2ad244e837965abca1c62eb8e8d492efe6123 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 10 Nov 2025 07:32:46 +0000 Subject: [PATCH 097/105] 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 13447ae35..6de22bb40 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.9+sha-b3908f6", + "version": "0.2003.9+sha-c854a71", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b3908f6", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c854a71", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index d2f94f912..1a14fb612 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Nov 07 2025 18:16:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Nov 10 2025 07:32:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9c97440acc53b9eb942d1879110efc6fb8e47d8d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 12 Nov 2025 18:12:25 +0000 Subject: [PATCH 098/105] 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 6de22bb40..9e8f64d02 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.9+sha-c854a71", + "version": "0.2003.10+sha-904ef7a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c854a71", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#904ef7a", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 1a14fb612..50e82b723 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Nov 10 2025 07:32:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Nov 12 2025 18:12:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 216214c0bddccbdd7235fa12e18e32654c030237 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 13 Nov 2025 19:44:43 +0000 Subject: [PATCH 099/105] =?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 9e8f64d02..1719af6e6 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.10+sha-904ef7a", + "version": "0.2003.10+sha-8053f2d", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#904ef7a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#8053f2d", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 50e82b723..6330abcc4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Nov 12 2025 18:12:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Nov 13 2025 19:44:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5f4d2798cfae29ae88754566284da125d72a0000 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 19 Nov 2025 16:37:42 +0000 Subject: [PATCH 100/105] 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 1719af6e6..e6fbdb6fd 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.10+sha-8053f2d", + "version": "0.2003.11+sha-4dfc314", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#8053f2d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4dfc314", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 6330abcc4..3e1c6af2d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Nov 13 2025 19:44:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Nov 19 2025 16:37:42 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 79e97fddb8139433461393b9d1f4a95899698e79 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 21 Nov 2025 18:02:13 +0000 Subject: [PATCH 101/105] 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 e6fbdb6fd..c5c2e71ef 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.11+sha-4dfc314", + "version": "0.2003.11+sha-25bb7e6", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4dfc314", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#25bb7e6", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3e1c6af2d..6afcbe8d8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Nov 19 2025 16:37:42 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Nov 21 2025 18:02:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 655568eb67ea09686b2a06569a868bf80d89392b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 24 Nov 2025 16:01:52 +0000 Subject: [PATCH 102/105] 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 c5c2e71ef..2d75c66a6 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.11+sha-25bb7e6", + "version": "0.2003.11+sha-cceb862", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#25bb7e6", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cceb862", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 6afcbe8d8..1fb35d89a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Nov 21 2025 18:02:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Nov 24 2025 16:01:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4899f4360ce1b1843f97cfdecb69f29f53ec41ef Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 25 Nov 2025 11:10:18 +0000 Subject: [PATCH 103/105] 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 2d75c66a6..4f1518372 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.11+sha-cceb862", + "version": "0.2003.12+sha-d4ca7b7", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cceb862", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d4ca7b7", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 1fb35d89a..9a66a6202 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Nov 24 2025 16:01:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Nov 25 2025 11:10:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ca8af7af4dc563699b6eaf80579c2d953aa1fd22 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 3 Dec 2025 13:44:45 +0000 Subject: [PATCH 104/105] 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 4f1518372..bd86a9728 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.12+sha-d4ca7b7", + "version": "0.2003.12+sha-cfbb616", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d4ca7b7", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cfbb616", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 9a66a6202..cb6a8f2d5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Nov 25 2025 11:10:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Dec 03 2025 13:44:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 98a9798e340935401a9f5e8b12569c657fbb7146 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 3 Dec 2025 14:12:34 +0000 Subject: [PATCH 105/105] 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 bd86a9728..7ea29038e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.2003.12+sha-cfbb616", + "version": "0.2003.13+sha-948869d", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cfbb616", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#948869d", "rxjs": "7.8.2" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index cb6a8f2d5..9491a8562 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Dec 03 2025 13:44:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Dec 03 2025 14:12:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file