Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32b9fe9

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

File tree

7 files changed

+405
-461
lines changed

7 files changed

+405
-461
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "21.0.0-next.2",
3+
"version": "21.0.0-next.3",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [
@@ -46,20 +46,20 @@
4646
},
4747
"homepage": "https://github.com/angular/angular-cli",
4848
"devDependencies": {
49-
"@angular/animations": "21.0.0-next.2",
49+
"@angular/animations": "21.0.0-next.3",
5050
"@angular/cdk": "21.0.0-next.2",
51-
"@angular/common": "21.0.0-next.2",
52-
"@angular/compiler": "21.0.0-next.2",
53-
"@angular/compiler-cli": "21.0.0-next.2",
54-
"@angular/core": "21.0.0-next.2",
55-
"@angular/forms": "21.0.0-next.2",
56-
"@angular/localize": "21.0.0-next.2",
51+
"@angular/common": "21.0.0-next.3",
52+
"@angular/compiler": "21.0.0-next.3",
53+
"@angular/compiler-cli": "21.0.0-next.3",
54+
"@angular/core": "21.0.0-next.3",
55+
"@angular/forms": "21.0.0-next.3",
56+
"@angular/localize": "21.0.0-next.3",
5757
"@angular/material": "21.0.0-next.2",
58-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1b75cbad43a688705205725df89bf311a8d08652",
59-
"@angular/platform-browser": "21.0.0-next.2",
60-
"@angular/platform-server": "21.0.0-next.2",
61-
"@angular/router": "21.0.0-next.2",
62-
"@angular/service-worker": "21.0.0-next.2",
58+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#472b13c749d3436957c26d86e296545c4d208589",
59+
"@angular/platform-browser": "21.0.0-next.3",
60+
"@angular/platform-server": "21.0.0-next.3",
61+
"@angular/router": "21.0.0-next.3",
62+
"@angular/service-worker": "21.0.0-next.3",
6363
"@bazel/bazelisk": "1.26.0",
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.3.2",

packages/angular/ssr/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ts_project(
3030
deps = [
3131
"//:node_modules/@angular/common",
3232
"//:node_modules/@angular/core",
33+
"//:node_modules/@angular/platform-browser",
3334
"//:node_modules/@angular/platform-server",
3435
"//:node_modules/@angular/router",
3536
"//:node_modules/tslib",

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": "21.0.0-next.2",
33-
"@angular/compiler": "21.0.0-next.2",
34-
"@angular/core": "21.0.0-next.2",
35-
"@angular/platform-browser": "21.0.0-next.2",
36-
"@angular/platform-server": "21.0.0-next.2",
37-
"@angular/router": "21.0.0-next.2",
32+
"@angular/common": "21.0.0-next.3",
33+
"@angular/compiler": "21.0.0-next.3",
34+
"@angular/core": "21.0.0-next.3",
35+
"@angular/platform-browser": "21.0.0-next.3",
36+
"@angular/platform-server": "21.0.0-next.3",
37+
"@angular/router": "21.0.0-next.3",
3838
"@schematics/angular": "workspace:*",
3939
"beasties": "0.3.5"
4040
},

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ ts_project(
185185
"//:node_modules/@angular/compiler-cli",
186186
"//:node_modules/@angular/core",
187187
"//:node_modules/@angular/localize",
188+
"//:node_modules/@angular/platform-browser",
188189
"//:node_modules/@angular/platform-server",
189190
"//:node_modules/@angular/service-worker",
190191
"//:node_modules/@types/babel__core",

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": "21.0.0-next.2",
31-
"@angular/compiler-cli": "21.0.0-next.2",
30+
"@angular/compiler": "21.0.0-next.3",
31+
"@angular/compiler-cli": "21.0.0-next.3",
3232
"typescript": "5.9.2",
3333
"webpack": "5.101.3"
3434
}

0 commit comments

Comments
 (0)