build(deps-dev): bump jest from 25.1.0 to 26.0.1 #30

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/jest-26.0.1 into master 2020-05-05 13:42:18 +00:00
dependabot-preview[bot] commented 2020-05-05 10:46:35 +00:00 (Migrated from github.com)

Bumps jest from 25.1.0 to 26.0.1.

Release notes

Sourced from jest's releases.

26.0.1

Fixes

  • [jest-circus] Populate DescribeBlock.tests to not break Detox reporter

26.0.0

Features

  • [jest-environment-jsdom] [BREAKING] Upgrade jsdom to v16 (#9606)
  • [@jest/fake-timers] Add possibility to use a modern implementation of fake timers, backed by @sinonjs/fake-timers (#7776)
  • [jest-runtime] Add createMockFromModule as an alias for genMockFromModule (#9962)

Fixes

  • [babel-jest] Handle null being passed to createTransformer (#9955)
  • [jest-circus, jest-console, jest-jasmine2, jest-reporters, jest-util, pretty-format] Fix time durating formatting and consolidate time formatting code (#9765)
  • [jest-circus] [BREAKING] Fail tests if a test takes a done callback and have return values (#9129)
  • [jest-circus] [BREAKING] Throw a proper error if a test / hook is defined asynchronously (#8096)
  • [jest-circus] Throw more descriptive error if hook is defined inside test (#9957)
  • [jest-circus] [BREAKING] Align execution order of tests to match jasmine's top to bottom order (#9965)
  • [jest-config, jest-resolve] [BREAKING] Remove support for browser field (#9943)
  • [jest-haste-map] Stop reporting files as changed when they are only accessed (#7347)
  • [jest-resolve] Show relative path from root dir for module not found errors (#9963)
  • [jest-runtime] Fix absolute path moduleNameMapper + jest.mock bug (#8727)

Chore & Maintenance

  • [*] [BREAKING] TypeScript definitions requires a minimum of TypeScript v3.8 (#9823)
  • [*] [BREAKING] Drop support for Node 8 (#9423)
  • [*] Upgrade to chalk@4 (#9752)
  • [*] Remove usage of realpath-native (#9952)
  • [docs] Fix example reference implementation to use Jest with Phabricator (#8662)
  • [docs] Added default compiler to tranform (#8583)
  • [docs] Updated Testing Frameworks guide with React; make it generic (#9106)
  • [expect, jest-mock, pretty-format] [BREAKING] Remove build-es5 from package (#9945)
  • [@jest/fake-timers, @jest/environment] [BREAKING] Rename LolexFakeTimers to ModernFakeTimers (#9960)
  • [jest-haste-map] [BREAKING] removed providesModuleNodeModules (#8535)
  • [jest-runtime] [BREAKING] Remove long-deprecated require.requireActual and require.requireMock methods (#9854)

25.5.4

Fixes

  • [jest-jasmine2] Don't run beforeAll / afterAll in skipped describe blocks (#9931)

Chore & Maintenance

  • [jest-runtime] Do not warn when mutating require.cache (#9946)

25.5.3

Chore & Maintenance

... (truncated)
Changelog

Sourced from jest's changelog.

26.0.1

Fixes

  • [jest-circus] Populate DescribeBlock.tests to not break Detox reporter

26.0.0

Features

  • [jest-environment-jsdom] [BREAKING] Upgrade jsdom to v16 (#9606)
  • [@jest/fake-timers] Add possibility to use a modern implementation of fake timers, backed by @sinonjs/fake-timers (#7776)
  • [jest-runtime] Add createMockFromModule as an alias for genMockFromModule (#9962)

Fixes

  • [babel-jest] Handle null being passed to createTransformer (#9955)
  • [jest-circus, jest-console, jest-jasmine2, jest-reporters, jest-util, pretty-format] Fix time durating formatting and consolidate time formatting code (#9765)
  • [jest-circus] [BREAKING] Fail tests if a test takes a done callback and have return values (#9129)
  • [jest-circus] [BREAKING] Throw a proper error if a test / hook is defined asynchronously (#8096)
  • [jest-circus] Throw more descriptive error if hook is defined inside test (#9957)
  • [jest-circus] [BREAKING] Align execution order of tests to match jasmine's top to bottom order (#9965)
  • [jest-config, jest-resolve] [BREAKING] Remove support for browser field (#9943)
  • [jest-haste-map] Stop reporting files as changed when they are only accessed (#7347)
  • [jest-resolve] Show relative path from root dir for module not found errors (#9963)
  • [jest-runtime] Fix absolute path moduleNameMapper + jest.mock bug (#8727)

Chore & Maintenance

  • [*] [BREAKING] TypeScript definitions requires a minimum of TypeScript v3.8 (#9823)
  • [*] [BREAKING] Drop support for Node 8 (#9423)
  • [*] Upgrade to chalk@4 (#9752)
  • [*] Remove usage of realpath-native (#9952)
  • [docs] Fix example reference implementation to use Jest with Phabricator (#8662)
  • [docs] Added default compiler to tranform (#8583)
  • [docs] Updated Testing Frameworks guide with React; make it generic (#9106)
  • [expect, jest-mock, pretty-format] [BREAKING] Remove build-es5 from package (#9945)
  • [@jest/fake-timers, @jest/environment] [BREAKING] Rename LolexFakeTimers to ModernFakeTimers (#9960)
  • [jest-haste-map] [BREAKING] removed providesModuleNodeModules (#8535)
  • [jest-runtime] [BREAKING] Remove long-deprecated require.requireActual and require.requireMock methods (#9854)

25.5.4

Fixes

  • [jest-jasmine2] Don't run beforeAll / afterAll in skipped describe blocks (#9931)

Chore & Maintenance

  • [jest-runtime] Do not warn when mutating require.cache (#9946)
... (truncated)
Commits
Maintainer changes

This version was pushed to npm by simenb, a new releaser for jest since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 25.1.0 to 26.0.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.0.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Populate <code>DescribeBlock.tests</code> to not break Detox reporter</li> </ul> <h2>26.0.0</h2> <h3>Features</h3> <ul> <li><code>[jest-environment-jsdom]</code> [<strong>BREAKING</strong>] Upgrade <code>jsdom</code> to v16 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9606">#9606</a>)</li> <li><code>[@jest/fake-timers]</code> Add possibility to use a modern implementation of fake timers, backed by <code>@sinonjs/fake-timers</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/7776">#7776</a>)</li> <li><code>[jest-runtime]</code> Add <code>createMockFromModule</code> as an alias for <code>genMockFromModule</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9962">#9962</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[babel-jest]</code> Handle <code>null</code> being passed to <code>createTransformer</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9955">#9955</a>)</li> <li><code>[jest-circus, jest-console, jest-jasmine2, jest-reporters, jest-util, pretty-format]</code> Fix time durating formatting and consolidate time formatting code (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9765">#9765</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Fail tests if a test takes a done callback and have return values (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9129">#9129</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Throw a proper error if a test / hook is defined asynchronously (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8096">#8096</a>)</li> <li><code>[jest-circus]</code> Throw more descriptive error if hook is defined inside test (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9957">#9957</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Align execution order of tests to match <code>jasmine</code>'s top to bottom order (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9965">#9965</a>)</li> <li><code>[jest-config, jest-resolve]</code> [<strong>BREAKING</strong>] Remove support for <code>browser</code> field (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9943">#9943</a>)</li> <li><code>[jest-haste-map]</code> Stop reporting files as changed when they are only accessed (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/7347">#7347</a>)</li> <li><code>[jest-resolve]</code> Show relative path from root dir for <code>module not found</code> errors (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9963">#9963</a>)</li> <li><code>[jest-runtime]</code> Fix absolute path moduleNameMapper + jest.mock bug (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8727">#8727</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[*]</code> [<strong>BREAKING</strong>] TypeScript definitions requires a minimum of TypeScript v3.8 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9823">#9823</a>)</li> <li><code>[*]</code> [<strong>BREAKING</strong>] Drop support for Node 8 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9423">#9423</a>)</li> <li><code>[*]</code> Upgrade to chalk@4 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9752">#9752</a>)</li> <li><code>[*]</code> Remove usage of <code>realpath-native</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9952">#9952</a>)</li> <li><code>[docs]</code> Fix example reference implementation to use Jest with Phabricator (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8662">#8662</a>)</li> <li><code>[docs]</code> Added default compiler to tranform (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8583">#8583</a>)</li> <li><code>[docs]</code> Updated Testing Frameworks guide with React; make it generic (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9106">#9106</a>)</li> <li><code>[expect, jest-mock, pretty-format]</code> [<strong>BREAKING</strong>] Remove <code>build-es5</code> from package (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9945">#9945</a>)</li> <li><code>[@jest/fake-timers, @jest/environment]</code> [<strong>BREAKING</strong>] Rename <code>LolexFakeTimers</code> to <code>ModernFakeTimers</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9960">#9960</a>)</li> <li><code>[jest-haste-map]</code> [<strong>BREAKING</strong>] removed <code>providesModuleNodeModules</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8535">#8535</a>)</li> <li><code>[jest-runtime]</code> [<strong>BREAKING</strong>] Remove long-deprecated <code>require.requireActual</code> and <code>require.requireMock</code> methods (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9854">#9854</a>)</li> </ul> <h2>25.5.4</h2> <h3>Fixes</h3> <ul> <li><code>[jest-jasmine2]</code> Don't run <code>beforeAll</code> / <code>afterAll</code> in skipped describe blocks (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9931">#9931</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[jest-runtime]</code> Do not warn when mutating <code>require.cache</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9946">#9946</a>)</li> </ul> <h2>25.5.3</h2> <h3>Chore &amp; Maintenance</h3> </tr></table> ... (truncated) </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.0.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-circus]</code> Populate <code>DescribeBlock.tests</code> to not break Detox reporter</li> </ul> <h2>26.0.0</h2> <h3>Features</h3> <ul> <li><code>[jest-environment-jsdom]</code> [<strong>BREAKING</strong>] Upgrade <code>jsdom</code> to v16 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9606">#9606</a>)</li> <li><code>[@jest/fake-timers]</code> Add possibility to use a modern implementation of fake timers, backed by <code>@sinonjs/fake-timers</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/7776">#7776</a>)</li> <li><code>[jest-runtime]</code> Add <code>createMockFromModule</code> as an alias for <code>genMockFromModule</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9962">#9962</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[babel-jest]</code> Handle <code>null</code> being passed to <code>createTransformer</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9955">#9955</a>)</li> <li><code>[jest-circus, jest-console, jest-jasmine2, jest-reporters, jest-util, pretty-format]</code> Fix time durating formatting and consolidate time formatting code (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9765">#9765</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Fail tests if a test takes a done callback and have return values (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9129">#9129</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Throw a proper error if a test / hook is defined asynchronously (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8096">#8096</a>)</li> <li><code>[jest-circus]</code> Throw more descriptive error if hook is defined inside test (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9957">#9957</a>)</li> <li><code>[jest-circus]</code> [<strong>BREAKING</strong>] Align execution order of tests to match <code>jasmine</code>'s top to bottom order (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9965">#9965</a>)</li> <li><code>[jest-config, jest-resolve]</code> [<strong>BREAKING</strong>] Remove support for <code>browser</code> field (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9943">#9943</a>)</li> <li><code>[jest-haste-map]</code> Stop reporting files as changed when they are only accessed (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/7347">#7347</a>)</li> <li><code>[jest-resolve]</code> Show relative path from root dir for <code>module not found</code> errors (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9963">#9963</a>)</li> <li><code>[jest-runtime]</code> Fix absolute path moduleNameMapper + jest.mock bug (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8727">#8727</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[*]</code> [<strong>BREAKING</strong>] TypeScript definitions requires a minimum of TypeScript v3.8 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9823">#9823</a>)</li> <li><code>[*]</code> [<strong>BREAKING</strong>] Drop support for Node 8 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9423">#9423</a>)</li> <li><code>[*]</code> Upgrade to chalk@4 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9752">#9752</a>)</li> <li><code>[*]</code> Remove usage of <code>realpath-native</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9952">#9952</a>)</li> <li><code>[docs]</code> Fix example reference implementation to use Jest with Phabricator (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8662">#8662</a>)</li> <li><code>[docs]</code> Added default compiler to tranform (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8583">#8583</a>)</li> <li><code>[docs]</code> Updated Testing Frameworks guide with React; make it generic (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9106">#9106</a>)</li> <li><code>[expect, jest-mock, pretty-format]</code> [<strong>BREAKING</strong>] Remove <code>build-es5</code> from package (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9945">#9945</a>)</li> <li><code>[@jest/fake-timers, @jest/environment]</code> [<strong>BREAKING</strong>] Rename <code>LolexFakeTimers</code> to <code>ModernFakeTimers</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9960">#9960</a>)</li> <li><code>[jest-haste-map]</code> [<strong>BREAKING</strong>] removed <code>providesModuleNodeModules</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8535">#8535</a>)</li> <li><code>[jest-runtime]</code> [<strong>BREAKING</strong>] Remove long-deprecated <code>require.requireActual</code> and <code>require.requireMock</code> methods (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9854">#9854</a>)</li> </ul> <h2>25.5.4</h2> <h3>Fixes</h3> <ul> <li><code>[jest-jasmine2]</code> Don't run <code>beforeAll</code> / <code>afterAll</code> in skipped describe blocks (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9931">#9931</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[jest-runtime]</code> Do not warn when mutating <code>require.cache</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9946">#9946</a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/40b8e1e157c9981dda5a68d73fff647e80fc9f5c"><code>40b8e1e</code></a> v26.0.1</li> <li><a href="https://github.com/facebook/jest/commit/a04d28df5fc4a5edc127aa16b1d14d317aab07f7"><code>a04d28d</code></a> chore: update changelog for release</li> <li><a href="https://github.com/facebook/jest/commit/fb04716adb223ce2da1e6bb2b4ce7c011bad1807"><code>fb04716</code></a> v26.0.1-alpha.0</li> <li><a href="https://github.com/facebook/jest/commit/a8052935cd4d767ee2f47abea434db393207885b"><code>a805293</code></a> chore: re-add deleted tests property to circus events</li> <li><a href="https://github.com/facebook/jest/commit/3669a86e2cf4fcee1c62fced76bcde51527e4924"><code>3669a86</code></a> docs: create v26, fold v25.x into a single version (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/9956">#9956</a>)</li> <li><a href="https://github.com/facebook/jest/commit/ef8605faa44a0177f32c8d64fd95e34bf2dab640"><code>ef8605f</code></a> chore: run yarn now that we've published as latest</li> <li><a href="https://github.com/facebook/jest/commit/343532a21f640ac2709c4076eef57e52279542e1"><code>343532a</code></a> v26.0.0</li> <li><a href="https://github.com/facebook/jest/commit/075854a08360c40f32b1f1da8db4fa61eea7c045"><code>075854a</code></a> chore: update changelog for release</li> <li><a href="https://github.com/facebook/jest/commit/68b65afc97688bd5b0b433f8f585da57dcd1d418"><code>68b65af</code></a> v26.0.0-alpha.2</li> <li><a href="https://github.com/facebook/jest/commit/d30a586b4baea82295aaabeb52d14e7488359363"><code>d30a586</code></a> fix: disallow hook definitions in tests (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/9957">#9957</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/jest/compare/v25.1.0...v26.0.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~simenb">simenb</a>, a new releaser for jest since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=25.1.0&new-version=26.0.1)](https://dependabot.com/compatibility-score/?dependency-name=jest&package-manager=npm_and_yarn&previous-version=25.1.0&new-version=26.0.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) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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-05-05 10:46:35 +00:00
codecov-io commented 2020-05-05 10:47:32 +00:00 (Migrated from github.com)

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #30   +/-   ##
=========================================
  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 54ece0f...d10c8c9. Read the comment docs.

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