Skip to content

Commit e8312fa

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

8 files changed

Lines changed: 215 additions & 247 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 = "02e0d38eb29b2721128ca7e93ee694e68d4f06f6",
22+
commit = "0571709fc1bf8174c94f4b01c87f50a3b3d3cf23",
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 = "cef5e36af124e7442d7e2868be3f8c0bba496952",
29+
commit = "b9d15e3de22a6b8b161046d1ed5cea574a2537ca",
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 = "c7e596a4a34f651113c42a9da3f82acc0a01484e",
36+
commit = "3e345a43e88f86a744003da90a28fc31cf4e07fb",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

MODULE.bazel.lock

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

modules/testing/builder/projects/hello-world-lib/projects/lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lib",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^22.0.0-next",
6-
"@angular/core": "^22.0.0-next"
5+
"@angular/common": "^22.1.0-next",
6+
"@angular/core": "^22.1.0-next"
77
}
88
}

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

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",
41-
"@angular/compiler": "22.0.0",
42-
"@angular/core": "22.0.0",
43-
"@angular/platform-browser": "22.0.0",
44-
"@angular/platform-server": "22.0.0",
45-
"@angular/router": "22.0.0",
40+
"@angular/common": "22.1.0-next.0",
41+
"@angular/compiler": "22.1.0-next.0",
42+
"@angular/core": "22.1.0-next.0",
43+
"@angular/platform-browser": "22.1.0-next.0",
44+
"@angular/platform-server": "22.1.0-next.0",
45+
"@angular/router": "22.1.0-next.0",
4646
"@schematics/angular": "workspace:*",
4747
"beasties": "0.4.2"
4848
},

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",
21-
"@angular/compiler-cli": "22.0.0",
20+
"@angular/compiler": "22.1.0-next.0",
21+
"@angular/compiler-cli": "22.1.0-next.0",
2222
"typescript": "6.0.3",
2323
"webpack": "5.107.2"
2424
}

0 commit comments

Comments
 (0)