Skip to content

Commit

Permalink
Update dependency eslint-plugin-jest to ^26.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kodiakhq[bot] committed Jul 15, 2022
1 parent 66e29f6 commit 0b0089a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ Object {
"init-declarations": 0,
"jest/consistent-test-it": 0,
"jest/expect-expect": 0,
"jest/max-expects": 0,
"jest/max-nested-describe": Array [
2,
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ Object {
],
"jest/consistent-test-it": 0,
"jest/expect-expect": 0,
"jest/max-expects": 0,
"jest/max-nested-describe": Array [
2,
Object {
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-fbt": "^0.6.0",
"eslint-plugin-ft-flow": "^2.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-monorepo": "^0.3.2",
Expand Down
1 change: 1 addition & 0 deletions src/eslint-config-adeira/src/presets/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = ({
// Jest (https://github.com/jest-community/eslint-plugin-jest)
'jest/consistent-test-it': OFF,
'jest/expect-expect': OFF,
'jest/max-expects': OFF,
'jest/max-nested-describe': [ERROR, { max: 5 }],
'jest/no-alias-methods': NEXT_VERSION_ERROR,
'jest/no-commented-out-tests': OFF,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ __metadata:
eslint-plugin-fbt: ^0.6.0
eslint-plugin-ft-flow: ^2.0.1
eslint-plugin-import: ^2.26.0
eslint-plugin-jest: ^26.5.3
eslint-plugin-jest: ^26.6.0
eslint-plugin-jest-dom: ^4.0.2
eslint-plugin-jsx-a11y: ^6.6.0
eslint-plugin-monorepo: ^0.3.2
Expand Down Expand Up @@ -9121,9 +9121,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^26.5.3":
version: 26.5.3
resolution: "eslint-plugin-jest@npm:26.5.3"
"eslint-plugin-jest@npm:^26.6.0":
version: 26.6.0
resolution: "eslint-plugin-jest@npm:26.6.0"
dependencies:
"@typescript-eslint/utils": ^5.10.0
peerDependencies:
Expand All @@ -9134,7 +9134,7 @@ __metadata:
optional: true
jest:
optional: true
checksum: 16897c56eadf3da19a96e18b1bd983bbd0a34ad9545d5bc6f9ee67d2940e6e2fd2f067f44dbbb26dcaf17c75c0132f89a06a09ff5169761ce48c9708a2acf7d7
checksum: 5dd60820d5618175e7203b077788476a6f697316b53d77c4bb7037b32073f3d5d539a72dec910eb3f8eedc97c3b28600ba35c5d3bf8c687ade765bb2d0dc77d2
languageName: node
linkType: hard

Expand Down

0 comments on commit 0b0089a

Please sign in to comment.