From 751c6d42cec8685f789e141108013b28b5239c3c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 30 Apr 2025 21:09:26 +0000 Subject: [PATCH 01/56] 02cb7fc release: cut the v20.0.0-next.9 release --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b6eaf140..e42273f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.8+sha-bbb08d6", + "version": "20.0.0-next.9+sha-02cb7fc", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index f8b90238..7891a99a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 30 2025 18:46:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 30 2025 21:09:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 592705c2541bd6dce8d389380e8bf243bd1e0c7c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 30 Apr 2025 23:59:53 +0000 Subject: [PATCH 02/56] 8c5e5e6 refactor(@angular-devkit/schematics): add explicit return types to functions --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e42273f5..195d27bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-02cb7fc", + "version": "20.0.0-next.9+sha-8c5e5e6", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 7891a99a..08028db7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 30 2025 21:09:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 30 2025 23:59:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 59f36d276fc94174adb6d99ab5ecc50661300631 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 1 May 2025 16:06:09 +0000 Subject: [PATCH 03/56] 209c8a7 build: update angular --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 195d27bb..09eb92e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-8c5e5e6", + "version": "20.0.0-next.9+sha-209c8a7", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 08028db7..39501e27 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 30 2025 23:59:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 01 2025 16:06:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c4ce13dc24ea9c2183fb867c586bcaa7ed79fd4d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 1 May 2025 16:38:47 +0000 Subject: [PATCH 04/56] 2b28ecd build: update all non-major dependencies --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09eb92e5..84d259dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-209c8a7", + "version": "20.0.0-next.9+sha-2b28ecd", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 39501e27..d1950fb1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 01 2025 16:06:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 01 2025 16:38:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 46635f606513ba7fa793145a4cd837d0044ceafa Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 1 May 2025 17:08:02 +0000 Subject: [PATCH 05/56] 7bb1f87 fix(@angular/build): enable unit-test reporters option --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 84d259dd..3c81d07b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-2b28ecd", + "version": "20.0.0-next.9+sha-7bb1f87", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index d1950fb1..d20f0084 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 01 2025 16:38:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 01 2025 17:08:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 135226e5848056a18d3f689988430c27e083365e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 1 May 2025 17:42:31 +0000 Subject: [PATCH 06/56] 0aea13e refactor(@angular-devkit/core): don't use concrete type as interface --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c81d07b..79360b82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-7bb1f87", + "version": "20.0.0-next.9+sha-0aea13e", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index d20f0084..74c80460 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 01 2025 17:08:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 01 2025 17:42:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 88d290513ba5d6849f1b75ba5ccca3dbfe6f871a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 1 May 2025 20:45:07 +0000 Subject: [PATCH 07/56] a6a0b41 build: update rules_angular digest to 3ba9d67 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 79360b82..9c729f46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-0aea13e", + "version": "20.0.0-next.9+sha-a6a0b41", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 74c80460..9273835a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 01 2025 17:42:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 01 2025 20:45:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 49aaf48560ea5b67192573b3b3347f8ee162dfe8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 2 May 2025 11:18:24 +0000 Subject: [PATCH 08/56] 1cd65a0 fix(@angular/build): perform testing module cleanup when using Vitest --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c729f46..3f1f587e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-a6a0b41", + "version": "20.0.0-next.9+sha-1cd65a0", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 9273835a..ce9d3b99 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 01 2025 20:45:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri May 02 2025 11:18:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4e34b7e2a571ff70aca5d7a5883ded347e45c6b3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 2 May 2025 20:20:26 +0000 Subject: [PATCH 09/56] c8ceeca 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 3f1f587e..5878bc23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-1cd65a0", + "version": "20.0.0-next.9+sha-c8ceeca", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index ce9d3b99..aba35730 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri May 02 2025 11:18:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri May 02 2025 20:20:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 99c9bc83d071678732bcb733067710e8237a82bb Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 2 May 2025 20:30:58 +0000 Subject: [PATCH 10/56] ba844ae 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 5878bc23..a9c99934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-c8ceeca", + "version": "20.0.0-next.9+sha-ba844ae", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index aba35730..3341488b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri May 02 2025 20:20:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri May 02 2025 20:30:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 75ac04c2f03cae4b53682c70a4ec5e0714fc7b53 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sat, 3 May 2025 16:12:04 +0000 Subject: [PATCH 11/56] 22ba074 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 a9c99934..33d6a988 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-ba844ae", + "version": "20.0.0-next.9+sha-22ba074", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 3341488b..ef7da45e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri May 02 2025 20:30:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sat May 03 2025 16:12:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c447b02b1bc8f1b26c9f826e5a39cd11029a57d9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sun, 4 May 2025 10:16:10 +0000 Subject: [PATCH 12/56] ce03490 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 33d6a988..631df915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-22ba074", + "version": "20.0.0-next.9+sha-ce03490", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index ef7da45e..7c0ef728 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sat May 03 2025 16:12:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sun May 04 2025 10:16:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c7eb0d10b5aba185fede8889873b5d50e9ae3466 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 5 May 2025 13:12:07 +0000 Subject: [PATCH 13/56] 3fb0e3e refactor: update `Piscina` to version 5 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 631df915..28ca1c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-ce03490", + "version": "20.0.0-next.9+sha-3fb0e3e", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 7c0ef728..081e45a2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sun May 04 2025 10:16:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 05 2025 13:12:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3a177dd2525775016d3c613dbb07ae9a677dda6d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 5 May 2025 13:59:02 +0000 Subject: [PATCH 14/56] f3eee8e build: update all non-major dependencies --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28ca1c64..b1155e8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-3fb0e3e", + "version": "20.0.0-next.9+sha-f3eee8e", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 081e45a2..15d40360 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 05 2025 13:12:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 05 2025 13:59:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0fb85605a7577946cf3bbf6c0a3636c4c3276711 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 5 May 2025 15:04:04 +0000 Subject: [PATCH 15/56] f36a272 fix(@angular/build): allow a default application `browser` option --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1155e8e..5b2d9e69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-f3eee8e", + "version": "20.0.0-next.9+sha-f36a272", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 15d40360..e8ca218b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 05 2025 13:59:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 05 2025 15:04:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 03dd79d5297515ca38d5a8955f1a7ea9daaebf10 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 6 May 2025 11:00:48 +0000 Subject: [PATCH 16/56] 888d0b2 build: update all non-major dependencies --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b2d9e69..309c32e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-f36a272", + "version": "20.0.0-next.9+sha-888d0b2", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index e8ca218b..cc612cc5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 05 2025 15:04:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 06 2025 11:00:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 429ce15adec98ff25eeb169c2d96dec248e3f330 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 6 May 2025 11:19:43 +0000 Subject: [PATCH 17/56] 635999d 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 309c32e5..df398e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-888d0b2", + "version": "20.0.0-next.9+sha-635999d", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index cc612cc5..b2db55be 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 06 2025 11:00:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 06 2025 11:19:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a2fce47232c40e386f725cedd12131b57f9e6155 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 6 May 2025 12:56:50 +0000 Subject: [PATCH 18/56] 2c4ed32 build: update rules_angular digest to 42d4791 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index df398e0a..a8e8685d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-635999d", + "version": "20.0.0-next.9+sha-2c4ed32", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index b2db55be..3b1b44f0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 06 2025 11:19:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 06 2025 12:56:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6be3910c64370534cfe6b3594b6c3fc408ceb387 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 6 May 2025 15:04:59 +0000 Subject: [PATCH 19/56] 69a3a19 build: update angular --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a8e8685d..2bf2e634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-2c4ed32", + "version": "20.0.0-next.9+sha-69a3a19", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 3b1b44f0..be1f04eb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 06 2025 12:56:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 06 2025 15:04:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 48710e763e98e200ac77c3c2686ef489a243b442 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 6 May 2025 18:27:03 +0000 Subject: [PATCH 20/56] e513cd4 fix(@angular/cli): add Node.js 24 as supported version --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2bf2e634..1e9a0280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-69a3a19", + "version": "20.0.0-next.9+sha-e513cd4", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { @@ -33,7 +33,7 @@ }, "packageManager": "pnpm@9.15.6", "engines": { - "node": "^20.11.1 || >=22.11.0", + "node": "^20.11.1 || ^22.11.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, diff --git a/uniqueId b/uniqueId index be1f04eb..6190c2ec 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 06 2025 15:04:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 06 2025 18:27:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6f5ce8d55d60c68ef79d97bd177889040997b530 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 7 May 2025 10:46:56 +0000 Subject: [PATCH 21/56] a51b85f build: update all non-major dependencies --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e9a0280..249b0dcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-e513cd4", + "version": "20.0.0-next.9+sha-a51b85f", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 6190c2ec..4b8b6edf 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 06 2025 18:27:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 07 2025 10:46:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ae84bdd7e2f8dadb0e700116195cb6d1225e3027 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 7 May 2025 11:36:03 +0000 Subject: [PATCH 22/56] 7bba1ce build: update angular --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 249b0dcb..2ce33318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-a51b85f", + "version": "20.0.0-next.9+sha-7bba1ce", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 4b8b6edf..ef785581 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 07 2025 10:46:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 07 2025 11:36:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d0378030819795739760255386f05a83d048cc97 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 7 May 2025 16:26:19 +0000 Subject: [PATCH 23/56] 5afac28 refactor(@angular-devkit/core): use more precise iterator typings --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2ce33318..a5308a03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-7bba1ce", + "version": "20.0.0-next.9+sha-5afac28", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index ef785581..a35456b8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 07 2025 11:36:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 07 2025 16:26:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8a82ec1154b672eeb51dcb9e7e679b7266a5ce1c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 7 May 2025 16:44:11 +0000 Subject: [PATCH 24/56] a3e35ee build: lock file maintenance --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a5308a03..000d9f8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-5afac28", + "version": "20.0.0-next.9+sha-a3e35ee", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index a35456b8..24befdfc 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 07 2025 16:26:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 07 2025 16:44:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 95ecbac2feeced3839a49a70f0c200930b5691b2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 7 May 2025 17:15:21 +0000 Subject: [PATCH 25/56] f1213e3 ci: enable e2e test runs on Node.js 24 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 000d9f8b..9d3b0529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-a3e35ee", + "version": "20.0.0-next.9+sha-f1213e3", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 24befdfc..c87f26a5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 07 2025 16:44:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 07 2025 17:15:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5735ecbde8f30dd5fbb4dba190544aa88de7021c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 7 May 2025 20:06:40 +0000 Subject: [PATCH 26/56] d60503c release: cut the v20.0.0-rc.0 release --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d3b0529..9eae5dee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-next.9+sha-f1213e3", + "version": "20.0.0-rc.0+sha-d60503c", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index c87f26a5..7df922b3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 07 2025 17:15:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 07 2025 20:06:40 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3904b6012b4376f3626155909f6043641131dea6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 8 May 2025 17:05:24 +0000 Subject: [PATCH 27/56] 247cd33 fix(@angular/build): show unit-test error for missing vitest package --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9eae5dee..f3f40800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-d60503c", + "version": "20.0.0-rc.0+sha-247cd33", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 7df922b3..411fe72a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 07 2025 20:06:40 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 08 2025 17:05:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9ba4244088c1233d0239c6a0a92284dbe99d1793 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 8 May 2025 17:47:53 +0000 Subject: [PATCH 28/56] 7b718d1 build: update rules_angular digest to e35da73 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f3f40800..37882856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-247cd33", + "version": "20.0.0-rc.0+sha-7b718d1", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 411fe72a..4b482061 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 08 2025 17:05:24 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 08 2025 17:47:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3d090b2248517a0de8f072a388ec42846aa3ad1a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 8 May 2025 22:31:04 +0000 Subject: [PATCH 29/56] 9119af8 build: update angular --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37882856..75c4c96c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-7b718d1", + "version": "20.0.0-rc.0+sha-9119af8", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 4b482061..514d4842 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 08 2025 17:47:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 08 2025 22:31:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3a87823a73dbf5083d39b44b98954b7c11e1b502 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 12 May 2025 08:11:59 +0000 Subject: [PATCH 30/56] f36237f ci: refactor renovate config to use dev-infra preset --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75c4c96c..9b16e924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-9119af8", + "version": "20.0.0-rc.0+sha-f36237f", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 514d4842..2b8e94ee 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 08 2025 22:31:04 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 12 2025 08:11:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3b0f9980fc281cff91bbc0183ec339b86230aa75 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 12 May 2025 08:51:37 +0000 Subject: [PATCH 31/56] 0f8594f build: update pnpm to v9.15.9 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9b16e924..9178ded6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-f36237f", + "version": "20.0.0-rc.0+sha-0f8594f", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { @@ -31,7 +31,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@9.15.6", + "packageManager": "pnpm@9.15.9", "engines": { "node": "^20.11.1 || ^22.11.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/uniqueId b/uniqueId index 2b8e94ee..1d5b645e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 12 2025 08:11:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 12 2025 08:51:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c80493f3ecba163764241c949aed0a558df165c5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 12 May 2025 09:03:23 +0000 Subject: [PATCH 32/56] a01dc23 build: update rules_angular digest to 7fb42d2 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9178ded6..8167ef98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-0f8594f", + "version": "20.0.0-rc.0+sha-a01dc23", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { @@ -23,7 +23,7 @@ "dependencies": { "@angular-devkit/core": "github:angular/angular-devkit-core-builds#{BUILD_SCM_ABBREV_HASH}", "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#{BUILD_SCM_ABBREV_HASH}", - "@inquirer/prompts": "7.5.0", + "@inquirer/prompts": "7.5.1", "ansi-colors": "4.1.3", "yargs-parser": "21.1.1" }, diff --git a/uniqueId b/uniqueId index 1d5b645e..b445a2ab 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 12 2025 08:51:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 12 2025 09:03:23 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 127ae3e1238de650f32954b596d0b8ed61879725 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 12 May 2025 09:50:20 +0000 Subject: [PATCH 33/56] a7ad8e1 build: lock file maintenance --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8167ef98..9de248f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-a01dc23", + "version": "20.0.0-rc.0+sha-a7ad8e1", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index b445a2ab..cefbbb43 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 12 2025 09:03:23 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 12 2025 09:50:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From dc022dd6b19fbd9eaea995d1d61d1f8e339b9a43 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 12 May 2025 13:24:22 +0000 Subject: [PATCH 34/56] 0af4e10 build: update cross-repo angular dependencies --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9de248f2..2f2e2741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-a7ad8e1", + "version": "20.0.0-rc.0+sha-0af4e10", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index cefbbb43..f14b5129 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 12 2025 09:50:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 12 2025 13:24:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1a8af6b6d913dccc9a5a4f3d24778a8836759961 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 12 May 2025 13:39:46 +0000 Subject: [PATCH 35/56] e36bf96 fix(@angular/build): allow TestBed provider configuration with vitest unit-testing --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f2e2741..7820b38f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-0af4e10", + "version": "20.0.0-rc.0+sha-e36bf96", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index f14b5129..e9084d49 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 12 2025 13:24:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 12 2025 13:39:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e82d29860d768be7bf30e8deacea157df2546872 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 12 May 2025 14:50:54 +0000 Subject: [PATCH 36/56] 8cbb78d build: lock file maintenance --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7820b38f..102f58ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-e36bf96", + "version": "20.0.0-rc.0+sha-8cbb78d", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index e9084d49..04bbd9ae 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 12 2025 13:39:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 12 2025 14:50:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 824e6154e2b8a447195ad7a59c9709fea1465e8a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 13 May 2025 10:22:02 +0000 Subject: [PATCH 37/56] fa3dc63 fix(@angular/build): show unit-test error for missing vitest browser package --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 102f58ff..444f1a0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-8cbb78d", + "version": "20.0.0-rc.0+sha-fa3dc63", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 04bbd9ae..fc80f4ac 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 12 2025 14:50:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 13 2025 10:22:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 665a47e762d45f95d25efaeaaa9eaeee2b597b5a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 13 May 2025 12:46:37 +0000 Subject: [PATCH 38/56] 0568c9c build: update TypeScript integrity to 5.8.3 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 444f1a0e..2d8babf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-fa3dc63", + "version": "20.0.0-rc.0+sha-0568c9c", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index fc80f4ac..562b4cfc 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 13 2025 10:22:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 13 2025 12:46:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ac56cc00f94f39da47515b448ba0c0385a822ec7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 13 May 2025 14:19:25 +0000 Subject: [PATCH 39/56] f86837a build: update rules_angular digest to c0d7927 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d8babf4..d4c2e8b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-0568c9c", + "version": "20.0.0-rc.0+sha-f86837a", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 562b4cfc..6723f4fb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 13 2025 12:46:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 13 2025 14:19:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From eb9a370cf8af06bdaf331a7653005a9c5edeed1a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 13 May 2025 14:36:16 +0000 Subject: [PATCH 40/56] cb9d605 build: update all non-major dependencies --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4c2e8b7..0e294af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-f86837a", + "version": "20.0.0-rc.0+sha-cb9d605", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 6723f4fb..a04346d8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 13 2025 14:19:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 13 2025 14:36:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d15985de266f05f80871e87b8637de637ce9fd13 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 13 May 2025 17:21:19 +0000 Subject: [PATCH 41/56] c7f2cb5 fix(@angular/build): provide vitest globals in unit-test builder --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e294af3..feffeb90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-cb9d605", + "version": "20.0.0-rc.0+sha-c7f2cb5", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index a04346d8..a06d4677 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 13 2025 14:36:16 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 13 2025 17:21:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9845b19d2266c84e8f60e586a7b0ed6eec56f862 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 May 2025 11:20:59 +0000 Subject: [PATCH 42/56] 0d40cde fix(@angular/build): setup unit-test polyfills before TestBed init --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index feffeb90..ad3a3567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-c7f2cb5", + "version": "20.0.0-rc.0+sha-0d40cde", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index a06d4677..e5270d13 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue May 13 2025 17:21:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 14 2025 11:20:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 88eaefd70e0b6f0d1a3619ab6172bdc7182f68b9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 May 2025 13:37:31 +0000 Subject: [PATCH 43/56] 255bc55 build: update dependency terser to v5.39.1 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ad3a3567..bb6cf3a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-0d40cde", + "version": "20.0.0-rc.0+sha-255bc55", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index e5270d13..059abdd4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 14 2025 11:20:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 14 2025 13:37:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4fe4bd4aaea58260984e79726e2bb1a8bd85c277 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 May 2025 16:39:53 +0000 Subject: [PATCH 44/56] 3cf6ab0 fix(@schematics/angular): support using default browser option when not present --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bb6cf3a1..355264b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-255bc55", + "version": "20.0.0-rc.0+sha-3cf6ab0", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 059abdd4..c811fe75 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 14 2025 13:37:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 14 2025 16:39:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 14de64542dacd343b117cb0b14a3211b290a5e83 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 May 2025 18:17:57 +0000 Subject: [PATCH 45/56] c2030ed release: cut the v20.0.0-rc.1 release --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 355264b5..73c92a1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.0+sha-3cf6ab0", + "version": "20.0.0-rc.1+sha-c2030ed", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index c811fe75..a98c23a6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 14 2025 16:39:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 14 2025 18:17:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1e5b500f33e9effa681e741f9dadca52a66aa9a9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 May 2025 19:48:35 +0000 Subject: [PATCH 46/56] d2bfc6b fix(@angular/build): revert setup unit-test polyfills before TestBed init --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 73c92a1f..b82a5f05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.1+sha-c2030ed", + "version": "20.0.0-rc.1+sha-d2bfc6b", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index a98c23a6..2d4f2ed2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 14 2025 18:17:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 14 2025 19:48:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From bfaf5a1d31080cf4e50c25ca487f36ddbc52229d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 May 2025 20:20:35 +0000 Subject: [PATCH 47/56] bbd35bd release: cut the v20.0.0-rc.2 release --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b82a5f05..381b6a99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.1+sha-d2bfc6b", + "version": "20.0.0-rc.2+sha-bbd35bd", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 2d4f2ed2..929a6b37 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 14 2025 19:48:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed May 14 2025 20:20:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c5aa996dc7c17853387fc17d3a8ea5c1e4297ded Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 15 May 2025 08:47:38 +0000 Subject: [PATCH 48/56] a5caafd build: update dependency node to v22.15.1 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 381b6a99..aaabcd86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.2+sha-bbd35bd", + "version": "20.0.0-rc.2+sha-a5caafd", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 929a6b37..1066165e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed May 14 2025 20:20:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 15 2025 08:47:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a39f8107ecd20da05345cf8f4d048c3334ab68c8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 15 May 2025 13:28:13 +0000 Subject: [PATCH 49/56] 9c29cf7 refactor: remove unused function --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aaabcd86..68c77c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.2+sha-a5caafd", + "version": "20.0.0-rc.2+sha-9c29cf7", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 1066165e..848f4858 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 15 2025 08:47:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 15 2025 13:28:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2303df8f452073eb8ffb4bc930e2c5138416cf9c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 15 May 2025 21:24:36 +0000 Subject: [PATCH 50/56] 059c10e fix(@angular/ssr): SSR should work without `@angular/router` --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 68c77c9f..4b2f8ff2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.2+sha-9c29cf7", + "version": "20.0.0-rc.2+sha-059c10e", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 848f4858..1b2778e1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 15 2025 13:28:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu May 15 2025 21:24:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d9b474e8d40d8a2e469c06c5381e8c9ef9832ee2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 16 May 2025 02:13:39 +0000 Subject: [PATCH 51/56] b155ba1 fix(@angular/build): enable unit-test builder watch outside CI --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b2f8ff2..749c95b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.2+sha-059c10e", + "version": "20.0.0-rc.2+sha-b155ba1", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 1b2778e1..0ce3bcc0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu May 15 2025 21:24:36 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri May 16 2025 02:13:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6fe17293ded195adbb5ab8ddbdca679447cb91c7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 16 May 2025 13:21:06 +0000 Subject: [PATCH 52/56] 4b57934 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 749c95b0..428b9e42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.2+sha-b155ba1", + "version": "20.0.0-rc.2+sha-4b57934", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 0ce3bcc0..3857dfd2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri May 16 2025 02:13:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri May 16 2025 13:21:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From eb5deff2ef373ff04d9dc364ed363f8ca166fbb8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 16 May 2025 17:02:56 +0000 Subject: [PATCH 53/56] b264517 build: update dependency aspect_rules_ts to v3.6.0 --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 428b9e42..989d5ecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.2+sha-4b57934", + "version": "20.0.0-rc.2+sha-b264517", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 3857dfd2..faef96b8 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri May 16 2025 13:21:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri May 16 2025 17:02:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8ce352313d5a54e7a4075f20c7dd313afbaeb946 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 19 May 2025 12:43:55 +0000 Subject: [PATCH 54/56] 5b43174 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 989d5ecf..f5573d3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.2+sha-b264517", + "version": "20.0.0-rc.2+sha-5b43174", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index faef96b8..316f87a1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri May 16 2025 17:02:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 19 2025 12:43:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a744c2d3571833e2b9a54a374d9e3a299b5b07f6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 19 May 2025 17:25:19 +0000 Subject: [PATCH 55/56] aec9504 fix(@angular/build): exclude only source test files with unit-test vitest support --- package.json | 2 +- uniqueId | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f5573d3e..795ec4bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.2+sha-5b43174", + "version": "20.0.0-rc.2+sha-aec9504", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { diff --git a/uniqueId b/uniqueId index 316f87a1..a8f53e39 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 19 2025 12:43:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon May 19 2025 17:25:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 84761b5cbb7a3f168a94434f81454591f15cc125 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 20 May 2025 12:39:11 +0000 Subject: [PATCH 56/56] 787e510 fix(@angular/cli): update min Node.js support to 20.19, 22.12, and 24.0 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 795ec4bb..0d03142c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-devkit/schematics-cli", - "version": "20.0.0-rc.2+sha-aec9504", + "version": "20.0.0-rc.2+sha-787e510", "description": "Angular Schematics - CLI", "homepage": "https://github.com/angular/angular-cli", "bin": { @@ -33,7 +33,7 @@ }, "packageManager": "pnpm@9.15.9", "engines": { - "node": "^20.11.1 || ^22.11.0 || >=24.0.0", + "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, diff --git a/uniqueId b/uniqueId index a8f53e39..6e15f4e7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon May 19 2025 17:25:19 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue May 20 2025 12:39:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file