build: update cross-repo angular dependencies to v22.0.0-next.6

See associated pull request for more information.
This commit is contained in:
Angular Robot
2026-04-22 12:27:21 +00:00
committed by Alon Mishne
parent 5b4453b312
commit 218e2d0240
35 changed files with 8875 additions and 10055 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
"@algolia/requester-node-http": "5.50.2",
"@angular/animations": "workspace:*",
"@angular/aria": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/build": "22.0.0-next.6",
"@angular/cdk": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.6",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
@@ -19,7 +19,7 @@
"@angular/platform-browser": "workspace:*",
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"@codemirror/autocomplete": "6.20.1",
"@codemirror/commands": "6.10.3",
"@codemirror/lang-angular": "0.1.4",
+3 -3
View File
@@ -15,13 +15,13 @@
"@angular/platform-server": "workspace:*",
"@angular/localize": "workspace:*",
"@angular/router": "workspace:*",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "workspace:*",
"jsdom": "^29.0.0",
"typescript": "~6.0.2",
+4 -4
View File
@@ -19,15 +19,15 @@
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser-dynamic": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/node": "^20.14.8",
+591 -653
View File
File diff suppressed because it is too large Load Diff
@@ -29,9 +29,9 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/jasminewd2": "^2.0.8",
File diff suppressed because it is too large Load Diff
@@ -13,15 +13,15 @@
"@angular/core": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -18,15 +18,15 @@
"@angular/forms": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -25,8 +25,8 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/jasminewd2": "^2.0.8",
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -23,9 +23,9 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"ts-node": "10.9.2",
"typescript": "6.0.2"
+584 -645
View File
File diff suppressed because it is too large Load Diff
@@ -23,8 +23,8 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
File diff suppressed because it is too large Load Diff
@@ -1,6 +1,6 @@
{
"dist/main.js": 97227,
"dist/polyfills.js": 35677,
"dist/browser-[hash].js": 63949,
"dist/open-close.component-[hash].js": 1218
"dist/main.js": 210733,
"dist/polyfills.js": 35726,
"dist/browser-[hash].js": 64926,
"dist/open-close.component-[hash].js": 1202
}
+2 -2
View File
@@ -23,8 +23,8 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/jasminewd2": "^2.0.8",
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -21,8 +21,8 @@
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"typescript": "6.0.2"
File diff suppressed because it is too large Load Diff
@@ -20,15 +20,15 @@
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/node": "^20.14.8",
File diff suppressed because it is too large Load Diff
@@ -21,15 +21,15 @@
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"express": "~5.2.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/express": "^5.0.3",
"@types/jasmine": "^6.0.0",
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -24,16 +24,16 @@
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/platform-server": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"express": "~5.2.0",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/express": "^5.0.3",
"@types/jasmine": "^6.0.0",
File diff suppressed because it is too large Load Diff
@@ -17,15 +17,15 @@
"@angular/core": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/node": "^20.14.8",
"ts-node": "^10.9.1",
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -20,15 +20,15 @@
"@angular/forms": "link:./in-existing-linked-by-bazel",
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
"@angular/router": "link:./in-existing-linked-by-bazel",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular/build": "22.0.0-next.6",
"@angular/cli": "22.0.0-next.6",
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
"@types/jasmine": "^6.0.0",
"@types/node": "^20.14.8",
+591 -654
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -2,7 +2,7 @@
"dependencies": {
"@angular/animations": "workspace:*",
"@angular/benchpress": "workspace:*",
"@angular/build": "22.0.0-next.5",
"@angular/build": "22.0.0-next.6",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
+7 -7
View File
@@ -55,15 +55,15 @@
},
"// 1": "dependencies are used locally and by bazel",
"dependencies": {
"@angular-devkit/build-angular": "22.0.0-next.5",
"@angular-devkit/core": "22.0.0-next.5",
"@angular-devkit/schematics": "22.0.0-next.5",
"@angular-devkit/build-angular": "22.0.0-next.6",
"@angular-devkit/core": "22.0.0-next.6",
"@angular-devkit/schematics": "22.0.0-next.6",
"@angular/animations": "workspace:*",
"@angular/aria": "22.0.0-next.5",
"@angular/benchpress": "workspace: *",
"@angular/build": "22.0.0-next.5",
"@angular/build": "22.0.0-next.6",
"@angular/cdk": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.6",
"@angular/common": "workspace:*",
"@angular/compiler": "workspace:*",
"@angular/compiler-cli": "workspace:*",
@@ -78,14 +78,14 @@
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",
"@angular/service-worker": "workspace:*",
"@angular/ssr": "22.0.0-next.5",
"@angular/ssr": "22.0.0-next.6",
"@angular/upgrade": "workspace: *",
"@babel/cli": "7.28.6",
"@babel/core": "7.29.0",
"@babel/generator": "7.29.1",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@schematics/angular": "22.0.0-next.5",
"@schematics/angular": "22.0.0-next.6",
"@types/angular": "^1.6.47",
"@types/babel__core": "7.20.5",
"@types/babel__generator": "7.27.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"dependencies": {
"@angular/animations": "workspace:*",
"@angular/build": "22.0.0-next.5",
"@angular/build": "22.0.0-next.6",
"@angular/common": "workspace:*",
"@angular/compiler-cli": "workspace:*",
"@angular/compiler": "workspace:*",
+548 -1113
View File
File diff suppressed because it is too large Load Diff