Skip to content

Commit e5a3a4d

Browse files
committed
feat: drop ESLint v7 support
BREAKING CHANGE: Requires ESLint@^8.57.0 || ^9.0.0
1 parent 993cc79 commit e5a3a4d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"typescript": "5.0.4"
9090
},
9191
"peerDependencies": {
92-
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
92+
"eslint": "^8.57.0 || ^9.0.0"
9393
},
9494
"engines": {
9595
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",

0 commit comments

Comments
 (0)