Bump @babel/core from 7.20.7 to 7.20.12 #628

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/core-7.20.12 into develop 2023-01-05 05:06:40 +01:00
dependabot[bot] commented 2023-01-05 05:03:14 +01:00 (Migrated from github.com)

Bumps @babel/core from 7.20.7 to 7.20.12.

Release notes

Sourced from @​babel/core's releases.

v7.20.12 (2023-01-04)

Thanks @​cross19xx, @​JBYoshi and @​nmn for your first PRs!

🐛 Bug Fix

  • babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties

💅 Polish

  • babel-traverse

Committers: 5

v7.20.11 (2022-12-23)

👓 Spec Compliance

  • babel-helper-module-transforms, babel-plugin-proposal-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs

🐛 Bug Fix

  • babel-plugin-transform-block-scoping

Committers: 2

v7.20.10 (2022-12-23)

🐛 Bug Fix

Committers: 2

v7.20.9 (2022-12-23)

🐛 Bug Fix

  • babel-plugin-transform-block-scoping

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.20.12 (2023-01-04)

🐛 Bug Fix

  • babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties

💅 Polish

  • babel-traverse

v7.20.11 (2022-12-23)

👓 Spec Compliance

  • babel-helper-module-transforms, babel-plugin-proposal-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs

🐛 Bug Fix

  • babel-plugin-transform-block-scoping

v7.20.10 (2022-12-23)

🐛 Bug Fix

v7.20.9 (2022-12-23)

🐛 Bug Fix

  • babel-plugin-transform-block-scoping

v7.20.8 (2022-12-22)

🐛 Bug Fix

  • babel-plugin-transform-block-scoping
  • babel-plugin-proposal-class-properties, 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.20.7 to 7.20.12. <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.20.12 (2023-01-04)</h2> <p>Thanks <a href="https://github.com/cross19xx"><code>@​cross19xx</code></a>, <a href="https://github.com/JBYoshi"><code>@​JBYoshi</code></a> and <a href="https://github.com/nmn"><code>@​nmn</code></a> for your first PRs!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15224">#15224</a> Fix <code>TaggedTemplateLiteral</code> evaluation (<a href="https://github.com/nmn"><code>@​nmn</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15312">#15312</a> fix: <code>delete this</code> in static class properties initialization (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15313">#15313</a> Implement support for evaluating computed properties. (<a href="https://github.com/JBYoshi"><code>@​JBYoshi</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Jonathan Browne (<a href="https://github.com/JBYoshi"><code>@​JBYoshi</code></a>)</li> <li>Kenneth Kwakye-Gyamfi (<a href="https://github.com/cross19xx"><code>@​cross19xx</code></a>)</li> <li>Naman Goel (<a href="https://github.com/nmn"><code>@​nmn</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>Tianlan Zhou (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li> </ul> <h2>v7.20.11 (2022-12-23)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-proposal-dynamic-import</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15290">#15290</a> Return rejected promise when stringify import specifier throws (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15309">#15309</a> Fix for binding shadowing outer var with loop closure (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>Tianlan Zhou (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li> </ul> <h2>v7.20.10 (2022-12-23)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15305">#15305</a> fix: <code>guessExecutionStatusRelativeTo</code> exception (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> <h2>v7.20.9 (2022-12-23)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15303">#15303</a> fix: Do not throw exceptions when scope information is corrupted (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </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/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.20.12 (2023-01-04)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15224">#15224</a> Fix <code>TaggedTemplateLiteral</code> evaluation (<a href="https://github.com/nmn"><code>@​nmn</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-properties</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15312">#15312</a> fix: <code>delete this</code> in static class properties initialization (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15313">#15313</a> Implement support for evaluating computed properties. (<a href="https://github.com/JBYoshi"><code>@​JBYoshi</code></a>)</li> </ul> </li> </ul> <h2>v7.20.11 (2022-12-23)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-proposal-dynamic-import</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-systemjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15290">#15290</a> Return rejected promise when stringify import specifier throws (<a href="https://github.com/SuperSodaSea"><code>@​SuperSodaSea</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15309">#15309</a> Fix for binding shadowing outer var with loop closure (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.20.10 (2022-12-23)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15305">#15305</a> fix: <code>guessExecutionStatusRelativeTo</code> exception (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.20.9 (2022-12-23)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15303">#15303</a> fix: Do not throw exceptions when scope information is corrupted (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.20.8 (2022-12-22)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15301">#15301</a> fix: <code>transform-block-scoping</code> accesses properties of <code>null</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15294">#15294</a> Properly transpile exported classes that shadowed builtins (<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/eb71c632c62f9fd6dc61c46c1ff195fb10b25e03"><code>eb71c63</code></a> v7.20.12</li> <li><a href="https://github.com/babel/babel/commit/6e9f7b77151654f59feee7b9bc6ecd420869edae"><code>6e9f7b7</code></a> fix: prototype pollution from json5 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15316">#15316</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.20.12/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.20.7&new-version=7.20.12)](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 2023-01-05 05:04:40 +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#628
No description provided.