build(deps-dev): bump @babel/preset-env from 7.8.7 to 7.9.6 #24

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/babel/preset-env-7.9.6 into master 2020-05-02 01:52:36 +00:00
dependabot-preview[bot] commented 2020-05-02 01:36:55 +00:00 (Migrated from github.com)

Bumps @babel/preset-env from 7.8.7 to 7.9.6.

Release notes

Sourced from @babel/preset-env's releases.

v7.9.6 (2020-04-29)

Thanks to @Beraliv, @ChintanAcharya, @dosentmatter, @jdreesen and @johannes-z for their first PRs!

👓 Spec Compliance

  • babel-plugin-proposal-object-rest-spread
  • babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes

🚀 New Feature

  • babel-traverse, babel-types
    • #11448 Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (@Beraliv)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-typescript
  • babel-compat-data
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
  • babel-traverse, babel-types
    • #11378 transform-spread: create TS types (not Flow) when using TS (@Beraliv)
  • babel-standalone
  • babel-plugin-transform-runtime
    • #11366 fix: replace backslashes with forward slashes from resolved path for … (@johannes-z)
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-to-generator

💅 Polish

  • babel-parser
  • babel-core
    • #11421 polish: recommend preset for js extensions (@JLHwung)
    • #11397 fix: add classPrivateProperties and classPrivateMethods to missing plugin helper (@JLHwung)

📝 Documentation

... (truncated)
Changelog

Sourced from @babel/preset-env's changelog.

v7.9.6 (2020-04-29)

👓 Spec Compliance

  • babel-plugin-proposal-object-rest-spread
  • babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes

🚀 New Feature

  • babel-traverse, babel-types
    • #11448 Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (@Beraliv)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-typescript
  • babel-compat-data
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
  • babel-traverse, babel-types
    • #11378 transform-spread: create TS types (not Flow) when using TS (@Beraliv)
  • babel-standalone
  • babel-plugin-transform-runtime
    • #11366 fix: replace backslashes with forward slashes from resolved path for … (@johannes-z)
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-to-generator

💅 Polish

  • babel-parser
  • babel-core
    • #11421 polish: recommend preset for js extensions (@JLHwung)
    • #11397 fix: add classPrivateProperties and classPrivateMethods to missing plugin helper (@JLHwung)

📝 Documentation

