Skip to content

Commit 658b28c

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 6904329 commit 658b28c

File tree

7 files changed

+295
-346
lines changed

7 files changed

+295
-346
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ 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 = "0d390186270572cf0e56f826ca420cb21011a10c",
22+
commit = "46fdabe25ad865093d1be752c778ca4d81f222f5",
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 = "583cd52fbbadae28ca7a4dd55d63978a984c371a",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

3333
bazel_dep(name = "rules_sass")
3434
git_override(
3535
module_name = "rules_sass",
36-
commit = "b5ddaa8e77509bcce35158ad20009636d3da4fbc",
36+
commit = "fa129d1ee0652fe0c63ef82d13dc20d4a4e5f919",
3737
remote = "https://github.com/angular/rules_sass.git",
3838
)
3939

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

MODULE.bazel.lock

Lines changed: 11 additions & 18 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,23 +42,23 @@
4242
},
4343
"homepage": "https://github.com/angular/angular-cli",
4444
"dependencies": {
45-
"@angular/compiler-cli": "22.0.0-next.6",
45+
"@angular/compiler-cli": "22.0.0-next.7",
4646
"typescript": "6.0.2"
4747
},
4848
"devDependencies": {
49-
"@angular/animations": "22.0.0-next.6",
50-
"@angular/cdk": "22.0.0-next.3",
51-
"@angular/common": "22.0.0-next.6",
52-
"@angular/compiler": "22.0.0-next.6",
53-
"@angular/core": "22.0.0-next.6",
54-
"@angular/forms": "22.0.0-next.6",
55-
"@angular/localize": "22.0.0-next.6",
56-
"@angular/material": "22.0.0-next.3",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1c95e84f330960eea28b5e3ed9b7a6a21b2c605b",
58-
"@angular/platform-browser": "22.0.0-next.6",
59-
"@angular/platform-server": "22.0.0-next.6",
60-
"@angular/router": "22.0.0-next.6",
61-
"@angular/service-worker": "22.0.0-next.6",
49+
"@angular/animations": "22.0.0-next.7",
50+
"@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",
56+
"@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",
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.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.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.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.106.0"
3434
}

0 commit comments

Comments
 (0)