jest-community / eslint-plugin-jest

ESLint plugin for Jest
MIT License
1.13k stars 230 forks source link

chore(deps): update typescript-eslint monorepo to v7 (major) #1555

Closed lluiscab closed 5 months ago

lluiscab commented 5 months ago

Based on #1397

Solves tsc errors in src/index.ts

G-Rath commented 5 months ago

This is a breaking change since it drops versions of Node we still support, and there's currently no need to upgrade

(But thank you for the PR 🙂)

lluiscab commented 5 months ago

I was unaware of the dropped support for older NodeJS versions. I saw the pending failed PR from renovate and figured that was he only thing blocking the update.

I'd like the update mainly to finally remove @typescript-eslint/utils@^6.0.0 from my project and use v7 exclusively