Skip to content

Commit 7d3df47

Browse files
crisbetoalxhub
authored andcommitted
build: update to TypeScript 4.8 final (angular#47270)
Bumps up to the final version of TS 4.8 and removes some workarounds. PR Close angular#47270
1 parent 32e3081 commit 7d3df47

File tree

28 files changed

+3672
-2883
lines changed

28 files changed

+3672
-2883
lines changed

integration/animations/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ load("//integration:index.bzl", "ng_integration_test")
22

33
ng_integration_test(
44
name = "test",
5-
# Pinned temporarily until the CLI is updated to support TS 4.8.
6-
pinned_npm_packages = ["typescript"],
75
setup_chromium = True,
86
track_payload_size = "animations",
97
)

integration/animations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"protractor": "file:../../node_modules/protractor",
4343
"ts-node": "8.3.0",
4444
"tslint": "5.18.0",
45-
"typescript": "~4.7.2"
45+
"typescript": "file:../../node_modules/typescript"
4646
}
4747
}

integration/animations/yarn.lock

Lines changed: 446 additions & 467 deletions
Large diffs are not rendered by default.

integration/cli-hello-world-ivy-compat/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ load("//integration:index.bzl", "ng_integration_test")
22

33
ng_integration_test(
44
name = "test",
5-
# Pinned temporarily until the CLI is updated to support TS 4.8.
6-
pinned_npm_packages = ["typescript"],
75
setup_chromium = True,
86
track_payload_size = "cli-hello-world-ivy-compat",
97
)

integration/cli-hello-world-ivy-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"protractor": "file:../../node_modules/protractor",
4545
"ts-node": "8.3.0",
4646
"tslint": "5.18.0",
47-
"typescript": "~4.7.2"
47+
"typescript": "file:../../node_modules/typescript"
4848
}
4949
}

integration/cli-hello-world-ivy-compat/yarn.lock

Lines changed: 446 additions & 467 deletions
Large diffs are not rendered by default.

integration/cli-hello-world-mocha/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ load("//integration:index.bzl", "ng_integration_test")
22

33
ng_integration_test(
44
name = "test",
5-
# Pinned temporarily until the CLI is updated to support TS 4.8.
6-
pinned_npm_packages = ["typescript"],
75
setup_chromium = True,
86
track_payload_size = "cli-hello-world",
97
)

integration/cli-hello-world-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"protractor": "file:../../node_modules/protractor",
4848
"ts-node": "8.3.0",
4949
"tslint": "5.18.0",
50-
"typescript": "~4.7.2"
50+
"typescript": "file:../../node_modules/typescript"
5151
}
5252
}

0 commit comments

Comments
 (0)