Bump @babel/core from 7.17.2 to 7.17.4 #464

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/core-7.17.4 into develop 2022-02-16 05:07:24 +01:00
dependabot[bot] commented 2022-02-16 05:04:57 +01:00 (Migrated from github.com)

Bumps @babel/core from 7.17.2 to 7.17.4.

Release notes

Sourced from @​babel/core's releases.

7.17.4

v7.17.4 (2022-02-15)

🐛 Bug Fix

Committers: 1

7.17.3

v7.17.3 (2022-02-15)

Thanks @​zhangenming for your first PR!

🐛 Bug Fix

  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-plugin-transform-destructuring

🏠 Internal

  • babel-cli, babel-core, babel-generator, babel-helper-transform-fixture-test-runner

🔬 Output optimization

  • babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-traverse

Committers: 7

Changelog

Sourced from @​babel/core's changelog.

v7.17.4 (2022-02-15)

🐛 Bug Fix

v7.17.3 (2022-02-15)

🐛 Bug Fix

  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-plugin-transform-destructuring

🏠 Internal

  • babel-cli, babel-core, babel-generator, babel-helper-transform-fixture-test-runner

🔬 Output optimization

  • babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-traverse
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/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.2 to 7.17.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>7.17.4</h2> <h2>v7.17.4 (2022-02-15)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14274">#14274</a> Fix infinite recursion when merge sourcemaps (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Justin Ridgewell (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> <h2>7.17.3</h2> <h2>v7.17.3 (2022-02-15)</h2> <p>Thanks <a href="https://github.com/zhangenming"><code>@​zhangenming</code></a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14271">#14271</a> jsx-development: do not emit <code>this</code> within ts module block (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14240">#14240</a> Fix destructuring with holes in assign pattern (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-transform-fixture-test-runner</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14253">#14253</a> Convert all SourceMapConsumers to TraceMaps (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14268">#14268</a> Skip unnecessary temp vars in <code>path.insertAfter</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 7</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Justin Ridgewell (<a href="https://github.com/jridgewell"><code>@​jridgewell</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><a href="https://github.com/zhangenming"><code>@​zhangenming</code></a></li> <li>magic-akari (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.17.4 (2022-02-15)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14274">#14274</a> Fix infinite recursion when merge sourcemaps (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> </ul> <h2>v7.17.3 (2022-02-15)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-react-jsx-development</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14271">#14271</a> jsx-development: do not emit <code>this</code> within ts module block (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14240">#14240</a> Fix destructuring with holes in assign pattern (<a href="https://github.com/magic-akari"><code>@​magic-akari</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-transform-fixture-test-runner</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14253">#14253</a> Convert all SourceMapConsumers to TraceMaps (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-private-methods</code>, <code>babel-plugin-proposal-private-property-in-object</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14268">#14268</a> Skip unnecessary temp vars in <code>path.insertAfter</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/30fb04faaf4d3b1ca35aa2b018e949a3b4de3780"><code>30fb04f</code></a> v7.17.4</li> <li><a href="https://github.com/babel/babel/commit/42c765b999717b75913ce03b418418b38a93dbbb"><code>42c765b</code></a> Fix infinite recursion when merging sourcemaps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14274">#14274</a>)</li> <li><a href="https://github.com/babel/babel/commit/f52c70c357969d3e75502956abd57b0b288fee9e"><code>f52c70c</code></a> v7.17.3</li> <li><a href="https://github.com/babel/babel/commit/d610f834bd1eaef2aaeef62e60f222b978708323"><code>d610f83</code></a> Convert all SourceMapConsumers to TraceMaps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14253">#14253</a>)</li> <li><a href="https://github.com/babel/babel/commit/76dd49197af69a312283145cae2403ff2bd8961b"><code>76dd491</code></a> Support merging sourcemaps when transformed file is fully replaced (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14247">#14247</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.17.4/packages/babel-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.17.2&new-version=7.17.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 2022-02-16 05:05: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#464
No description provided.