Skip to content

Commit dcf2557

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

File tree

7 files changed

+40
-336
lines changed

7 files changed

+40
-336
lines changed

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 = "c85cdb4a0f132ab84a890003f49c2f6cf0b75937",
22+
commit = "03dade2ea0ea355e13ca88c550eaa633191b16ec",
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 = "8bb0c36445bb7e7ab8280ac24fc4924a3457c8d6",
29+
commit = "e04d90adad1a125b29fbc4d97f425798768a8cb1",
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 = "a9e504a7df2347317968cf979701688778f7915a",
36+
commit = "4de93bbfdbee2cea5162ac8070eb15846b15133d",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/testing/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"browser-sync": "3.0.4",
99
"istanbul-lib-instrument": "6.0.3",
1010
"jsdom": "29.0.2",
11-
"ng-packagr": "22.0.0-next.1",
11+
"ng-packagr": "22.0.0-next.3",
1212
"rxjs": "7.8.2",
1313
"vitest": "4.1.4"
1414
}

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"istanbul-lib-instrument": "6.0.3",
5454
"jsdom": "29.0.2",
5555
"less": "4.6.4",
56-
"ng-packagr": "22.0.0-next.1",
56+
"ng-packagr": "22.0.0-next.3",
5757
"postcss": "8.5.10",
5858
"rolldown": "1.0.0-rc.16",
5959
"rxjs": "7.8.2",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@angular/ssr": "workspace:*",
6868
"browser-sync": "3.0.4",
69-
"ng-packagr": "22.0.0-next.1",
69+
"ng-packagr": "22.0.0-next.3",
7070
"undici": "8.1.0"
7171
},
7272
"peerDependencies": {

0 commit comments

Comments
 (0)