Skip to content

Commit 670d79b

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 0841637 commit 670d79b

7 files changed

Lines changed: 173 additions & 170 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.4")
1919
bazel_dep(name = "rules_angular")
2020
git_override(
2121
module_name = "rules_angular",
22-
commit = "c6f7e15470934f7c2fe46ff5bae7d68be0230501",
22+
commit = "5c8530e0af78ecba5effd539c329398bd94ddbf1",
2323
remote = "https://github.com/angular/rules_angular.git",
2424
)
2525

2626
bazel_dep(name = "devinfra")
2727
git_override(
2828
module_name = "devinfra",
29-
commit = "f018eca84d10c594e16e9517ade1254a36dc8733",
29+
commit = "e391d56ec4a9d89b4006515b0679350f1394d19a",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

MODULE.bazel.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 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.9",
45+
"@angular/compiler-cli": "22.0.0-next.10",
4646
"typescript": "6.0.2"
4747
},
4848
"devDependencies": {
49-
"@angular/animations": "22.0.0-next.9",
49+
"@angular/animations": "22.0.0-next.10",
5050
"@angular/cdk": "22.0.0-next.7",
51-
"@angular/common": "22.0.0-next.9",
52-
"@angular/compiler": "22.0.0-next.9",
53-
"@angular/core": "22.0.0-next.9",
54-
"@angular/forms": "22.0.0-next.9",
55-
"@angular/localize": "22.0.0-next.9",
51+
"@angular/common": "22.0.0-next.10",
52+
"@angular/compiler": "22.0.0-next.10",
53+
"@angular/core": "22.0.0-next.10",
54+
"@angular/forms": "22.0.0-next.10",
55+
"@angular/localize": "22.0.0-next.10",
5656
"@angular/material": "22.0.0-next.7",
5757
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ab3557efa43d75ac873b8a6d94683b33bf18ca0f",
58-
"@angular/platform-browser": "22.0.0-next.9",
59-
"@angular/platform-server": "22.0.0-next.9",
60-
"@angular/router": "22.0.0-next.9",
61-
"@angular/service-worker": "22.0.0-next.9",
58+
"@angular/platform-browser": "22.0.0-next.10",
59+
"@angular/platform-server": "22.0.0-next.10",
60+
"@angular/router": "22.0.0-next.10",
61+
"@angular/service-worker": "22.0.0-next.10",
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.9",
33-
"@angular/compiler": "22.0.0-next.9",
34-
"@angular/core": "22.0.0-next.9",
35-
"@angular/platform-browser": "22.0.0-next.9",
36-
"@angular/platform-server": "22.0.0-next.9",
37-
"@angular/router": "22.0.0-next.9",
32+
"@angular/common": "22.0.0-next.10",
33+
"@angular/compiler": "22.0.0-next.10",
34+
"@angular/core": "22.0.0-next.10",
35+
"@angular/platform-browser": "22.0.0-next.10",
36+
"@angular/platform-server": "22.0.0-next.10",
37+
"@angular/router": "22.0.0-next.10",
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.9",
31-
"@angular/compiler-cli": "22.0.0-next.9",
30+
"@angular/compiler": "22.0.0-next.10",
31+
"@angular/compiler-cli": "22.0.0-next.10",
3232
"typescript": "6.0.2",
3333
"webpack": "5.106.2"
3434
}

0 commit comments

Comments
 (0)