Skip to content

Commit 7c2f76b

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

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ 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 = "b1d295334e70335dab7ac9984a989fae0a9c9dc2",
22+
commit = "88a34a4f4f10f495b051c06c2ffa8698829b9215",
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 = "48c48fa3848de5bb0ec1c3203558f099765165ab",
29+
commit = "bb79de4712147000f5f289eac67e2ec366f57dbc",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
},
4848
"devDependencies": {
4949
"@angular/animations": "21.2.11",
50-
"@angular/cdk": "21.2.9",
50+
"@angular/cdk": "21.2.10",
5151
"@angular/common": "21.2.11",
5252
"@angular/compiler": "21.2.11",
5353
"@angular/core": "21.2.11",
5454
"@angular/forms": "21.2.11",
5555
"@angular/localize": "21.2.11",
56-
"@angular/material": "21.2.9",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#4de8a14a1682d0f07e0b14a3b26498757c195904",
56+
"@angular/material": "21.2.10",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#df5bcf2c22735628d01f1e9cdb45d336bec4cfdf",
5858
"@angular/platform-browser": "21.2.11",
5959
"@angular/platform-server": "21.2.11",
6060
"@angular/router": "21.2.11",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)