Skip to content

Commit f372987

Browse files
authored
feat: support TypeScript 5.8 (#101)
1 parent 63be5a7 commit f372987

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

.changeset/twelve-mugs-switch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'dts-buddy': patch
3+
---
4+
5+
feat: support TypeScript 5.8

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
node: [20, 22]
3939
os: [ubuntu-latest]
40-
typescript: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7']
40+
typescript: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
4141
include:
4242
- node: 18
4343
os: ubuntu-latest

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"ts-api-utils": "^1.0.3"
2020
},
2121
"peerDependencies": {
22-
"typescript": ">=5.0.4 <5.8"
22+
"typescript": ">=5.0.4 <5.9"
2323
},
2424
"devDependencies": {
2525
"@changesets/cli": "^2.28.1",
2626
"@types/node": "^20.7.2",
2727
"@types/semver": "^7.5.3",
2828
"prettier": "^3.0.3",
2929
"semver": "^7.5.4",
30-
"typescript": "~5.7.3",
30+
"typescript": "~5.8.3",
3131
"uvu": "^0.5.6"
3232
},
3333
"scripts": {

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)