Skip to content

Commit 7291579

Browse files
crisbetodgp1130
authored andcommitted
build: update to TypeScript 4.7
Bumps up the TypeScript version to 4.7.
1 parent 0301cf6 commit 7291579

File tree

6 files changed

+11906
-9711
lines changed

6 files changed

+11906
-9711
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"tree-kill": "1.2.2",
210210
"ts-node": "^10.0.0",
211211
"tslib": "2.4.0",
212-
"typescript": "4.6.4",
212+
"typescript": "4.7.0-beta",
213213
"verdaccio": "5.10.0",
214214
"verdaccio-auth-memory": "^10.0.0",
215215
"webpack": "5.72.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
3131
"@angular/compiler": "14.0.0-next.16",
3232
"@angular/compiler-cli": "14.0.0-next.16",
33-
"typescript": "4.6.4",
33+
"typescript": "4.7.0-beta",
3434
"webpack": "5.72.0"
3535
}
3636
}

packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
load("//tools:defaults.bzl", "ts_library")
22

3-
# files fetched on 2022-03-10 from
4-
# https://github.com/microsoft/TypeScript/releases/tag/v4.6.2
3+
# files fetched on 2022-05-06 from
4+
# https://github.com/microsoft/TypeScript/releases/tag/v4.7-beta
55

66
# Commands to download:
7-
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.6.2/lib/typescript.d.ts -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
8-
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.6.2/lib/typescript.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
7+
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.7-beta/lib/typescript.d.ts -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
8+
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.7-beta/lib/typescript.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
99

1010
licenses(["notice"]) # Apache 2.0
1111

0 commit comments

Comments
 (0)