Skip to content

Commit e838458

Browse files
committed
feat(jest): drop support for eslint-plugin-jest v27
BREAKING CHANGE: `eslint-plugin-jest` v27 is no longer supported
1 parent 87968fc commit e838458

3 files changed

Lines changed: 12 additions & 153 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
eslint: [8]
6767
typescript-eslint: [7]
68-
jest-eslint: [27, 28]
68+
jest-eslint: [28]
6969
os: [ubuntu-latest, macOS-latest]
7070
runs-on: ${{ matrix.os }}
7171
steps:

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-plugin-eslint-comments": "^3.2.0",
8787
"eslint-plugin-flowtype": "^8.0.2",
8888
"eslint-plugin-import": "^2.22.1",
89-
"eslint-plugin-jest": "^27.0.0",
89+
"eslint-plugin-jest": "^28.0.0",
9090
"eslint-plugin-jest-formatting": "^3.0.0",
9191
"eslint-plugin-jsx-a11y": "^6.3.1",
9292
"eslint-plugin-node": "^11.1.0",
@@ -112,7 +112,7 @@
112112
"eslint-plugin-eslint-comments": ">= 3",
113113
"eslint-plugin-flowtype": "^8.0.0",
114114
"eslint-plugin-import": ">= 2.21",
115-
"eslint-plugin-jest": "^27.0.0 || ^28.0.0",
115+
"eslint-plugin-jest": "^28.0.0",
116116
"eslint-plugin-jest-formatting": "^3.0.0",
117117
"eslint-plugin-jsx-a11y": "^6.0.0",
118118
"eslint-plugin-node": ">= 2.21",

0 commit comments

Comments
 (0)