Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 33bde4f

Browse files
authoredOct 30, 2024··
feat: drop ESLint v7 support (#944)
1 parent 993cc79 commit 33bde4f

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
@@ -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)
Please sign in to comment.