Skip to content

Commit 3acd6a0

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 94aa77c commit 3acd6a0

File tree

6 files changed

+321
-293
lines changed

6 files changed

+321
-293
lines changed

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 = "6c36180c2efebc6526ef0e6a55a6d738c7de6909",
22+
commit = "346e8fe8e51c743f44771def707ea3a2f10abbdd",
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 = "ba726e7bca0b08b125ccc6f93c233749e1213c17",
29+
commit = "30bd830d16570c2b3ddb3457534d71ed21adbf86",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@
4242
},
4343
"homepage": "https://github.com/angular/angular-cli",
4444
"devDependencies": {
45-
"@angular/animations": "22.0.0-next.6",
46-
"@angular/cdk": "22.0.0-next.3",
47-
"@angular/common": "22.0.0-next.6",
48-
"@angular/compiler": "22.0.0-next.6",
49-
"@angular/compiler-cli": "22.0.0-next.6",
50-
"@angular/core": "22.0.0-next.6",
51-
"@angular/forms": "22.0.0-next.6",
52-
"@angular/localize": "22.0.0-next.6",
53-
"@angular/material": "22.0.0-next.3",
54-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c95e84f330960eea28b5e3ed9b7a6a21b2c605b",
55-
"@angular/platform-browser": "22.0.0-next.6",
56-
"@angular/platform-server": "22.0.0-next.6",
57-
"@angular/router": "22.0.0-next.6",
58-
"@angular/service-worker": "22.0.0-next.6",
45+
"@angular/animations": "22.0.0-next.7",
46+
"@angular/cdk": "22.0.0-next.4",
47+
"@angular/common": "22.0.0-next.7",
48+
"@angular/compiler": "22.0.0-next.7",
49+
"@angular/compiler-cli": "22.0.0-next.7",
50+
"@angular/core": "22.0.0-next.7",
51+
"@angular/forms": "22.0.0-next.7",
52+
"@angular/localize": "22.0.0-next.7",
53+
"@angular/material": "22.0.0-next.4",
54+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#51c559e50d2baa069f8df3f083a49fb41cf8dd5c",
55+
"@angular/platform-browser": "22.0.0-next.7",
56+
"@angular/platform-server": "22.0.0-next.7",
57+
"@angular/router": "22.0.0-next.7",
58+
"@angular/service-worker": "22.0.0-next.7",
5959
"@babel/core": "7.29.0",
6060
"@bazel/bazelisk": "1.28.1",
6161
"@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.6",
33-
"@angular/compiler": "22.0.0-next.6",
34-
"@angular/core": "22.0.0-next.6",
35-
"@angular/platform-browser": "22.0.0-next.6",
36-
"@angular/platform-server": "22.0.0-next.6",
37-
"@angular/router": "22.0.0-next.6",
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",
3838
"@schematics/angular": "workspace:*",
3939
"beasties": "0.4.1"
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.6",
31-
"@angular/compiler-cli": "22.0.0-next.6",
30+
"@angular/compiler": "22.0.0-next.7",
31+
"@angular/compiler-cli": "22.0.0-next.7",
3232
"typescript": "6.0.2",
3333
"webpack": "5.105.4"
3434
}

0 commit comments

Comments
 (0)