Skip to content

Commit f6ad1ad

Browse files
authored
Merge pull request #4782 from aryaemami59/chore/ts-5.8
chore: update TypeScript version to 5.8
2 parents 9f3de74 + 5373b39 commit f6ad1ad

File tree

3 files changed

+2088
-2080
lines changed

3 files changed

+2088
-2080
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
fail-fast: false
111111
matrix:
112112
node: ['20.x']
113-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
113+
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
114114
steps:
115115
- name: Checkout repo
116116
uses: actions/checkout@v4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"rimraf": "^5.0.5",
7575
"rxjs": "^7.8.1",
7676
"tsup": "8.0.2",
77-
"typescript": "^5.5.4",
77+
"typescript": "^5.8.2",
7878
"vitest": "^2.0.5"
7979
},
8080
"resolutions": {

0 commit comments

Comments
 (0)