-
Notifications
You must be signed in to change notification settings - Fork 142
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
Used version of @typescript-eslint/utils does not support ESLint v9 #946
Labels
Comments
fernion
added
bug
Something isn't working
triage
Pending to be triaged by a maintainer
labels
Oct 23, 2024
This will be fixed once #945 is merged |
MichaelDeBoey
added
v7
Next major v7
and removed
bug
Something isn't working
triage
Pending to be triaged by a maintainer
labels
Oct 23, 2024
🎉 This issue has been resolved in version 7.0.0-beta.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I've just checked the latest |
@hudochenkov It will be fixed once #955 is merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you read the Troubleshooting section?
No
Plugin version
v6.4.0
ESLint version
v9.13.0
Node.js version
v20.11.1
package manager and version
yarn 4.0.2
Operating system
Ubuntu 24.04.1 LTS
Bug description
I could not find an issue for this "problem", so please close the issue if it is known already.
So far things seem to work correctly except for the warning message.
The current version of @typescript-eslint/utils does not list ESLint v9 as a supported version. The result is a warning when running
yarn install
:eslint is listed by your project with version 9.13.0, which doesn't satisfy what eslint-plugin-testing-library (p7b6a7) and other dependencies request (^7.5.0 || ^8.0.0).
Steps to reproduce
run yarn install
Error output/screenshots
No response
ESLint configuration
Not applicable
Rule(s) affected
None
Anything else?
No response
Do you want to submit a pull request to fix this bug?
No
The text was updated successfully, but these errors were encountered: