Skip to content

Commit bf6823d

Browse files
committed
build: update Angular versions for 20.1 stable
The package versions for Angular related packages have been adjusted to reflect the stable release of Angular 20.1.0.
1 parent aea3ed8 commit bf6823d

File tree

7 files changed

+269
-202
lines changed

7 files changed

+269
-202
lines changed

constants.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ RELEASE_ENGINES_NODE = "^20.19.0 || ^22.12.0 || >=24.0.0"
33
RELEASE_ENGINES_NPM = "^6.11.0 || ^7.5.6 || >=8.0.0"
44
RELEASE_ENGINES_YARN = ">= 1.13.0"
55

6-
NG_PACKAGR_VERSION = "^20.1.0-next.0"
7-
ANGULAR_FW_VERSION = "^20.1.0-next.0"
8-
ANGULAR_FW_PEER_DEP = "^20.0.0 || ^20.1.0-next.0"
9-
NG_PACKAGR_PEER_DEP = "^20.0.0 || ^20.1.0-next.0"
6+
NG_PACKAGR_VERSION = "^20.1.0"
7+
ANGULAR_FW_VERSION = "^20.1.0"
8+
ANGULAR_FW_PEER_DEP = "^20.0.0"
9+
NG_PACKAGR_PEER_DEP = "^20.0.0"
1010

1111
# Baseline widely-available date in `YYYY-MM-DD` format which defines Angular's
1212
# browser support. This date serves as the source of truth for the Angular CLI's

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.3",
50-
"@angular/cdk": "20.1.0-next.2",
51-
"@angular/common": "20.1.0-next.3",
52-
"@angular/compiler": "20.1.0-next.3",
53-
"@angular/compiler-cli": "20.1.0-next.3",
54-
"@angular/core": "20.1.0-next.3",
55-
"@angular/forms": "20.1.0-next.3",
56-
"@angular/localize": "20.1.0-next.3",
57-
"@angular/material": "20.1.0-next.2",
58-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8fe809d31ea3536087ca56cf7ff9ddd544dba658",
59-
"@angular/platform-browser": "20.1.0-next.3",
60-
"@angular/platform-server": "20.1.0-next.3",
61-
"@angular/router": "20.1.0-next.3",
62-
"@angular/service-worker": "20.1.0-next.3",
49+
"@angular/animations": "20.1.0",
50+
"@angular/cdk": "20.1.0",
51+
"@angular/common": "20.1.0",
52+
"@angular/compiler": "20.1.0",
53+
"@angular/compiler-cli": "20.1.0",
54+
"@angular/core": "20.1.0",
55+
"@angular/forms": "20.1.0",
56+
"@angular/localize": "20.1.0",
57+
"@angular/material": "20.1.0",
58+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd",
59+
"@angular/platform-browser": "20.1.0",
60+
"@angular/platform-server": "20.1.0",
61+
"@angular/router": "20.1.0",
62+
"@angular/service-worker": "20.1.0",
6363
"@bazel/bazelisk": "1.26.0",
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.3.1",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@angular-devkit/core": "workspace:*",
5454
"jsdom": "26.1.0",
5555
"less": "4.3.0",
56-
"ng-packagr": "20.1.0-next.0",
56+
"ng-packagr": "20.1.0",
5757
"postcss": "8.5.6",
5858
"rxjs": "7.8.2",
5959
"vitest": "3.2.4"

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

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@angular/ssr": "workspace:*",
6969
"@web/test-runner": "0.20.2",
7070
"browser-sync": "3.0.4",
71-
"ng-packagr": "20.1.0-next.0",
71+
"ng-packagr": "20.1.0",
7272
"undici": "7.11.0"
7373
},
7474
"peerDependencies": {

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

0 commit comments

Comments
 (0)