Skip to content
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

fix: allow v7 of @typescript-eslint and v28 of eslint-plugin-jest #321

Merged
merged 3 commits into from
May 10, 2024

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented May 8, 2024

We're compatible with both of these versions:

  • @typescript-eslint v7 is just dropping Node versions to align with ESLint v8/v9, to make it easier for the v8 major
  • eslint-plugin-jest v28 is small, dropping some Node versions and removing a couple of deprecated things that we never used

For now I'm just making the smallest change possible to unblock some other unrelated work that involves NPM - I'm going to followup later with a bigger update which will include dropping support for the older versions.

@G-Rath G-Rath force-pushed the update-peer-dependencies branch from 7bbe028 to fa2f0ed Compare May 8, 2024 20:26
@G-Rath G-Rath force-pushed the update-peer-dependencies branch from fa2f0ed to 2311f19 Compare May 8, 2024 20:27
@G-Rath G-Rath marked this pull request as ready for review May 8, 2024 20:29
@G-Rath G-Rath requested review from lukeify and nzlaura May 8, 2024 20:29
Copy link

@nzlaura nzlaura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👌

@G-Rath G-Rath merged commit 99f27da into main May 10, 2024
18 checks passed
@G-Rath G-Rath deleted the update-peer-dependencies branch May 10, 2024 04:34
github-actions bot pushed a commit that referenced this pull request May 10, 2024
## [3.2.2](v3.2.1...v3.2.2) (2024-05-10)

### Bug Fixes

* allow v7 of `[@typescript-eslint](https://github.com/typescript-eslint)` and v28 of `eslint-plugin-jest` ([#321](#321)) ([99f27da](99f27da))
Copy link

🎉 This PR is included in version 3.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants