Skip to content

Commit

Permalink
feat: drop ESLint v7 support (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Oct 30, 2024
1 parent 993cc79 commit 33bde4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 33bde4f

Please sign in to comment.