Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for TypeScript 4.5 #1798

Closed
vladmandic opened this issue Nov 17, 2021 · 2 comments
Closed

Add support for TypeScript 4.5 #1798

vladmandic opened this issue Nov 17, 2021 · 2 comments
Labels
enhancement Improved functionality

Comments

@vladmandic
Copy link

Now that TypeScript 4.5 is released, would be nice if TSDoc supported it

It seems to work without issues (unlike some painful upgrades in the past), just throws a warning:

You are running with an unsupported TypeScript version! TypeDoc supports 4.0, 4.1, 4.2, 4.3, 4.4

Environment: TSDoc 0.22.9 with TypeScript 4.5.2

@vladmandic vladmandic added the enhancement Improved functionality label Nov 17, 2021
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Nov 21, 2021

Should be able to get to this Tuesday at the latest :)

@rvilarl
Copy link

rvilarl commented Nov 24, 2021

The change required is to add || 4.5.x to the following line, is not it?

"typescript": "4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x"

We are using TypeDoc with TypeScript 4.5.2 starting with 4.5.0-beta in VexFlow without issues now since 22 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improved functionality
Projects
None yet
Development

No branches or pull requests

3 participants