Skip to content

Commit 9257e3f

Browse files
committed
build: update FW and ng-packagr dependencies for major release
1 parent 3655ad3 commit 9257e3f

File tree

7 files changed

+156
-156
lines changed

7 files changed

+156
-156
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 = "^21.0.0-next.0"
7-
ANGULAR_FW_VERSION = "^21.0.0-next.0"
8-
ANGULAR_FW_PEER_DEP = "^21.0.0-next.0"
9-
NG_PACKAGR_PEER_DEP = "^21.0.0-next.0"
6+
NG_PACKAGR_VERSION = "^21.0.0"
7+
ANGULAR_FW_VERSION = "^21.0.0"
8+
ANGULAR_FW_PEER_DEP = "^21.0.0"
9+
NG_PACKAGR_PEER_DEP = "^21.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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
},
4545
"homepage": "https://github.com/angular/angular-cli",
4646
"devDependencies": {
47-
"@angular/animations": "21.0.0-rc.2",
47+
"@angular/animations": "21.0.0",
4848
"@angular/cdk": "21.0.0-rc.2",
49-
"@angular/common": "21.0.0-rc.2",
50-
"@angular/compiler": "21.0.0-rc.2",
51-
"@angular/compiler-cli": "21.0.0-rc.2",
52-
"@angular/core": "21.0.0-rc.2",
53-
"@angular/forms": "21.0.0-rc.2",
54-
"@angular/localize": "21.0.0-rc.2",
49+
"@angular/common": "21.0.0",
50+
"@angular/compiler": "21.0.0",
51+
"@angular/compiler-cli": "21.0.0",
52+
"@angular/core": "21.0.0",
53+
"@angular/forms": "21.0.0",
54+
"@angular/localize": "21.0.0",
5555
"@angular/material": "21.0.0-rc.2",
5656
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#49d7316da246484759b94f87e6eda47fde86b992",
57-
"@angular/platform-browser": "21.0.0-rc.2",
58-
"@angular/platform-server": "21.0.0-rc.2",
59-
"@angular/router": "21.0.0-rc.2",
60-
"@angular/service-worker": "21.0.0-rc.2",
57+
"@angular/platform-browser": "21.0.0",
58+
"@angular/platform-server": "21.0.0",
59+
"@angular/router": "21.0.0",
60+
"@angular/service-worker": "21.0.0",
6161
"@babel/core": "7.28.4",
6262
"@bazel/bazelisk": "1.26.0",
6363
"@bazel/buildifier": "8.2.1",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@angular/ssr": "workspace:*",
5555
"jsdom": "27.1.0",
5656
"less": "4.4.2",
57-
"ng-packagr": "21.0.0-rc.1",
57+
"ng-packagr": "21.0.0",
5858
"postcss": "8.5.6",
5959
"rxjs": "7.8.2",
6060
"vitest": "4.0.8"

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

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": "21.0.0-rc.1",
71+
"ng-packagr": "21.0.0",
7272
"undici": "7.16.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": "21.0.0-rc.2",
31-
"@angular/compiler-cli": "21.0.0-rc.2",
30+
"@angular/compiler": "21.0.0",
31+
"@angular/compiler-cli": "21.0.0",
3232
"typescript": "5.9.3",
3333
"webpack": "5.102.1"
3434
}

pnpm-lock.yaml

Lines changed: 131 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)