Closed fernion closed 3 days ago
This will be fixed once #945 is merged
:tada: This issue has been resolved in version 7.0.0-beta.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I've just checked the latest v7.0.0-beta.5
and the issues is still present, but should be fixed by https://github.com/testing-library/eslint-plugin-testing-library/issues/948
@hudochenkov It will be fixed once #955 is merged
:tada: This issue has been resolved in version 7.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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).
✓ eslint-plugin-testing-library@npm:6.4.0 [5c80b] (via ^7.5.0 || ^8.0.0 || ^9.0.0)
However, those packages themselves have more dependencies listing eslint as peer dependency:
✘ @typescript-eslint/utils@npm:5.62.0 [149d9] (via ^6.0.0 || ^7.0.0 || ^8.0.0)