- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 735
Allow Typescript 5.0 #2201
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
Comments
Yes, please |
Will probably be Sunday, don't expect I'll have time before then |
This was referenced Mar 17, 2023
Merged
DonovanDMC
added a commit
to OceanicJS/Oceanic
that referenced
this issue
Mar 17, 2023
Gerrit0
added a commit
that referenced
this issue
Mar 19, 2023
Support released in 0.23.28 |
🎉 🙏 🚀 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search Terms
typescript 5.0
Problem
Typescript 5.0 released but the peer dependencies do not allow v5 yet.
Suggested Solution
Allow 5.0.x in the peer dependencies.
If also updating the package to v5 this is a relevant flag to the project verbatimModuleSyntax and it's connection to
isolatedModules
An alternative option for imports could be to setup ts lint and use @typescript-eslint/consistent-type-imports
I had a quick attempt at updating but ended up with 2 errors in tests
evals to false:
typedoc/src/test/issueTests.ts
Line 224 in d2057a1
I suspect here it failes a deep equality check:
typedoc/src/test/converter2.test.ts
Line 61 in d2057a1
The text was updated successfully, but these errors were encountered: