build(deps-dev): bump eslint-plugin-jest from 23.13.2 to 23.18.0 #67

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/eslint-plugin-jest-23.18.0 into master 2020-07-11 22:31:54 +00:00
dependabot-preview[bot] commented 2020-07-06 10:36:51 +00:00 (Migrated from github.com)

Bumps eslint-plugin-jest from 23.13.2 to 23.18.0.

Release notes

Sourced from eslint-plugin-jest's releases.

v23.18.0

23.18.0 (2020-07-05)

Features

  • valid-title: support mustMatch & mustNotMatch options (#608) (4c7207e), closes #233

v23.17.1

23.17.1 (2020-06-23)

Bug Fixes

  • lowercase-name: ignore all top level describes when option is true (#614) (624018a), closes #613

v23.17.0

23.17.0 (2020-06-23)

Features

  • lowercase-name: support ignoreTopLevelDescribe option (#611) (36fdcc5), closes #247

v23.16.0

23.16.0 (2020-06-21)

Features

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

v23.15.0

23.15.0 (2020-06-21)

Features

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

v23.14.0

23.14.0 (2020-06-20)

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)
Changelog

Sourced from eslint-plugin-jest's changelog.

23.18.0 (2020-07-05)

Features

  • valid-title: support mustMatch & mustNotMatch options (#608) (4c7207e), closes #233

23.17.1 (2020-06-23)

Bug Fixes

  • lowercase-name: ignore all top level describes when option is true (#614) (624018a), closes #613

23.17.0 (2020-06-23)

Features

  • lowercase-name: support ignoreTopLevelDescribe option (#611) (36fdcc5), closes #247

23.16.0 (2020-06-21)

Features

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

23.15.0 (2020-06-21)

Features

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

23.14.0 (2020-06-20)

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)
Commits
  • 73efaea chore(release): 23.18.0 [skip ci]
  • 4c7207e feat(valid-title): support mustMatch & mustNotMatch options (#608)
  • 94fa724 chore: build recommended ruleset based on rules meta doc property (#615)
  • 6b86aa4 chore: replace scripts with single prepack script (#606)
  • c4f8c97 chore: refresh lockfile (#617)
  • 92c2652 chore(deps): update dependency jest-runner-eslint to ^0.10.0 (#616)
  • e4e828d chore(release): 23.17.1 [skip ci]
  • 624018a fix(lowercase-name): ignore all top level describes when option is true (#614)
  • 9262f46 chore(release): 23.17.0 [skip ci]
  • 36fdcc5 feat(lowercase-name): support ignoreTopLevelDescribe option (#611)
  • 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.13.2 to 23.18.0. <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>v23.18.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.17.1...v23.18.0">23.18.0</a> (2020-07-05)</h1> <h3>Features</h3> <ul> <li><strong>valid-title:</strong> support <code>mustMatch</code> &amp; <code>mustNotMatch</code> options (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/608">#608</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/4c7207ebbb274f7b584225ad65ffb96a4328240e">4c7207e</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/233">#233</a></li> </ul> <h2>v23.17.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.17.0...v23.17.1">23.17.1</a> (2020-06-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lowercase-name:</strong> ignore all top level describes when option is true (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/614">#614</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/624018aa181e7c0ce87457a4f9c212c7891987a8">624018a</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/613">#613</a></li> </ul> <h2>v23.17.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.16.0...v23.17.0">23.17.0</a> (2020-06-23)</h1> <h3>Features</h3> <ul> <li><strong>lowercase-name:</strong> support <code>ignoreTopLevelDescribe</code> option (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/611">#611</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/36fdcc553ca40bc2ca2e9ca7e04f8e9e4a315274">36fdcc5</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/247">#247</a></li> </ul> <h2>v23.16.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.15.0...v23.16.0">23.16.0</a> (2020-06-21)</h1> <h3>Features</h3> <ul> <li>create <code>no-conditional-expect</code> rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/aba53e4061f3b636ab0c0270e183c355c6f301e0">aba53e4</a>)</li> <li>deprecate <code>no-try-expect</code> in favor of <code>no-conditional-expect</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6d07cadd5f78ed7a64a86792931d49d3cd943d69">6d07cad</a>)</li> </ul> <h2>v23.15.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.14.0...v23.15.0">23.15.0</a> (2020-06-21)</h1> <h3>Features</h3> <ul> <li><strong>no-standalone-expect:</strong> support <code>additionalTestBlockFunctions</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/585">#585</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/ed220b2c515f2e97ce639dd1474c18a7f594c06c">ed220b2</a>)</li> </ul> <h2>v23.14.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.2...v23.14.0">23.14.0</a> (2020-06-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>no-test-callback:</strong> check argument is an identifier (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f70612d8b414575725a5831ed9dfad1eaf1e6548">f70612d</a>)</li> <li><strong>no-test-callback:</strong> provide suggestion instead of autofix (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/782d8fa00149143f453e7cb066f90c017e2d3f61">782d8fa</a>)</li> <li><strong>prefer-strict-equal:</strong> provide suggestion instead of autofix (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2eaed2bf30c72b03ee205910887f8aab304047a5">2eaed2b</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </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> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.17.1...v23.18.0">23.18.0</a> (2020-07-05)</h1> <h3>Features</h3> <ul> <li><strong>valid-title:</strong> support <code>mustMatch</code> &amp; <code>mustNotMatch</code> options (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/608">#608</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/4c7207ebbb274f7b584225ad65ffb96a4328240e">4c7207e</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/233">#233</a></li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.17.0...v23.17.1">23.17.1</a> (2020-06-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>lowercase-name:</strong> ignore all top level describes when option is true (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/614">#614</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/624018aa181e7c0ce87457a4f9c212c7891987a8">624018a</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/613">#613</a></li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.16.0...v23.17.0">23.17.0</a> (2020-06-23)</h1> <h3>Features</h3> <ul> <li><strong>lowercase-name:</strong> support <code>ignoreTopLevelDescribe</code> option (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/611">#611</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/36fdcc553ca40bc2ca2e9ca7e04f8e9e4a315274">36fdcc5</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/247">#247</a></li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.15.0...v23.16.0">23.16.0</a> (2020-06-21)</h1> <h3>Features</h3> <ul> <li>create <code>no-conditional-expect</code> rule (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/aba53e4061f3b636ab0c0270e183c355c6f301e0">aba53e4</a>)</li> <li>deprecate <code>no-try-expect</code> in favor of <code>no-conditional-expect</code> (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6d07cadd5f78ed7a64a86792931d49d3cd943d69">6d07cad</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.14.0...v23.15.0">23.15.0</a> (2020-06-21)</h1> <h3>Features</h3> <ul> <li><strong>no-standalone-expect:</strong> support <code>additionalTestBlockFunctions</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/585">#585</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/ed220b2c515f2e97ce639dd1474c18a7f594c06c">ed220b2</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.2...v23.14.0">23.14.0</a> (2020-06-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>no-test-callback:</strong> check argument is an identifier (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f70612d8b414575725a5831ed9dfad1eaf1e6548">f70612d</a>)</li> <li><strong>no-test-callback:</strong> provide suggestion instead of autofix (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/782d8fa00149143f453e7cb066f90c017e2d3f61">782d8fa</a>)</li> <li><strong>prefer-strict-equal:</strong> provide suggestion instead of autofix (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2eaed2bf30c72b03ee205910887f8aab304047a5">2eaed2b</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>prefer-expect-assertions:</strong> provide suggestions (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/bad88a006135258e8da18902a84bdb52a9bb9fa7">bad88a0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/73efaea1f35619a977a2449f8f0e0bb48d41b672"><code>73efaea</code></a> chore(release): 23.18.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/4c7207ebbb274f7b584225ad65ffb96a4328240e"><code>4c7207e</code></a> feat(valid-title): support <code>mustMatch</code> &amp; <code>mustNotMatch</code> options (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/608">#608</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/94fa72407364c9c978a803cbc95fb9987cf4f8d5"><code>94fa724</code></a> chore: build recommended ruleset based on rules meta doc property (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/615">#615</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/6b86aa45d1f9594f269f0acf62f22c207045b1f6"><code>6b86aa4</code></a> chore: replace scripts with single <code>prepack</code> script (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/606">#606</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/c4f8c978411b2fdf32848e42c0dd5dffb1e6205b"><code>c4f8c97</code></a> chore: refresh lockfile (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/617">#617</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/92c2652f762bf3ce3913daaaee89b8e2464996b3"><code>92c2652</code></a> chore(deps): update dependency jest-runner-eslint to ^0.10.0 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/616">#616</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/e4e828de553f47a8fba764e25c138432cea6b098"><code>e4e828d</code></a> chore(release): 23.17.1 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/624018aa181e7c0ce87457a4f9c212c7891987a8"><code>624018a</code></a> fix(lowercase-name): ignore all top level describes when option is true (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/614">#614</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9262f46d05bc2e822b9e182ad81708759377d42c"><code>9262f46</code></a> chore(release): 23.17.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/36fdcc553ca40bc2ca2e9ca7e04f8e9e4a315274"><code>36fdcc5</code></a> feat(lowercase-name): support <code>ignoreTopLevelDescribe</code> option (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/611">#611</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.2...v23.18.0">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.13.2&new-version=23.18.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=23.13.2&new-version=23.18.0) 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 2020-07-06 10:36:51 +00:00
codecov-commenter commented 2020-07-06 10:37:42 +00:00 (Migrated from github.com)

Codecov Report

Merging #67 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #67   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           34        34           
  Branches         5         5           
=========================================
  Hits            34        34           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 227bae7...dac4401. Read the comment docs.

# [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/67?src=pr&el=h1) Report > Merging [#67](https://codecov.io/gh/mcataford/packwatch/pull/67?src=pr&el=desc) into [master](https://codecov.io/gh/mcataford/packwatch/commit/227bae73216a1e6da3247f99fd5b547a5263731f&el=desc) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/mcataford/packwatch/pull/67/graphs/tree.svg?width=650&height=150&src=pr&token=IVEisJMCje)](https://codecov.io/gh/mcataford/packwatch/pull/67?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #67 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 34 34 Branches 5 5 ========================================= Hits 34 34 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/mcataford/packwatch/pull/67?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/67?src=pr&el=footer). Last update [227bae7...dac4401](https://codecov.io/gh/mcataford/packwatch/pull/67?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
This repo is archived. You cannot comment on pull requests.
No description provided.