Skip to content

Commit 1883121

Browse files
angular-robotalan-agius4
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 2974563 commit 1883121

File tree

6 files changed

+291
-23
lines changed

6 files changed

+291
-23
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
@@ -7,7 +7,7 @@
77
"@vitest/coverage-v8": "4.0.18",
88
"browser-sync": "3.0.4",
99
"jsdom": "28.1.0",
10-
"ng-packagr": "22.0.0-next.1",
10+
"ng-packagr": "22.0.0-next.3",
1111
"rxjs": "7.8.2",
1212
"vitest": "4.0.18"
1313
}

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@angular/ssr": "workspace:*",
5555
"jsdom": "28.1.0",
5656
"less": "4.4.2",
57-
"ng-packagr": "21.2.2",
57+
"ng-packagr": "21.2.3",
5858
"postcss": "8.5.6",
5959
"rxjs": "7.8.2",
6060
"vitest": "4.0.18"

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@angular/ssr": "workspace:*",
6969
"@web/test-runner": "0.20.2",
7070
"browser-sync": "3.0.4",
71-
"ng-packagr": "21.2.2",
71+
"ng-packagr": "21.2.3",
7272
"undici": "7.24.4"
7373
},
7474
"peerDependencies": {

0 commit comments

Comments
 (0)