From 5f14ddd992ac83b0ca37e7e0f3f32e7aca68f9dc Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 1 Jul 2025 22:18:55 +0000 Subject: [PATCH 01/51] e701bae release: cut the v20.1.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 810409cf..ac494ad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-next.3+sha-2c32774", + "version": "0.2001.0-rc.0+sha-e701bae", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2c32774", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e701bae", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 6908b1ae..a3684a4d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jul 01 2025 21:33:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Jul 01 2025 22:18:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 99a7148019696c55745693b0ef7d0070276b904d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 2 Jul 2025 21:38:18 +0000 Subject: [PATCH 02/51] 71a7ecd test: raise timeout of `//packages/ngtools/webpack:test` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ac494ad0..f0fd78ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-e701bae", + "version": "0.2001.0-rc.0+sha-71a7ecd", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e701bae", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#71a7ecd", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index a3684a4d..f93f9ff4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jul 01 2025 22:18:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 02 2025 21:38:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9e6caff001ea09ea41e708879d498e8ab840d782 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 3 Jul 2025 09:09:59 +0000 Subject: [PATCH 03/51] 343ae2d fix(@angular/build): correctly remap Angular diagnostics --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f0fd78ee..49d85cb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-71a7ecd", + "version": "0.2001.0-rc.0+sha-343ae2d", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#71a7ecd", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#343ae2d", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index f93f9ff4..0b588f0d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 02 2025 21:38:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Jul 03 2025 09:09:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b1ef0eebfb17bceb2688df2e6ac0977bf6f54189 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 3 Jul 2025 12:41:46 +0000 Subject: [PATCH 04/51] e869021 fix(@angular/build): failed to proxy error for assets --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 49d85cb2..7a137f16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-343ae2d", + "version": "0.2001.0-rc.0+sha-e869021", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#343ae2d", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e869021", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 0b588f0d..b36bd042 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Jul 03 2025 09:09:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Jul 03 2025 12:41:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b45840a2afb74b3516d7a098fb69a71794c57dd3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 3 Jul 2025 13:24:44 +0000 Subject: [PATCH 05/51] 28bac3b fix(@schematics/angular): remove constructor from service template --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7a137f16..181fb1a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-e869021", + "version": "0.2001.0-rc.0+sha-28bac3b", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e869021", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#28bac3b", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index b36bd042..ebb45c9c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Jul 03 2025 12:41:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Jul 03 2025 13:24:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 16d3a6e0fc41691635becfd7ed63e05b186236ea Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 4 Jul 2025 07:23:03 +0000 Subject: [PATCH 06/51] 45f5a47 build: update bazel commands to use pnpm --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 181fb1a4..99065f7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-28bac3b", + "version": "0.2001.0-rc.0+sha-45f5a47", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#28bac3b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#45f5a47", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index ebb45c9c..2665170f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Jul 03 2025 13:24:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Jul 04 2025 07:23:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5d4f3650255713d2631e8fce8110fcb686d4d5e8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 4 Jul 2025 13:40:48 +0000 Subject: [PATCH 07/51] 8879716 fix(@angular/build): expose unit test and karma builder API --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 99065f7d..998ab667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-45f5a47", + "version": "0.2001.0-rc.0+sha-8879716", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#45f5a47", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8879716", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 2665170f..3ce00d7e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Jul 04 2025 07:23:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Jul 04 2025 13:40:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 917b742fc87edb417647cda66e99da683fc241ce Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 8 Jul 2025 06:53:55 +0000 Subject: [PATCH 08/51] 462bb3e refactor(@angular/build): clean up duplicate of code in the karma builders --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 998ab667..d7ae321b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-8879716", + "version": "0.2001.0-rc.0+sha-462bb3e", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8879716", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#462bb3e", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 3ce00d7e..621088f1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Jul 04 2025 13:40:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Jul 08 2025 06:53:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5b1cfdb35c652dd0be9dd3133603d2d43b17d0bd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 8 Jul 2025 13:06:55 +0000 Subject: [PATCH 09/51] f6420db refactor(@angular/cli): provide additional project details for MCP list projects tool --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d7ae321b..97a94245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-462bb3e", + "version": "0.2001.0-rc.0+sha-f6420db", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#462bb3e", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f6420db", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 621088f1..1ddc3d4a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jul 08 2025 06:53:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Jul 08 2025 13:06:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 20f442e0ffdb1cb7c842ad8cd227e6804889abd9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 8 Jul 2025 13:42:08 +0000 Subject: [PATCH 10/51] b54a45b refactor: reduce the number of builds done in output-path_spec --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 97a94245..3dbe4ad6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-f6420db", + "version": "0.2001.0-rc.0+sha-b54a45b", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f6420db", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b54a45b", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 1ddc3d4a..9a05e5f0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jul 08 2025 13:06:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Jul 08 2025 13:42:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 53ed850187104cc4763e03e6e0481c443225511b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 8 Jul 2025 14:36:08 +0000 Subject: [PATCH 11/51] ace8a35 test: increase timeout for ssr dev server tests --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3dbe4ad6..c0026b92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-b54a45b", + "version": "0.2001.0-rc.0+sha-ace8a35", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b54a45b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ace8a35", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 9a05e5f0..d60fb398 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jul 08 2025 13:42:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Jul 08 2025 14:36:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 32ab23a757aa519bcd5db29f1d99a1a309825b95 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 9 Jul 2025 13:39:49 +0000 Subject: [PATCH 12/51] aea3ed8 fix(@angular/build): exclude `@vitest/browser/context` from esbuild bundling --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c0026b92..960b9534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-ace8a35", + "version": "0.2001.0-rc.0+sha-aea3ed8", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ace8a35", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#aea3ed8", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index d60fb398..d89440d4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jul 08 2025 14:36:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 09 2025 13:39:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d7a5895a67d265a98b685c24cebf6d83b52ae535 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 9 Jul 2025 21:24:05 +0000 Subject: [PATCH 13/51] bf6823d build: update Angular versions for 20.1 stable --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 960b9534..405fabb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-aea3ed8", + "version": "0.2001.0-rc.0+sha-bf6823d", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#aea3ed8", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#bf6823d", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index d89440d4..35d83f55 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 09 2025 13:39:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 09 2025 21:24:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 94fbe70baafb34a57e7fcef0e7446969faa5a5ae Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 9 Jul 2025 22:43:43 +0000 Subject: [PATCH 14/51] ed09cef release: cut the v20.1.0 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 405fabb9..aaa0a40b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0-rc.0+sha-bf6823d", + "version": "0.2001.0+sha-ed09cef", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#bf6823d", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ed09cef", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 35d83f55..b20b0fbb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 09 2025 21:24:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 09 2025 22:43:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From df3c043c5ff100ca4f4298f1b1506957af236346 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 10 Jul 2025 14:05:05 +0000 Subject: [PATCH 15/51] e46cedb refactor: use `executeWithCases` instead of RXJS boillerplate --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aaa0a40b..771c0701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0+sha-ed09cef", + "version": "0.2001.0+sha-e46cedb", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ed09cef", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e46cedb", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index b20b0fbb..53263d8e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 09 2025 22:43:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Jul 10 2025 14:05:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 21d27b4fc6e95bedcaf6eda6173c9253f0df975f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 11 Jul 2025 12:23:57 +0000 Subject: [PATCH 16/51] 1602181 refactor(@angular/build): use the `toPosixPath` util to convert windows file --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 771c0701..23c1851c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0+sha-e46cedb", + "version": "0.2001.0+sha-1602181", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#e46cedb", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#1602181", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 53263d8e..32b661d7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Jul 10 2025 14:05:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Jul 11 2025 12:23:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 170f11003bc66ba337cb683618c9bc048b603ba0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 15 Jul 2025 23:20:31 +0000 Subject: [PATCH 17/51] eb29941 refactor(@angular/cli): add a documentation search tool to MCP server --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23c1851c..26508f6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0+sha-1602181", + "version": "0.2001.0+sha-eb29941", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#1602181", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#eb29941", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 32b661d7..96361334 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Jul 11 2025 12:23:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Jul 15 2025 23:20:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9f1faa49e8315a36014ef05b19b23286a8fe9919 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 16 Jul 2025 15:05:59 +0000 Subject: [PATCH 18/51] 3ccd1e8 refactor(@angular/build): provide private factory API for internal compilation infrastructure --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 26508f6e..5f63dbe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0+sha-eb29941", + "version": "0.2001.0+sha-3ccd1e8", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#eb29941", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3ccd1e8", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 96361334..6afe90f6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jul 15 2025 23:20:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 16 2025 15:05:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 88c689803c207de68b2c22816653c2f5a16abe64 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 16 Jul 2025 18:57:00 +0000 Subject: [PATCH 19/51] 0925ebd refactor(@schematics/angular): fix layout of pill button --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5f63dbe4..397f9627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0+sha-3ccd1e8", + "version": "0.2001.0+sha-0925ebd", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3ccd1e8", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0925ebd", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 6afe90f6..0008850d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 16 2025 15:05:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 16 2025 18:57:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a289f4286f966d168f0c32cc6bdb3ab1c6416cf6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 16 Jul 2025 21:21:14 +0000 Subject: [PATCH 20/51] 15c0148 release: cut the v20.1.1 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 397f9627..72f0d2b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.0+sha-0925ebd", + "version": "0.2001.1+sha-15c0148", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0925ebd", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#15c0148", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 0008850d..1f6bef13 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 16 2025 18:57:00 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 16 2025 21:21:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e32807e4953fd7c37ad9ba10151b35c9a494a9ad Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 16 Jul 2025 22:12:35 +0000 Subject: [PATCH 21/51] 9dfdaf5 test: use valid theme for material schematic --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 72f0d2b6..85657359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.1+sha-15c0148", + "version": "0.2001.1+sha-9dfdaf5", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#15c0148", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9dfdaf5", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 1f6bef13..323a503b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 16 2025 21:21:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 16 2025 22:12:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 068cfcee6d4838250687113d16100469be2338f9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 18 Jul 2025 17:41:46 +0000 Subject: [PATCH 22/51] 0a2340b refactor(@angular/cli): add a get best practices guide MCP tool --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 85657359..d0eeca25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.1+sha-9dfdaf5", + "version": "0.2001.1+sha-0a2340b", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9dfdaf5", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0a2340b", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 323a503b..8b80af3b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 16 2025 22:12:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Jul 18 2025 17:41:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7bd17c76714b13cbc6e4eb3174d4066af4726d67 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 18 Jul 2025 19:00:44 +0000 Subject: [PATCH 23/51] 0d0040b fix(@angular-devkit/core): use crypto.randomUUID instead of Date.now for unique string in tmp file names --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d0eeca25..1d25a797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.1+sha-0a2340b", + "version": "0.2001.1+sha-0d0040b", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0a2340b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0d0040b", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 8b80af3b..7708a223 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Jul 18 2025 17:41:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Jul 18 2025 19:00:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d56cdb91e6933e1c66856bffe266f7f4d3b31c78 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 21 Jul 2025 15:02:31 +0000 Subject: [PATCH 24/51] 9678522 fix(@angular/cli): `define` option is being included multiple times in the JSON help --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1d25a797..d2c143cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.1+sha-0d0040b", + "version": "0.2001.1+sha-9678522", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0d0040b", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9678522", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 7708a223..a04e1daa 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Jul 18 2025 19:00:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Jul 21 2025 15:02:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From aa885df2bace6b1709fef44b1968e75509755e77 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 21 Jul 2025 20:26:49 +0000 Subject: [PATCH 25/51] ada3e20 refactor(@angular/cli): improve description of MCP documentation search tool --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d2c143cc..5ac09823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.1+sha-9678522", + "version": "0.2001.1+sha-ada3e20", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9678522", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ada3e20", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index a04e1daa..38e06bdf 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Jul 21 2025 15:02:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Jul 21 2025 20:26:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 59eba4ffa26da1ae2f2fc8fc89f9ffae96ef8947 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 22 Jul 2025 12:02:18 +0000 Subject: [PATCH 26/51] 14da042 refactor(@angular/cli): move MCP list projects tool to separate file --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5ac09823..8546e37c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.1+sha-ada3e20", + "version": "0.2001.1+sha-14da042", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ada3e20", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#14da042", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 38e06bdf..faa64e16 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Jul 21 2025 20:26:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Jul 22 2025 12:02:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 12b2bac495f30f566f0e5116a6cdfd0d80850f8c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 23 Jul 2025 17:20:07 +0000 Subject: [PATCH 27/51] 0568f38 release: cut the v20.1.2 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8546e37c..63678e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.1+sha-14da042", + "version": "0.2001.2+sha-0568f38", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#14da042", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0568f38", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index faa64e16..3eac97ec 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jul 22 2025 12:02:18 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 23 2025 17:20:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7fbff9a3323acb377451f562d12ce6fe275056bc Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 24 Jul 2025 17:58:45 +0000 Subject: [PATCH 28/51] ea5cd0e fix(@angular/build): update `vite` to `7.0.6` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 63678e3f..8ef757b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.2+sha-0568f38", + "version": "0.2001.2+sha-ea5cd0e", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0568f38", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ea5cd0e", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 3eac97ec..84d928cb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 23 2025 17:20:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Jul 24 2025 17:58:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c6acc5376a7000c60dbee5ffcece57a8809df767 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 24 Jul 2025 19:59:37 +0000 Subject: [PATCH 29/51] 18b44f6 release: cut the v20.1.3 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8ef757b0..3154b0f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.2+sha-ea5cd0e", + "version": "0.2001.3+sha-18b44f6", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ea5cd0e", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#18b44f6", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 84d928cb..a37bdb9d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Jul 24 2025 17:58:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Jul 24 2025 19:59:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ab9401a2ae9c8b4dc6d81b53d80d267c050aadcd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 25 Jul 2025 22:04:05 +0000 Subject: [PATCH 30/51] f7b6160 build: update bazel dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3154b0f3..a09083e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.3+sha-18b44f6", + "version": "0.2001.3+sha-f7b6160", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#18b44f6", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f7b6160", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index a37bdb9d..3cf1c0ac 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Jul 24 2025 19:59:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Jul 25 2025 22:04:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c2f1021b0927d1b34ec495dd373b6a61dd16c53a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 28 Jul 2025 11:27:35 +0000 Subject: [PATCH 31/51] 0489fe7 refactor(@angular/build): update MCP best practices guide content --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a09083e8..06b23b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.3+sha-f7b6160", + "version": "0.2001.3+sha-0489fe7", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f7b6160", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0489fe7", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 3cf1c0ac..c8a13d79 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Jul 25 2025 22:04:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Jul 28 2025 11:27:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9ba1092faa9bb7f37353ac2f9d6038edcaaaa018 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 28 Jul 2025 12:12:29 +0000 Subject: [PATCH 32/51] 42d72ef fix(@angular/build): skip vite transformation of CSS-like assets --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 06b23b56..4dca726a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.3+sha-0489fe7", + "version": "0.2001.3+sha-42d72ef", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0489fe7", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#42d72ef", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index c8a13d79..00bf2f37 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Jul 28 2025 11:27:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Jul 28 2025 12:12:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 63c65e212a6ffc07eeed8c6a098187660050047a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 29 Jul 2025 14:10:06 +0000 Subject: [PATCH 33/51] 2d753cc fix(@angular/cli): skip workspace-specific tools when outside a workspace --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4dca726a..7dfec053 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.3+sha-42d72ef", + "version": "0.2001.3+sha-2d753cc", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#42d72ef", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2d753cc", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 00bf2f37..ebc9e445 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Jul 28 2025 12:12:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Jul 29 2025 14:10:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 76dbd11caf15729350c523911711e4cba81d90f5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 30 Jul 2025 22:13:06 +0000 Subject: [PATCH 34/51] ffc4c67 release: cut the v20.1.4 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7dfec053..4041edbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.3+sha-2d753cc", + "version": "0.2001.4+sha-ffc4c67", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2d753cc", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ffc4c67", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index ebc9e445..6f091a1a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jul 29 2025 14:10:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jul 30 2025 22:13:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 009bfa0049fcb02465efdb1b85bd5f263e8d5f76 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 31 Jul 2025 13:59:47 +0000 Subject: [PATCH 35/51] 9a2b642 refactor(@angular/cli): add instructional text to MCP server --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4041edbd..3fc88102 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.4+sha-ffc4c67", + "version": "0.2001.4+sha-9a2b642", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ffc4c67", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9a2b642", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 6f091a1a..b410a2d2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jul 30 2025 22:13:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Jul 31 2025 13:59:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 55028533352a36836d3ee35028caef5264a7ddc0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 1 Aug 2025 17:31:26 +0000 Subject: [PATCH 36/51] 2ed9c37 test(@angular/cli): add initial e2e test for MCP server tool registration --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3fc88102..9b1542d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.4+sha-9a2b642", + "version": "0.2001.4+sha-2ed9c37", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9a2b642", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2ed9c37", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index b410a2d2..02549983 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Jul 31 2025 13:59:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 01 2025 17:31:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 879018bf54b0a8cf2a677274abfb198c4effb918 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 4 Aug 2025 17:51:25 +0000 Subject: [PATCH 37/51] 8601f06 refactor(@angular/cli): update suggested MCP server configuration output --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9b1542d9..35913c8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.4+sha-2ed9c37", + "version": "0.2001.4+sha-8601f06", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2ed9c37", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8601f06", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 02549983..f949f275 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 01 2025 17:31:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Aug 04 2025 17:51:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 45ff514c53baa3eb0fef08efcc0fd134be04c045 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 6 Aug 2025 15:17:10 +0000 Subject: [PATCH 38/51] 48ca044 fix(@angular/cli): cache MCP best practices content and add tool annotations --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 35913c8f..792ad901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.4+sha-8601f06", + "version": "0.2001.4+sha-48ca044", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8601f06", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#48ca044", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index f949f275..8180c44a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Aug 04 2025 17:51:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 06 2025 15:17:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8c32951e6510b97710c266e75ddb73848ffafa60 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 6 Aug 2025 15:42:03 +0000 Subject: [PATCH 39/51] 761bc78 build: update to latest dev-infra in the workspace --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 792ad901..c00a4f57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.4+sha-48ca044", + "version": "0.2001.4+sha-761bc78", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#48ca044", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#761bc78", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 8180c44a..39aefeb1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 06 2025 15:17:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 06 2025 15:42:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 63f8f08c367d31ba5f17281817d906b42220ae5a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 6 Aug 2025 18:54:20 +0000 Subject: [PATCH 40/51] 2c0e973 release: cut the v20.1.5 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c00a4f57..f07fb4e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.4+sha-761bc78", + "version": "0.2001.5+sha-2c0e973", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#761bc78", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2c0e973", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 39aefeb1..f18901d6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 06 2025 15:42:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 06 2025 18:54:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From fef7e2e4efad7ca01666dd616a7805fb31b698f1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 12 Aug 2025 08:12:15 +0000 Subject: [PATCH 41/51] 0d050f3 build: update to latest version of dev-infra --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f07fb4e3..1804a202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.5+sha-2c0e973", + "version": "0.2001.5+sha-0d050f3", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2c0e973", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0d050f3", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index f18901d6..710d9675 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 06 2025 18:54:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 12 2025 08:12:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a6b6f60dba79a8165e4a34ca8713652854f51fe1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 12 Aug 2025 15:43:32 +0000 Subject: [PATCH 42/51] 584bc1d fix(@schematics/angular): add extra prettier config --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1804a202..f3a65c72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.5+sha-0d050f3", + "version": "0.2001.5+sha-584bc1d", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0d050f3", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#584bc1d", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 710d9675..228d8f51 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Aug 12 2025 08:12:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 12 2025 15:43:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ca5f01ada6a386ab90eb8226a18e9f39f5df5492 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 13 Aug 2025 11:54:59 +0000 Subject: [PATCH 43/51] 02b0506 fix(@schematics/angular): correct configure the `typeSeparator` in the library schematic --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f3a65c72..cdf203d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.5+sha-584bc1d", + "version": "0.2001.5+sha-02b0506", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#584bc1d", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#02b0506", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 228d8f51..1ca47ced 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Aug 12 2025 15:43:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 13 2025 11:54:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From de1dbef0779abade2f8ca32f00c6233196f4a168 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 13 Aug 2025 12:20:17 +0000 Subject: [PATCH 44/51] 2289ab5 refactor(@schematics/angular): remove duplicate prompt definition. --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cdf203d9..1b34697f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.5+sha-02b0506", + "version": "0.2001.5+sha-2289ab5", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#02b0506", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2289ab5", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 1ca47ced..03c4e7ba 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 11:54:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 13 2025 12:20:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 24e1f8e2d843c76fae5d3e0b5c4970ed00155332 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 13 Aug 2025 12:31:21 +0000 Subject: [PATCH 45/51] d67c260 release: cut the v20.1.6 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1b34697f..c3043eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.5+sha-2289ab5", + "version": "0.2001.6+sha-d67c260", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#2289ab5", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d67c260", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 03c4e7ba..e35df503 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 12:20:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 13 2025 12:31:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6b8a6d21adc46d02f46a5561e5781f7b8199af1c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Aug 2025 13:55:31 +0000 Subject: [PATCH 46/51] 8b824bd build: add retry-delay for `accept4 failed 110` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c3043eac..80280ad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.6+sha-d67c260", + "version": "0.2001.6+sha-8b824bd", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d67c260", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8b824bd", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index e35df503..6956b12c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 12:31:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 14 2025 13:55:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 595fa7ee3f081f281cc36b8cc8a8dc7fca5beab5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 14:40:43 +0000 Subject: [PATCH 47/51] d92b3f4 build: reduce batch size to try to reduce flakiness --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 80280ad0..bbe423c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.6+sha-8b824bd", + "version": "0.2001.6+sha-d92b3f4", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#8b824bd", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d92b3f4", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 6956b12c..c05bba94 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 14 2025 13:55:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 14:40:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c97bbcc5754c08948872acc4d2223aa6b22e1a04 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 16:14:09 +0000 Subject: [PATCH 48/51] 0ecf2dc fix(@angular-devkit/schematics): address Node.js deprecation DEP0190 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bbe423c2..c2b958b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.6+sha-d92b3f4", + "version": "0.2001.6+sha-0ecf2dc", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d92b3f4", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0ecf2dc", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index c05bba94..b269860a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 14:40:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 16:14:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5f8d7f1260065fd3054f025fc9e9247d421a7dd2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 17:03:34 +0000 Subject: [PATCH 49/51] 7d67a14 fix(@angular/cli): add choices to command line parser when type is array and has an enum --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c2b958b9..6e422389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.6+sha-0ecf2dc", + "version": "0.2001.6+sha-7d67a14", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0ecf2dc", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#7d67a14", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index b269860a..a3263d18 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 16:14:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 17:03:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1bb04d1e3e2b9c5a26e22c9997af29ee1b9b4b3c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 15 Aug 2025 18:14:39 +0000 Subject: [PATCH 50/51] c0e7b6e refactor(@angular/cli): improve analytics handling --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6e422389..8cfe28dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.6+sha-7d67a14", + "version": "0.2001.6+sha-c0e7b6e", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#7d67a14", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c0e7b6e", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index a3263d18..89486ebc 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 17:03:34 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 15 2025 18:14:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c4f10f8a9f3c554f07283aa039049125369901fc Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 18 Aug 2025 16:40:14 +0000 Subject: [PATCH 51/51] 6023da5 fix(@angular/cli): apply default to array types --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8cfe28dd..5d05af73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/build-webpack", - "version": "0.2001.6+sha-c0e7b6e", + "version": "0.2001.6+sha-6023da5", "description": "Webpack Builder for Architect", "experimental": true, "main": "src/index.js", @@ -16,7 +16,7 @@ "./*.js": "./*.js" }, "dependencies": { - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#c0e7b6e", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#6023da5", "rxjs": "7.8.2" }, "peerDependencies": { diff --git a/uniqueId b/uniqueId index 89486ebc..631e8cd2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 15 2025 18:14:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Aug 18 2025 16:40:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file