build(deps-dev): bump jest from 26.1.0 to 26.2.1 #80

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/jest-26.2.1 into master 2020-07-31 12:27:04 +00:00
dependabot-preview[bot] commented 2020-07-31 10:38:26 +00:00 (Migrated from github.com)

Bumps jest from 26.1.0 to 26.2.1.

Release notes

Sourced from jest's releases.

26.2.1

Fixes

  • [jest-worker] Make sure to work with Node TS typings v12 (#10336)

26.2.0

Features

  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting individual test cases using jest-circus (#10227)
  • [jest-config, jest-reporter, jest-runner, jest-test-sequencer] Add slowTestThreshold configuration option (#9366)
  • [jest-haste-map] Watchman crawler now includes dotfiles (#10075)
  • [jest-worker] Added support for workers to send custom messages to parent in jest-worker (#10293)
  • [jest-worker] Support passing resourceLimits (#10335)
  • [pretty-format] Added support for serializing custom elements (web components) (#10217)

Fixes

  • [expect] Match symbols and bigints in any() (#10223)
  • [jest-changed-files] Use git diff instead of git log for --changedSince (#10155)
  • [jest-console] Add missing console.timeLog for compatibility with Node (#10209)
  • [jest-haste-map] Check find binary supports the -iname parameter (#10308)
  • [jest-snapshot] Strip added indentation for inline error snapshots (#10217)

Chore & Maintenance

  • [*] Add missing dependency on @types/node (#10248)
  • [jest-jasmine2] Convert PCancelable to TypeScript (#10215)
  • [jest-jasmine2] Refine typings of queueRunner (#10215)
  • [jest-jasmine2] Remove usage of Function type (#10216)
  • [jest-resolve] Improve types (#10239)
  • [docs] Clarify the jest.requireActual(moduleName) example
  • [jest-types] Refine typings of coverageReporters (#10275)
Changelog

Sourced from jest's changelog.

26.2.1

Fixes

  • [jest-worker] Make sure to work with Node TS typings v12 (#10336)

26.2.0

Features

  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting individual test cases using jest-circus (#10227)
  • [jest-config, jest-reporter, jest-runner, jest-test-sequencer] Add slowTestThreshold configuration option (#9366)
  • [jest-haste-map] Watchman crawler now includes dotfiles (#10075)
  • [jest-worker] Added support for workers to send custom messages to parent in jest-worker (#10293)
  • [jest-worker] Support passing resourceLimits (#10335)
  • [pretty-format] Added support for serializing custom elements (web components) (#10217)

Fixes

  • [expect] Match symbols and bigints in any() (#10223)
  • [jest-changed-files] Use git diff instead of git log for --changedSince (#10155)
  • [jest-console] Add missing console.timeLog for compatibility with Node (#10209)
  • [jest-haste-map] Check find binary supports the -iname parameter (#10308)
  • [jest-snapshot] Strip added indentation for inline error snapshots (#10217)

Chore & Maintenance

  • [*] Add missing dependency on @types/node (#10248)
  • [jest-jasmine2] Convert PCancelable to TypeScript (#10215)
  • [jest-jasmine2] Refine typings of queueRunner (#10215)
  • [jest-jasmine2] Remove usage of Function type (#10216)
  • [jest-resolve] Improve types (#10239)
  • [docs] Clarify the jest.requireActual(moduleName) example
  • [jest-types] Refine typings of coverageReporters (#10275)
Commits

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 [jest](https://github.com/facebook/jest) from 26.1.0 to 26.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>26.2.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-worker]</code> Make sure to work with Node TS typings v12 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10336">#10336</a>)</li> </ul> <h2>26.2.0</h2> <h3>Features</h3> <ul> <li><code>[jest-core, jest-circus, jest-reporter, jest-runner]</code> Added support for reporting individual test cases using jest-circus (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10227">#10227</a>)</li> <li><code>[jest-config, jest-reporter, jest-runner, jest-test-sequencer]</code> Add <code>slowTestThreshold</code> configuration option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9366">#9366</a>)</li> <li><code>[jest-haste-map]</code> Watchman crawler now includes dotfiles (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10075">#10075</a>)</li> <li><code>[jest-worker]</code> Added support for workers to send custom messages to parent in jest-worker (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10293">#10293</a>)</li> <li><code>[jest-worker]</code> Support passing <code>resourceLimits</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10335">#10335</a>)</li> <li><code>[pretty-format]</code> Added support for serializing custom elements (web components) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10237">#10217</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[expect]</code> Match symbols and bigints in <code>any()</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10223">#10223</a>)</li> <li><code>[jest-changed-files]</code> Use <code>git diff</code> instead of <code>git log</code> for <code>--changedSince</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10155">#10155</a>)</li> <li><code>[jest-console]</code> Add missing <code>console.timeLog</code> for compatibility with Node (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10209">#10209</a>)</li> <li><code>[jest-haste-map]</code> Check <code>find</code> binary supports the <code>-iname</code> parameter (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10308">#10308</a>)</li> <li><code>[jest-snapshot]</code> Strip added indentation for inline error snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10217">#10217</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[*]</code> Add missing dependency on <code>@types/node</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10248">#10248</a>)</li> <li><code>[jest-jasmine2]</code> Convert <code>PCancelable</code> to TypeScript (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10215">#10215</a>)</li> <li><code>[jest-jasmine2]</code> Refine typings of <code>queueRunner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10215">#10215</a>)</li> <li><code>[jest-jasmine2]</code> Remove usage of <code>Function</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10216">#10216</a>)</li> <li><code>[jest-resolve]</code> Improve types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10239">#10239</a>)</li> <li><code>[docs]</code> Clarify the <a href="https://jestjs.io/docs/en/jest-object#jestrequireactualmodulename"><code>jest.requireActual(moduleName)</code></a> example</li> <li><code>[jest-types]</code> Refine typings of <code>coverageReporters</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10275">#10275</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>26.2.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-worker]</code> Make sure to work with Node TS typings v12 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10336">#10336</a>)</li> </ul> <h2>26.2.0</h2> <h3>Features</h3> <ul> <li><code>[jest-core, jest-circus, jest-reporter, jest-runner]</code> Added support for reporting individual test cases using jest-circus (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10227">#10227</a>)</li> <li><code>[jest-config, jest-reporter, jest-runner, jest-test-sequencer]</code> Add <code>slowTestThreshold</code> configuration option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9366">#9366</a>)</li> <li><code>[jest-haste-map]</code> Watchman crawler now includes dotfiles (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10075">#10075</a>)</li> <li><code>[jest-worker]</code> Added support for workers to send custom messages to parent in jest-worker (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10293">#10293</a>)</li> <li><code>[jest-worker]</code> Support passing <code>resourceLimits</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10335">#10335</a>)</li> <li><code>[pretty-format]</code> Added support for serializing custom elements (web components) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10237">#10217</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[expect]</code> Match symbols and bigints in <code>any()</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10223">#10223</a>)</li> <li><code>[jest-changed-files]</code> Use <code>git diff</code> instead of <code>git log</code> for <code>--changedSince</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10155">#10155</a>)</li> <li><code>[jest-console]</code> Add missing <code>console.timeLog</code> for compatibility with Node (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10209">#10209</a>)</li> <li><code>[jest-haste-map]</code> Check <code>find</code> binary supports the <code>-iname</code> parameter (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10308">#10308</a>)</li> <li><code>[jest-snapshot]</code> Strip added indentation for inline error snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10217">#10217</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[*]</code> Add missing dependency on <code>@types/node</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10248">#10248</a>)</li> <li><code>[jest-jasmine2]</code> Convert <code>PCancelable</code> to TypeScript (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10215">#10215</a>)</li> <li><code>[jest-jasmine2]</code> Refine typings of <code>queueRunner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10215">#10215</a>)</li> <li><code>[jest-jasmine2]</code> Remove usage of <code>Function</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10216">#10216</a>)</li> <li><code>[jest-resolve]</code> Improve types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10239">#10239</a>)</li> <li><code>[docs]</code> Clarify the <a href="https://jestjs.io/docs/en/jest-object#jestrequireactualmodulename"><code>jest.requireActual(moduleName)</code></a> example</li> <li><code>[jest-types]</code> Refine typings of <code>coverageReporters</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10275">#10275</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/da61421faee6fdbf2a2b355b10d4e6eb1a842233"><code>da61421</code></a> v26.2.1</li> <li><a href="https://github.com/facebook/jest/commit/3de08dd041006f62039f65900b514e39ec87cbbc"><code>3de08dd</code></a> chore: update changelog for release</li> <li><a href="https://github.com/facebook/jest/commit/2db6aa11ef482167cd84114c2ec3b93a3da5f82f"><code>2db6aa1</code></a> fix(worker): support v12 node typings (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10336">#10336</a>)</li> <li><a href="https://github.com/facebook/jest/commit/3bdb8e33fc0c94a35c1209df299d5e6ef17ee68d"><code>3bdb8e3</code></a> chore: update lockfile after publish</li> <li><a href="https://github.com/facebook/jest/commit/4a716811a309dae135b780a87dc1647b285800eb"><code>4a71681</code></a> v26.2.0</li> <li><a href="https://github.com/facebook/jest/commit/18a5940990049630b3af909ef03794e9c4aedcc1"><code>18a5940</code></a> chore: update changelog for release</li> <li><a href="https://github.com/facebook/jest/commit/23dbcc1293f11dc2fdbfbfc49ca1c77efd3a1be1"><code>23dbcc1</code></a> chore: remove Travis CI build</li> <li><a href="https://github.com/facebook/jest/commit/e270997715997a249ea0bb240ca18ab1be5ff232"><code>e270997</code></a> feat(haste-map): watchman crawler now includes dotfiles (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10075">#10075</a>)</li> <li><a href="https://github.com/facebook/jest/commit/e3f4f93318df252f83904c23c88ecadb2d12a544"><code>e3f4f93</code></a> chore: update type definitions for coverageReporters (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10275">#10275</a>)</li> <li><a href="https://github.com/facebook/jest/commit/01b93d47301dc60e97d133c2ae3b9b9ddc10d9c4"><code>01b93d4</code></a> chore: migrate some tests to TS (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10073">#10073</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/jest/compare/v26.1.0...v26.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=26.1.0&new-version=26.2.1)](https://dependabot.com/compatibility-score/?dependency-name=jest&package-manager=npm_and_yarn&previous-version=26.1.0&new-version=26.2.1) 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-31 10:38:26 +00:00
codecov-commenter commented 2020-07-31 10:39:40 +00:00 (Migrated from github.com)

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #80   +/-   ##
=========================================
  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 d616d38...f723a63. Read the comment docs.

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