-
Notifications
You must be signed in to change notification settings - Fork 39
Typescript v5 support #60
Comments
There are some issues with |
Please prioritize this issue. |
@josundt you can try installing |
Final release for TS v5 support has been published in Could you please try it out on your projects and let me know if it's working fine so we can proceed with the latest release? |
@gund I've just tried v1.4.0-next.2 with TS v5.0.3 and getting |
Same issue on my side |
Wow that is unexpected as we did not change any code at all since the last release... |
Btw are you testing new version with the updated typescript-eslint package versions? |
I'm using |
@maxnowack you're right. I just assumed it's @gund sorry about false alarm :) |
Oh well that's good. But does it mean that eslint and typescript v5 does not work in general right now? |
@maxnowack it looks like in my case, the problem is with |
Nice, so we have one confirmation that support for v5 works. Let's wait for a few more and then we can publish it on latest. |
I tried it in a NestJS project together with several other ESLint plugins and it worked fine. 👍 |
I haven't tried |
Same experience as mscharley |
🎉 This issue has been resolved in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This issue tracks a support for Typescript v5.
Before the following steps are done Typescript v5 support will NOT land into latest release:
If you already would like to play around with Typescript v5 beta you can try
@next
NPM tag version of this package which includes Typescript v5 beta in it's peer dependencies.If you find any issues with it you may report them in this issue or open a PR to
next
branch with a fix.Any fixes merged into
next
branch will be automatically released under@next
NPM release tag.The text was updated successfully, but these errors were encountered: