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

Typescript 5.4 support #2517

Closed
hildjj opened this issue Mar 6, 2024 · 2 comments
Closed

Typescript 5.4 support #2517

hildjj opened this issue Mar 6, 2024 · 2 comments
Labels
enhancement Improved functionality

Comments

@hildjj
Copy link

hildjj commented Mar 6, 2024

(copied from #2446)

Search Terms

TypeScript 5.4

Problem

[warning] You are running with an unsupported TypeScript version! If TypeDoc crashes, this is why. TypeDoc supports 4.6, 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3

Suggested Solution

Update to TypeScript 5.4, including peerDependencies, and re-test.

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Mar 6, 2024

Also needs a test for NoInfer - will probably be this weekend.

@nicfv
Copy link

nicfv commented Mar 7, 2024

I got this warning/error too.

Minimal reproduction:

Create an empty node project with this package.json and run npm i

{
  "devDependencies": {
    "typedoc": "^0.25.11",
    "typescript": "^5.4.2"
  }
}

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