build(deps-dev): bump eslint-plugin-jest from 23.18.0 to 23.20.0 #76

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/eslint-plugin-jest-23.20.0 into master 2020-08-01 16:05:17 +00:00
dependabot-preview[bot] commented 2020-07-30 10:35:29 +00:00 (Migrated from github.com)

Bumps eslint-plugin-jest from 23.18.0 to 23.20.0.

Release notes

Sourced from eslint-plugin-jest's releases.

v23.20.0

23.20.0 (2020-07-30)

Features

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

v23.19.0

23.19.0 (2020-07-27)

Features

  • create no-interpolation-in-snapshots rule (#553) (8d2c17c)

v23.18.2

23.18.2 (2020-07-26)

Bug Fixes

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

v23.18.1

23.18.1 (2020-07-26)

Bug Fixes

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

Sourced from eslint-plugin-jest's changelog.

23.20.0 (2020-07-30)

Features

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

23.19.0 (2020-07-27)

Features

  • create no-interpolation-in-snapshots rule (#553) (8d2c17c)

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)
Commits
  • 63efc95 chore(release): 23.20.0 [skip ci]
  • 706f5c2 feat(no-large-snapshots): deprecate whitelistedSnapshots for new name (#632)
  • 4cb1e88 chore: refresh lockfile (#635)
  • cb590ae chore(deps): bump danger/danger-js from 10.2.1 to 10.3.0 (#634)
  • 2f3de9b chore(deps): update actions/setup-node requirement to v2.1.1 (#633)
  • 9e2d4ff chore(release): 23.19.0 [skip ci]
  • 8d2c17c feat: create no-interpolation-in-snapshots rule (#553)
  • 00523e9 chore(release): 23.18.2 [skip ci]
  • 4cfcf08 fix(no-if): report conditionals in call expressions
  • 8670c39 chore(release): 23.18.1 [skip ci]
  • 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.18.0 to 23.20.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.20.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.19.0...v23.20.0">23.20.0</a> (2020-07-30)</h1> <h3>Features</h3> <ul> <li><strong>no-large-snapshots:</strong> deprecate <code>whitelistedSnapshots</code> for new name (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/632">#632</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/706f5c2bc54797f0f32178fab1d194d9a4309f70">706f5c2</a>)</li> </ul> <h2>v23.19.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.2...v23.19.0">23.19.0</a> (2020-07-27)</h1> <h3>Features</h3> <ul> <li>create <code>no-interpolation-in-snapshots</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/553">#553</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/8d2c17c449841465630bea5269de677455ef9a8d">8d2c17c</a>)</li> </ul> <h2>v23.18.2</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.1...v23.18.2">23.18.2</a> (2020-07-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-if:</strong> report conditionals in call expressions (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/4cfcf080893fbe89689bd4b283bb2f3ad09b19ff">4cfcf08</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/557">#557</a></li> </ul> <h2>v23.18.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.0...v23.18.1">23.18.1</a> (2020-07-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-large-snapshots:</strong> actually compare allowed name strings to name (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/625">#625</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/622a08c86a37aa9490af20b488bd23246b8be752">622a08c</a>)</li> </ul> </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.19.0...v23.20.0">23.20.0</a> (2020-07-30)</h1> <h3>Features</h3> <ul> <li><strong>no-large-snapshots:</strong> deprecate <code>whitelistedSnapshots</code> for new name (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/632">#632</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/706f5c2bc54797f0f32178fab1d194d9a4309f70">706f5c2</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.2...v23.19.0">23.19.0</a> (2020-07-27)</h1> <h3>Features</h3> <ul> <li>create <code>no-interpolation-in-snapshots</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/553">#553</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/8d2c17c449841465630bea5269de677455ef9a8d">8d2c17c</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.1...v23.18.2">23.18.2</a> (2020-07-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-if:</strong> report conditionals in call expressions (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/4cfcf080893fbe89689bd4b283bb2f3ad09b19ff">4cfcf08</a>), closes <a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/557">#557</a></li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.0...v23.18.1">23.18.1</a> (2020-07-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-large-snapshots:</strong> actually compare allowed name strings to name (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/625">#625</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/622a08c86a37aa9490af20b488bd23246b8be752">622a08c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/63efc9553ccd0a1c4b8c619294e9293cd506bea6"><code>63efc95</code></a> chore(release): 23.20.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/706f5c2bc54797f0f32178fab1d194d9a4309f70"><code>706f5c2</code></a> feat(no-large-snapshots): deprecate <code>whitelistedSnapshots</code> for new name (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/632">#632</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/4cb1e88bf1f3a31a4b58fe61a310ad9caf24f7dc"><code>4cb1e88</code></a> chore: refresh lockfile (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/635">#635</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/cb590aee2b1bb717a37690df17b034620058e863"><code>cb590ae</code></a> chore(deps): bump danger/danger-js from 10.2.1 to 10.3.0 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/634">#634</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/2f3de9b83252fc73764f9dacdc9c5841e5af9af4"><code>2f3de9b</code></a> chore(deps): update actions/setup-node requirement to v2.1.1 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/633">#633</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9e2d4ff87693b9a98ac28a217e287d6242d09605"><code>9e2d4ff</code></a> chore(release): 23.19.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8d2c17c449841465630bea5269de677455ef9a8d"><code>8d2c17c</code></a> feat: create <code>no-interpolation-in-snapshots</code> rule (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/553">#553</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/00523e98676bc385b509a13826ab51e96b43c3d8"><code>00523e9</code></a> chore(release): 23.18.2 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/4cfcf080893fbe89689bd4b283bb2f3ad09b19ff"><code>4cfcf08</code></a> fix(no-if): report conditionals in call expressions</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8670c3903378924c2e50d12036dc20c3175d01a8"><code>8670c39</code></a> chore(release): 23.18.1 [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.0...v23.20.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.18.0&new-version=23.20.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=23.18.0&new-version=23.20.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-30 10:35:29 +00:00
codecov-commenter commented 2020-07-30 10:36:33 +00:00 (Migrated from github.com)

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #76   +/-   ##
=========================================
  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 3f93c82...d88bffd. Read the comment docs.

# [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/76?src=pr&el=h1) Report > Merging [#76](https://codecov.io/gh/mcataford/packwatch/pull/76?src=pr&el=desc) into [master](https://codecov.io/gh/mcataford/packwatch/commit/3f93c82674357005922c56b8dc579c4e63ba5fb3&el=desc) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/mcataford/packwatch/pull/76/graphs/tree.svg?width=650&height=150&src=pr&token=IVEisJMCje)](https://codecov.io/gh/mcataford/packwatch/pull/76?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #76 +/- ## ========================================= 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/76?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/76?src=pr&el=footer). Last update [3f93c82...d88bffd](https://codecov.io/gh/mcataford/packwatch/pull/76?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.