Bump @babel/core from 7.12.1 to 7.12.3 #85

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/core-7.12.3 into develop 2020-10-19 17:23:17 +02:00
dependabot-preview[bot] commented 2020-10-19 06:57:34 +02:00 (Migrated from github.com)

Bumps @babel/core from 7.12.1 to 7.12.3.

Release notes

Sourced from @babel/core's releases.

v7.12.3 (2020-10-16)

Thanks @Mongkii for your first PR!

🐛 Bug Fix

  • babel-helper-wrap-function, babel-plugin-proposal-async-generator-functions
  • babel-core
  • babel-parser

🏠 Internal

  • Other
  • babel-parser
    • #12203 test: add test case for babel-parser: fixtures/typescript/arrow-function/destructuring-with-annotation-newline (@Mongkii)

Committers: 4

v7.12.2 (2020-10-16)

↩️ Revert

  • babel-parser
    • #12198 Revert "Reland "Fix: check if param is assignable when parsing arrow return type annotation"" (@nicolo-ribaudo)

Committers: 1

Changelog

Sourced from @babel/core's changelog.

v7.12.3 (2020-10-16)

🐛 Bug Fix

  • babel-helper-wrap-function, babel-plugin-proposal-async-generator-functions
  • babel-core
  • babel-parser

🏠 Internal

  • Other
  • babel-parser
    • #12203 test: add test case for babel-parser: fixtures/typescript/arrow-function/destructuring-with-annotation-newline (@Mongkii)

v7.12.2 (2020-10-16)

↩️ Revert

  • babel-parser
    • #12198 Revert "Reland "Fix: check if param is assignable when parsing arrow return type annotation"" (@nicolo-ribaudo)
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.12.1 to 7.12.3. <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.12.3 (2020-10-16)</h2> <p>Thanks <a href="https://github.com/Mongkii">@Mongkii</a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helper-wrap-function</code>, <code>babel-plugin-proposal-async-generator-functions</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12192">#12192</a> fix: properly wrap private class methods (<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/12200">#12200</a> Make <code>loadPartialConfig</code>'s options optional (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12185">#12185</a> [ts] Disallow invalid type annotations in ExpressionStatements (<a href="https://github.com/existentialism">@existentialism</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12204">#12204</a> chore: update test262 tests (<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/12203">#12203</a> test: add test case for babel-parser: fixtures/typescript/arrow-function/destructuring-with-annotation-newline (<a href="https://github.com/Mongkii">@Mongkii</a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Brian Ng (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github.com/Mongkii">@Mongkii</a></li> </ul> <h2>v7.12.2 (2020-10-16)</h2> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12198">#12198</a> Revert &quot;Reland &quot;Fix: check if param is assignable when parsing arrow return type annotation&quot;&quot; (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</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.12.3 (2020-10-16)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helper-wrap-function</code>, <code>babel-plugin-proposal-async-generator-functions</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12192">#12192</a> fix: properly wrap private class methods (<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/12200">#12200</a> Make <code>loadPartialConfig</code>'s options optional (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12185">#12185</a> [ts] Disallow invalid type annotations in ExpressionStatements (<a href="https://github.com/existentialism">@existentialism</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12204">#12204</a> chore: update test262 tests (<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/12203">#12203</a> test: add test case for babel-parser: fixtures/typescript/arrow-function/destructuring-with-annotation-newline (<a href="https://github.com/Mongkii">@Mongkii</a>)</li> </ul> </li> </ul> <h2>v7.12.2 (2020-10-16)</h2> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12198">#12198</a> Revert &quot;Reland &quot;Fix: check if param is assignable when parsing arrow return type annotation&quot;&quot; (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/2562c8d8fa13515448e362e5c1e5c302aef5b54a"><code>2562c8d</code></a> v7.12.3</li> <li><a href="https://github.com/babel/babel/commit/31396b286daadee3c25c4891c8dd31a92d7f0604"><code>31396b2</code></a> Make <code>loadPartialConfig</code>'s options optional (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12200">#12200</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.12.3/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.12.1&new-version=7.12.3)](https://dependabot.com/compatibility-score/?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.12.1&new-version=7.12.3) 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>
Serraniel (Migrated from github.com) approved these changes 2020-10-19 17:22:55 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#85
No description provided.