Skip to content

Commit 87968fc

Browse files
committed
feat(typescript): drop support for @typescript-eslint/* v6
BREAKING CHANGE: `@typescript-eslint/*` v6 is no longer supported
1 parent be9b002 commit 87968fc

3 files changed

Lines changed: 75 additions & 80 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fail-fast: false
6565
matrix:
6666
eslint: [8]
67-
typescript-eslint: [6, 7]
67+
typescript-eslint: [7]
6868
jest-eslint: [27, 28]
6969
os: [ubuntu-latest, macOS-latest]
7070
runs-on: ${{ matrix.os }}

package-lock.json

Lines changed: 70 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"@types/jest": "^29.0.0",
8181
"@types/node": "^20.0.0",
8282
"@types/semver": "^7.3.8",
83-
"@typescript-eslint/eslint-plugin": "^6.0.0",
84-
"@typescript-eslint/parser": "^6.0.0",
83+
"@typescript-eslint/eslint-plugin": "^7.0.0",
84+
"@typescript-eslint/parser": "^7.0.0",
8585
"eslint": "^8.0.1",
8686
"eslint-plugin-eslint-comments": "^3.2.0",
8787
"eslint-plugin-flowtype": "^8.0.2",
@@ -106,8 +106,8 @@
106106
},
107107
"peerDependencies": {
108108
"@babel/eslint-parser": "^7.0.0",
109-
"@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0",
110-
"@typescript-eslint/parser": "^6.0.0 || ^7.0.0",
109+
"@typescript-eslint/eslint-plugin": "^7.0.0",
110+
"@typescript-eslint/parser": "^7.0.0",
111111
"eslint": ">= 8.0",
112112
"eslint-plugin-eslint-comments": ">= 3",
113113
"eslint-plugin-flowtype": "^8.0.0",

0 commit comments

Comments
 (0)