jest-community / eslint-plugin-jest

ESLint plugin for Jest
MIT License
1.12k stars 229 forks source link

fix: allow ESLint 9 as peer dependency #1547

Closed SimenB closed 3 months ago

github-actions[bot] commented 3 months ago
Fails
:no_entry_sign: Please include a body for your PR

Generated by :no_entry_sign: dangerJS against a44d276d593652895394e9c2bcc0925227ad847a

G-Rath commented 3 months ago

Beat me to it 😁

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 28.0.0-next.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 28.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

anthony0030 commented 3 months ago

I am getting this warning:

warning "eslint-plugin-jest > @typescript-eslint/utils@6.21.0" has incorrect peer dependency "eslint@^7.0.0 || ^8.0.0".

Is it related?

SimenB commented 3 months ago

@anthony0030 https://github.com/typescript-eslint/typescript-eslint/issues/8211

(we will probably need to update to v7 whenever that is actually fixed)

Things should work fine even with the warning, tho.

anthony0030 commented 3 months ago

@SimenB thankyou for the info 😃