From 692f839c65666de001edf99598fdde21929d2c5b Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 14:00:06 +0000 Subject: [PATCH 01/26] 107dcc8 release: cut the v21.0.0-next.9 release --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 99f55f3fd..a70217ec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.8+sha-2ffc527", + "version": "21.0.0-next.9+sha-107dcc8", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#2ffc527", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#2ffc527", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#107dcc8", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#107dcc8", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index bd65fedc4..b24ccd7d2 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 13:27:23 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 14:00:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 1ffbdf130..a093dc8af 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.8+sha-2ffc527', - AngularBuild: '^21.0.0-next.8+sha-2ffc527', - AngularSSR: '^21.0.0-next.8+sha-2ffc527', + DevkitBuildAngular: '^21.0.0-next.9+sha-107dcc8', + AngularBuild: '^21.0.0-next.9+sha-107dcc8', + AngularSSR: '^21.0.0-next.9+sha-107dcc8', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 2cda7e7d9bec46d57d1ba6425a1e04975955175e Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 14:38:35 +0000 Subject: [PATCH 02/26] b79f8fb build: remove `minimumReleaseAgeExclude` for `vitest` --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a70217ec7..d32fa5c7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-107dcc8", + "version": "21.0.0-next.9+sha-b79f8fb", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#107dcc8", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#107dcc8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b79f8fb", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b79f8fb", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index b24ccd7d2..f8b418104 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 14:00:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 14:38:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index a093dc8af..3ac930171 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-107dcc8', - AngularBuild: '^21.0.0-next.9+sha-107dcc8', - AngularSSR: '^21.0.0-next.9+sha-107dcc8', + DevkitBuildAngular: '^21.0.0-next.9+sha-b79f8fb', + AngularBuild: '^21.0.0-next.9+sha-b79f8fb', + AngularSSR: '^21.0.0-next.9+sha-b79f8fb', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 05be378273d7acbd594694558eaa8a74f9b25785 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 15:57:30 +0000 Subject: [PATCH 03/26] 9d7cf4f build: update cross-repo angular dependencies --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d32fa5c7c..311760dba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-b79f8fb", + "version": "21.0.0-next.9+sha-9d7cf4f", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b79f8fb", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b79f8fb", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9d7cf4f", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9d7cf4f", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index f8b418104..473a886b1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 14:38:35 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 15:57:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 3ac930171..f66c71a10 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-b79f8fb', - AngularBuild: '^21.0.0-next.9+sha-b79f8fb', - AngularSSR: '^21.0.0-next.9+sha-b79f8fb', + DevkitBuildAngular: '^21.0.0-next.9+sha-9d7cf4f', + AngularBuild: '^21.0.0-next.9+sha-9d7cf4f', + AngularSSR: '^21.0.0-next.9+sha-9d7cf4f', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From f26a8f98cc8a20d7bdc4d0fbb39dfa784117b732 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 16:23:26 +0000 Subject: [PATCH 04/26] 9b93e26 build: enable auto merge strategy for pull requests --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 311760dba..4b3aeea46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-9d7cf4f", + "version": "21.0.0-next.9+sha-9b93e26", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9d7cf4f", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9d7cf4f", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9b93e26", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9b93e26", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 473a886b1..f1d9df989 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 15:57:30 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 16:23:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index f66c71a10..70d624e9e 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-9d7cf4f', - AngularBuild: '^21.0.0-next.9+sha-9d7cf4f', - AngularSSR: '^21.0.0-next.9+sha-9d7cf4f', + DevkitBuildAngular: '^21.0.0-next.9+sha-9b93e26', + AngularBuild: '^21.0.0-next.9+sha-9b93e26', + AngularSSR: '^21.0.0-next.9+sha-9b93e26', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 638f8e939a070a25b5758b9de12243666db339b3 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 23 Oct 2025 20:43:55 +0000 Subject: [PATCH 05/26] 00d941c fix(@schematics/angular): correct style guide paths for standalone components --- application/files/common-files/tsconfig.spec.json.template | 7 ++++--- .../standalone-files/src/app/app__suffix__.ts.template | 4 ++-- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/application/files/common-files/tsconfig.spec.json.template b/application/files/common-files/tsconfig.spec.json.template index 75c646e84..af71f061e 100644 --- a/application/files/common-files/tsconfig.spec.json.template +++ b/application/files/common-files/tsconfig.spec.json.template @@ -4,9 +4,10 @@ "extends": "<%= relativePathToWorkspaceRoot %>/tsconfig.json", "compilerOptions": { "outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/spec", - "types": [ - "<%= testRunner === 'vitest' ? 'vitest/globals' : 'jasmine' %>" - ] }, + "types": [ + "<%= testRunner === 'vitest' ? 'vitest/globals' : 'jasmine' %>" + ] + }, "include": [ "src/**/*.ts" ] diff --git a/application/files/standalone-files/src/app/app__suffix__.ts.template b/application/files/standalone-files/src/app/app__suffix__.ts.template index 71e7e0bff..0e6ebd593 100644 --- a/application/files/standalone-files/src/app/app__suffix__.ts.template +++ b/application/files/standalone-files/src/app/app__suffix__.ts.template @@ -11,9 +11,9 @@ import { RouterOutlet } from '@angular/router';<% } %> %><% } %> `,<% } else { %> - templateUrl: './app.html',<% } if(inlineStyle) { %> + templateUrl: './app<%= suffix %>.html',<% } if(inlineStyle) { %> styles: [],<% } else { %> - styleUrl: './app.<%= style %>'<% } %> + styleUrl: './app<%= suffix %>.<%= style %>'<% } %> }) export class App { protected readonly title = signal('<%= name %>'); diff --git a/package.json b/package.json index 4b3aeea46..eee2227b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-9b93e26", + "version": "21.0.0-next.9+sha-00d941c", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9b93e26", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9b93e26", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#00d941c", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#00d941c", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index f1d9df989..6b53fb4f9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 16:23:26 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 23 2025 20:43:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 70d624e9e..01a34503c 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-9b93e26', - AngularBuild: '^21.0.0-next.9+sha-9b93e26', - AngularSSR: '^21.0.0-next.9+sha-9b93e26', + DevkitBuildAngular: '^21.0.0-next.9+sha-00d941c', + AngularBuild: '^21.0.0-next.9+sha-00d941c', + AngularSSR: '^21.0.0-next.9+sha-00d941c', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 592e53e8ce21cf164b7309b71a85e066e5f2b3d8 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 24 Oct 2025 10:53:53 +0000 Subject: [PATCH 06/26] 6b1b03d build: update cross-repo angular dependencies --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index eee2227b4..7695349ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-00d941c", + "version": "21.0.0-next.9+sha-6b1b03d", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#00d941c", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#00d941c", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6b1b03d", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#6b1b03d", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 6b53fb4f9..43e48e621 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 23 2025 20:43:55 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 24 2025 10:53:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 01a34503c..df089bff3 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-00d941c', - AngularBuild: '^21.0.0-next.9+sha-00d941c', - AngularSSR: '^21.0.0-next.9+sha-00d941c', + DevkitBuildAngular: '^21.0.0-next.9+sha-6b1b03d', + AngularBuild: '^21.0.0-next.9+sha-6b1b03d', + AngularSSR: '^21.0.0-next.9+sha-6b1b03d', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 2c6d70f30a829e79f20e251e2a94ed37e8bffeb7 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Fri, 24 Oct 2025 12:00:54 +0000 Subject: [PATCH 07/26] b2f0487 fix(@angular/build): add --ui option for Vitest runner --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7695349ba..cf15d879d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-6b1b03d", + "version": "21.0.0-next.9+sha-b2f0487", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#6b1b03d", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#6b1b03d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b2f0487", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b2f0487", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 43e48e621..264965383 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 24 2025 10:53:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Fri Oct 24 2025 12:00:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index df089bff3..7516af577 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-6b1b03d', - AngularBuild: '^21.0.0-next.9+sha-6b1b03d', - AngularSSR: '^21.0.0-next.9+sha-6b1b03d', + DevkitBuildAngular: '^21.0.0-next.9+sha-b2f0487', + AngularBuild: '^21.0.0-next.9+sha-b2f0487', + AngularSSR: '^21.0.0-next.9+sha-b2f0487', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 14e71e3a8168407bf7759ecbbecadc949275fc06 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Sat, 25 Oct 2025 15:22:48 +0000 Subject: [PATCH 08/26] 7c529c1 fix(@angular/build): externalize Angular dependencies in Vitest runner --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cf15d879d..91a5e80f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-b2f0487", + "version": "21.0.0-next.9+sha-7c529c1", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b2f0487", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b2f0487", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7c529c1", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#7c529c1", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 264965383..c8224c49e 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Fri Oct 24 2025 12:00:54 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Sat Oct 25 2025 15:22:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 7516af577..11c6a53da 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-b2f0487', - AngularBuild: '^21.0.0-next.9+sha-b2f0487', - AngularSSR: '^21.0.0-next.9+sha-b2f0487', + DevkitBuildAngular: '^21.0.0-next.9+sha-7c529c1', + AngularBuild: '^21.0.0-next.9+sha-7c529c1', + AngularSSR: '^21.0.0-next.9+sha-7c529c1', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 00c2a8de78ca808086ae8beea0bb498cf5b919e5 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 27 Oct 2025 13:59:07 +0000 Subject: [PATCH 09/26] 900a84d build: lock file maintenance --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 91a5e80f1..4b4ae1acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-7c529c1", + "version": "21.0.0-next.9+sha-900a84d", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7c529c1", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#7c529c1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#900a84d", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#900a84d", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index c8224c49e..30a9d4b89 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Sat Oct 25 2025 15:22:48 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 27 2025 13:59:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 11c6a53da..dc3ddc9b8 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-7c529c1', - AngularBuild: '^21.0.0-next.9+sha-7c529c1', - AngularSSR: '^21.0.0-next.9+sha-7c529c1', + DevkitBuildAngular: '^21.0.0-next.9+sha-900a84d', + AngularBuild: '^21.0.0-next.9+sha-900a84d', + AngularSSR: '^21.0.0-next.9+sha-900a84d', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 395c1a029edd51dda372790f0c6b5d11962ec34f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 27 Oct 2025 16:33:06 +0000 Subject: [PATCH 10/26] b884eb8 build: update rules_angular digest to 1f1aa3e --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4b4ae1acc..2c2d5dc7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-900a84d", + "version": "21.0.0-next.9+sha-b884eb8", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#900a84d", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#900a84d", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b884eb8", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b884eb8", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 30a9d4b89..9695f8baf 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 27 2025 13:59:07 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 27 2025 16:33:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index dc3ddc9b8..a22b9a656 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-900a84d', - AngularBuild: '^21.0.0-next.9+sha-900a84d', - AngularSSR: '^21.0.0-next.9+sha-900a84d', + DevkitBuildAngular: '^21.0.0-next.9+sha-b884eb8', + AngularBuild: '^21.0.0-next.9+sha-b884eb8', + AngularSSR: '^21.0.0-next.9+sha-b884eb8', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From a9bf06ec1553d0a649b98d98bcceb0fdc0890603 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Mon, 27 Oct 2025 17:16:52 +0000 Subject: [PATCH 11/26] 542d528 fix(@angular/build): allow custom runner configuration file for unit-test --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2c2d5dc7f..9f4a86eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-b884eb8", + "version": "21.0.0-next.9+sha-542d528", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b884eb8", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b884eb8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#542d528", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#542d528", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 9695f8baf..2081355a9 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 27 2025 16:33:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Mon Oct 27 2025 17:16:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index a22b9a656..c714e7239 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-b884eb8', - AngularBuild: '^21.0.0-next.9+sha-b884eb8', - AngularSSR: '^21.0.0-next.9+sha-b884eb8', + DevkitBuildAngular: '^21.0.0-next.9+sha-542d528', + AngularBuild: '^21.0.0-next.9+sha-542d528', + AngularSSR: '^21.0.0-next.9+sha-542d528', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From fdb6f67873715dae1558df75efc2a9e3128c4e65 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 28 Oct 2025 11:55:51 +0000 Subject: [PATCH 12/26] 555c819 refactor(@schematics/angular): add trailing comma to generated services --- package.json | 6 +++--- .../files/__name@dasherize__.__type@dasherize__.ts.template | 2 +- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 9f4a86eac..28a0ca01e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-542d528", + "version": "21.0.0-next.9+sha-555c819", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#542d528", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#542d528", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#555c819", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#555c819", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/service/files/__name@dasherize__.__type@dasherize__.ts.template b/service/files/__name@dasherize__.__type@dasherize__.ts.template index 584a706c6..de2434657 100644 --- a/service/files/__name@dasherize__.__type@dasherize__.ts.template +++ b/service/files/__name@dasherize__.__type@dasherize__.ts.template @@ -1,7 +1,7 @@ import { Injectable } from '@angular/core'; @Injectable({ - providedIn: 'root' + providedIn: 'root', }) export class <%= classifiedName %> { diff --git a/uniqueId b/uniqueId index 2081355a9..164f36348 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Mon Oct 27 2025 17:16:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 28 2025 11:55:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index c714e7239..110fb0cc4 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-542d528', - AngularBuild: '^21.0.0-next.9+sha-542d528', - AngularSSR: '^21.0.0-next.9+sha-542d528', + DevkitBuildAngular: '^21.0.0-next.9+sha-555c819', + AngularBuild: '^21.0.0-next.9+sha-555c819', + AngularSSR: '^21.0.0-next.9+sha-555c819', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 343596381dda4558f463e58ec30d365f61dbb7f6 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 28 Oct 2025 12:48:37 +0000 Subject: [PATCH 13/26] 7d14c63 refactor: update experimental builder warnings --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 28a0ca01e..b8b9eb1a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-555c819", + "version": "21.0.0-next.9+sha-7d14c63", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#555c819", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#555c819", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7d14c63", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#7d14c63", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 164f36348..75d072d08 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 28 2025 11:55:51 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 28 2025 12:48:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 110fb0cc4..2e25bcb19 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-555c819', - AngularBuild: '^21.0.0-next.9+sha-555c819', - AngularSSR: '^21.0.0-next.9+sha-555c819', + DevkitBuildAngular: '^21.0.0-next.9+sha-7d14c63', + AngularBuild: '^21.0.0-next.9+sha-7d14c63', + AngularSSR: '^21.0.0-next.9+sha-7d14c63', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 92931da86d02291e1c1432bc034d11553abb2349 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Tue, 28 Oct 2025 19:56:50 +0000 Subject: [PATCH 14/26] a41f4e8 fix(@angular/build): handle redirects from guards during prerendering --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b8b9eb1a1..bf28eaa17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-7d14c63", + "version": "21.0.0-next.9+sha-a41f4e8", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#7d14c63", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#7d14c63", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a41f4e8", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#a41f4e8", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 75d072d08..cf7841fea 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 28 2025 12:48:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Oct 28 2025 19:56:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 2e25bcb19..6876dd3ac 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-7d14c63', - AngularBuild: '^21.0.0-next.9+sha-7d14c63', - AngularSSR: '^21.0.0-next.9+sha-7d14c63', + DevkitBuildAngular: '^21.0.0-next.9+sha-a41f4e8', + AngularBuild: '^21.0.0-next.9+sha-a41f4e8', + AngularSSR: '^21.0.0-next.9+sha-a41f4e8', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From f2cebbe05feb04b71fc766917e09b5ac2f9f82d9 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 10:15:14 +0000 Subject: [PATCH 15/26] 9f20af1 build: update dependency node to v22.21.1 --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bf28eaa17..bb7219ac5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-a41f4e8", + "version": "21.0.0-next.9+sha-9f20af1", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a41f4e8", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#a41f4e8", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9f20af1", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9f20af1", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index cf7841fea..f3651b523 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Tue Oct 28 2025 19:56:49 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 10:15:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 6876dd3ac..926eb7da9 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-a41f4e8', - AngularBuild: '^21.0.0-next.9+sha-a41f4e8', - AngularSSR: '^21.0.0-next.9+sha-a41f4e8', + DevkitBuildAngular: '^21.0.0-next.9+sha-9f20af1', + AngularBuild: '^21.0.0-next.9+sha-9f20af1', + AngularSSR: '^21.0.0-next.9+sha-9f20af1', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 5270e09e82ec70247a82714bc89ebcfde3d6cab2 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 12:12:53 +0000 Subject: [PATCH 16/26] 9132e6a fix(@angular/build): resolve browser provider packages using project resolver --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bb7219ac5..0464a80e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-9f20af1", + "version": "21.0.0-next.9+sha-9132e6a", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9f20af1", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9f20af1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9132e6a", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9132e6a", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index f3651b523..4ef3d44f7 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 10:15:13 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 12:12:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 926eb7da9..cae83e1a9 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-9f20af1', - AngularBuild: '^21.0.0-next.9+sha-9f20af1', - AngularSSR: '^21.0.0-next.9+sha-9f20af1', + DevkitBuildAngular: '^21.0.0-next.9+sha-9132e6a', + AngularBuild: '^21.0.0-next.9+sha-9132e6a', + AngularSSR: '^21.0.0-next.9+sha-9132e6a', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From cf535025f57dde8543dad52791ac3bc39de97e11 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 12:51:31 +0000 Subject: [PATCH 17/26] b39d0c1 refactor(@angular/build): normalize unit test coverage options for consistency --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0464a80e8..cbd68ba8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-9132e6a", + "version": "21.0.0-next.9+sha-b39d0c1", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#9132e6a", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9132e6a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b39d0c1", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b39d0c1", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 4ef3d44f7..f6ebf346d 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 12:12:53 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 12:51:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index cae83e1a9..14f866e7f 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-9132e6a', - AngularBuild: '^21.0.0-next.9+sha-9132e6a', - AngularSSR: '^21.0.0-next.9+sha-9132e6a', + DevkitBuildAngular: '^21.0.0-next.9+sha-b39d0c1', + AngularBuild: '^21.0.0-next.9+sha-b39d0c1', + AngularSSR: '^21.0.0-next.9+sha-b39d0c1', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 1f83cdd16fa33e506138f08dcc2649d95744c770 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 13:18:14 +0000 Subject: [PATCH 18/26] 091d1c0 fix(@angular/build): add adapters to new reporter --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cbd68ba8f..5d864370c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-b39d0c1", + "version": "21.0.0-next.9+sha-091d1c0", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#b39d0c1", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b39d0c1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#091d1c0", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#091d1c0", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index f6ebf346d..ae8b4c364 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 12:51:31 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 13:18:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 14f866e7f..e45e2045a 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-b39d0c1', - AngularBuild: '^21.0.0-next.9+sha-b39d0c1', - AngularSSR: '^21.0.0-next.9+sha-b39d0c1', + DevkitBuildAngular: '^21.0.0-next.9+sha-091d1c0', + AngularBuild: '^21.0.0-next.9+sha-091d1c0', + AngularSSR: '^21.0.0-next.9+sha-091d1c0', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From f3cedcafcbfec444c76c9b2920f096d8a2099c0f Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 16:48:09 +0000 Subject: [PATCH 19/26] 530d927 fix(@angular/build): add `define` option to dev-server --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5d864370c..cd0ac8f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-091d1c0", + "version": "21.0.0-next.9+sha-530d927", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#091d1c0", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#091d1c0", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#530d927", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#530d927", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index ae8b4c364..3a3d20283 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 13:18:14 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 16:48:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index e45e2045a..ecc4043fa 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-091d1c0', - AngularBuild: '^21.0.0-next.9+sha-091d1c0', - AngularSSR: '^21.0.0-next.9+sha-091d1c0', + DevkitBuildAngular: '^21.0.0-next.9+sha-530d927', + AngularBuild: '^21.0.0-next.9+sha-530d927', + AngularSSR: '^21.0.0-next.9+sha-530d927', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From cdbbd767f84baf990c6ee2254e82071b605d4699 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 17:15:50 +0000 Subject: [PATCH 20/26] f7f02f2 refactor(@angular/build): remove Angular packages from externals for browser tests --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cd0ac8f65..ecc275845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-530d927", + "version": "21.0.0-next.9+sha-f7f02f2", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#530d927", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#530d927", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f7f02f2", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#f7f02f2", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 3a3d20283..216558450 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 16:48:09 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 17:15:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index ecc4043fa..4057d8163 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-530d927', - AngularBuild: '^21.0.0-next.9+sha-530d927', - AngularSSR: '^21.0.0-next.9+sha-530d927', + DevkitBuildAngular: '^21.0.0-next.9+sha-f7f02f2', + AngularBuild: '^21.0.0-next.9+sha-f7f02f2', + AngularSSR: '^21.0.0-next.9+sha-f7f02f2', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 50901bc998fa86ee0aafeffc3024706069f04101 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 17:38:20 +0000 Subject: [PATCH 21/26] bab5806 fix(@angular/build): introduce vitest-base.config for test configuration --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ecc275845..3d9be774d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-f7f02f2", + "version": "21.0.0-next.9+sha-bab5806", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#f7f02f2", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#f7f02f2", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bab5806", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#bab5806", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 216558450..8d2983170 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 17:15:50 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 17:38:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 4057d8163..5b3ebc2b6 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-f7f02f2', - AngularBuild: '^21.0.0-next.9+sha-f7f02f2', - AngularSSR: '^21.0.0-next.9+sha-f7f02f2', + DevkitBuildAngular: '^21.0.0-next.9+sha-bab5806', + AngularBuild: '^21.0.0-next.9+sha-bab5806', + AngularSSR: '^21.0.0-next.9+sha-bab5806', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 0076b542aa8bd8f948fb217957133abec893bbe1 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 18:20:06 +0000 Subject: [PATCH 22/26] 026a9c1 refactor(@schematics/angular): add trailing commas to generated directive, pipe, and guard files --- .../files/__name@dasherize__.__type@dasherize__.ts.template | 4 ++-- .../__name@dasherize____typeSeparator__guard.ts.template | 2 +- package.json | 6 +++--- .../__name@dasherize____typeSeparator__pipe.ts.template | 4 ++-- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/directive/files/__name@dasherize__.__type@dasherize__.ts.template b/directive/files/__name@dasherize__.__type@dasherize__.ts.template index f6c2ba006..624b3cafb 100644 --- a/directive/files/__name@dasherize__.__type@dasherize__.ts.template +++ b/directive/files/__name@dasherize__.__type@dasherize__.ts.template @@ -1,8 +1,8 @@ import { Directive } from '@angular/core'; @Directive({ - selector: '[<%= selector %>]'<% if(!standalone) {%>, - standalone: false<%}%> + selector: '[<%= selector %>]',<% if(!standalone) {%> + standalone: false,<%}%> }) export class <%= classifiedName %> { diff --git a/guard/implements-files/__name@dasherize____typeSeparator__guard.ts.template b/guard/implements-files/__name@dasherize____typeSeparator__guard.ts.template index 918718d3e..3ce115087 100644 --- a/guard/implements-files/__name@dasherize____typeSeparator__guard.ts.template +++ b/guard/implements-files/__name@dasherize____typeSeparator__guard.ts.template @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core'; import { <%= routerImports %> } from '@angular/router'; @Injectable({ - providedIn: 'root' + providedIn: 'root', }) export class <%= classify(name) %>Guard implements <%= implementations %> { <% if (implements.includes('CanActivate')) { %>canActivate( diff --git a/package.json b/package.json index 3d9be774d..5d1de626a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-bab5806", + "version": "21.0.0-next.9+sha-026a9c1", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bab5806", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#bab5806", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#026a9c1", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#026a9c1", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/pipe/files/__name@dasherize____typeSeparator__pipe.ts.template b/pipe/files/__name@dasherize____typeSeparator__pipe.ts.template index 2e917b4b0..577651215 100644 --- a/pipe/files/__name@dasherize____typeSeparator__pipe.ts.template +++ b/pipe/files/__name@dasherize____typeSeparator__pipe.ts.template @@ -1,8 +1,8 @@ import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ - name: '<%= camelize(name) %>'<% if(!standalone) {%>, - standalone: false<%}%> + name: '<%= camelize(name) %>',<% if(!standalone) {%> + standalone: false,<%}%> }) export class <%= classify(name) %>Pipe implements PipeTransform { diff --git a/uniqueId b/uniqueId index 8d2983170..3da019449 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 17:38:20 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 18:20:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 5b3ebc2b6..675e6db7a 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-bab5806', - AngularBuild: '^21.0.0-next.9+sha-bab5806', - AngularSSR: '^21.0.0-next.9+sha-bab5806', + DevkitBuildAngular: '^21.0.0-next.9+sha-026a9c1', + AngularBuild: '^21.0.0-next.9+sha-026a9c1', + AngularSSR: '^21.0.0-next.9+sha-026a9c1', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From 3eabbbe143c47f0e1167a47774fa6866c75f8717 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 19:31:37 +0000 Subject: [PATCH 23/26] 0e39280 build: update cross-repo angular dependencies --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5d1de626a..1a53cd564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-026a9c1", + "version": "21.0.0-next.9+sha-0e39280", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#026a9c1", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#026a9c1", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0e39280", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#0e39280", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 3da019449..efb7dd2a1 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 18:20:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 19:31:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 675e6db7a..9eff88e03 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-026a9c1', - AngularBuild: '^21.0.0-next.9+sha-026a9c1', - AngularSSR: '^21.0.0-next.9+sha-026a9c1', + DevkitBuildAngular: '^21.0.0-next.9+sha-0e39280', + AngularBuild: '^21.0.0-next.9+sha-0e39280', + AngularSSR: '^21.0.0-next.9+sha-0e39280', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From f85ddb95b6dce850f20e5c09b7626542478f2049 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Wed, 29 Oct 2025 20:27:44 +0000 Subject: [PATCH 24/26] 953c75a release: cut the v21.0.0-next.10 release --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1a53cd564..4ee18f2b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.9+sha-0e39280", + "version": "21.0.0-next.10+sha-953c75a", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#0e39280", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#0e39280", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#953c75a", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#953c75a", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index efb7dd2a1..72375d22f 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 19:31:37 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Wed Oct 29 2025 20:27:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 9eff88e03..517dc01b0 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.9+sha-0e39280', - AngularBuild: '^21.0.0-next.9+sha-0e39280', - AngularSSR: '^21.0.0-next.9+sha-0e39280', + DevkitBuildAngular: '^21.0.0-next.10+sha-953c75a', + AngularBuild: '^21.0.0-next.10+sha-953c75a', + AngularSSR: '^21.0.0-next.10+sha-953c75a', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From dea06d608832211921b5b735d2c8f6512343ac03 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 30 Oct 2025 09:47:11 +0000 Subject: [PATCH 25/26] a85efb9 release: cut the v21.0.0-rc.0 release --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4ee18f2b7..c2cf30673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-next.10+sha-953c75a", + "version": "21.0.0-rc.0+sha-a85efb9", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#953c75a", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#953c75a", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a85efb9", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#a85efb9", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 72375d22f..0f739b27a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Oct 29 2025 20:27:44 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 30 2025 09:47:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 517dc01b0..8cd83e382 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-next.10+sha-953c75a', - AngularBuild: '^21.0.0-next.10+sha-953c75a', - AngularSSR: '^21.0.0-next.10+sha-953c75a', + DevkitBuildAngular: '^21.0.0-rc.0+sha-a85efb9', + AngularBuild: '^21.0.0-rc.0+sha-a85efb9', + AngularSSR: '^21.0.0-rc.0+sha-a85efb9', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file From b50e6bf9d28fc272f1b3a27f938682eb07cc5a73 Mon Sep 17 00:00:00 2001 From: Angular Builds Date: Thu, 30 Oct 2025 20:35:25 +0000 Subject: [PATCH 26/26] a5c5aa2 refactor(@angular/build): refactor Vitest configuration to use project-based setup --- package.json | 6 +++--- uniqueId | 2 +- utility/latest-versions.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c2cf30673..14d555068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schematics/angular", - "version": "21.0.0-rc.0+sha-a85efb9", + "version": "21.0.0-rc.0+sha-a5c5aa2", "description": "Schematics specific to Angular", "homepage": "https://github.com/angular/angular-cli", "keywords": [ @@ -22,8 +22,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a85efb9", - "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#a85efb9", + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#a5c5aa2", + "@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#a5c5aa2", "jsonc-parser": "3.3.1" }, "repository": { diff --git a/uniqueId b/uniqueId index 0f739b27a..d13a5088a 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Thu Oct 30 2025 09:47:11 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Thu Oct 30 2025 20:35:25 GMT+0000 (Coordinated Universal Time) \ No newline at end of file diff --git a/utility/latest-versions.js b/utility/latest-versions.js index 8cd83e382..a35e29344 100644 --- a/utility/latest-versions.js +++ b/utility/latest-versions.js @@ -16,8 +16,8 @@ exports.latestVersions = { // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current Angular: '^21.0.0-next.0', NgPackagr: '^21.0.0-next.0', - DevkitBuildAngular: '^21.0.0-rc.0+sha-a85efb9', - AngularBuild: '^21.0.0-rc.0+sha-a85efb9', - AngularSSR: '^21.0.0-rc.0+sha-a85efb9', + DevkitBuildAngular: '^21.0.0-rc.0+sha-a5c5aa2', + AngularBuild: '^21.0.0-rc.0+sha-a5c5aa2', + AngularSSR: '^21.0.0-rc.0+sha-a5c5aa2', }; //# sourceMappingURL=latest-versions.js.map \ No newline at end of file