Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-plugin-jest to v24 #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 4, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jest 22.21.0 -> 24.4.2 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest

v24.4.2

Compare Source

Bug Fixes
  • use correct property hasSuggestions rather than hasSuggestion (#​899) (dfd2368)

v24.4.1

Compare Source

Bug Fixes
  • mark rules that suggest fixes with hasSuggestion for ESLint v8 (#​898) (ec0a21b)

v24.4.0

Compare Source

Features

24.3.7 (2021-07-21)

Bug Fixes
  • valid-describe: report on concise-body arrow functions (#​863) (71c5299)

24.3.6 (2021-04-26)

Bug Fixes
  • no-conditional-expect: check for expects in catchs on promises (#​819) (1fee973)
  • valid-expect: support async expect in ternary statements (#​833) (7b7a396)
  • improve handling of .each calls and with tagged literals (#​814) (040c605)

24.3.5 (2021-04-10)

Bug Fixes
  • valid-describe: support using each with modifiers (#​820) (cbdbcef)

24.3.4 (2021-04-05)

Bug Fixes

24.3.3 (2021-04-02)

Bug Fixes

24.3.2 (2021-03-16)

Bug Fixes

24.3.1 (2021-03-13)

Bug Fixes
  • no-focused-tests: report on skip instead of concurrent (#​791) (2b65b49)

v24.3.7

Compare Source

Bug Fixes
  • valid-describe: report on concise-body arrow functions (#​863) (71c5299)

v24.3.6

Compare Source

Bug Fixes
  • no-conditional-expect: check for expects in catchs on promises (#​819) (1fee973)
  • valid-expect: support async expect in ternary statements (#​833) (7b7a396)
  • improve handling of .each calls and with tagged literals (#​814) (040c605)

v24.3.5

Compare Source

Bug Fixes
  • valid-describe: support using each with modifiers (#​820) (cbdbcef)

v24.3.4

Compare Source

Bug Fixes

v24.3.3

Compare Source

Bug Fixes

v24.3.2

Compare Source

Bug Fixes

v24.3.1

Compare Source

Bug Fixes
  • no-focused-tests: report on skip instead of concurrent (#​791) (2b65b49)

v24.3.0

Compare Source

Features

24.2.1 (2021-03-10)

Bug Fixes

v24.2.1

Compare Source

Bug Fixes

v24.2.0

Compare Source

Features

24.1.10 (2021-03-09)

Bug Fixes
  • no-identical-titles: ignore .each template cases (#​788) (d27a6e6)

24.1.9 (2021-03-08)

Bug Fixes
  • valid-describe: false positive with template describe.each (#​785) (aa946a6)

24.1.8 (2021-03-07)

Bug Fixes
  • consistent-test-it: support it.each in describe.each (#​782) (0014da0)

24.1.7 (2021-03-06)

Bug Fixes
  • no-disabled-tests: adjust selector to match only test functions (#​777) (c916902)
  • no-disabled-tests: support describe.skip.each & xdescribe.each (#​778) (6a32e87)

24.1.6 (2021-03-06)

Bug Fixes

24.1.5 (2021-02-17)

Bug Fixes
  • require-top-level-describe: import function that actually exists (#​763) (d10dc07)

24.1.4 (2021-02-16)

Bug Fixes

24.1.3 (2020-11-12)

Bug Fixes

24.1.2 (2020-11-12)

Bug Fixes

24.1.1 (2020-11-12)

Bug Fixes
  • improve support for it.each involving tagged template literals (#​701) (2341814)

v24.1.10

Compare Source

Bug Fixes
  • no-identical-titles: ignore .each template cases (#​788) (d27a6e6)

v24.1.9

Compare Source

Bug Fixes
  • valid-describe: false positive with template describe.each (#​785) (aa946a6)

v24.1.8

Compare Source

Bug Fixes
  • consistent-test-it: support it.each in describe.each (#​782) (0014da0)

v24.1.7

Compare Source

Bug Fixes
  • no-disabled-tests: adjust selector to match only test functions (#​777) (c916902)
  • no-disabled-tests: support describe.skip.each & xdescribe.each (#​778) (6a32e87)

v24.1.6

Compare Source

Bug Fixes

v24.1.5

Compare Source

Bug Fixes
  • require-top-level-describe: import function that actually exists (#​763) (d10dc07)

v24.1.4

Compare Source

Bug Fixes

v24.1.3

Compare Source

Bug Fixes

v24.1.2

Compare Source

Bug Fixes

v24.1.1

Compare Source

Bug Fixes
  • no-identical-titles: ignore .each template cases (#​788) (d27a6e6)

v24.1.0

Compare Source

Features
  • prefer-expect-assertions: add onlyFunctionsWithAsyncKeyword option (#​677) (d0cea37)

24.0.2 (2020-09-20)

Bug Fixes

24.0.1 (2020-09-12)

Bug Fixes

v24.0.2

Compare Source

Bug Fixes

v24.0.1

Compare Source

Bug Fixes

v24.0.0

Compare Source

Bug Fixes
Code Refactoring
  • no-test-callback: rename rule to no-done-callback (#​653) (e15a8d1)
Features
  • no-done-callback: support hooks (#​656) (3e6cb44), closes #​649 #​651
  • add no-conditional-expect to the recommended ruleset (40cd89d)
  • add no-deprecated-functions to the recommended ruleset (5b2af00)
  • add no-interpolation-in-snapshots to the recommended ruleset (3705dff)
  • add valid-title to recommended ruleset (41f7873)
  • drop support for node 8 (#​570) (6788e72)
  • set no-jasmine-globals to error in recommended ruleset (7080952)
  • no-large-snapshots: remove whitelistedSnapshots option (8c1c0c9)
BREAKING CHANGES
  • no-done-callback: no-done-callback will now report hooks using callbacks as well, not just tests
  • no-test-callback: rename no-test-callback to no-done-callback
  • recommend no-conditional-expect rule
  • recommend no-interpolation-in-snapshots rule
  • recommend no-deprecated-functions rule
  • recommend valid-title rule
  • recommend erroring for no-jasmine-globals rule
  • no-large-snapshots: no-large-snapshots runs on all files regardless of type
  • Jasmine globals are no marked as such
  • Node 10+ required

v23.20.0

Compare Source

Features
  • no-large-snapshots: deprecate whitelistedSnapshots for new name (#​632) (706f5c2)

v23.19.0

Compare Source

Features

23.18.2 (2020-07-26)

Bug Fixes
  • no-if: report conditionals in call expressions (4cfcf08), closes #​557

23.18.1 (2020-07-26)

Bug Fixes
  • no-large-snapshots: actually compare allowed name strings to name (#​625) (622a08c)

v23.18.2

Compare Source

Bug Fixes
  • no-if: report conditionals in call expressions (4cfcf08), closes #​557

v23.18.1

Compare Source

Bug Fixes
  • no-large-snapshots: actually compare allowed name strings to name (#​625) (622a08c)

v23.18.0

Compare Source

Features

23.17.1 (2020-06-23)

Bug Fixes

v23.17.1

Compare Source

Bug Fixes

v23.17.0

Compare Source

Features

v23.16.0

Compare Source

Features
  • create no-conditional-expect rule (aba53e4)
  • deprecate no-try-expect in favor of no-conditional-expect (6d07cad)

v23.15.0

Compare Source

Features
  • no-standalone-expect: support additionalTestBlockFunctions (#​585) (ed220b2)

v23.14.0

Compare Source

Bug Fixes
  • no-test-callback: check argument is an identifier (f70612d)
  • no-test-callback: provide suggestion instead of autofix (782d8fa)
  • prefer-strict-equal: provide suggestion instead of autofix (2eaed2b)
Features
  • prefer-expect-assertions: provide suggestions (bad88a0)

23.13.2 (2020-05-26)

Bug Fixes

23.13.1 (2020-05-17)

Bug Fixes
  • no-if: use correct syntax for placeholder substitution in message (6d1eda8)

v23.13.2

Compare Source

Bug Fixes

v23.13.1

Compare Source

Bug Fixes
  • no-if: use correct syntax for placeholder substitution in message (6d1eda8)

v23.13.0

Compare Source

Features

v23.12.0

Compare Source

Features
  • deprecate no-expect-resolves rule (b6a22e5)
  • deprecate no-truthy-falsy rule (a67d92d)
  • deprecate prefer-inline-snapshots rule (1360e9b)

v23.11.0

Compare Source

Features

v23.10.0

Compare Source

Features
  • no-deprecated-functions: support jest version setting (#​564) (05f20b8)

v23.9.0

Compare Source

Features

23.8.2 (2020-03-06)

Bug Fixes
  • prefer-to-contain: check that expect argument is defined before use
    (#​542)
    (56f909b)

23.8.1 (2020-02-29)

Bug Fixes

v23.8.2

Compare Source

Bug Fixes
  • prefer-to-contain: check that expect argument is defined before use
    (#​542)
    (56f909b)

v23.8.1

Compare Source

Bug Fixes

v23.8.0

Compare Source

Bug Fixes
  • valid-title: ensure argument node is defined before accessing props
    (#​538)
    (7730f75)
Features
  • no-large-snapshots: add setting to define maxSize by snapshot type
    (#​524)
    (0d77300)

v23.7.0

Compare Source

Bug Fixes
Features

v23.6.0

Compare Source

Features

v23.5.0

Compare Source

Features
  • expect-expect: support glob patterns for assertFunctionNames
    (#​509)
    (295ca9a)
  • valid-expect: refactor valid-expect linting messages
    (#​501)
    (7338362)

v23.4.0

Compare Source

Features

v23.3.0

Compare Source

Features

v23.2.0

Compare Source

Features
  • valid-expect: warn on await expect() with no assertions
    (#​496)
    (19798dd)

23.1.1 (2019-11-30)

Bug Fixes
  • no-focused-tests: detect table format uage of .only.each
    (#​489)
    (d03bcf4)

v23.1.1

Compare Source

Bug Fixes
  • no-focused-tests: detect table format uage of .only.each
    (#​489)
    (d03bcf4)

v23.1.0

Compare Source

Features

23.0.5 (2019-11-27)

Bug Fixes

23.0.4 (2019-11-14)

Bug Fixes
  • get correct ruleName without specifying file extension
    (#​473)
    (f09203e)

23.0.3 (2019-11-08)

Bug Fixes

23.0.2 (2019-10-28)

Bug Fixes
  • prefer-todo: ensure argument exists before trying to access it
    (#​462)
    (a87c8c2)

23.0.1 (2019-10-28)

Bug Fixes

v23.0.5

Compare Source

Bug Fixes

v23.0.4

Compare Source

Bug Fixes
  • get correct ruleName without specifying file extension
    (#​473)
    (f09203e)

v23.0.3

Compare Source

Bug Fixes

v23.0.2

Compare Source

Bug Fixes
  • prefer-todo: ensure argument exists before trying to access it
    (#​462)
    (a87c8c2)

v23.0.1

Compare Source

Bug Fixes

v23.0.0

Compare Source

Bug Fixes
chore
Features
  • support ignoreTypeOfDescribeName in valid-title (7dec202), closes #​431
BREAKING CHANGES
  • require-tothrow-message: Rename require-tothrow-message to require-to-throw-message
  • new rules added to recommended config
  • valid-describe no longer validates the title - use
    valid-title for that purpose
  • delete no-empty-title (use valid-title instead)
  • Minimum node version is now 8

Configuration

📅 Schedule: "every weekend" in timezone Asia/Tokyo.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot assigned nju33 Sep 4, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from 0efea3b to 9e838ac Compare September 12, 2020 23:26
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from 9e838ac to eaba23c Compare September 20, 2020 07:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from eaba23c to 19d3d86 Compare October 6, 2020 00:12
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch 3 times, most recently from 7debb8c to 26ff573 Compare November 12, 2020 14:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from 26ff573 to 0b53428 Compare December 4, 2020 17:42
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from 0b53428 to cb32c63 Compare December 18, 2020 17:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch 2 times, most recently from c520364 to 3e8f3b6 Compare January 8, 2021 18:46
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from 3e8f3b6 to 714caf2 Compare February 5, 2021 18:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch 3 times, most recently from 67668e5 to feb9d58 Compare February 17, 2021 06:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from feb9d58 to 6d62e72 Compare February 20, 2021 15:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch 7 times, most recently from 90a4754 to 2bbd3ae Compare March 13, 2021 21:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch 2 times, most recently from 567a870 to e682b24 Compare March 16, 2021 20:46
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch 2 times, most recently from 0b8c860 to cdfae70 Compare April 2, 2021 20:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch 2 times, most recently from a36e59b to f675b5b Compare April 10, 2021 23:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from f675b5b to f7f3e97 Compare April 16, 2021 21:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from f7f3e97 to 45c57a1 Compare April 26, 2021 01:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from 45c57a1 to 6318a71 Compare June 18, 2021 17:06
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch 2 times, most recently from b93f9b6 to d7fc5c1 Compare July 21, 2021 21:18
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from d7fc5c1 to 0360409 Compare August 8, 2021 13:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from 0360409 to 14827e8 Compare August 20, 2021 23:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-jest-24.x branch from 14827e8 to 50a1894 Compare September 17, 2021 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants