-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support for ESLint 8.0.0 #278
Comments
I would be happy to handle this issue if help is needed here 👍 let me know! |
Thanks for the offer but I'm working on this atm. There should be a release later today. |
Sorry I should've checked in the issue first, just closed my PRs. Thanks for looking into it 👍 |
@m4thieulavoie Thanks anyway :) |
I've just released an RC version of the next version of this plugin which has support eslint 8 (this PR). Please feel free to test it out and if all is well, I'll release it in the next day or so. You can add it with |
🎉 This issue has been resolved in version 4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Suggestion
ESLint 8.0.0 dropped and brings some breaking changes.
https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0
Yesterday @typescript/eslint also published 5.0.0 to support new ESLint version.
https://github.com/typescript-eslint/typescript-eslint/releases/tag/v5.0.0
From the errors thrown, I see at least this dependency should be updated to support new ESLint:
"@typescript-eslint/experimental-utils"
Currently I am getting this error:
Whether or not this implies the requirement of a new major release, I am not aware.
The text was updated successfully, but these errors were encountered: