Bump @babel/compat-data from 7.12.5 to 7.12.7 #126

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/compat-data-7.12.7 into develop 2020-11-23 05:47:05 +01:00
dependabot[bot] commented 2020-11-23 05:35:42 +01:00 (Migrated from github.com)

Bumps @babel/compat-data from 7.12.5 to 7.12.7.

Release notes

Sourced from @babel/compat-data's releases.

v7.12.7 (2020-11-20)

Thanks @fraywing for your first PR!

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-parser
  • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
  • babel-compat-data, babel-preset-env
  • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
  • babel-plugin-proposal-numeric-separator
    • #12311 Adding includes fix for plugin-proposal-numeric-separator (@fraywing)

💅 Polish

  • babel-preset-react, babel-preset-typescript
    • #12347 refactor: use option-validator in preset-typescript (@JLHwung)
  • babel-types
    • #12341 improve asserts in generated typescript definitions (@zxbodya)

🏠 Internal

  • babel-helper-regex
  • babel-helper-create-regexp-features-plugin, babel-plugin-transform-sticky-regex
  • babel-core
  • babel-preset-env
  • Other
  • babel-types
    • #11883 feat(babel‑types): Add type definitions for Node assertion methods (@ExE-Boss)
  • babel-cli
  • babel-parser
  • babel-traverse

... (truncated)

Changelog

Sourced from @babel/compat-data's changelog.

v7.12.7 (2020-11-20)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-parser
  • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
  • babel-compat-data, babel-preset-env
  • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
  • babel-plugin-proposal-numeric-separator
    • #12311 Adding includes fix for plugin-proposal-numeric-separator (@fraywing)

💅 Polish

  • babel-preset-react, babel-preset-typescript
    • #12347 refactor: use option-validator in preset-typescript (@JLHwung)
  • babel-types
    • #12341 improve asserts in generated typescript definitions (@zxbodya)

🏠 Internal

  • babel-helper-regex
  • babel-helper-create-regexp-features-plugin, babel-plugin-transform-sticky-regex
  • babel-core
  • babel-preset-env
  • Other
  • babel-types
    • #11883 feat(babel‑types): Add type definitions for Node assertion methods (@ExE-Boss)
  • babel-cli
  • babel-parser
  • babel-traverse
    • #12309 test: add tests about behaviour of replaceWithMultiple (@JLHwung)

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

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/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) from 7.12.5 to 7.12.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/compat-data's releases</a>.</em></p> <blockquote> <h2>v7.12.7 (2020-11-20)</h2> <p>Thanks <a href="https://github.com/fraywing">@fraywing</a> for your first PR!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12346">#12346</a> refactor: reorder checkLVal parameters (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12327">#12327</a> fix: disallow all parenthesized pattern except parsing LHS (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12356">#12356</a> [ts]Fix syntax error for modifier name class methods with type parameters (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12352">#12352</a> [ts]Set <code>false</code> to default value of TsTypePredicate.asserts (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12333">#12333</a> Fix syntax error for getter and setter with typescript and estree plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-helper-optimise-call-expression</code>, <code>babel-plugin-proposal-class-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12350">#12350</a> Fix: correctly transform <code>this.#m?.(...arguments)</code> (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12340">#12340</a> Fix support for polyfilling Array.prototype.values in core-js@2 (<a href="https://github.com/existentialism">@existentialism</a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-systemjs</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-preset-env</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12331">#12331</a> Use the correct <code>context</code> when re-using a cached <code>NodePath</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-proposal-numeric-separator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12311">#12311</a> Adding includes fix for plugin-proposal-numeric-separator (<a href="https://github.com/fraywing">@fraywing</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-preset-react</code>, <code>babel-preset-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12347">#12347</a> refactor: use option-validator in preset-typescript (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12341">#12341</a> improve asserts in generated typescript definitions (<a href="https://github.com/zxbodya">@zxbodya</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helper-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12377">#12377</a> Archive <code>@babel/helper-regex</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code>, <code>babel-plugin-transform-sticky-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12349">#12349</a> refactor: inline <code>@babel/helper-regex</code> usage (<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/12288">#12288</a> Don't compile <code>import()</code> in development (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11734">#11734</a> Account for ConfigItem being generated by another copy of Babel (<a href="https://github.com/developit">@developit</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12368">#12368</a> Bump caniuse-lite resolutions (<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/12362">#12362</a> chore: fix grammar in bug template (<a href="https://github.com/snitin315">@snitin315</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12357">#12357</a> chore: prompt maintainer to quit make watch before publish (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12328">#12328</a> chore: remove Node.js 13 from CI (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11883">#11883</a> feat(babel‑types): Add type definitions for Node assertion methods (<a href="https://github.com/ExE-Boss">@ExE-Boss</a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12322">#12322</a> Use <code>chokidar@2</code> without <code>fsevents@1</code> in <code>@babel/cli</code> (<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/12326">#12326</a> Add typings for <code>recordAndTuple</code> parser plugin (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-traverse</code></li> </ul> <!-- 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">@babel/compat-data's changelog</a>.</em></p> <blockquote> <h2>v7.12.7 (2020-11-20)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12346">#12346</a> refactor: reorder checkLVal parameters (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12327">#12327</a> fix: disallow all parenthesized pattern except parsing LHS (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12356">#12356</a> [ts]Fix syntax error for modifier name class methods with type parameters (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12352">#12352</a> [ts]Set <code>false</code> to default value of TsTypePredicate.asserts (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12333">#12333</a> Fix syntax error for getter and setter with typescript and estree plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-helper-optimise-call-expression</code>, <code>babel-plugin-proposal-class-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12350">#12350</a> Fix: correctly transform <code>this.#m?.(...arguments)</code> (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12340">#12340</a> Fix support for polyfilling Array.prototype.values in core-js@2 (<a href="https://github.com/existentialism">@existentialism</a>)</li> </ul> </li> <li><code>babel-plugin-transform-modules-systemjs</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-preset-env</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12331">#12331</a> Use the correct <code>context</code> when re-using a cached <code>NodePath</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-proposal-numeric-separator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12311">#12311</a> Adding includes fix for plugin-proposal-numeric-separator (<a href="https://github.com/fraywing">@fraywing</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-preset-react</code>, <code>babel-preset-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12347">#12347</a> refactor: use option-validator in preset-typescript (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12341">#12341</a> improve asserts in generated typescript definitions (<a href="https://github.com/zxbodya">@zxbodya</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helper-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12377">#12377</a> Archive <code>@babel/helper-regex</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code>, <code>babel-plugin-transform-sticky-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12349">#12349</a> refactor: inline <code>@babel/helper-regex</code> usage (<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/12288">#12288</a> Don't compile <code>import()</code> in development (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11734">#11734</a> Account for ConfigItem being generated by another copy of Babel (<a href="https://github.com/developit">@developit</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12368">#12368</a> Bump caniuse-lite resolutions (<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/12362">#12362</a> chore: fix grammar in bug template (<a href="https://github.com/snitin315">@snitin315</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12357">#12357</a> chore: prompt maintainer to quit make watch before publish (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12328">#12328</a> chore: remove Node.js 13 from CI (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11883">#11883</a> feat(babel‑types): Add type definitions for Node assertion methods (<a href="https://github.com/ExE-Boss">@ExE-Boss</a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12322">#12322</a> Use <code>chokidar@2</code> without <code>fsevents@1</code> in <code>@babel/cli</code> (<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/12326">#12326</a> Add typings for <code>recordAndTuple</code> parser plugin (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12309">#12309</a> test: add tests about behaviour of replaceWithMultiple (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/23226d93d4ebd1156cf23773579c5cea09bbcdf6"><code>23226d9</code></a> v7.12.7</li> <li><a href="https://github.com/babel/babel/commit/08c7280167a8dd7696c16ac70e36d5d3120962a9"><code>08c7280</code></a> Fix support for polyfilling Array.prototype.values in core-js@2 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data/issues/12340">#12340</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.12.7/packages/babel-compat-data">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/compat-data&package-manager=npm_and_yarn&previous-version=7.12.5&new-version=7.12.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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 2020-11-23 05:41:35 +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#126
No description provided.