Skip to content

Commit 326d48a

Browse files
crisbetommalerba
authored andcommitted
feat(core): drop support for TypeScript older than 5.8 (#60197)
Narrows down the versions of TypeScript we need to support. BREAKING CHANGE: * TypeScript versions less than 5.8 are no longer supported. PR Close #60197
1 parent d5e91e0 commit 326d48a

File tree

21 files changed

+2770
-5088
lines changed

21 files changed

+2770
-5088
lines changed

integration/platform-server-hydration/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-
# TODO(crisbeto): Pinned temporarily until the CLI is updated to support TS 5.5.
6-
pinned_npm_packages = ["typescript"],
75
setup_chromium = True,
86
track_payload_paths = [
97
"/browser",

integration/platform-server-hydration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"jasmine-spec-reporter": "4.2.1",
3838
"protractor": "file:../../node_modules/protractor",
3939
"ts-node": "8.3.0",
40-
"typescript": "5.5.2"
40+
"typescript": "file:../../node_modules/typescript"
4141
}
4242
}

0 commit comments

Comments
 (0)