Skip to content

Commit 9eb9bb1

Browse files
angular-robotdgp1130
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 9551051 commit 9eb9bb1

7 files changed

Lines changed: 173 additions & 176 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 = "70642f87e50b3b2068314dc9c359687fb0b9744b",
22+
commit = "db445dccfe48aad20be6ee3df456df91660ff217",
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 = "9d539d3fc5e3ab718830b2ab8ffa4d97d2f0afb2",
29+
commit = "daa0b5ecd15668d12163f70d4c9836ada70808c9",
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 = "1acd373ed52111e639030dc36e952e2aa7cb8223",
36+
commit = "3a6bd40f9be945dc51c976a21424c656448f9b09",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

MODULE.bazel.lock

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

package.json

Lines changed: 12 additions & 12 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.1.0-next.6",
45+
"@angular/compiler-cli": "22.1.0-rc.0",
4646
"typescript": "6.0.3"
4747
},
4848
"devDependencies": {
49-
"@angular/animations": "22.1.0-next.6",
49+
"@angular/animations": "22.1.0-rc.0",
5050
"@angular/cdk": "22.1.0-next.4",
51-
"@angular/common": "22.1.0-next.6",
52-
"@angular/compiler": "22.1.0-next.6",
53-
"@angular/core": "22.1.0-next.6",
54-
"@angular/forms": "22.1.0-next.6",
55-
"@angular/localize": "22.1.0-next.6",
51+
"@angular/common": "22.1.0-rc.0",
52+
"@angular/compiler": "22.1.0-rc.0",
53+
"@angular/core": "22.1.0-rc.0",
54+
"@angular/forms": "22.1.0-rc.0",
55+
"@angular/localize": "22.1.0-rc.0",
5656
"@angular/material": "22.1.0-next.4",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#84e9337a283b3da3e0458084c0478b2b2fb52be3",
58-
"@angular/platform-browser": "22.1.0-next.6",
59-
"@angular/platform-server": "22.1.0-next.6",
60-
"@angular/router": "22.1.0-next.6",
61-
"@angular/service-worker": "22.1.0-next.6",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7a67d5221a9efec2b69b102759d04223a3fc8552",
58+
"@angular/platform-browser": "22.1.0-rc.0",
59+
"@angular/platform-server": "22.1.0-rc.0",
60+
"@angular/router": "22.1.0-rc.0",
61+
"@angular/service-worker": "22.1.0-rc.0",
6262
"@babel/core": "8.0.1",
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.1.0-next.6",
41-
"@angular/compiler": "22.1.0-next.6",
42-
"@angular/core": "22.1.0-next.6",
43-
"@angular/platform-browser": "22.1.0-next.6",
44-
"@angular/platform-server": "22.1.0-next.6",
45-
"@angular/router": "22.1.0-next.6",
40+
"@angular/common": "22.1.0-rc.0",
41+
"@angular/compiler": "22.1.0-rc.0",
42+
"@angular/core": "22.1.0-rc.0",
43+
"@angular/platform-browser": "22.1.0-rc.0",
44+
"@angular/platform-server": "22.1.0-rc.0",
45+
"@angular/router": "22.1.0-rc.0",
4646
"@schematics/angular": "workspace:*",
4747
"beasties": "0.4.3"
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.1.0-next.6",
21-
"@angular/compiler-cli": "22.1.0-next.6",
20+
"@angular/compiler": "22.1.0-rc.0",
21+
"@angular/compiler-cli": "22.1.0-rc.0",
2222
"typescript": "6.0.3",
2323
"webpack": "5.108.4"
2424
}

0 commit comments

Comments
 (0)