Skip to content

Commit f493abb

Browse files
angular-robotclydin
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 26f3641 commit f493abb

File tree

6 files changed

+182
-215
lines changed

6 files changed

+182
-215
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
230230

231231
git_repository(
232232
name = "devinfra",
233-
commit = "3a765b303ce300f607b658abd4eb8a981bc7277f",
233+
commit = "1f047e7dbae43ea969c2cafb53b33207e86b800f",
234234
remote = "https://github.com/angular/dev-infra.git",
235235
)
236236

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@
4646
},
4747
"homepage": "https://github.com/angular/angular-cli",
4848
"devDependencies": {
49-
"@angular/animations": "20.1.0-next.0",
50-
"@angular/cdk": "20.1.0-next.0",
51-
"@angular/common": "20.1.0-next.0",
52-
"@angular/compiler": "20.1.0-next.0",
53-
"@angular/compiler-cli": "20.1.0-next.0",
54-
"@angular/core": "20.1.0-next.0",
55-
"@angular/forms": "20.1.0-next.0",
56-
"@angular/localize": "20.1.0-next.0",
57-
"@angular/material": "20.1.0-next.0",
58-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#aef918c09e556e14548506ec608fde26c8209c4b",
59-
"@angular/platform-browser": "20.1.0-next.0",
60-
"@angular/platform-server": "20.1.0-next.0",
61-
"@angular/router": "20.1.0-next.0",
62-
"@angular/service-worker": "20.1.0-next.0",
49+
"@angular/animations": "20.1.0-next.1",
50+
"@angular/cdk": "20.1.0-next.1",
51+
"@angular/common": "20.1.0-next.1",
52+
"@angular/compiler": "20.1.0-next.1",
53+
"@angular/compiler-cli": "20.1.0-next.1",
54+
"@angular/core": "20.1.0-next.1",
55+
"@angular/forms": "20.1.0-next.1",
56+
"@angular/localize": "20.1.0-next.1",
57+
"@angular/material": "20.1.0-next.1",
58+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#4ab7be5c2562e6b3bfb594a282f5e1982e1b1cd6",
59+
"@angular/platform-browser": "20.1.0-next.1",
60+
"@angular/platform-server": "20.1.0-next.1",
61+
"@angular/router": "20.1.0-next.1",
62+
"@angular/service-worker": "20.1.0-next.1",
6363
"@bazel/bazelisk": "1.26.0",
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.2.9",

packages/angular/ssr/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"devDependencies": {
3131
"@angular-devkit/schematics": "workspace:*",
32-
"@angular/common": "20.1.0-next.0",
33-
"@angular/compiler": "20.1.0-next.0",
34-
"@angular/core": "20.1.0-next.0",
35-
"@angular/platform-browser": "20.1.0-next.0",
36-
"@angular/platform-server": "20.1.0-next.0",
37-
"@angular/router": "20.1.0-next.0",
32+
"@angular/common": "20.1.0-next.1",
33+
"@angular/compiler": "20.1.0-next.1",
34+
"@angular/core": "20.1.0-next.1",
35+
"@angular/platform-browser": "20.1.0-next.1",
36+
"@angular/platform-server": "20.1.0-next.1",
37+
"@angular/router": "20.1.0-next.1",
3838
"@schematics/angular": "workspace:*"
3939
},
4040
"sideEffects": false,

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
30-
"@angular/compiler": "20.1.0-next.0",
31-
"@angular/compiler-cli": "20.1.0-next.0",
30+
"@angular/compiler": "20.1.0-next.1",
31+
"@angular/compiler-cli": "20.1.0-next.1",
3232
"typescript": "5.8.3",
3333
"webpack": "5.99.9"
3434
}

0 commit comments

Comments
 (0)