Bump @babel/preset-env from 7.12.13 to 7.12.16 #182

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/preset-env-7.12.16 into develop 2021-02-12 05:21:49 +01:00
dependabot[bot] commented 2021-02-12 05:18:50 +01:00 (Migrated from github.com)

Bumps @babel/preset-env from 7.12.13 to 7.12.16.

Release notes

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

v7.12.16 (2021-02-11)

🐛 Bug Fix

  • babel-core
    • #12783 fix: use semver gte comparison on polyfill version tester (@JLHwung)
  • babel-parser
    • #12735 [parser] Fix scope handling of Flow declared functions (@nicolo-ribaudo)
    • #12775 babel-parser(ts): Throw recoverable for duplicates access modifier (@sosukesuzuki)
    • #12771 babel-parser(ts): Raise recoverable error for abstract interface (@sosukesuzuki)
    • #12763 fix(ts): include asserts in TSTypePredicate location (@fedeci)
    • #12758 [TS] Create TSUnionType or TSIntersectionType when typealias has a leading operator (@fedeci)
  • babel-plugin-transform-typescript
    • #12760 Support destructuring variable declarator within TS namespace (@JLHwung)

💅 Polish

🏠 Internal

  • Other
  • babel-cli, babel-core, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-member-expression-to-functions, babel-helper-validator-option, babel-node, babel-parser, babel-plugin-proposal-class-static-block, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-optional-chaining, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-env, babel-preset-typescript

Committers: 5

v7.12.15 (2021-02-04)

🐛 Bug Fix

  • babel-parser
    • #12757 fix(ts): include leading operator in TSUnionType and TSIntersectionType locations (@fedeci)
  • babel-generator

🏠 Internal

Committers: 2

v7.12.14 (2021-02-03)

