From 58799c774ebff42cbf27bc4b770ccd1de3a71a2b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 7 Aug 2024 21:52:22 +0000 Subject: [PATCH 01/80] 6351c44 release: cut the v18.2.0-rc.0 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9c31ad5aa..691d8cdf2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0-next.3+sha-6419c2a", + "version": "0.1802.0-rc.0+sha-6351c44", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6419c2a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6351c44", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index cd7688dce..e618c8115 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 07 2024 20:40:40 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 07 2024 21:52:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9adafd561a1ec0844c5fdc384f3f1b4ead856ad7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 12 Aug 2024 17:57:14 +0000 Subject: [PATCH 02/80] 62c040a build: update all non-major dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 691d8cdf2..a07bf1505 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0-rc.0+sha-6351c44", + "version": "0.1802.0-rc.0+sha-62c040a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6351c44", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#62c040a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e618c8115..f5398c75a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 07 2024 21:52:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Aug 12 2024 17:57:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 55d6e65d827c9cf7f8e76a6b968ed89b27c1db62 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 13 Aug 2024 09:39:59 +0000 Subject: [PATCH 03/80] 5eef87c build: update all non-major dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a07bf1505..17081c57b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0-rc.0+sha-62c040a", + "version": "0.1802.0-rc.0+sha-5eef87c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#62c040a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5eef87c", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f5398c75a..fc9f58fee 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Aug 12 2024 17:57:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 13 2024 09:39:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 04a2c2e716d3f3063c46b82c07073cda1c96cf87 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 13 Aug 2024 11:58:25 +0000 Subject: [PATCH 04/80] d14c9ab refactor(@angular-devkit/build-angular): reduce custom code in browser-esbuild implementation --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 17081c57b..af9e109f4 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0-rc.0+sha-5eef87c", + "version": "0.1802.0-rc.0+sha-d14c9ab", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5eef87c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d14c9ab", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index fc9f58fee..2b322735a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Aug 13 2024 09:39:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 13 2024 11:58:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b46291167a5d47de20b49a02b8fd0f4af5aa71e0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 Aug 2024 14:46:57 +0000 Subject: [PATCH 05/80] 4528be1 build: add missing `pkg_deps` for `@angular/create` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index af9e109f4..8bca666a3 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0-rc.0+sha-d14c9ab", + "version": "0.1802.0-rc.0+sha-4528be1", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d14c9ab", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4528be1", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 2b322735a..50dac1cab 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Aug 13 2024 11:58:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 14 2024 14:46:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f3797e1e8771bdd0440a4340084b64bf8e983cfd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 Aug 2024 17:16:39 +0000 Subject: [PATCH 06/80] 0c2ca9a build: remove Bazel typings workaround --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8bca666a3..91e708e5d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0-rc.0+sha-4528be1", + "version": "0.1802.0-rc.0+sha-0c2ca9a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4528be1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0c2ca9a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 50dac1cab..8571fe323 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 14 2024 14:46:57 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 14 2024 17:16:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a53993ce4b975b92ef176381af2ad0b83cb9b57f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 Aug 2024 17:33:27 +0000 Subject: [PATCH 07/80] eb9c7fe build: remove unnecessary excludes from tsconfig.json --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 91e708e5d..bd2a87ad8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0-rc.0+sha-0c2ca9a", + "version": "0.1802.0-rc.0+sha-eb9c7fe", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0c2ca9a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#eb9c7fe", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 8571fe323..ff9344d34 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 14 2024 17:16:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 14 2024 17:33:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 4477864e040aa94e52f9467170c298ae648cf786 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 Aug 2024 17:38:15 +0000 Subject: [PATCH 08/80] 1a876a3 build: update Angular versions to 18.2 stable --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bd2a87ad8..098e50b4c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0-rc.0+sha-eb9c7fe", + "version": "0.1802.0-rc.0+sha-1a876a3", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#eb9c7fe", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1a876a3", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index ff9344d34..f7a4a3779 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 14 2024 17:33:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 14 2024 17:38:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From f8b8338aa9fbfc2ca35e5aec9d2b4ae5554bc69c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 Aug 2024 18:54:31 +0000 Subject: [PATCH 09/80] ff5a0fe release: cut the v18.2.0 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 098e50b4c..03e3ef1e1 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0-rc.0+sha-1a876a3", + "version": "0.1802.0+sha-ff5a0fe", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1a876a3", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ff5a0fe", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f7a4a3779..40da7e07a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 14 2024 17:38:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 14 2024 18:54:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9296471d656018069b93995fffa608b168c659cd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 14 Aug 2024 20:12:46 +0000 Subject: [PATCH 10/80] 94e27c8 fix(@angular-devkit/schematics-cli): prevent bypassing select/checkbox prompts on validation failure --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 03e3ef1e1..33c42c1be 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0+sha-ff5a0fe", + "version": "0.1802.0+sha-94e27c8", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ff5a0fe", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#94e27c8", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 40da7e07a..0b8032e57 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 14 2024 18:54:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 14 2024 20:12:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e86d9c6e7f9c6302b4d1a1290b37d973c2c64661 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 15 Aug 2024 13:56:38 +0000 Subject: [PATCH 11/80] 83b2699 fix(@angular/build): improve error message when an unhandled exception occurs during prerendering --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 33c42c1be..520b05a47 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0+sha-94e27c8", + "version": "0.1802.0+sha-83b2699", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#94e27c8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#83b2699", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0b8032e57..bdb58ba50 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 14 2024 20:12:46 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 15 2024 13:56:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 10cb99898aa406c106b98be097b60bef515a2f0c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 20 Aug 2024 12:15:23 +0000 Subject: [PATCH 12/80] a655b92 build: downgrade sass version --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 520b05a47..7bc265ba4 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0+sha-83b2699", + "version": "0.1802.0+sha-a655b92", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#83b2699", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a655b92", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index bdb58ba50..078833d00 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 15 2024 13:56:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 20 2024 12:15:23 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From b0e2d72e197b58389c4553ed7f7b657e0885efcd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 20 Aug 2024 15:10:37 +0000 Subject: [PATCH 13/80] ddeb2b2 fix(@angular-devkit/build-angular): remove outdated browser-esbuild option warning --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7bc265ba4..58289bb6a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0+sha-a655b92", + "version": "0.1802.0+sha-ddeb2b2", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a655b92", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ddeb2b2", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 078833d00..97e476744 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Aug 20 2024 12:15:23 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 20 2024 15:10:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7198b37eb3f5217697ae9c956a3de771e2640a02 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 21 Aug 2024 11:33:32 +0000 Subject: [PATCH 14/80] 15f3d5a release: cut the v18.2.1 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 58289bb6a..dd16a39ad 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.0+sha-ddeb2b2", + "version": "0.1802.1+sha-15f3d5a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ddeb2b2", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#15f3d5a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 97e476744..5088bd82a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Aug 20 2024 15:10:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 21 2024 11:33:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7a4efc5369cec334520507acb1313331d5e65dc4 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 21 Aug 2024 13:46:10 +0000 Subject: [PATCH 15/80] b2d1477 build: mark server tests as flaky --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dd16a39ad..b845031ef 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.1+sha-15f3d5a", + "version": "0.1802.1+sha-b2d1477", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#15f3d5a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b2d1477", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 5088bd82a..18568e615 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 21 2024 11:33:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 21 2024 13:46:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a7c62c104a1bbf7c4c6d06fe0d8fe850197c0a2d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 22 Aug 2024 18:48:53 +0000 Subject: [PATCH 16/80] 3ee53c9 build: clean up redundant `exclude` field from `tsconfig-build.json` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b845031ef..7108fdc68 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.1+sha-b2d1477", + "version": "0.1802.1+sha-3ee53c9", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b2d1477", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3ee53c9", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 18568e615..43eb4b8c0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 21 2024 13:46:10 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 22 2024 18:48:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d115a85a530c33a4312d10d6424ef928cc7b39bb Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 23 Aug 2024 19:28:39 +0000 Subject: [PATCH 17/80] e5b4c5c ci: run modules and packages tests using a single bazel invocation --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7108fdc68..934a3caf4 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.1+sha-3ee53c9", + "version": "0.1802.1+sha-e5b4c5c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3ee53c9", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e5b4c5c", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 43eb4b8c0..fbbf089d3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 22 2024 18:48:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Aug 23 2024 19:28:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 18f4123d93b3d598264ced306c3a5866ff873d2f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sun, 25 Aug 2024 04:16:14 +0000 Subject: [PATCH 18/80] 5e030b8 Revert "build: mark server tests as flaky" --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 934a3caf4..3ca4df966 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.1+sha-e5b4c5c", + "version": "0.1802.1+sha-5e030b8", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e5b4c5c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5e030b8", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index fbbf089d3..72d32fb71 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Aug 23 2024 19:28:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sun Aug 25 2024 04:16:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 912e88cbfdd541847562b9eac1bc22c311671661 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 28 Aug 2024 13:25:51 +0000 Subject: [PATCH 19/80] 82b7608 build: update webpack to `5.94.0` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3ca4df966..2f32e2ecd 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.1+sha-5e030b8", + "version": "0.1802.1+sha-82b7608", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5e030b8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#82b7608", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 72d32fb71..e4958cb33 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sun Aug 25 2024 04:16:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Aug 28 2024 13:25:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0d52eca801da48e89cf99013bc235f65ee8febca Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 29 Aug 2024 19:04:44 +0000 Subject: [PATCH 20/80] 504b00b fix(@angular-devkit/build-angular): clear context in Karma by default for single run executions --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2f32e2ecd..c780a8f11 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.1+sha-82b7608", + "version": "0.1802.1+sha-504b00b", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#82b7608", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#504b00b", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e4958cb33..f8689e789 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 28 2024 13:25:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 29 2024 19:04:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c47c871d883cddb3f0815cc5fca74c708876d6f8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 29 Aug 2024 20:23:12 +0000 Subject: [PATCH 21/80] 72fb55c release: cut the v18.2.2 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c780a8f11..3d5c14a2c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.1+sha-504b00b", + "version": "0.1802.2+sha-72fb55c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#504b00b", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#72fb55c", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f8689e789..9555f8f62 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 29 2024 19:04:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Aug 29 2024 20:23:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 094aa3db3e3614a14c4846a587dc8f2e6456a814 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 3 Sep 2024 15:24:32 +0000 Subject: [PATCH 22/80] 4820766 fix(@angular-devkit/build-angular): update `webpack-dev-middleware` to `7.4.2` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3d5c14a2c..b50a5ddd1 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.2+sha-72fb55c", + "version": "0.1802.2+sha-4820766", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#72fb55c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4820766", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 9555f8f62..d589c8e31 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Aug 29 2024 20:23:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 03 2024 15:24:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a1fdc212ceb95e02fd2feb7483e4512024a2ebc9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 4 Sep 2024 19:58:13 +0000 Subject: [PATCH 23/80] f4db482 release: cut the v18.2.3 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b50a5ddd1..070a0d0e2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.2+sha-4820766", + "version": "0.1802.3+sha-f4db482", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4820766", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f4db482", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index d589c8e31..23369f3f9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 03 2024 15:24:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 04 2024 19:58:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 82c10a9f1e5039919a7fe45640621488c234dc1a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 9 Sep 2024 17:26:17 +0000 Subject: [PATCH 24/80] 328ed65 docs: elaborate on debugging jasmine node tests --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 070a0d0e2..e35dac24b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.3+sha-f4db482", + "version": "0.1802.3+sha-328ed65", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f4db482", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#328ed65", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 23369f3f9..eaf11aa16 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 04 2024 19:58:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 09 2024 17:26:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ee93aa20076ff0b84d4d5918cb038838b21fcd8a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 9 Sep 2024 17:40:05 +0000 Subject: [PATCH 25/80] e12a66a docs(@angular/cli): add playwright to e2e targets --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e35dac24b..4947a8c54 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.3+sha-328ed65", + "version": "0.1802.3+sha-e12a66a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#328ed65", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e12a66a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index eaf11aa16..da5cc6cae 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 09 2024 17:26:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 09 2024 17:40:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1023d3a04068324b50a97d090ec6fd07914c323c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 11 Sep 2024 13:33:20 +0000 Subject: [PATCH 26/80] 765309a fix(@angular/build): prevent transformation of Node.js internal dependencies by Vite --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4947a8c54..964506289 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.3+sha-e12a66a", + "version": "0.1802.3+sha-765309a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e12a66a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#765309a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index da5cc6cae..92d91c026 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 09 2024 17:40:05 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 11 2024 13:33:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 479b65c7b70d44b7740e78a2db055775853111a3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 11 Sep 2024 14:04:58 +0000 Subject: [PATCH 27/80] f29db1d release: cut the v18.2.4 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 964506289..6dffec43f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.3+sha-765309a", + "version": "0.1802.4+sha-f29db1d", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#765309a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f29db1d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 92d91c026..e3c708d50 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 11 2024 13:33:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 11 2024 14:04:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6ee841fd110ebdab8993ccdc836ae260294da543 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 18 Sep 2024 10:50:21 +0000 Subject: [PATCH 28/80] 1032b3d fix(@angular/build): update vite to `5.4.6` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6dffec43f..a0ff889ac 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.4+sha-f29db1d", + "version": "0.1802.4+sha-1032b3d", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f29db1d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1032b3d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index e3c708d50..2cc7b70ba 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 11 2024 14:04:58 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 18 2024 10:50:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 301d0a36db4ff0aeab87fbb04bb8c88fe8bdf71c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 18 Sep 2024 13:35:33 +0000 Subject: [PATCH 29/80] 7074316 fix(@angular/build): support HTTP HEAD requests for virtual output files --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a0ff889ac..8c28b1f50 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.4+sha-1032b3d", + "version": "0.1802.4+sha-7074316", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1032b3d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7074316", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 2cc7b70ba..f4e8e92e4 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 18 2024 10:50:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 18 2024 13:35:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d3d7bc97978e461a7c4af02ea1be5f6bbba6b498 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 18 Sep 2024 23:35:12 +0000 Subject: [PATCH 30/80] d6384f1 release: cut the v18.2.5 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8c28b1f50..668ecb004 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.4+sha-7074316", + "version": "0.1802.5+sha-d6384f1", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7074316", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d6384f1", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f4e8e92e4..5ce260099 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 18 2024 13:35:33 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 18 2024 23:35:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6dcb714edab231c7f92805ec12af6de847d434c0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 19 Sep 2024 16:51:20 +0000 Subject: [PATCH 31/80] 9d0b671 fix(@angular/build): allow missing HTML file request to fallback to index --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 668ecb004..f3bed2f2b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.5+sha-d6384f1", + "version": "0.1802.5+sha-9d0b671", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d6384f1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9d0b671", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 5ce260099..98663d6b5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 18 2024 23:35:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 19 2024 16:51:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 68b3aa4c60c0d34dd2ee9f2f5ac3d7d9d5aca944 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 23 Sep 2024 18:01:07 +0000 Subject: [PATCH 32/80] 6a52dcc test: unlink symlink in ng add base E2E test --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f3bed2f2b..638454cea 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.5+sha-9d0b671", + "version": "0.1802.5+sha-6a52dcc", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9d0b671", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6a52dcc", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 98663d6b5..3fe0fa67a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 19 2024 16:51:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Sep 23 2024 18:01:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6d6336bcb81c753af01352579afc3d9de9657b9e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 24 Sep 2024 19:24:15 +0000 Subject: [PATCH 33/80] c710539 test: update test logic to fix windows CI --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 638454cea..fc7acf530 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.5+sha-6a52dcc", + "version": "0.1802.5+sha-c710539", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6a52dcc", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c710539", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3fe0fa67a..da8985601 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Sep 23 2024 18:01:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 24 2024 19:24:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 84fa43bf3b740f41aa98fc4a18a0fd5b35bf4138 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 24 Sep 2024 19:47:03 +0000 Subject: [PATCH 34/80] 5fea635 fix(@angular/build): update rollup to 4.22.4 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fc7acf530..3e2bb220b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.5+sha-c710539", + "version": "0.1802.5+sha-5fea635", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c710539", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5fea635", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index da8985601..8ec346296 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 24 2024 19:24:15 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Sep 24 2024 19:47:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a042ce7ec0ee77bd53862cc97c26f607e67783ff Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 25 Sep 2024 15:35:59 +0000 Subject: [PATCH 35/80] 9758a48 release: cut the v18.2.6 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3e2bb220b..6608b4758 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.5+sha-5fea635", + "version": "0.1802.6+sha-9758a48", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5fea635", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9758a48", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 8ec346296..9e4448669 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Sep 24 2024 19:47:03 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 25 2024 15:35:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a0f70b651f0cd415480453b3a1ea778ca63bf01e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 25 Sep 2024 16:20:42 +0000 Subject: [PATCH 36/80] ca28ec7 test(@angular-devkit/build-angular): add application/browser test runs --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6608b4758..4b5bcc0e9 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.6+sha-9758a48", + "version": "0.1802.6+sha-ca28ec7", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9758a48", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ca28ec7", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 9e4448669..7659d612a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 25 2024 15:35:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 25 2024 16:20:42 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 29c3ef77d5ff7cabbdce91170bfc8cb06a1d52ce Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 26 Sep 2024 13:24:02 +0000 Subject: [PATCH 37/80] 8274184 fix(@angular/build): add `animate` to valid self-closing elements --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4b5bcc0e9..459317aff 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.6+sha-ca28ec7", + "version": "0.1802.6+sha-8274184", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#ca28ec7", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#8274184", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 7659d612a..053eb784d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 25 2024 16:20:42 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 26 2024 13:24:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 99d36fe1bb1d81f91a70178d8f2f9ef69ea10777 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 26 Sep 2024 16:28:08 +0000 Subject: [PATCH 38/80] 3f98193 fix(@schematics/angular): support single quote setting in JetBrains IDEs --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 459317aff..b43ad4fdb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.6+sha-8274184", + "version": "0.1802.6+sha-3f98193", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#8274184", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3f98193", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 053eb784d..974f11779 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 26 2024 13:24:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 26 2024 16:28:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9e15527b02f8279ef6b057616f5b60451eeee5ad Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 27 Sep 2024 13:34:47 +0000 Subject: [PATCH 39/80] 2648e81 fix(@angular/build): add few more SVG elements animateMotion, animateTransform, and feBlend etc. to valid self-closing elements --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b43ad4fdb..b0fd50d11 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.6+sha-3f98193", + "version": "0.1802.6+sha-2648e81", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3f98193", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2648e81", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 974f11779..5506bdcd3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Sep 26 2024 16:28:08 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Sep 27 2024 13:34:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e428f453b6175864e8c585b12345c01706d3528e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 1 Oct 2024 16:22:54 +0000 Subject: [PATCH 40/80] 736e126 fix(@angular/build): separate Vite cache by project --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b0fd50d11..9a3f5200f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.6+sha-2648e81", + "version": "0.1802.6+sha-736e126", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2648e81", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#736e126", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 5506bdcd3..3bf318482 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Sep 27 2024 13:34:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 01 2024 16:22:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 31047081bb38978e4e948125bff19d065f68135f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 1 Oct 2024 16:43:22 +0000 Subject: [PATCH 41/80] e45983a docs: update license file match that of angular/angular --- LICENSE | 10 +++++----- package.json | 4 ++-- uniqueId | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 8876c32c1..9017f114e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2017 Google, Inc. +Copyright (c) 2010-2024 Google LLC. https://angular.dev/license Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/package.json b/package.json index 9a3f5200f..76a00046c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.6+sha-736e126", + "version": "0.1802.6+sha-e45983a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#736e126", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e45983a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3bf318482..330e70dcf 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 01 2024 16:22:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 01 2024 16:43:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5ffbb219cd1cd69376611c929bfc9b792f25d338 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 2 Oct 2024 08:59:45 +0000 Subject: [PATCH 42/80] d21d1e6 release: cut the v18.2.7 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 76a00046c..bc5618149 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.6+sha-e45983a", + "version": "0.1802.7+sha-d21d1e6", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e45983a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d21d1e6", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 330e70dcf..16dcbbbcb 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 01 2024 16:43:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 02 2024 08:59:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From be75a1c0e43c934bb69a4d02a6f4610b6e047edc Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 4 Oct 2024 08:26:56 +0000 Subject: [PATCH 43/80] b522002 fix(@schematics/angular): add validation for component and directive class name --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bc5618149..c8237e0ed 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.7+sha-d21d1e6", + "version": "0.1802.7+sha-b522002", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d21d1e6", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b522002", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 16dcbbbcb..6ab146504 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 02 2024 08:59:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 04 2024 08:26:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From e48ea683ee45a4173ea9cc27aea2f91fbd3adb6f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 4 Oct 2024 13:30:12 +0000 Subject: [PATCH 44/80] af7e775 test: fix typo in directory name --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c8237e0ed..7fe3969e0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.7+sha-b522002", + "version": "0.1802.7+sha-af7e775", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b522002", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#af7e775", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 6ab146504..07412c0c7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 04 2024 08:26:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 04 2024 13:30:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 5ca27f5d8e0a4c4e991a458c282a5b67c502750d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 7 Oct 2024 16:48:59 +0000 Subject: [PATCH 45/80] 9b5cfaa fix(@angular/build): always generate a new hash for optimized chunk --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7fe3969e0..91d618e4d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.7+sha-af7e775", + "version": "0.1802.7+sha-9b5cfaa", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#af7e775", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9b5cfaa", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 07412c0c7..23dd1c550 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 04 2024 13:30:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 07 2024 16:48:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1e5721831eb78d151d3980fd36365eafb0e3f09c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 9 Oct 2024 13:15:32 +0000 Subject: [PATCH 46/80] 9445916 fix(@angular/build): `Ctrl + C` not terminating dev-server with SSR --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 91d618e4d..0b9e5a852 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.7+sha-9b5cfaa", + "version": "0.1802.7+sha-9445916", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9b5cfaa", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9445916", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 23dd1c550..0e82a5c1d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 07 2024 16:48:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 09 2024 13:15:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From d51a8742b8575f01e785396ea8518c5b814ae285 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 9 Oct 2024 17:48:39 +0000 Subject: [PATCH 47/80] 1e578df release: cut the v18.2.8 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0b9e5a852..2ceaed923 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.7+sha-9445916", + "version": "0.1802.8+sha-1e578df", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9445916", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1e578df", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0e82a5c1d..2971f0fcd 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 09 2024 13:15:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 09 2024 17:48:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3d599c9f8a48c8a93cf43da3c9529410272587bb Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 14 Oct 2024 16:38:56 +0000 Subject: [PATCH 48/80] 237f7c5 fix(@schematics/angular): update browserslist config to include last 2 Android major versions --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2ceaed923..aa199cb39 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.8+sha-1e578df", + "version": "0.1802.8+sha-237f7c5", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#1e578df", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#237f7c5", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 2971f0fcd..b2bf0a14c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 09 2024 17:48:39 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 14 2024 16:38:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 8c17980cb8a61fd5b326271186cbf49313a82b8b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 15 Oct 2024 16:29:14 +0000 Subject: [PATCH 49/80] b91c82d fix(@angular/build): avoid race condition in sass importer --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aa199cb39..a51dc03f0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.8+sha-237f7c5", + "version": "0.1802.8+sha-b91c82d", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#237f7c5", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b91c82d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index b2bf0a14c..a7cd5103d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 14 2024 16:38:56 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 15 2024 16:29:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6b938805babf9189b3febde764432779b69581a2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 16 Oct 2024 14:02:43 +0000 Subject: [PATCH 50/80] d749ba6 fix(@angular/build): allow direct bundling of TSX files with application builder --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a51dc03f0..153b475a7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.8+sha-b91c82d", + "version": "0.1802.8+sha-d749ba6", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b91c82d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d749ba6", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index a7cd5103d..19e1259a9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 15 2024 16:29:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 16 2024 14:02:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From bc6990744722dc8a644ba3fb401bbe3f779db1da Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 16 Oct 2024 23:02:01 +0000 Subject: [PATCH 51/80] 302c4d1 release: cut the v18.2.9 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 153b475a7..431f5affb 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.8+sha-d749ba6", + "version": "0.1802.9+sha-302c4d1", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d749ba6", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#302c4d1", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 19e1259a9..95711cf51 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 16 2024 14:02:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 16 2024 23:02:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c1136b526e78930a3a80c2cd99e42138d5293fb7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 23 Oct 2024 09:45:43 +0000 Subject: [PATCH 52/80] 7b775f4 fix(@angular-devkit/build-angular): update `http-proxy-middleware` to `3.0.3` --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 431f5affb..0c1ac3c2c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.9+sha-302c4d1", + "version": "0.1802.9+sha-7b775f4", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#302c4d1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7b775f4", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 95711cf51..152646cf5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 16 2024 23:02:01 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 23 2024 09:45:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 10e9759dc4d3f9feb03e6dae4c0d33449a3ddb44 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 23 Oct 2024 20:07:38 +0000 Subject: [PATCH 53/80] fee914e release: cut the v18.2.10 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0c1ac3c2c..7da6b8329 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.9+sha-7b775f4", + "version": "0.1802.10+sha-fee914e", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7b775f4", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#fee914e", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 152646cf5..f009ec5de 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 23 2024 09:45:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 23 2024 20:07:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From dbf10d2ac2fc8e2092bf2d3991b45e225d173c43 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 30 Oct 2024 14:30:17 +0000 Subject: [PATCH 54/80] 87ec15b fix(@angular/build): show error message when error stack is undefined --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7da6b8329..448d90ca3 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.10+sha-fee914e", + "version": "0.1802.10+sha-87ec15b", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#fee914e", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#87ec15b", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f009ec5de..3c193c268 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 23 2024 20:07:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 30 2024 14:30:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 31dc5e41a4784b9b97cd7fe1eded83b9e647bf36 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 30 Oct 2024 23:35:22 +0000 Subject: [PATCH 55/80] de95545 release: cut the v18.2.11 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 448d90ca3..362a72b62 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.10+sha-87ec15b", + "version": "0.1802.11+sha-de95545", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#87ec15b", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#de95545", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3c193c268..2df92a6b7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 30 2024 14:30:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 30 2024 23:35:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 211223a558d5fc9cf3821cc38b7fc5f534e9e64d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 4 Nov 2024 14:32:09 +0000 Subject: [PATCH 56/80] f58e689 test: add `@parcel/watcher` to allowed postinstall checks --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 362a72b62..0e3f34619 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.11+sha-de95545", + "version": "0.1802.11+sha-f58e689", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#de95545", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f58e689", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 2df92a6b7..7de9b678e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 30 2024 23:35:22 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Nov 04 2024 14:32:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 75d30bbc3b2ca00fb4fa7880598dfb7a21eb962c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 8 Nov 2024 19:11:43 +0000 Subject: [PATCH 57/80] c8bee84 fix(@angular/build): allow .js file replacements in all configuration cases --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0e3f34619..2d4b8d643 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.11+sha-f58e689", + "version": "0.1802.11+sha-c8bee84", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f58e689", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c8bee84", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 7de9b678e..490d50711 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Nov 04 2024 14:32:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Nov 08 2024 19:11:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 9f6ea4ab435939b36623b7517f50d4f06aac19b3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 13 Nov 2024 17:13:17 +0000 Subject: [PATCH 58/80] c3925ed fix(@angular/cli): support default options for multiselect list x-prompt --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2d4b8d643..3b2ff683c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.11+sha-c8bee84", + "version": "0.1802.11+sha-c3925ed", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c8bee84", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c3925ed", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 490d50711..0c7ddec86 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Nov 08 2024 19:11:43 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Nov 13 2024 17:13:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 862bf7d2c31e5881e0643bda8505c0cafb01093f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 13 Nov 2024 18:34:59 +0000 Subject: [PATCH 59/80] 93f5521 fix(@angular/build): improve URL rebasing for hyphenated Sass namespaced variables --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3b2ff683c..f2d096a5b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.11+sha-c3925ed", + "version": "0.1802.11+sha-93f5521", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c3925ed", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#93f5521", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0c7ddec86..5610ef5b0 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Nov 13 2024 17:13:17 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Nov 13 2024 18:34:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From ff57331f72a3ab65c67066152d411ff5903eb7f5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 14 Nov 2024 16:13:32 +0000 Subject: [PATCH 60/80] 53b9e35 release: cut the v18.2.12 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f2d096a5b..ea205eaed 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.11+sha-93f5521", + "version": "0.1802.12+sha-53b9e35", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#93f5521", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#53b9e35", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 5610ef5b0..3bab9dd26 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Nov 13 2024 18:34:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Nov 14 2024 16:13:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6e43437def560f837a40a1693c1e4c09d20f8ac5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 5 Dec 2024 15:25:02 +0000 Subject: [PATCH 61/80] 0434eff ci: update dev-infra sha to use latest Bazel keys --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ea205eaed..012529aa5 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.12+sha-53b9e35", + "version": "0.1802.12+sha-0434eff", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#53b9e35", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0434eff", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 3bab9dd26..9ecc779d3 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Nov 14 2024 16:13:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Dec 05 2024 15:25:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 93f1f488b34fea7b2603131f40984d2d83ef0df2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 27 Jan 2025 17:40:38 +0000 Subject: [PATCH 62/80] 50c6817 test: disable WTR e2e test --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 012529aa5..a033dbfb9 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.12+sha-0434eff", + "version": "0.1802.12+sha-50c6817", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0434eff", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#50c6817", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 9ecc779d3..a2c5fa5d2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Dec 05 2024 15:25:02 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Jan 27 2025 17:40:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c7ecf24f1126f4665a1c129ff93a3579666f3085 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Jan 2025 10:17:27 +0000 Subject: [PATCH 63/80] d619f3d release: cut the v18.2.13 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a033dbfb9..6cf3a7482 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.12+sha-50c6817", + "version": "0.1802.13+sha-d619f3d", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#50c6817", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d619f3d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index a2c5fa5d2..cc176a72c 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Jan 27 2025 17:40:38 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jan 29 2025 10:17:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 51542177261ad8ed6ce7d4a33154c4af32120080 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Jan 2025 12:36:29 +0000 Subject: [PATCH 64/80] 9d34d28 fix(@angular-devkit/build-angular): remove unused `vite` dependency --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6cf3a7482..43e285e42 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.13+sha-d619f3d", + "version": "0.1802.13+sha-9d34d28", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d619f3d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9d34d28", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index cc176a72c..b2db0cb76 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jan 29 2025 10:17:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jan 29 2025 12:36:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 6c2e4de72296ac8d1fa1b43474167449f668ce49 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Jan 2025 13:51:12 +0000 Subject: [PATCH 65/80] d621da8 release: cut the v18.2.14 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 43e285e42..6110b451b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.13+sha-9d34d28", + "version": "0.1802.14+sha-d621da8", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9d34d28", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d621da8", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index b2db0cb76..8f4dc0e7a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jan 29 2025 12:36:29 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jan 29 2025 13:51:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1b439e5ee376f2ddff9fd5355194e9bc68e5a626 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 13 Mar 2025 09:46:53 +0000 Subject: [PATCH 66/80] c88727a ci: update angular/dev-infra actions version --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6110b451b..f0c9c9f8b 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.14+sha-d621da8", + "version": "0.1802.14+sha-c88727a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#d621da8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c88727a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 8f4dc0e7a..68399e971 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jan 29 2025 13:51:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 13 2025 09:46:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 206046af8f89f6d0dcf18fc519a7785e19c55c6a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 13 Mar 2025 10:07:37 +0000 Subject: [PATCH 67/80] 18ea0db release: cut the v18.2.15 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f0c9c9f8b..6b9dab9ee 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.14+sha-c88727a", + "version": "0.1802.15+sha-18ea0db", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#c88727a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#18ea0db", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 68399e971..9839aed43 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 13 2025 09:46:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Mar 13 2025 10:07:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 134b9863c432658eed36b33f9477044055dfce2a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 25 Mar 2025 11:22:27 +0000 Subject: [PATCH 68/80] 4267a80 fix(@angular-devkit/build-angular): remove `@vitejs/plugin-basic-ssl` from dependencies --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6b9dab9ee..cf0eb0911 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.15+sha-18ea0db", + "version": "0.1802.15+sha-4267a80", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#18ea0db", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4267a80", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 9839aed43..7d687146b 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Mar 13 2025 10:07:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Mar 25 2025 11:22:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a01b51f816340cbe0abfffecf6e82b40f22b445d Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 26 Mar 2025 08:33:45 +0000 Subject: [PATCH 69/80] 9c2904d fix(@angular/build): update vite to 5.4.15 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cf0eb0911..275d7b707 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.15+sha-4267a80", + "version": "0.1802.15+sha-9c2904d", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4267a80", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9c2904d", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 7d687146b..db1739479 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Mar 25 2025 11:22:27 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 26 2025 08:33:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 628b3138f0dd80a838007129e58fbb1b438556db Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 26 Mar 2025 09:49:09 +0000 Subject: [PATCH 70/80] e4b6363 release: cut the v18.2.16 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 275d7b707..ebfb356c8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.15+sha-9c2904d", + "version": "0.1802.16+sha-e4b6363", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9c2904d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e4b6363", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index db1739479..eb3b69048 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 26 2025 08:33:45 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Mar 26 2025 09:49:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From a272e048396ee048cd8f37c016bafb2cae014e5b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 2 Apr 2025 13:36:35 +0000 Subject: [PATCH 71/80] 247ceff fix(@angular/build): update vite to 5.4.16 due to a security issues --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ebfb356c8..385d23b57 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.16+sha-e4b6363", + "version": "0.1802.16+sha-247ceff", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#e4b6363", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#247ceff", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index eb3b69048..f0e5418ee 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Mar 26 2025 09:49:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 02 2025 13:36:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 47465563c72dcbde36843bd9f5d91c10707bbc20 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 2 Apr 2025 17:00:12 +0000 Subject: [PATCH 72/80] 303bee9 release: cut the v18.2.17 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 385d23b57..a2164b1d3 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.16+sha-247ceff", + "version": "0.1802.17+sha-303bee9", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#247ceff", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#303bee9", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index f0e5418ee..784b3c0aa 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 02 2025 13:36:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 02 2025 17:00:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 3e79480bf04a5acf0f0f09471eec3ae94b1dcb6c Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 9 Apr 2025 11:24:09 +0000 Subject: [PATCH 73/80] 5dae85a ci: update angular dev-infra actions --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a2164b1d3..eea9523a4 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.17+sha-303bee9", + "version": "0.1802.17+sha-5dae85a", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#303bee9", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5dae85a", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 784b3c0aa..1829bb879 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 02 2025 17:00:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 09 2025 11:24:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From c1a92110a4e9da6f37bb43d2044e9d535897be0a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 9 Apr 2025 17:43:12 +0000 Subject: [PATCH 74/80] 2b1dc21 release: cut the v18.2.18 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eea9523a4..443a41482 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.17+sha-5dae85a", + "version": "0.1802.18+sha-2b1dc21", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5dae85a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2b1dc21", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 1829bb879..457b843df 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 09 2025 11:24:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 09 2025 17:43:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 0afbf93d546b667b970279efc65d91ffb2107292 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 18 Apr 2025 10:57:20 +0000 Subject: [PATCH 75/80] 01cc617 fix(@angular-devkit/build-angular): update http-proxy-middleware to v3.0.5 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 443a41482..8a32da636 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.18+sha-2b1dc21", + "version": "0.1802.18+sha-01cc617", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2b1dc21", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#01cc617", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 457b843df..0ecd8e9c5 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 09 2025 17:43:12 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Apr 18 2025 10:57:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 92e8e64eb4c9aefea8386c1bec366b0f3e353af9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 23 Apr 2025 08:50:59 +0000 Subject: [PATCH 76/80] cfb0a4f release: cut the v18.2.19 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8a32da636..5e9bad415 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.18+sha-01cc617", + "version": "0.1802.19+sha-cfb0a4f", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#01cc617", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cfb0a4f", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 0ecd8e9c5..45f478b93 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Apr 18 2025 10:57:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Apr 23 2025 08:50:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 1778c1d8768f8c62d4ca840f2663cbf0546e9709 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 10 Jun 2025 22:42:13 +0000 Subject: [PATCH 77/80] f048078 build: update dependency webpack-dev-server to v5.2.2 --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5e9bad415..b59a81eb5 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.19+sha-cfb0a4f", + "version": "0.1802.19+sha-f048078", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#cfb0a4f", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f048078", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 45f478b93..d7bfce3c6 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Apr 23 2025 08:50:59 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Jun 10 2025 22:42:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 48ec2e3fcc6568813f2d0eb6bb90f47b1baf9cdd Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 11 Jun 2025 13:32:32 +0000 Subject: [PATCH 78/80] 5d82d44 release: cut the v18.2.20 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b59a81eb5..be51b6b81 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.19+sha-f048078", + "version": "0.1802.20+sha-5d82d44", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f048078", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5d82d44", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index d7bfce3c6..24688a034 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Jun 10 2025 22:42:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Jun 11 2025 13:32:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 2828e7eb329a2e6166a6f46417b6ac88824c02c0 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 10 Sep 2025 19:49:21 +0000 Subject: [PATCH 79/80] 0e3ba96 release: cut the v18.2.21 release --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index be51b6b81..17ff66770 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.20+sha-5d82d44", + "version": "0.1802.21+sha-0e3ba96", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#5d82d44", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0e3ba96", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 24688a034..61295aef2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Jun 11 2025 13:32:32 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Sep 10 2025 19:49:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file From 7ca7c96ca8413bd5fc840486d4fc63802ac2b34a Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 11 Sep 2025 14:04:55 +0000 Subject: [PATCH 80/80] 875aa6c ci: increase resources for CI jobs --- package.json | 4 ++-- uniqueId | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 17ff66770..ce3f93b5a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@angular-devkit/architect", - "version": "0.1802.21+sha-0e3ba96", + "version": "0.1802.21+sha-875aa6c", "description": "Angular Build Facade", "experimental": true, "main": "src/index.js", "typings": "src/index.d.ts", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0e3ba96", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#875aa6c", "rxjs": "7.8.1" }, "builders": "./builders/builders.json", diff --git a/uniqueId b/uniqueId index 61295aef2..4f45087d2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Sep 10 2025 19:49:21 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Sep 11 2025 14:04:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file