Skip to content

Commit 7bd1021

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent c4b659a commit 7bd1021

File tree

6 files changed

+171
-171
lines changed

6 files changed

+171
-171
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git_override(
2626
bazel_dep(name = "devinfra")
2727
git_override(
2828
module_name = "devinfra",
29-
commit = "583cd52fbbadae28ca7a4dd55d63978a984c371a",
29+
commit = "4fd8d669df9ef39da47abc17921132b97ab72c90",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@
4242
},
4343
"homepage": "https://github.com/angular/angular-cli",
4444
"dependencies": {
45-
"@angular/compiler-cli": "22.0.0-next.7",
45+
"@angular/compiler-cli": "22.0.0-next.8",
4646
"typescript": "6.0.2"
4747
},
4848
"devDependencies": {
49-
"@angular/animations": "22.0.0-next.7",
49+
"@angular/animations": "22.0.0-next.8",
5050
"@angular/cdk": "22.0.0-next.4",
51-
"@angular/common": "22.0.0-next.7",
52-
"@angular/compiler": "22.0.0-next.7",
53-
"@angular/core": "22.0.0-next.7",
54-
"@angular/forms": "22.0.0-next.7",
55-
"@angular/localize": "22.0.0-next.7",
51+
"@angular/common": "22.0.0-next.8",
52+
"@angular/compiler": "22.0.0-next.8",
53+
"@angular/core": "22.0.0-next.8",
54+
"@angular/forms": "22.0.0-next.8",
55+
"@angular/localize": "22.0.0-next.8",
5656
"@angular/material": "22.0.0-next.4",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#501dbe6e99b17bf41f24217e81729adf984e50dc",
58-
"@angular/platform-browser": "22.0.0-next.7",
59-
"@angular/platform-server": "22.0.0-next.7",
60-
"@angular/router": "22.0.0-next.7",
61-
"@angular/service-worker": "22.0.0-next.7",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#4f9c0352c18098a0058f8df3d9d451914bdce842",
58+
"@angular/platform-browser": "22.0.0-next.8",
59+
"@angular/platform-server": "22.0.0-next.8",
60+
"@angular/router": "22.0.0-next.8",
61+
"@angular/service-worker": "22.0.0-next.8",
6262
"@babel/core": "7.29.0",
6363
"@bazel/bazelisk": "1.28.1",
6464
"@bazel/buildifier": "8.2.1",

packages/angular/ssr/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"devDependencies": {
3131
"@angular-devkit/schematics": "workspace:*",
32-
"@angular/common": "22.0.0-next.7",
33-
"@angular/compiler": "22.0.0-next.7",
34-
"@angular/core": "22.0.0-next.7",
35-
"@angular/platform-browser": "22.0.0-next.7",
36-
"@angular/platform-server": "22.0.0-next.7",
37-
"@angular/router": "22.0.0-next.7",
32+
"@angular/common": "22.0.0-next.8",
33+
"@angular/compiler": "22.0.0-next.8",
34+
"@angular/core": "22.0.0-next.8",
35+
"@angular/platform-browser": "22.0.0-next.8",
36+
"@angular/platform-server": "22.0.0-next.8",
37+
"@angular/router": "22.0.0-next.8",
3838
"@schematics/angular": "workspace:*",
3939
"beasties": "0.4.2"
4040
},

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
30-
"@angular/compiler": "22.0.0-next.7",
31-
"@angular/compiler-cli": "22.0.0-next.7",
30+
"@angular/compiler": "22.0.0-next.8",
31+
"@angular/compiler-cli": "22.0.0-next.8",
3232
"typescript": "6.0.2",
3333
"webpack": "5.106.0"
3434
}

0 commit comments

Comments
 (0)