From c4c0888b03138e1d957e79f79ff68494cb5b46da Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 19 Feb 2025 22:15:14 +0000 Subject: [PATCH 01/96] 0fafe8b release: cut the v19.2.0-rc.0 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cd6198a79..6e2e53da2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0-next.2+sha-8f73dad", + "version": "0.1902.0-rc.0+sha-0fafe8b", "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#8f73dad", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0fafe8b", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index add1f5340..cc8771718 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Feb 19 2025 21:37:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Feb 19 2025 22:15:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c1d4a7631fd0f81d9b3496bee29bd72aeb0b8538 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 19 Feb 2025 22:36:41 +0000 Subject: [PATCH 02/96] 1f715d2 release: cut the v19.2.0-rc.0 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6e2e53da2..de7ae566a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0-rc.0+sha-0fafe8b", + "version": "0.1902.0-rc.0+sha-1f715d2", "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#0fafe8b", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1f715d2", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index cc8771718..85420fa29 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Feb 19 2025 22:15:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Feb 19 2025 22:36:41 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 723347ae4497f424d0bf1f85429219658b44a103 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 24 Feb 2025 23:42:58 +0000 Subject: [PATCH 03/96] fe8d83a fix(@schematics/angular): add additional checks for application builder usage --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index de7ae566a..1544be024 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0-rc.0+sha-1f715d2", + "version": "0.1902.0-rc.0+sha-fe8d83a", "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#1f715d2", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#fe8d83a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 85420fa29..4b2a3aed0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Feb 19 2025 22:36:41 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Feb 24 2025 23:42:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a33a3e1edf52147f5ec61ad5f0871967b17325f0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 25 Feb 2025 18:29:36 +0000 Subject: [PATCH 04/96] 239a404 fix(@angular/build): always disable JSON stats with dev-server --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1544be024..1c33be5d4 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0-rc.0+sha-fe8d83a", + "version": "0.1902.0-rc.0+sha-239a404", "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#fe8d83a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#239a404", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4b2a3aed0..cd1f28c0e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Feb 24 2025 23:42:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Feb 25 2025 18:29:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5e612edacaa7d31d8221f908d6353a379e4fd4d9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 26 Feb 2025 22:09:07 +0000 Subject: [PATCH 05/96] 39ebd25 build: update fw and packagr to 19.2.0 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c33be5d4..e1fa27e91 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0-rc.0+sha-239a404", + "version": "0.1902.0-rc.0+sha-39ebd25", "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#239a404", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#39ebd25", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index cd1f28c0e..c23f605f9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Feb 25 2025 18:29:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Feb 26 2025 22:09:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b8229361a676c0b8aef40dedbbbe0afff3db9ea9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 26 Feb 2025 22:40:29 +0000 Subject: [PATCH 06/96] aaa1acc release: cut the v19.2.0 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e1fa27e91..3f43e64d8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0-rc.0+sha-39ebd25", + "version": "0.1902.0+sha-aaa1acc", "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#39ebd25", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#aaa1acc", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index c23f605f9..a44e00984 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Feb 26 2025 22:09:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Feb 26 2025 22:40:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 799176a61214fd7e169b61908ec12059e417396e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 28 Feb 2025 16:15:28 +0000 Subject: [PATCH 07/96] 96e5dcb fix(@angular/build): handle undefined `less` stylesheet sourcemap values --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f43e64d8..9085b4df2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0+sha-aaa1acc", + "version": "0.1902.0+sha-96e5dcb", "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#aaa1acc", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#96e5dcb", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index a44e00984..4c6177f7e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Feb 26 2025 22:40:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Feb 28 2025 16:15:28 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1aeb68a5b1ff49cd58dfc9d1d5ddfad6f23643c6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 3 Mar 2025 15:08:03 +0000 Subject: [PATCH 08/96] 4c35b57 fix(@schematics/angular): prevent accidental deletion of `main.ts` during application builder migration --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9085b4df2..27b5bba50 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0+sha-96e5dcb", + "version": "0.1902.0+sha-4c35b57", "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#96e5dcb", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4c35b57", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4c6177f7e..94c0ec36a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Feb 28 2025 16:15:28 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Mar 03 2025 15:08:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d6d29c0af34a052e48a35ab6952c303b6e64e7dd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 3 Mar 2025 16:06:26 +0000 Subject: [PATCH 09/96] 4e4fb8a refactor(@angular/build): remove `file:` prefix from JIT component resource URLs in sourcemaps --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 27b5bba50..134dee7dc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0+sha-4c35b57", + "version": "0.1902.0+sha-4e4fb8a", "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#4c35b57", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4e4fb8a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 94c0ec36a..511c2a120 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Mar 03 2025 15:08:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Mar 03 2025 16:06:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 24aef3685cb0db8985ff587f88b6e4c5d2709ae9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 4 Mar 2025 09:03:11 +0000 Subject: [PATCH 10/96] c073309 fix(@angular/build): allow component HMR with a service worker --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 134dee7dc..6b620e630 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0+sha-4e4fb8a", + "version": "0.1902.0+sha-c073309", "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#4e4fb8a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c073309", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 511c2a120..c22b44bb7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Mar 03 2025 16:06:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 04 2025 09:03:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ccd94d5388e3691d63a43adf173cb14beb30a267 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 4 Mar 2025 15:26:22 +0000 Subject: [PATCH 11/96] 3ebd7ca fix(@angular-devkit/architect): improve error message when configuration is missing --- node/node-modules-architect-host.js | 2 +- package.json | 4 ++-- uniqueId | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node/node-modules-architect-host.js b/node/node-modules-architect-host.js index 07ca18188..bcad380cf 100644 --- a/node/node-modules-architect-host.js +++ b/node/node-modules-architect-host.js @@ -92,7 +92,7 @@ class WorkspaceNodeModulesArchitectHost { return (targetDefinition.options ?? {}); } if (!targetDefinition.configurations?.[configuration]) { - throw new Error(`Configuration '${configuration}' is not set in the workspace.`); + throw new Error(`Configuration '${configuration}' for target '${target}' in project '${project}' is not set in the workspace.`); } return (targetDefinition.configurations?.[configuration] ?? {}); }, diff --git a/package.json b/package.json index 6b620e630..e53945d22 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0+sha-c073309", + "version": "0.1902.0+sha-3ebd7ca", "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#c073309", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3ebd7ca", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index c22b44bb7..ee64f6c99 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 04 2025 09:03:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 04 2025 15:26:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e358281ee11dac9c40a211430aed2712448f5bf8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 4 Mar 2025 16:06:13 +0000 Subject: [PATCH 12/96] f92bfa4 build: update dev-infra and rework windows native testing --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e53945d22..f93360c97 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0+sha-3ebd7ca", + "version": "0.1902.0+sha-f92bfa4", "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#3ebd7ca", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f92bfa4", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index ee64f6c99..6b9c20801 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 04 2025 15:26:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 04 2025 16:06:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c611a171e4816b7d38ca679b44c53f02c54f59d8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 4 Mar 2025 17:30:56 +0000 Subject: [PATCH 13/96] d7f9cb5 fix(@schematics/angular): prevent error when tsconfig file is missing in application builder migration --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f93360c97..b6722c033 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0+sha-f92bfa4", + "version": "0.1902.0+sha-d7f9cb5", "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#f92bfa4", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d7f9cb5", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 6b9c20801..aa10b9a2e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 04 2025 16:06:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 04 2025 17:30:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From be1491a1beb235a79b9076671b795338934c4fb8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 4 Mar 2025 18:43:13 +0000 Subject: [PATCH 14/96] bb18bc7 test: only test ng update for supported versions --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b6722c033..88620d0a7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0+sha-d7f9cb5", + "version": "0.1902.0+sha-bb18bc7", "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#d7f9cb5", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bb18bc7", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index aa10b9a2e..be04ca6da 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 04 2025 17:30:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 04 2025 18:43:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b685b135bb8beeb27f26f0fb3386576cba35c4a1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 5 Mar 2025 15:52:52 +0000 Subject: [PATCH 15/96] e40d5fe release: cut the v19.2.1 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 88620d0a7..cacf2e8c7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.0+sha-bb18bc7", + "version": "0.1902.1+sha-e40d5fe", "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#bb18bc7", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e40d5fe", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index be04ca6da..850899df1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 04 2025 18:43:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 05 2025 15:52:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9900f3ccb4ad84e08b039f310f442f251c932cd5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 5 Mar 2025 18:28:32 +0000 Subject: [PATCH 16/96] 78297ee fix(@angular/build): provide `extract-i18n` does not respect `i18nDuplicateTranslation` config value (#29179) --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cacf2e8c7..c1d1e5255 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.1+sha-e40d5fe", + "version": "0.1902.1+sha-78297ee", "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#e40d5fe", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#78297ee", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 850899df1..f55006cfe 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 05 2025 15:52:52 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 05 2025 18:28:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d9d0a96386e7db885d899ca662b0ae0130ba032f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 6 Mar 2025 18:22:08 +0000 Subject: [PATCH 17/96] 4575265 fix(@angular/build): exclude all entrypoints of a library from prebundling --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c1d1e5255..997272fa4 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.1+sha-78297ee", + "version": "0.1902.1+sha-4575265", "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#78297ee", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4575265", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f55006cfe..76c048e2e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 05 2025 18:28:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 06 2025 18:22:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6f35a29608b0c0b5859ce3edcb214073009a039c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 7 Mar 2025 14:42:20 +0000 Subject: [PATCH 18/96] b18b9c8 fix(@angular/build): remove duplicate prebundling warning --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 997272fa4..d5874b695 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.1+sha-4575265", + "version": "0.1902.1+sha-b18b9c8", "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#4575265", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b18b9c8", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 76c048e2e..d73c2c075 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 06 2025 18:22:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Mar 07 2025 14:42:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d0e21a5a8fd88f51b0903ad306a7b8a7a1d593d2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 10 Mar 2025 12:42:39 +0000 Subject: [PATCH 19/96] 1daccf3 refactor(@angular/build): remove esbuild sourcemap workarounds --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d5874b695..80b220a5e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.1+sha-b18b9c8", + "version": "0.1902.1+sha-1daccf3", "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#b18b9c8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1daccf3", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index d73c2c075..4207a8016 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Mar 07 2025 14:42:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Mar 10 2025 12:42:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 92cbd67182967d1c9dcaf3a8d84dad23b9ec5ee6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 10 Mar 2025 13:59:46 +0000 Subject: [PATCH 20/96] 83fcffb fix(@angular/build): handle postcss compilation errors gracefully --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 80b220a5e..b3f848b26 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.1+sha-1daccf3", + "version": "0.1902.1+sha-83fcffb", "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#1daccf3", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#83fcffb", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4207a8016..ebdf5364b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Mar 10 2025 12:42:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Mar 10 2025 13:59:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f3f2db623ecc058076ed1deb7143f9c1824a9ace Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 11 Mar 2025 14:34:51 +0000 Subject: [PATCH 21/96] e6e8ce9 fix(@angular/ssr): prevent stream draining if `write` does not return a boolean --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b3f848b26..c9b681ded 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.1+sha-83fcffb", + "version": "0.1902.1+sha-e6e8ce9", "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#83fcffb", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e6e8ce9", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index ebdf5364b..41e399fc6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Mar 10 2025 13:59:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 11 2025 14:34:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a7994e7396e3b9ee206fe2d4160d2a4e25723bd6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 11 Mar 2025 15:11:11 +0000 Subject: [PATCH 22/96] 177f356 build: ensure that `tools/legacy-rnjs/node_modules` is ignored --- package.json | 5 +++-- uniqueId | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c9b681ded..2d3273c7c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.1+sha-e6e8ce9", + "version": "0.1902.1+sha-177f356", "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#e6e8ce9", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#177f356", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", @@ -21,6 +21,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, + "packageManager": "pnpm@9.15.6", "engines": { "node": "^18.19.1 || ^20.11.1 || >=22.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index 41e399fc6..384450e15 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 11 2025 14:34:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 11 2025 15:11:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d9e360d566596a72dc53818f838880637c923e15 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 12 Mar 2025 11:20:26 +0000 Subject: [PATCH 23/96] dc24656 docs: improve developer guide for pnpm and windows --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2d3273c7c..b40fb151a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.1+sha-177f356", + "version": "0.1902.1+sha-dc24656", "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#177f356", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#dc24656", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 384450e15..6d7b0239b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 11 2025 15:11:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 12 2025 11:20:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c724ac29512f0dcdc53647f05d68db6c4e576532 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 12 Mar 2025 17:35:43 +0000 Subject: [PATCH 24/96] 935cc1d release: cut the v19.2.2 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b40fb151a..b388a905d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.1+sha-dc24656", + "version": "0.1902.2+sha-935cc1d", "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#dc24656", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#935cc1d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 6d7b0239b..1eaa08e78 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 12 2025 11:20:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 12 2025 17:35:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 066682c690e0fe37ac7b7b10d45cabad09e5f8af Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 13 Mar 2025 08:19:13 +0000 Subject: [PATCH 25/96] 0ee1fc5 build: avoid WSL interop flake when preparing Windows CI environment --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b388a905d..36b6af252 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.2+sha-935cc1d", + "version": "0.1902.2+sha-0ee1fc5", "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#935cc1d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0ee1fc5", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 1eaa08e78..abbc797b4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 12 2025 17:35:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 13 2025 08:19:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9eca99abef6ff2ca9da5063ac687ecded7ed044b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 13 Mar 2025 09:51:06 +0000 Subject: [PATCH 26/96] 5a73982 fix(@angular/build): update babel packages --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 36b6af252..d33144e3a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.2+sha-0ee1fc5", + "version": "0.1902.2+sha-5a73982", "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#0ee1fc5", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5a73982", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index abbc797b4..4258cf96f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 13 2025 08:19:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 13 2025 09:51:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 68afb241c1015b8074449b4126de2a35616adc51 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 13 Mar 2025 10:40:03 +0000 Subject: [PATCH 27/96] e4d1c2a release: cut the v19.2.3 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d33144e3a..6978a224e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.2+sha-5a73982", + "version": "0.1902.3+sha-e4d1c2a", "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#5a73982", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e4d1c2a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4258cf96f..b73180803 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 13 2025 09:51:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 13 2025 10:40:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 86801a1e7587a8f4cd2089ac1a8a4d0caebcb46d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 13 Mar 2025 13:59:02 +0000 Subject: [PATCH 28/96] 40b228d docs(@angular-devkit/build-angular): update `forceEsbuild` option description --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6978a224e..485ab9eeb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.3+sha-e4d1c2a", + "version": "0.1902.3+sha-40b228d", "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#e4d1c2a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#40b228d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index b73180803..c5917addb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 13 2025 10:40:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 13 2025 13:59:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f78b7de71d1b8c8c5a7d0a2fd53e55bc5bbd1b0c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 13 Mar 2025 23:45:59 +0000 Subject: [PATCH 29/96] 7b637fc refactor(@angular/build): define an internal ngHmrMode value --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 485ab9eeb..adebc3231 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.3+sha-40b228d", + "version": "0.1902.3+sha-7b637fc", "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#40b228d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7b637fc", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index c5917addb..0963adcbc 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 13 2025 13:59:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 13 2025 23:45:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7e06b5986fb4d4e4bdbcf1e5cc96bd97577975a3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 14 Mar 2025 14:48:19 +0000 Subject: [PATCH 30/96] 43706b3 docs: correct bazel e2e commands --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index adebc3231..95562f9bf 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.3+sha-7b637fc", + "version": "0.1902.3+sha-43706b3", "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#7b637fc", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#43706b3", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0963adcbc..cadd0be15 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 13 2025 23:45:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Mar 14 2025 14:48:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 85667c23072dabb9a783ab7181ac1d22a7b8290c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 18 Mar 2025 14:00:12 +0000 Subject: [PATCH 31/96] 74d54a9 build: improve debugging mode of e2e test runner --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 95562f9bf..21cd3a9ed 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.3+sha-43706b3", + "version": "0.1902.3+sha-74d54a9", "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#43706b3", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#74d54a9", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index cadd0be15..46d51f226 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Mar 14 2025 14:48:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 18 2025 14:00:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a8be63ce777230caad2149336a08fc5bb814a47f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 18 Mar 2025 14:35:57 +0000 Subject: [PATCH 32/96] 2cd763e fix(@angular/build): ensure relative karma stack traces for test failures --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 21cd3a9ed..2c498c9af 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.3+sha-74d54a9", + "version": "0.1902.3+sha-2cd763e", "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#74d54a9", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2cd763e", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 46d51f226..e4f2b0ddd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 18 2025 14:00:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 18 2025 14:35:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1d89a577f5eabaf06283f1be04106e124aef5d97 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 19 Mar 2025 11:13:31 +0000 Subject: [PATCH 33/96] 0a4e96b fix(@schematics/angular): replace `@angular/platform-browser-dynamic` with `@angular/platform-browser` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2c498c9af..9c2c50d24 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.3+sha-2cd763e", + "version": "0.1902.3+sha-0a4e96b", "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#2cd763e", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0a4e96b", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e4f2b0ddd..e89cf7c42 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 18 2025 14:35:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 19 2025 11:13:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a324510aa5f970ac7530a9f8e910b789897919d2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 19 Mar 2025 16:37:51 +0000 Subject: [PATCH 34/96] b0b643e fix(@angular/build): ensure errors for missing component resources --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9c2c50d24..70ade53a1 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.3+sha-0a4e96b", + "version": "0.1902.3+sha-b0b643e", "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#0a4e96b", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b0b643e", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e89cf7c42..6de4db47a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 19 2025 11:13:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 19 2025 16:37:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From afb775dead777d39fb72900114a03f2bf5fd24ce Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 19 Mar 2025 17:52:18 +0000 Subject: [PATCH 35/96] 148023a release: cut the v19.2.4 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 70ade53a1..1694afdc8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.3+sha-b0b643e", + "version": "0.1902.4+sha-148023a", "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#b0b643e", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#148023a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 6de4db47a..11baa03ec 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 19 2025 16:37:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 19 2025 17:52:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 04ed0080654ede3d47b198033e305fa76d1e60eb Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 19 Mar 2025 18:03:48 +0000 Subject: [PATCH 36/96] e2413f5 test: correct test description typos --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1694afdc8..ed09fb4b3 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.4+sha-148023a", + "version": "0.1902.4+sha-e2413f5", "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#148023a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e2413f5", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 11baa03ec..819f28b42 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 19 2025 17:52:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 19 2025 18:03:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5e5352efe0a6ba999e12fe845fa711b6f27addd1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 20 Mar 2025 13:27:56 +0000 Subject: [PATCH 37/96] 20455e2 fix(@angular/build): correct handling of response/request errors --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ed09fb4b3..51a2f8ef9 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.4+sha-e2413f5", + "version": "0.1902.4+sha-20455e2", "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#e2413f5", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#20455e2", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 819f28b42..e64225474 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 19 2025 18:03:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 20 2025 13:27:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 388e861121368440cd712b29f1cd9397c84b5148 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 21 Mar 2025 14:08:08 +0000 Subject: [PATCH 38/96] 32b1dcd fix(@angular/build): handle undefined `getOrCreateAngularServerApp` during error compilation --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 51a2f8ef9..a5cfbef1f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.4+sha-20455e2", + "version": "0.1902.4+sha-32b1dcd", "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#20455e2", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#32b1dcd", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e64225474..e5c2e7d31 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 20 2025 13:27:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Mar 21 2025 14:08:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From fafbfda025dc7d5f071765ef875edcb46b3ac256 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 25 Mar 2025 08:09:43 +0000 Subject: [PATCH 39/96] 7552a9f fix(@angular/build): normalize karma asset paths before lookup --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a5cfbef1f..8ea35227f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.4+sha-32b1dcd", + "version": "0.1902.4+sha-7552a9f", "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#32b1dcd", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7552a9f", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e5c2e7d31..94008a091 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Mar 21 2025 14:08:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 25 2025 08:09:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c6fe5f20db24a8b9a9339801c9cf4a5ef962e35c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 26 Mar 2025 08:49:49 +0000 Subject: [PATCH 40/96] 1eb5b43 fix(@angular/build): update vite to 6.2.3 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8ea35227f..971141d53 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.4+sha-7552a9f", + "version": "0.1902.4+sha-1eb5b43", "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#7552a9f", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1eb5b43", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 94008a091..9619c7596 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 25 2025 08:09:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 26 2025 08:49:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a2b5149a9ca64aa8c974a2c80e412de4e0ccb23d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 26 Mar 2025 10:32:33 +0000 Subject: [PATCH 41/96] ab0bdce release: cut the v19.2.5 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 971141d53..ba63cb0e1 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.4+sha-1eb5b43", + "version": "0.1902.5+sha-ab0bdce", "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#1eb5b43", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ab0bdce", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 9619c7596..3b70308d9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 26 2025 08:49:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 26 2025 10:32:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 19c0cea19adf611047a6d0e45b30547ca40beb0a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 26 Mar 2025 17:18:31 +0000 Subject: [PATCH 42/96] d556d32 build: disable remote upload of local action results to RBE cache --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ba63cb0e1..d2b6df073 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.5+sha-ab0bdce", + "version": "0.1902.5+sha-d556d32", "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#ab0bdce", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d556d32", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3b70308d9..96c344bf7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 26 2025 10:32:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 26 2025 17:18:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1eb8fad17f1d8e5e343d27386befbd7b52bbae64 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 27 Mar 2025 18:58:23 +0000 Subject: [PATCH 43/96] cac7f3c ci: update bazel RBE setup on CI and use trusted build configuration for upstream CI runs --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d2b6df073..cec958fde 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.5+sha-d556d32", + "version": "0.1902.5+sha-cac7f3c", "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#d556d32", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cac7f3c", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 96c344bf7..8789bd646 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 26 2025 17:18:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 27 2025 18:58:23 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0bef355dc3b167466460c0b03b85dd6266c6f9dd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 31 Mar 2025 11:01:26 +0000 Subject: [PATCH 44/96] 76cfd36 fix(@angular/build): correctly handle `false` value in server option --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cec958fde..4fc6f51bb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.5+sha-cac7f3c", + "version": "0.1902.5+sha-76cfd36", "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#cac7f3c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#76cfd36", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 8789bd646..a17f91bba 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 27 2025 18:58:23 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Mar 31 2025 11:01:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 134baa788b785a51ee65284b1253632b4df8a64a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 1 Apr 2025 13:09:27 +0000 Subject: [PATCH 45/96] e5aec56 fix(@angular-devkit/schematics): properly resolve relative schematics when executed from a nested directory --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4fc6f51bb..01b1d7fdb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.5+sha-76cfd36", + "version": "0.1902.5+sha-e5aec56", "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#76cfd36", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e5aec56", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index a17f91bba..240bc34cc 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Mar 31 2025 11:01:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Apr 01 2025 13:09:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c44e8e2a48f8c0236fff7039cb98d0da430b7a7c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 1 Apr 2025 18:39:54 +0000 Subject: [PATCH 46/96] 61ee961 build: setup `rules_esbuild` in preparation for `devinfra` update --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 01b1d7fdb..dbd55d415 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.5+sha-e5aec56", + "version": "0.1902.5+sha-61ee961", "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#e5aec56", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#61ee961", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 240bc34cc..37630fd79 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Apr 01 2025 13:09:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Apr 01 2025 18:39:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3f7dc3a34eef64e926e6d22f9a8393f037b40252 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 2 Apr 2025 13:42:54 +0000 Subject: [PATCH 47/96] d69188c fix(@angular/build): update vite to 6.2.4 due to a security issues --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dbd55d415..76c9ac551 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.5+sha-61ee961", + "version": "0.1902.5+sha-d69188c", "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#61ee961", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d69188c", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 37630fd79..ded262b90 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Apr 01 2025 18:39:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 02 2025 13:42:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5422bbb4e2b3b197129476c6c553d731aa70f487 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 2 Apr 2025 17:13:00 +0000 Subject: [PATCH 48/96] f3d6159 release: cut the v19.2.6 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 76c9ac551..bed32409e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.5+sha-d69188c", + "version": "0.1902.6+sha-f3d6159", "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#d69188c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f3d6159", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index ded262b90..6a0c3e817 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 02 2025 13:42:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 02 2025 17:13:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f026237c4c610e4738300278d15aa40064831a30 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 3 Apr 2025 18:43:33 +0000 Subject: [PATCH 49/96] 7f1e8c6 fix(@angular/build): include component test metadata in development builds --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bed32409e..927514a57 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.6+sha-f3d6159", + "version": "0.1902.6+sha-7f1e8c6", "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#f3d6159", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7f1e8c6", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 6a0c3e817..fedf473c9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 02 2025 17:13:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Apr 03 2025 18:43:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 88b656fdbb76b59858a29ab3fffbceccd8c77fc6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 7 Apr 2025 17:06:22 +0000 Subject: [PATCH 50/96] 74cd4ed fix(@angular/build): skip normalization of relative externals --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 927514a57..52956240c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.6+sha-7f1e8c6", + "version": "0.1902.6+sha-74cd4ed", "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#7f1e8c6", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#74cd4ed", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index fedf473c9..c86b14e65 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Apr 03 2025 18:43:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Apr 07 2025 17:06:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9c3dddb9db1235b363853a190d5bcbc11ce178d3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 8 Apr 2025 11:02:19 +0000 Subject: [PATCH 51/96] f4021e6 build: update `beasties` to `0.3.2` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 52956240c..36313eaed 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.6+sha-74cd4ed", + "version": "0.1902.6+sha-f4021e6", "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#74cd4ed", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f4021e6", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index c86b14e65..48822c2f1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Apr 07 2025 17:06:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Apr 08 2025 11:02:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ee5c83abd59d36ad82380c4ddd67a367768da37d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 8 Apr 2025 13:51:10 +0000 Subject: [PATCH 52/96] 71537c8 build: update vite to 6.2.5 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 36313eaed..d3e40ca61 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.6+sha-f4021e6", + "version": "0.1902.6+sha-71537c8", "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#f4021e6", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#71537c8", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 48822c2f1..55edc39d4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Apr 08 2025 11:02:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Apr 08 2025 13:51:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9ee5c4380d3087c6a2f9a6948a77fc3f34a98368 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 9 Apr 2025 18:47:14 +0000 Subject: [PATCH 53/96] e0b1bed release: cut the v19.2.7 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d3e40ca61..61ed87e6d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.6+sha-71537c8", + "version": "0.1902.7+sha-e0b1bed", "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#71537c8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e0b1bed", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 55edc39d4..e762ac3c9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Apr 08 2025 13:51:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 09 2025 18:47:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ac3306a92496fd182517ffa6e1dbc3144ab3a24c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 10 Apr 2025 16:45:46 +0000 Subject: [PATCH 54/96] a297c41 fix(@angular/build): properly resolve transitive external dependencies in vite-dev-server --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 61ed87e6d..9e3d3db5a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.7+sha-e0b1bed", + "version": "0.1902.7+sha-a297c41", "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#e0b1bed", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a297c41", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e762ac3c9..e2e9cf6e0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 09 2025 18:47:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Apr 10 2025 16:45:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7abc2b613e6348adacd429b5af02a3bc519476cd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 11 Apr 2025 18:13:01 +0000 Subject: [PATCH 55/96] 4a8a4a0 fix(@angular/build): include `module` value check when adding custom conditions --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9e3d3db5a..25fa52b9c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.7+sha-a297c41", + "version": "0.1902.7+sha-4a8a4a0", "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#a297c41", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4a8a4a0", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e2e9cf6e0..a008ba04b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Apr 10 2025 16:45:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Apr 11 2025 18:13:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ad37814f5b180b41581313f35e79c46809bf4832 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 15 Apr 2025 08:22:45 +0000 Subject: [PATCH 56/96] 00cd0d1 fix(@angular/build): prevent nested CSS in components --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 25fa52b9c..79599d6ce 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.7+sha-4a8a4a0", + "version": "0.1902.7+sha-00cd0d1", "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#4a8a4a0", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#00cd0d1", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index a008ba04b..7210f7001 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Apr 11 2025 18:13:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Apr 15 2025 08:22:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e8b1a8dd8e93f0fc0fc71d39d1771bdee45379ba Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 15 Apr 2025 21:12:32 +0000 Subject: [PATCH 57/96] 03a420b refactor(@angular/build): use `ngHmrMode` define for Vite prebundling --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 79599d6ce..21d4140cb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.7+sha-00cd0d1", + "version": "0.1902.7+sha-03a420b", "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#00cd0d1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#03a420b", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 7210f7001..992146aba 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Apr 15 2025 08:22:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Apr 15 2025 21:12:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2992224abe35fe989ffba1afbfd0a0199e893591 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 16 Apr 2025 15:26:46 +0000 Subject: [PATCH 58/96] cc5229a fix(@angular/build): pass `preserveSymlinks` option to Karma esbuild builder --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 21d4140cb..777a4b5e8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.7+sha-03a420b", + "version": "0.1902.8+sha-cc5229a", "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#03a420b", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cc5229a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 992146aba..60d9ff7c0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Apr 15 2025 21:12:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 16 2025 15:26:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7b51c75a5410fe3721e217d96bc9a16fe4dcb86a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 17 Apr 2025 16:10:11 +0000 Subject: [PATCH 59/96] 36d2644 refactor: replace usage of ng_package with new ng_package from rules_angular --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 777a4b5e8..c0d696f22 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.8+sha-cc5229a", + "version": "0.1902.8+sha-36d2644", "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#cc5229a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#{BUILD_SCM_ABBREV_HASH}", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 60d9ff7c0..51fe2b230 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 16 2025 15:26:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Apr 17 2025 16:10:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 770500deec9c859e05b9b8ed87c11171d662b91e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 22 Apr 2025 13:03:12 +0000 Subject: [PATCH 60/96] de52cc2 fix(@angular-devkit/build-angular): update http-proxy-middleware to v3.0.5 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c0d696f22..330fa4db2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.8+sha-36d2644", + "version": "0.1902.8+sha-de52cc2", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 51fe2b230..0a43d4fad 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Apr 17 2025 16:10:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Apr 22 2025 13:03:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 625b4915f17943288b0d7dbd8f77f05d462ce0c5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 23 Apr 2025 08:25:45 +0000 Subject: [PATCH 61/96] a4e415e fix(@angular/ssr): support `getPrerenderParams` for wildcard routes --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 330fa4db2..63ae861fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.8+sha-de52cc2", + "version": "0.1902.8+sha-a4e415e", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 0a43d4fad..727d25a64 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Apr 22 2025 13:03:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 23 2025 08:25:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From cf7104bc707970633d3654e64ba40cae250b12de Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 23 Apr 2025 09:10:53 +0000 Subject: [PATCH 62/96] 2a7cb6e release: cut the v19.2.9 release --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63ae861fa..b1501077e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.8+sha-a4e415e", + "version": "0.1902.9+sha-2a7cb6e", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 727d25a64..d5a02a1ed 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 23 2025 08:25:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 23 2025 09:10:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d2189d2226bb04ab91ca153b608a19b8abb5bba1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 25 Apr 2025 16:54:50 +0000 Subject: [PATCH 63/96] 2a25652 build: remove legacy rnjs setup --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1501077e..21514a794 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.9+sha-2a7cb6e", + "version": "0.1902.9+sha-2a25652", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index d5a02a1ed..3591dfa4a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 23 2025 09:10:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Apr 25 2025 16:54:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 14dcc3885fdc60f490c36ff14cb92644d4a4aedf Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 28 Apr 2025 15:18:15 +0000 Subject: [PATCH 64/96] 65dc5a5 build: rename npm2 to npm as rules_nodejs based npm workspace has been removed --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 21514a794..d546d8714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.9+sha-2a25652", + "version": "0.1902.9+sha-65dc5a5", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 3591dfa4a..54c0c6e3d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Apr 25 2025 16:54:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Apr 28 2025 15:18:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a9651b7f9b629ef678f6436814a4fbd7ed49c8ae Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 30 Apr 2025 13:08:21 +0000 Subject: [PATCH 65/96] 067f1cb fix(@angular/build): update vite to 6.2.7 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d546d8714..5d10c40a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.9+sha-65dc5a5", + "version": "0.1902.9+sha-067f1cb", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 54c0c6e3d..f0c346db7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Apr 28 2025 15:18:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 30 2025 13:08:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6de6bc3b4ef8f85b3c3b3522b84baedbce9c3e93 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 30 Apr 2025 16:25:11 +0000 Subject: [PATCH 66/96] 36e911b release: cut the v19.2.10 release --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d10c40a9..16e0ec699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.9+sha-067f1cb", + "version": "0.1902.10+sha-36e911b", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index f0c346db7..17697e4e6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 30 2025 13:08:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 30 2025 16:25:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0a50c6ce4be79d55b38aaf821db2621c20e113de Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 2 May 2025 20:20:44 +0000 Subject: [PATCH 67/96] 0695531 ci: try simplify windows test preparation with bazel 7 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 16e0ec699..5380f3359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.10+sha-36e911b", + "version": "0.1902.10+sha-0695531", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 17697e4e6..411d94eb5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 30 2025 16:25:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri May 02 2025 20:20:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a96aec31507bccebb7fbac39d23f316821367ff7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sat, 3 May 2025 16:12:36 +0000 Subject: [PATCH 68/96] b43da39 perf(@angular/build): fix unnecessary esbuild rebuilds --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5380f3359..629121a1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.10+sha-0695531", + "version": "0.1902.10+sha-b43da39", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 411d94eb5..77f4bc227 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri May 02 2025 20:20:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sat May 03 2025 16:12:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d45c700ae4430c1d61db823b3484b9f7b89aa766 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sun, 4 May 2025 10:16:20 +0000 Subject: [PATCH 69/96] 3e3abf4 build: improve stability of windows jobs further --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 629121a1d..8297b395a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.10+sha-b43da39", + "version": "0.1902.10+sha-3e3abf4", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 77f4bc227..98da7f224 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sat May 03 2025 16:12:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sun May 04 2025 10:16:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d16f5da4a0d317d74992ea1f6582f1bfe4138675 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sun, 4 May 2025 22:41:06 +0000 Subject: [PATCH 70/96] 009fc37 fix(@angular/build): avoid internal karma request cache for assets --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8297b395a..48626db8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.10+sha-3e3abf4", + "version": "0.1902.10+sha-009fc37", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 98da7f224..670d5477c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sun May 04 2025 10:16:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sun May 04 2025 22:41:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 47315aac2bb7cb8f3a20dc514f54bd1d5cf899d3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 6 May 2025 10:58:32 +0000 Subject: [PATCH 71/96] cba66a8 fix(@angular/build): avoid attempting to watch bundler internal files --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48626db8a..0e762d5a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.10+sha-009fc37", + "version": "0.1902.10+sha-cba66a8", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 670d5477c..67adfd0f2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sun May 04 2025 22:41:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 06 2025 10:58:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0f847a8494091a2da7aba3706283f12957006763 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 6 May 2025 11:19:50 +0000 Subject: [PATCH 72/96] 9eaf344 fix(@angular-devkit/build-angular): correctly set i18n subPath in webpack browser builder --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e762d5a4..75ac01039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.10+sha-cba66a8", + "version": "0.1902.10+sha-9eaf344", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 67adfd0f2..6139c75c8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 06 2025 10:58:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 06 2025 11:19:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 650f104a58f536aa6375935c8ca723d832958039 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 6 May 2025 16:07:45 +0000 Subject: [PATCH 73/96] 78ab131 build: update esbuild to v0.25.4 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75ac01039..002fb5c53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.10+sha-9eaf344", + "version": "0.1902.10+sha-78ab131", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 6139c75c8..6b9503757 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 06 2025 11:19:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 06 2025 16:07:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4962818fe6da871fa432540721991bb38210f431 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 7 May 2025 10:50:36 +0000 Subject: [PATCH 74/96] 7720741 release: cut the v19.2.11 release --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 002fb5c53..1bad1110a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.10+sha-78ab131", + "version": "0.1902.11+sha-7720741", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 6b9503757..c3097ee80 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 06 2025 16:07:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 07 2025 10:50:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1399cdab737159dc9ac4ac6c67b458e12fcdb978 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 12 May 2025 13:21:33 +0000 Subject: [PATCH 75/96] cf1ab3e ci: skip `e2e-snapshots` on non-main branches --- node/node-modules-architect-host.js | 3 ++- package.json | 2 +- uniqueId | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/node/node-modules-architect-host.js b/node/node-modules-architect-host.js index bcad380cf..dfcb70e54 100644 --- a/node/node-modules-architect-host.js +++ b/node/node-modules-architect-host.js @@ -273,7 +273,8 @@ async function getBuilder(builderPath) { return localRequire(builderPath); } catch (e) { - if (e.code === 'ERR_REQUIRE_ESM') { + if (e.code === 'ERR_REQUIRE_ESM' || + e.code === 'ERR_REQUIRE_ASYNC_MODULE') { // Load the ESM configuration file using the TypeScript dynamic import workaround. // Once TypeScript provides support for keeping the dynamic import this workaround can be // changed to a direct dynamic import. diff --git a/package.json b/package.json index 1bad1110a..14ac5cdcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.11+sha-7720741", + "version": "0.1902.11+sha-cf1ab3e", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index c3097ee80..ad8f1957a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 07 2025 10:50:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 12 2025 13:21:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ec1bf1282a3abe829ab6e4a879ed5cbf9d3ba760 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 May 2025 13:32:27 +0000 Subject: [PATCH 76/96] 72b2d16 release: cut the v19.2.12 release --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14ac5cdcc..66a23bb36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.11+sha-cf1ab3e", + "version": "0.1902.12+sha-72b2d16", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index ad8f1957a..19ebadf4b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 12 2025 13:21:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 14 2025 13:32:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d2acfbcce96aa77f79c75a2148d6d92eb9bf602a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 16 May 2025 13:20:11 +0000 Subject: [PATCH 77/96] d2f99b5 build: update dev-infra for latest RBE changes --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 66a23bb36..d3dcc51d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.12+sha-72b2d16", + "version": "0.1902.12+sha-d2f99b5", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 19ebadf4b..1fac8b412 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 14 2025 13:32:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri May 16 2025 13:20:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 216d996775232272c3cb383833a32bf7bd1d3f02 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 19 May 2025 12:44:18 +0000 Subject: [PATCH 78/96] ad2fb29 fix(@angular/pwa): remove `background_color` and `theme_color` from manifest --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3dcc51d0..da59c7dcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.12+sha-d2f99b5", + "version": "0.1902.12+sha-ad2fb29", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 1fac8b412..ad17ff7a0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri May 16 2025 13:20:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 19 2025 12:44:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From dd3034080368e6912d63ad0e5f6c91d8f2b1f219 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 21 May 2025 10:23:18 +0000 Subject: [PATCH 79/96] 6336f9c release: cut the v19.2.13 release --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da59c7dcd..599751e8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.12+sha-ad2fb29", + "version": "0.1902.13+sha-6336f9c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index ad17ff7a0..6c81ddb85 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 19 2025 12:44:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 21 2025 10:23:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From bd2fd0bd221355300c12a20672c2ff31058a83bd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 21 May 2025 14:49:13 +0000 Subject: [PATCH 80/96] a3504fd fix(@angular/build): HMR requires AOT do not show HMR enabled when using JIT --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 599751e8d..3544cf294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.13+sha-6336f9c", + "version": "0.1902.13+sha-a3504fd", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 6c81ddb85..34e0e6fc0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 21 2025 10:23:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 21 2025 14:49:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 95ea24753a1816af90d0c2e2b1459472b218510e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 21 May 2025 20:45:18 +0000 Subject: [PATCH 81/96] 5ce9f96 fix(@angular/build): include full metadata for AOT unit-testing --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3544cf294..edfaea32d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.13+sha-a3504fd", + "version": "0.1902.13+sha-5ce9f96", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index 34e0e6fc0..e88b09ce4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 21 2025 14:49:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 21 2025 20:45:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 30c90545a7ff45d7fafe99bafe39ca193e0dd9c9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 22 May 2025 20:14:32 +0000 Subject: [PATCH 82/96] 33aee37 refactor(@angular/build): update `ensureWorkerPool` to do an early exit --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index edfaea32d..a08c60404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.13+sha-5ce9f96", + "version": "0.1902.13+sha-33aee37", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", diff --git a/uniqueId b/uniqueId index e88b09ce4..6a8fe37ae 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 21 2025 20:45:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 22 2025 20:14:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 52109bfb17d03a4a097c1a481f6414e38cea8093 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 23 May 2025 07:32:51 +0000 Subject: [PATCH 83/96] cf4e676 build: correctly replace `BUILD_SCM_HASH-PLACEHOLDER` with `BUILD_SCM_ABBREV_HASH` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a08c60404..e0f386297 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.13+sha-33aee37", + "version": "0.1902.13+sha-cf4e676", "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#{BUILD_SCM_ABBREV_HASH}", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cf4e676", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 6a8fe37ae..6d97afb1f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 22 2025 20:14:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri May 23 2025 07:32:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7548638f28ddca9ab6c9f255d0b98cff0cc5aa5a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 26 May 2025 09:56:03 +0000 Subject: [PATCH 84/96] 3ffd43a build: preserve `peerDependenciesMeta` in snapshots --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e0f386297..8a742a5db 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.13+sha-cf4e676", + "version": "0.1902.13+sha-3ffd43a", "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#cf4e676", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3ffd43a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 6d97afb1f..e35621686 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri May 23 2025 07:32:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 26 2025 09:56:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 201c79351fe49f22e88ccd15715db665291f450e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 28 May 2025 13:45:05 +0000 Subject: [PATCH 85/96] d110379 release: cut the v19.2.14 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8a742a5db..7bd18c0b6 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.13+sha-3ffd43a", + "version": "0.1902.14+sha-d110379", "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#3ffd43a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d110379", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e35621686..f80042ecb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 26 2025 09:56:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 28 2025 13:45:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6d353b95f92134565df424c1d14f07c579a9c5bd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 6 Jun 2025 17:18:53 +0000 Subject: [PATCH 86/96] b120e14 fix(@angular-devkit/build-angular): update dependency webpack-dev-server to v5.2.2 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7bd18c0b6..537439f35 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.14+sha-d110379", + "version": "0.1902.14+sha-b120e14", "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#d110379", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b120e14", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f80042ecb..3b0d8c20c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 28 2025 13:45:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Jun 06 2025 17:18:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2a2b3fdfff37d25fd4c97481cc51b4a8b80e74e8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 11 Jun 2025 14:23:06 +0000 Subject: [PATCH 87/96] 101c875 release: cut the v19.2.15 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 537439f35..035d02a25 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.14+sha-b120e14", + "version": "0.1902.15+sha-101c875", "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#b120e14", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#101c875", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3b0d8c20c..1bdd00d5d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Jun 06 2025 17:18:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jun 11 2025 14:23:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 66fba01516b13305d917f9e06d27d05a44d91fb6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 11 Jun 2025 17:17:19 +0000 Subject: [PATCH 88/96] c6eba4d ci: update to latest version of dev-infra actions --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 035d02a25..c3dd92ca0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.15+sha-101c875", + "version": "0.1902.15+sha-c6eba4d", "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#101c875", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c6eba4d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 1bdd00d5d..9442b66f7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jun 11 2025 14:23:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jun 11 2025 17:17:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a028aa80a9404cf01e68ea38fd0877b4491815d3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 10 Sep 2025 19:38:06 +0000 Subject: [PATCH 89/96] fe9ea0d release: cut the v19.2.16 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c3dd92ca0..94ec9fe38 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.15+sha-c6eba4d", + "version": "0.1902.16+sha-fe9ea0d", "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#c6eba4d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#fe9ea0d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 9442b66f7..176c69e57 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jun 11 2025 17:17:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 10 2025 19:38:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7921c70eb49dc051889a988ee390e068d8c31ac8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 11 Sep 2025 14:17:19 +0000 Subject: [PATCH 90/96] 3ea403a ci: several CI fixes --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 94ec9fe38..52c051fdc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.16+sha-fe9ea0d", + "version": "0.1902.16+sha-3ea403a", "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#fe9ea0d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3ea403a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 176c69e57..f0fc63a1e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 10 2025 19:38:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 11 2025 14:17:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 89a9cd1fc7c5357d7f8c0625d3218a8f0a8ab1fd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 13:37:22 +0000 Subject: [PATCH 91/96] 365d525 fix(@angular/build): update `vite` to `6.3.6` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 52c051fdc..b3a3360cb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.16+sha-3ea403a", + "version": "0.1902.16+sha-365d525", "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#3ea403a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#365d525", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f0fc63a1e..0c16b456a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 11 2025 14:17:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 13:37:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From dd63e8eb20ca070597b2a01fd862bda475d8039c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 17 Sep 2025 16:25:11 +0000 Subject: [PATCH 92/96] 12b0a1f release: cut the v19.2.17 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b3a3360cb..bc8fc70be 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.16+sha-365d525", + "version": "0.1902.17+sha-12b0a1f", "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#365d525", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#12b0a1f", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0c16b456a..c227337ea 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 13:37:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 17 2025 16:25:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 732eb8aaa9f3f27a79d5a764f1b382ca734762d5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 17:28:06 +0000 Subject: [PATCH 93/96] 9136a5d 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 bc8fc70be..527ef5bf1 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.17+sha-12b0a1f", + "version": "0.1902.17+sha-9136a5d", "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#12b0a1f", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9136a5d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index c227337ea..486b2abf2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 17 2025 16:25:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 17:28:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2aa726c2b19f26593eea235434d1558a4d3650b3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 15 Oct 2025 18:22:37 +0000 Subject: [PATCH 94/96] 8590f19 release: cut the v19.2.18 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 527ef5bf1..bab997759 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.17+sha-9136a5d", + "version": "0.1902.18+sha-8590f19", "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#9136a5d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#8590f19", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 486b2abf2..c3b379f76 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 17:28:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 15 2025 18:22:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4308c9fa74104f8827fb72d251d6c25d655e3cde Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 21:12:39 +0000 Subject: [PATCH 95/96] 4d8ea27 fix(@angular/build): update vite to v6.4.1 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bab997759..2c24fdb20 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.18+sha-8590f19", + "version": "0.1902.18+sha-4d8ea27", "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#8590f19", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4d8ea27", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index c3b379f76..4f344c995 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 15 2025 18:22:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 21:12:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4e96ac43fee1cda5a52a0e35c4afcbbd28d379d4 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 15:11:29 +0000 Subject: [PATCH 96/96] 399c3ec release: cut the v19.2.19 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2c24fdb20..b26cd56ad 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1902.18+sha-4d8ea27", + "version": "0.1902.19+sha-399c3ec", "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#4d8ea27", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#399c3ec", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 4f344c995..5a3f1cb13 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 21:12:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 15:11:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file