build(deps-dev): bump eslint-plugin-jest from 23.20.0 to 24.1.5 #161

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/eslint-plugin-jest-24.1.5 into master 2021-02-18 03:34:32 +00:00
dependabot-preview[bot] commented 2021-02-17 10:35:21 +00:00 (Migrated from github.com)

Bumps eslint-plugin-jest from 23.20.0 to 24.1.5.

Release notes

Sourced from eslint-plugin-jest's releases.

v24.1.5

24.1.5 (2021-02-17)

Bug Fixes

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

v24.1.4

24.1.4 (2021-02-16)

Bug Fixes

  • lowercase-name: support .each methods (#746) (3d847b2)
  • require-top-level-describe: handle describe.each properly (#745) (677be45)

v24.1.3

24.1.3 (2020-11-12)

Bug Fixes

v24.1.2

24.1.2 (2020-11-12)

Bug Fixes

  • no-done-callback: fix regression with it.each (#708) (2f032f8)

v24.1.1

24.1.1 (2020-11-12)

Bug Fixes

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

v24.1.0

24.1.0 (2020-10-05)

Features

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

v24.0.2

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

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

  • lowercase-name: support .each methods (#746) (3d847b2)
  • require-top-level-describe: handle describe.each properly (#745) (677be45)

24.1.3 (2020-11-12)

Bug Fixes

24.1.2 (2020-11-12)

Bug Fixes

  • no-done-callback: fix regression with it.each (#708) (2f032f8)

24.1.1 (2020-11-12)

Bug Fixes

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

24.1.0 (2020-10-05)

Features

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

24.0.2 (2020-09-20)

Bug Fixes

  • no-if: check both types of function expression (#672) (d462d50), closes #670

... (truncated)

Commits
  • 01563ec chore(release): 24.1.5 [skip ci]
  • d10dc07 fix(require-top-level-describe): import function that actually exists (#763)
  • 8cdbfd5 chore(release): 24.1.4 [skip ci]
  • 677be45 fix(require-top-level-describe): handle describe.each properly (#745)
  • 3d847b2 fix(lowercase-name): support .each methods (#746)
  • d763f89 docs(expect-expect): fix typo (#761)
  • e257726 docs(no-hooks): remove broken link (#760)
  • ad7e8eb chore(deps): lock file maintenance (#758)
  • 709e5ea chore(deps): lock file maintenance (#755)
  • 29549ed chore(deps): update danger/danger-js action to v10.6.2 (#753)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.1.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v24.1.5</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5">24.1.5</a> (2021-02-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>require-top-level-describe:</strong> import function that actually exists (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763">#763</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859">d10dc07</a>)</li> </ul> <h2>v24.1.4</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4">24.1.4</a> (2021-02-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746">#746</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610">3d847b2</a>)</li> <li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745">#745</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337">677be45</a>)</li> </ul> <h2>v24.1.3</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.2...v24.1.3">24.1.3</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li>revert change causing regressions for test.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/713">#713</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/7c8d75a4fcbd2c6ce005cf4f57d676c7c44ce0b2">7c8d75a</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/710">#710</a> <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/711">#711</a></li> </ul> <h2>v24.1.2</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.1...v24.1.2">24.1.2</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-done-callback:</strong> fix regression with it.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/708">#708</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2f032f8d890e3717359d099b1e93e0cc6b52996a">2f032f8</a>)</li> </ul> <h2>v24.1.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.1">24.1.1</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li>improve support for it.each involving tagged template literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/701">#701</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2341814060b38c55728c0b456d7b432f1e0e1a11">2341814</a>)</li> </ul> <h2>v24.1.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.2...v24.1.0">24.1.0</a> (2020-10-05)</h1> <h3>Features</h3> <ul> <li><strong>prefer-expect-assertions:</strong> add <code>onlyFunctionsWithAsyncKeyword</code> option (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/677">#677</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/d0cea37ae0a8ab07b8082cedbaaf161bcc94c405">d0cea37</a>)</li> </ul> <h2>v24.0.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.4...v24.1.5">24.1.5</a> (2021-02-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>require-top-level-describe:</strong> import function that actually exists (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763">#763</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859">d10dc07</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.3...v24.1.4">24.1.4</a> (2021-02-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lowercase-name:</strong> support <code>.each</code> methods (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746">#746</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610">3d847b2</a>)</li> <li><strong>require-top-level-describe:</strong> handle <code>describe.each</code> properly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745">#745</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337">677be45</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.2...v24.1.3">24.1.3</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li>revert change causing regressions for test.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/713">#713</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/7c8d75a4fcbd2c6ce005cf4f57d676c7c44ce0b2">7c8d75a</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/710">#710</a> <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/711">#711</a></li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.1...v24.1.2">24.1.2</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-done-callback:</strong> fix regression with it.each (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/708">#708</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2f032f8d890e3717359d099b1e93e0cc6b52996a">2f032f8</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.1.0...v24.1.1">24.1.1</a> (2020-11-12)</h2> <h3>Bug Fixes</h3> <ul> <li>improve support for it.each involving tagged template literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/701">#701</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2341814060b38c55728c0b456d7b432f1e0e1a11">2341814</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.2...v24.1.0">24.1.0</a> (2020-10-05)</h1> <h3>Features</h3> <ul> <li><strong>prefer-expect-assertions:</strong> add <code>onlyFunctionsWithAsyncKeyword</code> option (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/677">#677</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/d0cea37ae0a8ab07b8082cedbaaf161bcc94c405">d0cea37</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.1...v24.0.2">24.0.2</a> (2020-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-if:</strong> check both types of function expression (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/672">#672</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/d462d50aed84ad4dc536a1f47bb7af6abd3dbe92">d462d50</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/670">#670</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/01563ec50cc564405eb87298e8201b931a99c0f3"><code>01563ec</code></a> chore(release): 24.1.5 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/d10dc07d9dc933fe9584b3e13704001527896859"><code>d10dc07</code></a> fix(require-top-level-describe): import function that actually exists (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/763">#763</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8cdbfd53e09158fa59e509f46915fd765fb0534e"><code>8cdbfd5</code></a> chore(release): 24.1.4 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/677be4558a3954e364b0c4150678a4d3fd832337"><code>677be45</code></a> fix(require-top-level-describe): handle <code>describe.each</code> properly (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/745">#745</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3d847b2164425a2afb754569dbfff52411c95610"><code>3d847b2</code></a> fix(lowercase-name): support <code>.each</code> methods (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/746">#746</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/d763f89e25f1c727bccd85e0aaf03641aede36dd"><code>d763f89</code></a> docs(expect-expect): fix typo (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/761">#761</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/e25772682d113c75a3c7381b2b3e016f7b8ec544"><code>e257726</code></a> docs(no-hooks): remove broken link (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/760">#760</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/ad7e8eb0eca76ba0ba9529fc571dc7a8bcd706fc"><code>ad7e8eb</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/758">#758</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/709e5ea3a3d6f3d75927513cbc71fd9061d25c14"><code>709e5ea</code></a> chore(deps): lock file maintenance (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/755">#755</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/29549edacf4301a3e744ecc242c3f4368f412354"><code>29549ed</code></a> chore(deps): update danger/danger-js action to v10.6.2 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/753">#753</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.20.0...v24.1.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=23.20.0&new-version=24.1.5)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=23.20.0&new-version=24.1.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
mcataford (Migrated from github.com) reviewed 2021-02-17 10:35:21 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.