Skip to content

Commit cacec58

Browse files
committed
Add support for TypeScript 5.8
1 parent 7275342 commit cacec58

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ title: Changelog
44

55
## Unreleased
66

7+
This will be the last v0.27.x release, see #2868 for discussion on the 0.28 beta.
8+
9+
### Features
10+
11+
- Added support for TypeScript 5.8
12+
713
## v0.27.8 (2025-02-21)
814

915
### Features

Diff for: package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"yaml": "^2.6.1"
3434
},
3535
"peerDependencies": {
36-
"typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x"
36+
"typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x"
3737
},
3838
"devDependencies": {
3939
"@types/lunr": "^2.3.7",
@@ -49,7 +49,7 @@
4949
"puppeteer": "^23.6.1",
5050
"semver": "^7.6.3",
5151
"tsx": "^4.19.2",
52-
"typescript": "5.7.2",
52+
"typescript": "5.8.1-rc",
5353
"typescript-eslint": "^8.15.0"
5454
},
5555
"files": [

Diff for: site/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the supported version range will generally not include versions not supported by
1919

2020
| TypeDoc Version | TypeScript Version | Status |
2121
| --------------- | ------------------ | ------------------- |
22-
| 0.27 | 5.0 through 5.7 | ✅ Maintained |
22+
| 0.27 | 5.0 through 5.8 | ✅ Maintained |
2323
| 0.26 | 4.6 through 5.6 | ⚠️ Security Updates |
2424
| 0.25 | 4.6 through 5.4 | ❌ Unmaintained |
2525
| 0.24 | 4.6 through 5.1 | ❌ Unmaintained |

0 commit comments

Comments
 (0)