Skip to content

Commit a54753a

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

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ git_override(
3232
bazel_dep(name = "rules_angular")
3333
git_override(
3434
module_name = "rules_angular",
35-
commit = "19914e2fb677d50b16360dcea8740a1b0dd46172",
35+
commit = "045f98407a299ffaeeeafa275d8490d4507513f8",
3636
remote = "https://github.com/angular/rules_angular.git",
3737
)
3838

3939
bazel_dep(name = "devinfra")
4040
git_override(
4141
module_name = "devinfra",
42-
commit = "f91b383e3128872b21f709d2ae7543344c65526d",
42+
commit = "eaa9aaa98de612484109350f710fdb02e92c84ae",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"devDependencies": {
7979
"@angular/localize": "catalog:",
80-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f084e2e88e71cdca8098489e6104ffcdbd9a8eda",
80+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2c36222db3f44751284cc93b3806dbe1baee583a",
8181
"@angular/platform-server": "catalog:",
8282
"@angular/router": "catalog:",
8383
"@babel/core": "^7.16.12",

pnpm-workspace.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ packages:
1818
- src/youtube-player
1919

2020
catalog:
21-
'@angular-devkit/build-angular': 22.0.0-next.7
22-
'@angular-devkit/core': 22.0.0-next.7
23-
'@angular-devkit/schematics': 22.0.0-next.7
24-
'@angular/build': 22.0.0-next.7
25-
'@angular/cli': 22.0.0-next.7
21+
'@angular-devkit/build-angular': 22.0.0-rc.0
22+
'@angular-devkit/core': 22.0.0-rc.0
23+
'@angular-devkit/schematics': 22.0.0-rc.0
24+
'@angular/build': 22.0.0-rc.0
25+
'@angular/cli': 22.0.0-rc.0
2626
'@angular/common': 22.0.0-next.12
2727
'@angular/compiler-cli': 22.0.0-next.12
2828
'@angular/compiler': 22.0.0-next.12
2929
'@angular/core': 22.0.0-next.12
30-
'@angular/ssr': 22.0.0-next.7
30+
'@angular/ssr': 22.0.0-rc.0
3131
'@angular/forms': 22.0.0-next.12
3232
'@angular/localize': 22.0.0-next.12
3333
'@angular/platform-browser': 22.0.0-next.12
3434
'@angular/platform-browser-dynamic': 22.0.0-next.12
3535
'@angular/platform-server': 22.0.0-next.12
3636
'@angular/router': 22.0.0-next.12
37-
'@schematics/angular': 22.0.0-next.7
37+
'@schematics/angular': 22.0.0-next.8
3838
'rxjs': ^6.6.7
3939

4040
# The minimum age of a release to be considered for dependency installation.

0 commit comments

Comments
 (0)