Skip to content

Commit 8bcc663

Browse files
crisbetoAndrewKushnir
authored andcommitted
feat(core): drop support for TypeScript 5.4 (#57577)
TypeScript 5.4 is no longer supported. BREAKING CHANGE: * TypeScript versions less than 5.5 are no longer supported. PR Close #57577
1 parent 6c2beba commit 8bcc663

File tree

10 files changed

+617
-1485
lines changed

10 files changed

+617
-1485
lines changed

β€Žintegration/platform-server-hydration/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"jasmine-spec-reporter": "4.2.1",
3636
"protractor": "file:../../node_modules/protractor",
3737
"ts-node": "8.3.0",
38-
"typescript": "5.4.2"
38+
"typescript": "5.5.2"
3939
}
4040
}

β€Žintegration/platform-server-hydration/yarn.lockβ€Ž

Lines changed: 613 additions & 542 deletions
Large diffs are not rendered by default.

β€Žintegration/typings_test_ts54/BUILD.bazelβ€Ž

Lines changed: 0 additions & 9 deletions
This file was deleted.

β€Žintegration/typings_test_ts54/include-all.tsβ€Ž

Lines changed: 0 additions & 67 deletions
This file was deleted.

β€Žintegration/typings_test_ts54/package.jsonβ€Ž

Lines changed: 0 additions & 29 deletions
This file was deleted.

β€Žintegration/typings_test_ts54/tsconfig.jsonβ€Ž

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
Β (0)