Bump @babel/compat-data from 7.14.0 to 7.14.4 #280

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/compat-data-7.14.4 into develop 2021-05-31 06:12:53 +02:00
dependabot[bot] commented 2021-05-31 06:10:01 +02:00 (Migrated from github.com)

Bumps @babel/compat-data from 7.14.0 to 7.14.4.

Release notes

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

v7.14.4 (2021-05-28)

Thanks @​alanorozco, @​devfservant, @​merceyz, @​mmorel-35 (and @​renovate-bot! 🤖), @​sokra, and @​wbinnssmith for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

🏃‍♀️ Performance

🔬 Output optimization

  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-react-constant-elements, babel-preset-env

Committers: 12

v7.14.3 (2021-05-17)

🐛 Bug Fix

... (truncated)

Changelog

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

v7.14.4 (2021-05-28)

👓 Spec Compliance

🐛 Bug Fix

🏃‍♀️ Performance

🔬 Output optimization

  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-react-constant-elements, babel-preset-env

v7.14.3 (2021-05-17)

🐛 Bug Fix

  • babel-core
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block

🏠 Internal

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-class-static-block, babel-preset-env

v7.14.2 (2021-05-12)

🐛 Bug Fix

... (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.14.0 to 7.14.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/compat-data</code>'s releases</a>.</em></p> <blockquote> <h2>v7.14.4 (2021-05-28)</h2> <p>Thanks <a href="https://github.com/alanorozco"><code>@​alanorozco</code></a>, <a href="https://github.com/devfservant"><code>@​devfservant</code></a>, <a href="https://github.com/merceyz"><code>@​merceyz</code></a>, <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> (and <a href="https://github.com/renovate-bot"><code>@​renovate-bot</code></a>! :robot:), <a href="https://github.com/sokra"><code>@​sokra</code></a>, and <a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13377">#13377</a> disallow surrogate in the end of contextual name (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13328">#13328</a> perf: minimize identifier lookahead when parsing let (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13314">#13314</a> [ts] Insert <code>export {}</code> when necessary to imply ESM (<a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13381">#13381</a> [ts] Remove override modifier (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13338">#13338</a> Fix error when parsing ignored files with <code>@babel/eslint-parser</code> (<a href="https://github.com/devfservant"><code>@​devfservant</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13333">#13333</a> refactor: add parse*Literal parser routines (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13376">#13376</a> Improve performance (<a href="https://github.com/sokra"><code>@​sokra</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13341">#13341</a> Faster tokenizer lookahead (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13328">#13328</a> perf: minimize identifier lookahead when parsing let (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13384">#13384</a> Hoist omitted keys from object spread operator (<a href="https://github.com/alanorozco"><code>@​alanorozco</code></a>)</li> </ul> </li> </ul> <h4>Committers: 12</h4> <ul> <li>Alan Orozco (<a href="https://github.com/alanorozco"><code>@​alanorozco</code></a>)</li> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li> <li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>@​zxbodya</code></a>)</li> <li>Daniel Tschinder (<a href="https://github.com/danez"><code>@​danez</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Kristoffer K. (<a href="https://github.com/merceyz"><code>@​merceyz</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> <li>Tobias Koppers (<a href="https://github.com/sokra"><code>@​sokra</code></a>)</li> <li>Will Binns-Smith (<a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>)</li> <li><a href="https://github.com/devfservant"><code>@​devfservant</code></a></li> <li>fisker Cheung (<a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> <h2>v7.14.3 (2021-05-17)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13321">#13321</a> Pass assumptions set in presets to plugins (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</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"><code>@​babel/compat-data</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.14.4 (2021-05-28)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13377">#13377</a> disallow surrogate in the end of contextual name (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13328">#13328</a> perf: minimize identifier lookahead when parsing let (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13314">#13314</a> [ts] Insert <code>export {}</code> when necessary to imply ESM (<a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13381">#13381</a> [ts] Remove override modifier (<a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13338">#13338</a> Fix error when parsing ignored files with <code>@babel/eslint-parser</code> (<a href="https://github.com/devfservant"><code>@​devfservant</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13333">#13333</a> refactor: add parse*Literal parser routines (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13376">#13376</a> Improve performance (<a href="https://github.com/sokra"><code>@​sokra</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13341">#13341</a> Faster tokenizer lookahead (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13328">#13328</a> perf: minimize identifier lookahead when parsing let (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13384">#13384</a> Hoist omitted keys from object spread operator (<a href="https://github.com/alanorozco"><code>@​alanorozco</code></a>)</li> </ul> </li> </ul> <h2>v7.14.3 (2021-05-17)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13321">#13321</a> Pass assumptions set in presets to plugins (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13326">#13326</a> fix: preserve tokensLength in tryParse (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13325">#13325</a> Parse <code>let</code> declarations whose id starts with <code>\</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-replace-supers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13303">#13303</a> Don't duplicate the base class when using <code>constantSuper</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</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/13313">#13313</a> chore: add class-static-block test262 mapping (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13304">#13304</a> Add test for fixed block scoping issue (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-replace-supers</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13297">#13297</a> Compile static blocks without the intermediate priv field step (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.14.2 (2021-05-12)</h2> <h4>:bug: Bug Fix</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/219fd3ab1f642a90e789374f6e84bdb96b28abea"><code>219fd3a</code></a> v7.14.4</li> <li><a href="https://github.com/babel/babel/commit/342fec1a7844897f8cc0f1b7c1757d891d6501ce"><code>342fec1</code></a> Update compat data dependencies (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data/issues/13368">#13368</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.14.4/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.14.0&new-version=7.14.4)](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-05-31 06:10:21 +02: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#280
No description provided.