Skip to content

Commit 3e0cac1

Browse files
committed
Add support for TypeScript 5.8
No API changes in this release, so just add it to the list of permitted versions.
1 parent f57e208 commit 3e0cac1

File tree

4 files changed

+42
-41
lines changed

4 files changed

+42
-41
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ title: Changelog
2929

3030
### Features
3131

32+
- Add support for TypeScript 5.8.x
3233
- The search modal in the HTML output has been rewritten to provide better mobile support
3334
- Added a `--router` option which can be used to modify TypeDoc's output folder
3435
structure. This can be extended with plugins, #2111.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"yaml": "^2.7.0 "
3939
},
4040
"peerDependencies": {
41-
"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"
41+
"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"
4242
},
4343
"devDependencies": {
4444
"@eslint/js": "^9.21.0",
@@ -55,7 +55,7 @@
5555
"puppeteer": "^24.2.1",
5656
"semver": "^7.7.1",
5757
"tsx": "^4.19.3",
58-
"typescript": "5.7.3",
58+
"typescript": "5.8.1-rc",
5959
"typescript-eslint": "^8.24.1"
6060
},
6161
"files": [

pnpm-lock.yaml

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

site/overview.md

Lines changed: 1 addition & 1 deletion
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.28 | 5.1 through 5.8 | ✅ Maintained |
22+
| 0.28 | 5.0 through 5.8 | ✅ Maintained |
2323
| 0.27 | 5.0 through 5.7 | ⚠️ Security Updates |
2424
| 0.26 | 4.6 through 5.6 | ❌ Unmaintained |
2525
| 0.25 | 4.6 through 5.4 | ❌ Unmaintained |

0 commit comments

Comments
 (0)