Bump @babel/core from 7.17.9 to 7.17.10 #504

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/core-7.17.10 into develop 2022-05-02 06:18:20 +02:00
dependabot[bot] commented 2022-05-02 06:06:04 +02:00 (Migrated from github.com)

Bumps @babel/core from 7.17.9 to 7.17.10.

Release notes

Sourced from @​babel/core's releases.

v7.17.10 (2022-04-29)

Thanks @​Abreto, @​Andoryuuta, @​apeltop, @​JohnDaly, and @​wjw99830 for your first PRs!

🐛 Bug Fix

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

💅 Polish

  • babel-cli, babel-core, babel-generator, babel-helper-fixtures, babel-helper-transform-fixture-test-runner
  • babel-plugin-proposal-pipeline-operator, babel-traverse

🏠 Internal

🏃‍♀️ Performance

  • babel-cli, babel-core, babel-generator

Committers: 12

Changelog

Sourced from @​babel/core's changelog.

v7.17.10 (2022-04-29)

🐛 Bug Fix

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

💅 Polish

  • babel-cli, babel-core, babel-generator, babel-helper-fixtures, babel-helper-transform-fixture-test-runner
  • babel-plugin-proposal-pipeline-operator, babel-traverse

🏠 Internal

🏃‍♀️ Performance

  • babel-cli, babel-core, babel-generator
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 it's up-to-date and 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.9 to 7.17.10. <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>v7.17.10 (2022-04-29)</h2> <p>Thanks <a href="https://github.com/Abreto"><code>@​Abreto</code></a>, <a href="https://github.com/Andoryuuta"><code>@​Andoryuuta</code></a>, <a href="https://github.com/apeltop"><code>@​apeltop</code></a>, <a href="https://github.com/JohnDaly"><code>@​JohnDaly</code></a>, and <a href="https://github.com/wjw99830"><code>@​wjw99830</code></a> for your first PRs!</p> <h4>:bug: Bug Fix</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/14479">#14479</a> [cli] Avoid <code>SourceMapGenerator</code> for simple map concatenation (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-fixtures</code>, <code>babel-helper-transform-fixture-test-runner</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14506">#14506</a> Do not add sourcemap markings for indentation (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14424">#14424</a> Update detection of pure nodes (<code>Scope#isPure</code>) (<a href="https://github.com/JLHwung"><code>@​JLHwung</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/14493">#14493</a> Remove git.io shortlinks from repo (<a href="https://github.com/Andoryuuta"><code>@​Andoryuuta</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14462">#14462</a> fix: build standalone on windows (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14497">#14497</a> Switch to <code>@jridgewell/gen-mapping</code> for sourcemap generation (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> </ul> <h4>Committers: 12</h4> <ul> <li>Abreto Fu (<a href="https://github.com/Abreto"><code>@​Abreto</code></a>)</li> <li>Andrew Gutekanst (<a href="https://github.com/Andoryuuta"><code>@​Andoryuuta</code></a>)</li> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li> <li>Conrad Buck (<a href="https://github.com/conartist6"><code>@​conartist6</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>John Daly (<a href="https://github.com/JohnDaly"><code>@​JohnDaly</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><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> <li>apeltop (<a href="https://github.com/apeltop"><code>@​apeltop</code></a>)</li> <li>pigw4ng (<a href="https://github.com/wjw99830"><code>@​wjw99830</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.10 (2022-04-29)</h2> <h4>:bug: Bug Fix</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/14479">#14479</a> [cli] Avoid <code>SourceMapGenerator</code> for simple map concatenation (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-fixtures</code>, <code>babel-helper-transform-fixture-test-runner</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14506">#14506</a> Do not add sourcemap markings for indentation (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14424">#14424</a> Update detection of pure nodes (<code>Scope#isPure</code>) (<a href="https://github.com/JLHwung"><code>@​JLHwung</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/14493">#14493</a> Remove git.io shortlinks from repo (<a href="https://github.com/Andoryuuta"><code>@​Andoryuuta</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14462">#14462</a> fix: build standalone on windows (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14497">#14497</a> Switch to <code>@jridgewell/gen-mapping</code> for sourcemap generation (<a href="https://github.com/jridgewell"><code>@​jridgewell</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/09b335ad5dda896cdb8c70eb995cd47308d0f324"><code>09b335a</code></a> v7.17.10</li> <li><a href="https://github.com/babel/babel/commit/518e1a6de4e05613ebf3aaf2c35e598e1dbcdb63"><code>518e1a6</code></a> Do not add sourcemap markings for indentation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14506">#14506</a>)</li> <li><a href="https://github.com/babel/babel/commit/b6d8434d17af056c860882efe7c670b9c6e0ec72"><code>b6d8434</code></a> Switch to <code>@jridgewell/gen-mapping</code> for sourcemap generation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14497">#14497</a>)</li> <li><a href="https://github.com/babel/babel/commit/f05b87708b740946230d0318dd1e6292833dd821"><code>f05b877</code></a> Remove git.io shortlinks from repo (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14493">#14493</a>)</li> <li><a href="https://github.com/babel/babel/commit/f51fc614681153a366059f1f53994a13b88abbf5"><code>f51fc61</code></a> [cli] Avoid <code>SourceMapGenerator</code> for simple map concatenation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14479">#14479</a>)</li> <li><a href="https://github.com/babel/babel/commit/2c7e9f79bb8c28c73ecc52c53fa1bc3a25c21b63"><code>2c7e9f7</code></a> Fixing a few small typos (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14466">#14466</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.17.10/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.9&new-version=7.17.10)](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 it's up-to-date and 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-05-02 06:06:22 +02:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Serraniel (Migrated from github.com) approved these changes 2022-05-02 06:09:12 +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#504
No description provided.