Skip to content

Commit b3c1d72

Browse files
committed
build: update FW packages to 20.3.0
Update FW packages to latest minor.
1 parent 7eacb41 commit b3c1d72

File tree

8 files changed

+155
-154
lines changed

8 files changed

+155
-154
lines changed

constants.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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.2.0"
7-
ANGULAR_FW_VERSION = "^20.2.0"
6+
NG_PACKAGR_VERSION = "^20.3.0"
7+
ANGULAR_FW_VERSION = "^20.3.0"
88
ANGULAR_FW_PEER_DEP = "^20.0.0"
99
NG_PACKAGR_PEER_DEP = "^20.0.0"
1010

package.json

Lines changed: 11 additions & 11 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.2.4",
49+
"@angular/animations": "20.3.0",
5050
"@angular/cdk": "20.2.2",
51-
"@angular/common": "20.2.4",
52-
"@angular/compiler": "20.2.4",
53-
"@angular/compiler-cli": "20.2.4",
54-
"@angular/core": "20.2.4",
55-
"@angular/forms": "20.2.4",
56-
"@angular/localize": "20.2.4",
51+
"@angular/common": "20.3.0",
52+
"@angular/compiler": "20.3.0",
53+
"@angular/compiler-cli": "20.3.0",
54+
"@angular/core": "20.3.0",
55+
"@angular/forms": "20.3.0",
56+
"@angular/localize": "20.3.0",
5757
"@angular/material": "20.2.2",
5858
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1b75cbad43a688705205725df89bf311a8d08652",
59-
"@angular/platform-browser": "20.2.4",
60-
"@angular/platform-server": "20.2.4",
61-
"@angular/router": "20.2.4",
62-
"@angular/service-worker": "20.2.4",
59+
"@angular/platform-browser": "20.3.0",
60+
"@angular/platform-server": "20.3.0",
61+
"@angular/router": "20.3.0",
62+
"@angular/service-worker": "20.3.0",
6363
"@bazel/bazelisk": "1.26.0",
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.3.2",

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.4.0",
56-
"ng-packagr": "20.2.0",
56+
"ng-packagr": "20.3.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.2.4",
33-
"@angular/compiler": "20.2.4",
34-
"@angular/core": "20.2.4",
35-
"@angular/platform-browser": "20.2.4",
36-
"@angular/platform-server": "20.2.4",
37-
"@angular/router": "20.2.4",
32+
"@angular/common": "20.3.0",
33+
"@angular/compiler": "20.3.0",
34+
"@angular/core": "20.3.0",
35+
"@angular/platform-browser": "20.3.0",
36+
"@angular/platform-server": "20.3.0",
37+
"@angular/router": "20.3.0",
3838
"@schematics/angular": "workspace:*"
3939
},
4040
"sideEffects": false,

packages/angular_devkit/build_angular/BUILD.bazel

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

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.2.0",
71+
"ng-packagr": "20.3.0",
7272
"undici": "7.13.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.2.4",
31-
"@angular/compiler-cli": "20.2.4",
30+
"@angular/compiler": "20.3.0",
31+
"@angular/compiler-cli": "20.3.0",
3232
"typescript": "5.9.2",
3333
"webpack": "5.101.2"
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)