... (truncated)
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.


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 [@babel/preset-env](https://github.com/babel/babel) from 7.8.7 to 7.9.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/preset-env's releases</a>.</em></p> <blockquote> <h2>v7.9.6 (2020-04-29)</h2> <p>Thanks to <a href="https://github.com/Beraliv">@Beraliv</a>, <a href="https://github.com/ChintanAcharya">@ChintanAcharya</a>, <a href="https://github.com/dosentmatter">@dosentmatter</a>, <a href="https://github.com/jdreesen">@jdreesen</a> and <a href="https://github.com/johannes-z">@johannes-z</a> for their first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11471">#11471</a> Fix evaluation order with object spread, 2 (<a href="https://github.com/jridgewell">@jridgewell</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11412">#11412</a> Fix evaluation order with object spread (<a href="https://github.com/Zzzen">@Zzzen</a>)</li> </ul> </li> <li><code>babel-helper-replace-supers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11480">#11480</a> Super property eval order (<a href="https://github.com/jridgewell">@jridgewell</a>)</li> </ul> </li> </ul> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11448">#11448</a> Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (<a href="https://github.com/Beraliv">@Beraliv</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11495">#11495</a> Fix helpers.unsupportedIterableToArray for Map and Set (<a href="https://github.com/ChintanAcharya">@ChintanAcharya</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11482">#11482</a> handle objectMethod in scope.isPure (<a href="https://github.com/Zzzen">@Zzzen</a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11410">#11410</a> Throw error for TypeScript <code>declare const enum</code> (<a href="https://github.com/dosentmatter">@dosentmatter</a>)</li> </ul> </li> <li><code>babel-compat-data</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11462">#11462</a> chore: add node.js 14 support data (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11449">#11449</a> Set exprAllowed to false for star token (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11355">#11355</a> fix: disallow expression after binding identifier <code>of</code> (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11417">#11417</a> fix: report missing plugins on type exports (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11388">#11388</a> fix: do not push new token context when function is following dot/questionDot (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11424">#11424</a> Fix redeclaring private in nested class's superClass (<a href="https://github.com/jridgewell">@jridgewell</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11405">#11405</a> Fix nested classes reference private fields (<a href="https://github.com/jridgewell">@jridgewell</a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11378">#11378</a> transform-spread: create TS types (not Flow) when using TS (<a href="https://github.com/Beraliv">@Beraliv</a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11395">#11395</a> chore: update stage preset in babel-standalone (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11366">#11366</a> fix: replace backslashes with forward slashes from resolved path for … (<a href="https://github.com/johannes-z">@johannes-z</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-proposal-throw-expressions</code>, <code>babel-plugin-transform-async-to-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11382">#11382</a> Unify parens printing for postfix-like expressions (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11478">#11478</a> Add some parser missing plugins errors (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11417">#11417</a> fix: report missing plugins on type exports (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11421">#11421</a> polish: recommend preset for js extensions (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11397">#11397</a> fix: add classPrivateProperties and classPrivateMethods to missing plugin helper (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/master/CHANGELOG.md">@babel/preset-env's changelog</a>.</em></p> <blockquote> <h2>v7.9.6 (2020-04-29)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11471">#11471</a> Fix evaluation order with object spread, 2 (<a href="https://github.com/jridgewell">@jridgewell</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11412">#11412</a> Fix evaluation order with object spread (<a href="https://github.com/Zzzen">@Zzzen</a>)</li> </ul> </li> <li><code>babel-helper-replace-supers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11480">#11480</a> Super property eval order (<a href="https://github.com/jridgewell">@jridgewell</a>)</li> </ul> </li> </ul> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11448">#11448</a> Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (<a href="https://github.com/Beraliv">@Beraliv</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11495">#11495</a> Fix helpers.unsupportedIterableToArray for Map and Set (<a href="https://github.com/ChintanAcharya">@ChintanAcharya</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11482">#11482</a> handle objectMethod in scope.isPure (<a href="https://github.com/Zzzen">@Zzzen</a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11410">#11410</a> Throw error for TypeScript <code>declare const enum</code> (<a href="https://github.com/dosentmatter">@dosentmatter</a>)</li> </ul> </li> <li><code>babel-compat-data</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11462">#11462</a> chore: add node.js 14 support data (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11449">#11449</a> Set exprAllowed to false for star token (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11355">#11355</a> fix: disallow expression after binding identifier <code>of</code> (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11417">#11417</a> fix: report missing plugins on type exports (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11388">#11388</a> fix: do not push new token context when function is following dot/questionDot (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11424">#11424</a> Fix redeclaring private in nested class's superClass (<a href="https://github.com/jridgewell">@jridgewell</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11405">#11405</a> Fix nested classes reference private fields (<a href="https://github.com/jridgewell">@jridgewell</a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11378">#11378</a> transform-spread: create TS types (not Flow) when using TS (<a href="https://github.com/Beraliv">@Beraliv</a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11395">#11395</a> chore: update stage preset in babel-standalone (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11366">#11366</a> fix: replace backslashes with forward slashes from resolved path for … (<a href="https://github.com/johannes-z">@johannes-z</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-proposal-throw-expressions</code>, <code>babel-plugin-transform-async-to-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11382">#11382</a> Unify parens printing for postfix-like expressions (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11478">#11478</a> Add some parser missing plugins errors (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11417">#11417</a> fix: report missing plugins on type exports (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11421">#11421</a> polish: recommend preset for js extensions (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11397">#11397</a> fix: add classPrivateProperties and classPrivateMethods to missing plugin helper (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11492">#11492</a> docs: update AST spec (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/9c2846bcacc75aa931ea9d556950c2113765d43d"><code>9c2846b</code></a> v7.9.6</li> <li><a href="https://github.com/babel/babel/commit/7c80ed9598551de321919a9e6d8dd12539435a28"><code>7c80ed9</code></a> Update compat table script (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11496">#11496</a>)</li> <li><a href="https://github.com/babel/babel/commit/fa98a0a5b355a34b1c737d782f0e8969c55b72c6"><code>fa98a0a</code></a> docs: update AST spec (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11492">#11492</a>)</li> <li><a href="https://github.com/babel/babel/commit/2d8edf7c6f1b077e0c92cbd18a9b3b3f59642e88"><code>2d8edf7</code></a> Add note about experimental nature of @babel/eslint-* packages (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11493">#11493</a>)</li> <li><a href="https://github.com/babel/babel/commit/93429f8b09e86937c8a986e16e948bd08ff048ab"><code>93429f8</code></a> Fix helpers.unsupportedIterableToArray for Map and Set (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11495">#11495</a>)</li> <li><a href="https://github.com/babel/babel/commit/1b777f52663f1b3b9cc590478bccb0b4dde14ee1"><code>1b777f5</code></a> Update preset-env fixtures (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11486">#11486</a>)</li> <li><a href="https://github.com/babel/babel/commit/c1d65d8842fda3c6fabbad07e40bd5aaa5061325"><code>c1d65d8</code></a> Fix evaluation order with object spread, 2 (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11471">#11471</a>)</li> <li><a href="https://github.com/babel/babel/commit/83d365acb60db2943279cb6f3914c55f52b5702d"><code>83d365a</code></a> handle objectMethod in scope.isPure (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11482">#11482</a>)</li> <li><a href="https://github.com/babel/babel/commit/0bbf2da568a8814e256a626cfdb274d8a61c3116"><code>0bbf2da</code></a> Super property eval order (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11480">#11480</a>)</li> <li><a href="https://github.com/babel/babel/commit/2e4f18ac92a0230d9db835da2ee4ea56816e6536"><code>2e4f18a</code></a> Add some parser missing plugins errors (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11478">#11478</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/compare/v7.8.7...v7.9.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.8.7&new-version=7.9.6)](https://dependabot.com/compatibility-score/?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.8.7&new-version=7.9.6) 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-02 01:36:55 +00:00
codecov-io commented 2020-05-02 01:41:15 +00:00 (Migrated from github.com)

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #24   +/-   ##
=========================================
  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 5e77ce1...4c51782. Read the comment docs.

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