Skip to content

Commit 15f4ffc

Browse files
committed
Bump TypeScript to 5.8
1 parent 1c3fc05 commit 15f4ffc

File tree

3 files changed

+1275
-1194
lines changed

3 files changed

+1275
-1194
lines changed

.github/workflows/build-and-test-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
node: ['20.x']
56-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
56+
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
5757

5858
steps:
5959
- name: Checkout repo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"rimraf": "^3.0.2",
8282
"shelljs": "^0.8.5",
8383
"tsup": "^8.2.4",
84-
"typescript": "^5.4.2",
84+
"typescript": "^5.8.2",
8585
"vitest": "^1.6.0"
8686
},
8787
"resolutions": {

0 commit comments

Comments
 (0)