Skip to content

Commit c6ac4fe

Browse files
MichaelDeBoeyBelco90
authored andcommitted
feat: drop ESLint v7 support (#944)
1 parent 15e7ced commit c6ac4fe

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/verifications.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
node: [18.18.0, 18, 20.9.0, 20, 21.1.0, 21, 22]
39-
eslint: [7.5, 7, 8, 9]
39+
eslint: [8.57.0, 8, 9]
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v4

docs/migration-guides/v7.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ If you are not on v6 yet, we recommend first following the [v6 migration guide](
55
## Overview
66

77
- _(Breaking)_ Supported versions of Node.js have been updated to `^18.18.0`, `^20.9.0`, or `>=21.1.0`, matching ESLint.
8+
- _(Breaking)_ Supported versions of ESLint have been updated to `^8.57.0`, or `^9.0.0`.
89

910
## Steps to upgrade
1011

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"typescript": "5.0.4"
9292
},
9393
"peerDependencies": {
94-
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
94+
"eslint": "^8.57.0 || ^9.0.0"
9595
},
9696
"engines": {
9797
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",

0 commit comments

Comments
 (0)