Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-jest to v27 (#14167)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency eslint-plugin-jest to v27

* chore: remove no-jest-import

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
Co-authored-by: Guilherme Datilio Ribeiro <guilhermedatilio@gmail.com>
Co-authored-by: Taylor Jones <taylor.jones826@gmail.com>
  • Loading branch information
4 people authored Jul 17, 2023
1 parent db64869 commit d5209d1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion config/eslint-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jest-dom": "^5.0.0",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand Down
3 changes: 0 additions & 3 deletions config/eslint-config-carbon/plugins/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ module.exports = {
// Disallow Jasmine globals
'jest/no-jasmine-globals': 'error',

// Disallow importing Jest
'jest/no-jest-import': 'error',

// Disallow large snapshots
'jest/no-large-snapshots': 'off',

Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14217,7 +14217,7 @@ __metadata:
eslint-config-airbnb-base: ^15.0.0
eslint-config-prettier: ^8.8.0
eslint-plugin-import: ^2.27.5
eslint-plugin-jest: ^26.9.0
eslint-plugin-jest: ^27.0.0
eslint-plugin-jest-dom: ^5.0.0
eslint-plugin-jsdoc: ^40.0.0
eslint-plugin-jsx-a11y: ^6.7.1
Expand Down Expand Up @@ -14475,20 +14475,21 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^26.9.0":
version: 26.9.0
resolution: "eslint-plugin-jest@npm:26.9.0"
"eslint-plugin-jest@npm:^27.0.0":
version: 27.2.2
resolution: "eslint-plugin-jest@npm:27.2.2"
dependencies:
"@typescript-eslint/utils": ^5.10.0
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
eslint: ^7.0.0 || ^8.0.0
jest: "*"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: 6d5fd5c95368f1ca2640389aeb7ce703d6202493c3ec6bdedb4eaca37233710508b0c75829e727765a16fd27029a466d34202bc7f2811c752038ccbbce224400
checksum: 98b63252d985f5dedf36ce9587dd4a0d24daf71ca8a997258343402c0d33ddd5070502378dafd9ac7fc0ef2e0d557b5c77f18e09ad73c71a52de8061db88293f
languageName: node
linkType: hard

Expand Down

0 comments on commit d5209d1

Please sign in to comment.