Skip to content

Commit 180131a

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

9 files changed

Lines changed: 635 additions & 616 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 = "045f98407a299ffaeeeafa275d8490d4507513f8",
22+
commit = "6d9d6f8d795d61292f66a5faf262b165fe1b4cf2",
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 = "eaa9aaa98de612484109350f710fdb02e92c84ae",
29+
commit = "a986fa663c510106187f34f2df8d86eb4fb7940a",
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 = "bf27ea46fdbb0209526ca821f1500d4337eb8299",
36+
commit = "1d96c7df9486bbe336f8996a872cfa1da7fd2d66",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

MODULE.bazel.lock

Lines changed: 6 additions & 5 deletions
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.1.1",
11-
"ng-packagr": "22.0.0-next.4",
11+
"ng-packagr": "22.0.0-rc.0",
1212
"rxjs": "7.8.2",
1313
"vitest": "4.1.5"
1414
}

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.12",
45+
"@angular/compiler-cli": "22.0.0-rc.0",
4646
"typescript": "6.0.3"
4747
},
4848
"devDependencies": {
49-
"@angular/animations": "22.0.0-next.12",
50-
"@angular/cdk": "22.0.0-next.8",
51-
"@angular/common": "22.0.0-next.12",
52-
"@angular/compiler": "22.0.0-next.12",
53-
"@angular/core": "22.0.0-next.12",
54-
"@angular/forms": "22.0.0-next.12",
55-
"@angular/localize": "22.0.0-next.12",
56-
"@angular/material": "22.0.0-next.8",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2c36222db3f44751284cc93b3806dbe1baee583a",
58-
"@angular/platform-browser": "22.0.0-next.12",
59-
"@angular/platform-server": "22.0.0-next.12",
60-
"@angular/router": "22.0.0-next.12",
61-
"@angular/service-worker": "22.0.0-next.12",
49+
"@angular/animations": "22.0.0-rc.0",
50+
"@angular/cdk": "22.0.0-rc.0",
51+
"@angular/common": "22.0.0-rc.0",
52+
"@angular/compiler": "22.0.0-rc.0",
53+
"@angular/core": "22.0.0-rc.0",
54+
"@angular/forms": "22.0.0-rc.0",
55+
"@angular/localize": "22.0.0-rc.0",
56+
"@angular/material": "22.0.0-rc.0",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e7b62a69d22e46e6f0903029aec3be706991724e",
58+
"@angular/platform-browser": "22.0.0-rc.0",
59+
"@angular/platform-server": "22.0.0-rc.0",
60+
"@angular/router": "22.0.0-rc.0",
61+
"@angular/service-worker": "22.0.0-rc.0",
6262
"@babel/core": "7.29.0",
6363
"@bazel/bazelisk": "1.28.1",
6464
"@bazel/buildifier": "8.2.1",

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.1.1",
5555
"less": "4.6.4",
56-
"ng-packagr": "22.0.0-next.4",
56+
"ng-packagr": "22.0.0-rc.0",
5757
"postcss": "8.5.14",
5858
"rolldown": "1.0.0",
5959
"rxjs": "7.8.2",

packages/angular/ssr/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
},
3838
"devDependencies": {
3939
"@angular-devkit/schematics": "workspace:*",
40-
"@angular/common": "22.0.0-next.12",
41-
"@angular/compiler": "22.0.0-next.12",
42-
"@angular/core": "22.0.0-next.12",
43-
"@angular/platform-browser": "22.0.0-next.12",
44-
"@angular/platform-server": "22.0.0-next.12",
45-
"@angular/router": "22.0.0-next.12",
40+
"@angular/common": "22.0.0-rc.0",
41+
"@angular/compiler": "22.0.0-rc.0",
42+
"@angular/core": "22.0.0-rc.0",
43+
"@angular/platform-browser": "22.0.0-rc.0",
44+
"@angular/platform-server": "22.0.0-rc.0",
45+
"@angular/router": "22.0.0-rc.0",
4646
"@schematics/angular": "workspace:*",
4747
"beasties": "0.4.2"
4848
},

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.4",
69+
"ng-packagr": "22.0.0-rc.0",
7070
"undici": "8.2.0"
7171
},
7272
"peerDependencies": {

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
20-
"@angular/compiler": "22.0.0-next.12",
21-
"@angular/compiler-cli": "22.0.0-next.12",
20+
"@angular/compiler": "22.0.0-rc.0",
21+
"@angular/compiler-cli": "22.0.0-rc.0",
2222
"typescript": "6.0.3",
2323
"webpack": "5.106.2"
2424
}

0 commit comments

Comments
 (0)