jest-community / eslint-plugin-jest

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

Allow @typescript-eslint/utils@7 as a dependency #1566

Closed JoshuaKGoldberg closed 2 months ago

JoshuaKGoldberg commented 3 months ago

Following up after #1398 -> #1400: it looks like @typescript-eslint/utils is still at v5. Would you be open to a PR that adds ~|| ^6.0.0 || ^7.0.0~ edit: || ^7.0.0 to that range?

https://github.com/jest-community/eslint-plugin-jest/blob/20c870387cee61440e4d4570dca5716613c449e5/package.json#L67-L69

It'd be great to deduplicate the version of the utils package for folks on v6 & v7.

SimenB commented 3 months ago

That's 6? But yeah, if there are no breaking changes in 7 (API wise) we can probably do that without issue 👍

JoshuaKGoldberg commented 3 months ago

Heh, sorry, yes - silly morning typo on my end. Thanks!

github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 28.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: