Skip to content

Commit

Permalink
feat: drop ESLint v7 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires ESLint@^8.57.0 || ^9.0.0
  • Loading branch information
MichaelDeBoey committed Oct 19, 2024
1 parent 993cc79 commit e5a3a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
node: [18.18.0, 18, 20.9.0, 20, 21.1.0, 21, 22]
eslint: [7.5, 7, 8, 9]
eslint: [8.57.0, 8, 9]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions docs/migration-guides/v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ If you are not on v6 yet, we recommend first following the [v6 migration guide](
## Overview

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

## Steps to upgrade

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"typescript": "5.0.4"
},
"peerDependencies": {
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
"eslint": "^8.57.0 || ^9.0.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",
Expand Down

0 comments on commit e5a3a4d

Please sign in to comment.