Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 898a0c7

Browse files
committed
build: update Angular to version 14.2 and TypeScript to 4.8
1 parent e474c7b commit 898a0c7

File tree

5 files changed

+1030
-298
lines changed

5 files changed

+1030
-298
lines changed

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b158ee64c37844b5bc8fed167815f6f0e99c3ae7
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@3238f034456be0ac0fbc94a3333b4ba82a8cbacf
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@b158ee64c37844b5bc8fed167815f6f0e99c3ae7
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@3238f034456be0ac0fbc94a3333b4ba82a8cbacf
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
lock_closed:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: angular/dev-infra/github-actions/lock-closed@b158ee64c37844b5bc8fed167815f6f0e99c3ae7
16+
- uses: angular/dev-infra/github-actions/lock-closed@3238f034456be0ac0fbc94a3333b4ba82a8cbacf
1717
with:
1818
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@
3535
"@types/node": "^14.15.0"
3636
},
3737
"devDependencies": {
38-
"@angular-devkit/architect": "0.1401.2",
39-
"@angular-devkit/build-angular": "14.1.2",
40-
"@angular-devkit/core": "14.1.2",
41-
"@angular-devkit/schematics": "14.1.2",
42-
"@angular/animations": "14.1.2",
43-
"@angular/bazel": "14.1.2",
44-
"@angular/cli": "14.1.2",
45-
"@angular/common": "14.1.2",
46-
"@angular/compiler": "14.1.2",
47-
"@angular/compiler-cli": "14.1.2",
48-
"@angular/core": "14.1.2",
38+
"@angular-devkit/architect": "0.1402.1",
39+
"@angular-devkit/build-angular": "14.2.1",
40+
"@angular-devkit/core": "14.2.1",
41+
"@angular-devkit/schematics": "14.2.1",
42+
"@angular/animations": "14.2.0",
43+
"@angular/bazel": "14.2.0",
44+
"@angular/cli": "14.2.1",
45+
"@angular/common": "14.2.0",
46+
"@angular/compiler": "14.2.0",
47+
"@angular/compiler-cli": "14.2.0",
48+
"@angular/core": "14.2.0",
4949
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#6d9c069f7ba8bedd07d376444d65472154026ce8",
50-
"@angular/platform-browser": "14.1.2",
51-
"@angular/platform-browser-dynamic": "14.1.2",
52-
"@angular/platform-server": "14.1.2",
53-
"@angular/router": "14.1.2",
54-
"@angular/service-worker": "14.1.2",
50+
"@angular/platform-browser": "14.2.0",
51+
"@angular/platform-browser-dynamic": "14.2.0",
52+
"@angular/platform-server": "14.2.0",
53+
"@angular/router": "14.2.0",
54+
"@angular/service-worker": "14.2.0",
5555
"@bazel/bazelisk": "1.12.1",
5656
"@bazel/buildifier": "5.1.0",
5757
"@bazel/concatjs": "5.5.3",
@@ -60,7 +60,7 @@
6060
"@bazel/jasmine": "5.5.3",
6161
"@rollup/plugin-commonjs": "^22.0.0",
6262
"@rollup/plugin-node-resolve": "^13.0.5",
63-
"@schematics/angular": "14.1.2",
63+
"@schematics/angular": "14.2.1",
6464
"@types/browser-sync": "^2.26.1",
6565
"@types/express": "~4.17.6",
6666
"@types/fs-extra": "^9.0.0",
@@ -101,7 +101,7 @@
101101
"ts-node": "10.9.1",
102102
"tslib": "~2.4.0",
103103
"tsutils": "^3.0.0",
104-
"typescript": "4.7.4",
104+
"typescript": "4.8.1-rc",
105105
"xhr2": "^0.2.0",
106106
"zone.js": "^0.11.0"
107107
}

tools/defaults.bzl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,16 @@ def ts_library(
4646
**kwargs
4747
)
4848

49-
NG_VERSION = "^14.1.0-next"
49+
NG_VERSION = "^14.2.0"
5050
RXJS_VERSION = "^6.5.5"
5151
EXPRESS_VERSION = "^4.15.2"
5252
EXPRESS_TYPES_VERSION = "^4.17.0"
53-
DEVKIT_CORE_VERSION = "^14.1.0-next"
54-
DEVKIT_ARCHITECT_VERSION = "^0.1400.0-next"
55-
DEVKIT_BUILD_ANGULAR_VERSION = "^14.1.0-next"
53+
DEVKIT_CORE_VERSION = "^14.2.0"
54+
DEVKIT_ARCHITECT_VERSION = "^0.1402.0"
55+
DEVKIT_BUILD_ANGULAR_VERSION = "^14.2.0"
5656
TSLIB_VERSION = "^2.3.0"
5757

5858
NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [
59-
"aspnetcore-engine",
6059
"builders",
6160
"common",
6261
"express-engine",

0 commit comments

Comments
 (0)