Skip to content

Commit a827f02

Browse files
angular-robotthePunderWoman
authored andcommitted
build: update cross-repo angular dependencies (#63285)
See associated pull request for more information. PR Close #63285
1 parent eb01830 commit a827f02

File tree

6 files changed

+496
-540
lines changed

6 files changed

+496
-540
lines changed

MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adev/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"dependencies": {
3-
"@angular-devkit/build-angular": "20.2.0-rc.1",
3+
"@angular-devkit/build-angular": "20.2.0",
44
"@angular/animations": "workspace:*",
5-
"@angular/build": "20.2.0-rc.1",
6-
"@angular/cdk": "20.2.0-rc.0",
7-
"@angular/cli": "20.2.0-rc.1",
5+
"@angular/build": "20.2.0",
6+
"@angular/cdk": "20.2.0",
7+
"@angular/cli": "20.2.0",
88
"@angular/common": "workspace:*",
99
"@angular/compiler-cli": "workspace:*",
1010
"@angular/compiler": "workspace:*",
1111
"@angular/core": "workspace:*",
1212
"@angular/docs": "workspace:*",
1313
"@angular/forms": "workspace:*",
14-
"@angular/material": "20.2.0-rc.0",
14+
"@angular/material": "20.2.0",
1515
"@angular/platform-browser": "workspace:*",
1616
"@angular/platform-server": "workspace:*",
1717
"@angular/router": "workspace:*",
18-
"@angular/ssr": "20.2.0-rc.1",
18+
"@angular/ssr": "20.2.0",
1919
"@codemirror/autocomplete": "6.18.6",
2020
"@codemirror/commands": "6.8.1",
2121
"@codemirror/lang-angular": "0.1.4",

modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@angular/animations": "workspace:*",
44
"@angular/benchpress": "workspace:*",
5-
"@angular/build": "20.2.0-rc.1",
5+
"@angular/build": "20.2.0",
66
"@angular/common": "workspace:*",
77
"@angular/compiler": "workspace:*",
88
"@angular/compiler-cli": "workspace:*",

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
},
4949
"// 1": "dependencies are used locally and by bazel",
5050
"dependencies": {
51-
"@angular-devkit/build-angular": "20.2.0-rc.1",
52-
"@angular-devkit/core": "20.2.0-rc.1",
53-
"@angular-devkit/schematics": "20.2.0-rc.1",
51+
"@angular-devkit/build-angular": "20.2.0",
52+
"@angular-devkit/core": "20.2.0",
53+
"@angular-devkit/schematics": "20.2.0",
5454
"@angular/animations": "workspace:*",
5555
"@angular/benchpress": "workspace: *",
56-
"@angular/build": "20.2.0-rc.1",
57-
"@angular/cdk": "20.2.0-rc.0",
58-
"@angular/cli": "20.2.0-rc.1",
56+
"@angular/build": "20.2.0",
57+
"@angular/cdk": "20.2.0",
58+
"@angular/cli": "20.2.0",
5959
"@angular/common": "workspace:*",
6060
"@angular/compiler": "workspace:*",
6161
"@angular/compiler-cli": "workspace:*",
@@ -64,13 +64,13 @@
6464
"@angular/forms": "workspace:*",
6565
"@angular/language-service": "workspace: *",
6666
"@angular/localize": "workspace: *",
67-
"@angular/material": "20.2.0-rc.0",
67+
"@angular/material": "20.2.0",
6868
"@angular/platform-browser": "workspace:*",
6969
"@angular/platform-browser-dynamic": "workspace:*",
7070
"@angular/platform-server": "workspace:*",
7171
"@angular/router": "workspace:*",
7272
"@angular/service-worker": "workspace:*",
73-
"@angular/ssr": "20.2.0-rc.1",
73+
"@angular/ssr": "20.2.0",
7474
"@angular/upgrade": "workspace: *",
7575
"@babel/cli": "7.28.3",
7676
"@babel/core": "7.28.3",
@@ -80,7 +80,7 @@
8080
"@rollup/plugin-babel": "^6.0.0",
8181
"@rollup/plugin-commonjs": "^28.0.0",
8282
"@rollup/plugin-node-resolve": "^16.0.0",
83-
"@schematics/angular": "20.2.0-rc.1",
83+
"@schematics/angular": "20.2.0",
8484
"@types/angular": "^1.6.47",
8585
"@types/babel__core": "7.20.5",
8686
"@types/babel__generator": "7.27.0",
@@ -166,8 +166,8 @@
166166
"devDependencies": {
167167
"@actions/core": "^1.10.0",
168168
"@actions/github": "^6.0.0",
169-
"@angular-devkit/architect-cli": "0.2002.0-rc.1",
170-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2c6d835b5d57e126e3b829dd409c2754def86a6b",
169+
"@angular-devkit/architect-cli": "0.2002.0",
170+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f6c78fd62862ad0b878e8ed40d70be5b17e17d9b",
171171
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
172172
"@babel/plugin-transform-async-generator-functions": "^7.27.1",
173173
"@bazel/bazelisk": "^1.7.5",

packages/core/test/bundling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@angular/animations": "workspace:*",
4-
"@angular/build": "20.2.0-rc.1",
4+
"@angular/build": "20.2.0",
55
"@angular/common": "workspace:*",
66
"@angular/compiler-cli": "workspace:*",
77
"@angular/compiler": "workspace:*",

0 commit comments

Comments
 (0)