Skip to content

Commit 47dc6f8

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

File tree

7 files changed

+330
-309
lines changed

7 files changed

+330
-309
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 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 = "0d390186270572cf0e56f826ca420cb21011a10c",
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 = "320dbd19c7846fafaafa47e0f1fff22a3eab00b1",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

@@ -40,7 +40,7 @@ git_override(
4040
bazel_dep(name = "rules_browsers")
4141
git_override(
4242
module_name = "rules_browsers",
43-
commit = "652b57c41218be318f33fc92032696f53d3aa0ef",
43+
commit = "53e85ed92e7564ca627db0dd612022ea7b1a28b5",
4444
remote = "https://github.com/angular/rules_browsers.git",
4545
)
4646

MODULE.bazel.lock

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

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#501dbe6e99b17bf41f24217e81729adf984e50dc",
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)