Skip to content

Commit 2b972e1

Browse files
authored
build: update to TypeScript 5.6 final (#29736)
Updates the repo to the final version of TypeScript 5.6.
1 parent 873eb01 commit 2b972e1

File tree

13 files changed

+2923
-2399
lines changed

13 files changed

+2923
-2399
lines changed

integration/harness-e2e-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"karma-jasmine-html-reporter": "~1.7.0",
4545
"selenium-webdriver": "3.6.0",
4646
"ts-node": "~10.9.1",
47-
"typescript": "5.6.1-rc",
47+
"typescript": "5.6.2",
4848
"wait-on": "^6.0.0"
4949
},
5050
"resolutions": {

integration/harness-e2e-cli/yarn.lock

Lines changed: 474 additions & 351 deletions
Large diffs are not rendered by default.

integration/ng-add-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"karma-coverage": "~2.2.0",
3636
"karma-jasmine": "~5.1.0",
3737
"karma-jasmine-html-reporter": "~2.0.0",
38-
"typescript": "5.6.1-rc"
38+
"typescript": "5.6.2"
3939
},
4040
"resolutions": {
4141
"string-width": "4.2.3",

integration/ng-add-standalone/yarn.lock

Lines changed: 456 additions & 362 deletions
Large diffs are not rendered by default.

integration/ng-add/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"karma-coverage": "~2.0.3",
3838
"karma-jasmine": "~4.0.0",
3939
"karma-jasmine-html-reporter": "~1.7.0",
40-
"typescript": "5.6.1-rc"
40+
"typescript": "5.6.2"
4141
},
4242
"resolutions": {
4343
"string-width": "4.2.3",

0 commit comments

Comments
 (0)