Skip to content

Commit

Permalink
feat: drop ESLint v6 & 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 25, 2024
1 parent fd0f085 commit 48dc411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,11 @@ jobs:
eslint: 8
node: 20
# On old ESLint versions
- eslint: 7
node: 20
os: ubuntu-latest
- eslint: 6
- eslint: 8.57.0
node: 20
os: ubuntu-latest
# On the minimum supported ESLint/Node.js version
- eslint: 6.0.0
- eslint: 8.57.0
node: 12.22.0
os: ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"warun": "^1.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
"eslint": "^8.57.0 || ^9.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down

0 comments on commit 48dc411

Please sign in to comment.