Skip to content

Commit c3cc0b8

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

File tree

5 files changed

+287
-20
lines changed

5 files changed

+287
-20
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git_override(
2626
bazel_dep(name = "devinfra")
2727
git_override(
2828
module_name = "devinfra",
29-
commit = "8bb0c36445bb7e7ab8280ac24fc4924a3457c8d6",
29+
commit = "072b86b14d31fdcc93023c641f642c7ebc9a89d8",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

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)