Thanks @fedeci for the quick regression fix! (#12745)

... (truncated)

Changelog

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

v7.12.16 (2021-02-11)

🐛 Bug Fix

  • babel-core
    • #12783 fix: use semver gte comparison on polyfill version tester (@JLHwung)
  • babel-parser
    • #12735 [parser] Fix scope handling of Flow declared functions (@nicolo-ribaudo)
    • #12775 babel-parser(ts): Throw recoverable for duplicates access modifier (@sosukesuzuki)
    • #12771 babel-parser(ts): Raise recoverable error for abstract interface (@sosukesuzuki)
    • #12763 fix(ts): include asserts in TSTypePredicate location (@fedeci)
    • #12758 [TS] Create TSUnionType or TSIntersectionType when typealias has a leading operator (@fedeci)
  • babel-plugin-transform-typescript
    • #12760 Support destructuring variable declarator within TS namespace (@JLHwung)

💅 Polish

🏠 Internal

  • Other
  • babel-cli, babel-core, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-member-expression-to-functions, babel-helper-validator-option, babel-node, babel-parser, babel-plugin-proposal-class-static-block, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-optional-chaining, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-env, babel-preset-typescript

v7.12.15 (2021-02-04)

🐛 Bug Fix

  • babel-parser
    • #12757 fix(ts): include leading operator in TSUnionType and TSIntersectionType locations (@fedeci)
  • babel-generator

🏠 Internal

v7.12.14 (2021-02-03)

🐛 Bug Fix

  • babel-parser
    • #12748 fix(ts): allow abstract methods with export default abstract class (@fedeci)

🏠 Internal

  • babel-core
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 will merge this PR once CI passes on it, as requested by @Serraniel.


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)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.13 to 7.12.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/preset-env's releases</code></a>.</em></p> <blockquote> <h2>v7.12.16 (2021-02-11)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12783">#12783</a> fix: use semver gte comparison on polyfill version tester (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12735">#12735</a> [parser] Fix scope handling of Flow declared functions (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12775">#12775</a> babel-parser(ts): Throw recoverable for duplicates access modifier (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12771">#12771</a> babel-parser(ts): Raise recoverable error for abstract interface (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12763">#12763</a> fix(ts): include <code>asserts</code> in <code>TSTypePredicate</code> location (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12758">#12758</a> [TS] Create <code>TSUnionType</code> or <code>TSIntersectionType</code> when typealias has a leading operator (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12760">#12760</a> Support destructuring variable declarator within TS namespace (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12786">#12786</a> Polish <code>@babel/node</code> REPL (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12781">#12781</a> pnp does not work with ESM dev scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12766">#12766</a> docs: Update build requirements in CONTRIBUTING.md (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-compilation-targets</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-helper-validator-option</code>, <code>babel-node</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-dynamic-import</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-preset-env</code>, <code>babel-preset-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12759">#12759</a> Avoid importing <code>.json</code> files (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Federico Ciardi (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li>Sosuke Suzuki (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> </ul> <h2>v7.12.15 (2021-02-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/12757">#12757</a> fix(ts): include leading operator in <code>TSUnionType</code> and <code>TSIntersectionType</code> locations (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12755">#12755</a> Respect the <code>jsescOption.minimal</code> generator option (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12752">#12752</a> Allow publishing patch versions from the GH UI (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h4>Committers: 2</h4> <ul> <li>Federico Ciardi (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.12.14 (2021-02-03)</h2> <p>Thanks <a href="https://github.com/fedeci"><code>@fedeci</code></a> for the quick regression fix! (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/12745">#12745</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/preset-env's changelog</code></a>.</em></p> <blockquote> <h2>v7.12.16 (2021-02-11)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12783">#12783</a> fix: use semver gte comparison on polyfill version tester (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12735">#12735</a> [parser] Fix scope handling of Flow declared functions (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12775">#12775</a> babel-parser(ts): Throw recoverable for duplicates access modifier (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12771">#12771</a> babel-parser(ts): Raise recoverable error for abstract interface (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12763">#12763</a> fix(ts): include <code>asserts</code> in <code>TSTypePredicate</code> location (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12758">#12758</a> [TS] Create <code>TSUnionType</code> or <code>TSIntersectionType</code> when typealias has a leading operator (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12760">#12760</a> Support destructuring variable declarator within TS namespace (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12786">#12786</a> Polish <code>@babel/node</code> REPL (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12781">#12781</a> pnp does not work with ESM dev scripts (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12766">#12766</a> docs: Update build requirements in CONTRIBUTING.md (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-helper-compilation-targets</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-create-regexp-features-plugin</code>, <code>babel-helper-member-expression-to-functions</code>, <code>babel-helper-validator-option</code>, <code>babel-node</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-dynamic-import</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code>, <code>babel-preset-env</code>, <code>babel-preset-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12759">#12759</a> Avoid importing <code>.json</code> files (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.12.15 (2021-02-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/12757">#12757</a> fix(ts): include leading operator in <code>TSUnionType</code> and <code>TSIntersectionType</code> locations (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12755">#12755</a> Respect the <code>jsescOption.minimal</code> generator option (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12752">#12752</a> Allow publishing patch versions from the GH UI (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.12.14 (2021-02-03)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12748">#12748</a> fix(ts): allow abstract methods with <code>export default abstract class</code> (<a href="https://github.com/fedeci"><code>@fedeci</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12740">#12740</a> test: add tests on {parser,generator}Override (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/dd5c9f958c399d4aef98a6fdb644007d456e5a92"><code>dd5c9f9</code></a> v7.12.16</li> <li><a href="https://github.com/babel/babel/commit/e735266dee02144f168a5547fe14f3fd0c553ee4"><code>e735266</code></a> Avoid importing <code>.json</code> files (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/12759">#12759</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.12.16/packages/babel-preset-env">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.12.13&new-version=7.12.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (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) </details>
Serraniel (Migrated from github.com) approved these changes 2021-02-12 05:19:18 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
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#182
No description provided.