build(deps-dev): bump @babel/core from 7.11.0 to 7.11.1 #83

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/babel/core-7.11.1 into master 2020-08-09 19:04:10 +00:00
dependabot-preview[bot] commented 2020-08-05 10:38:54 +00:00 (Migrated from github.com)

Bumps @babel/core from 7.11.0 to 7.11.1.

Release notes

Sourced from @babel/core's releases.

v7.11.1 (2020-08-04)

🐛 Bug Fix

  • babel-parser
  • babel-core
  • babel-plugin-transform-block-scoping, babel-standalone
    • #11901 fix: ensure […map.keys] can be correctly transformed in loose mode (@JLHwung)

📝 Documentation

🏠 Internal

Committers: 2

Changelog

Sourced from @babel/core's changelog.

v7.11.1 (2020-08-04)

🐛 Bug Fix

  • babel-parser
  • babel-core
  • babel-plugin-transform-block-scoping, babel-standalone
    • #11901 fix: ensure […map.keys] can be correctly transformed in loose mode (@JLHwung)

📝 Documentation

🏠 Internal

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 [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.0 to 7.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/core's releases</a>.</em></p> <blockquote> <h2>v7.11.1 (2020-08-04)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11912">#11912</a> rescan gt/lt token after TsAsExpression is parsed (<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/11906">#11906</a> Do not cache non-existent config files forever (<a href="https://github.com/devongovett">@devongovett</a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11901">#11901</a> fix: ensure <code>[…map.keys]</code> can be correctly transformed in loose mode (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11900">#11900</a> docs: remove experimental warning on README (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11871">#11871</a> Parser refactoring (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11899">#11899</a> Update <code>@babel/*</code> deps (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Devon Govett (<a href="https://github.com/devongovett">@devongovett</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">@babel/core's changelog</a>.</em></p> <blockquote> <h2>v7.11.1 (2020-08-04)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11912">#11912</a> rescan gt/lt token after TsAsExpression is parsed (<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/11906">#11906</a> Do not cache non-existent config files forever (<a href="https://github.com/devongovett">@devongovett</a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11901">#11901</a> fix: ensure <code>[…map.keys]</code> can be correctly transformed in loose mode (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11900">#11900</a> docs: remove experimental warning on README (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11871">#11871</a> Parser refactoring (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11899">#11899</a> Update <code>@babel/*</code> deps (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/953ae82159b67b4487f837a17a1b8d5e305a8e5c"><code>953ae82</code></a> v7.11.1</li> <li><a href="https://github.com/babel/babel/commit/c29138fd72de15dc89a10571d4ec09f35d5737b4"><code>c29138f</code></a> Do not cache non-existent files forever (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/11906">#11906</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.11.1/packages/babel-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.11.0&new-version=7.11.1)](https://dependabot.com/compatibility-score/?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.11.0&new-version=7.11.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-08-05 10:38:54 +00:00
codecov-commenter commented 2020-08-05 10:39:42 +00:00 (Migrated from github.com)

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #83   +/-   ##
=========================================
  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 79ee5b8...6ea4a87. Read the comment docs.

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