Skip to content

Commit

Permalink
feat: drop ESLint v6 & v7 support (#243)
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 authored Oct 26, 2024
1 parent 8ffb50f commit 7178556
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": "^18.18.0 || ^20.9.0 || >=21.1.0"
Expand Down

0 comments on commit 7178556

Please sign in to comment.