Skip to content

Commit

Permalink
feat: drop support for ESLint v7
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
G-Rath committed Feb 17, 2024
1 parent 2de1e20 commit f2f8f50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,12 @@ jobs:
fail-fast: false
matrix:
node-version: [18.x, 19.x, 20.x, 21.x]
eslint-version: [7, 8]
eslint-version: [8]
ts-eslint-plugin-version: [5, 6, 7]
exclude:
# ts-eslint/plugin@7 doesn't support node@19
- node-version: 19.x
ts-eslint-plugin-version: 7
# ts-eslint/plugin@7 doesn't support eslint@7
- eslint-version: 7
ts-eslint-plugin-version: 7
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0",
"eslint": "^7.0.0 || ^8.0.0",
"eslint": "^8.0.0",
"jest": "*"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5003,7 +5003,7 @@ __metadata:
typescript: ^5.0.4
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0 || ^7.0.0
eslint: ^7.0.0 || ^8.0.0
eslint: ^8.0.0
jest: "*"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
Expand Down

0 comments on commit f2f8f50

Please sign in to comment.