Build(deps-dev): bump @babel/runtime-corejs3 from 7.22.6 to 7.22.10 #1387

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-babel-runtime-corejs3-7.22.10 into master 2023-08-08 06:03:44 +00:00
argoyle commented 2023-08-08 04:40:59 +00:00 (Migrated from gitlab.com)

Bumps @babel/runtime-corejs3 from 7.22.6 to 7.22.10.

Release notes

Sourced from @​babel/runtime-corejs3's releases.

v7.22.10 (2023-08-07)

Thanks @​DimitriPapadopoulos, @​FabianWarnecke, @​JoshuaKGoldberg, and @​YYvanYang for your first pull requests!

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env
    • #15701 Memoize class binding when compiling private methods and static elements (@​JLHwung)

💅 Polish

🏠 Internal

  • Other
  • babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone
  • babel-helper-compilation-targets
  • babel-parser
  • babel-plugin-transform-runtime, babel-traverse, babel-types

🔬 Output optimization

  • babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator

Committers: 9

7.22.9

v7.22.9 (2023-07-12)

... (truncated)

Changelog

Sourced from @​babel/runtime-corejs3's changelog.

v7.22.10 (2023-08-07)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env
    • #15701 Memoize class binding when compiling private methods and static elements (@​JLHwung)

💅 Polish

🏠 Internal

  • Other
  • babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone
  • babel-helper-compilation-targets
  • babel-parser
  • babel-plugin-transform-runtime, babel-traverse, babel-types

🔬 Output optimization

  • babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator

v7.22.9 (2023-07-12)

🐛 Bug Fix

💅 Polish

🏠 Internal

v7.22.8 (2023-07-06)

↩️ Revert

  • babel-core, babel-traverse

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.22.6 to 7.22.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/runtime-corejs3</code>'s releases</a>.</em></p> <blockquote> <h2>v7.22.10 (2023-08-07)</h2> <p>Thanks <a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>, <a href="https://github.com/FabianWarnecke"><code>@​FabianWarnecke</code></a>, <a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>, and <a href="https://github.com/YYvanYang"><code>@​YYvanYang</code></a> for your first pull requests!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github.com/babel/babel/pull/15799">#15799</a> [ts] Strip type-only namespaces (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/15798">#15798</a> [ts] Fix compiling extended exported nested namespace (<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-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-private-methods</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/15701">#15701</a> Memoize class binding when compiling private methods and static elements (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-cli</code> <ul> <li><a href="https://github.com/babel/babel/pull/15824">#15824</a> Add <code>meta</code> object to <code>@babel/eslint-plugin</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/15661">#15661</a> Improve the type definition of <code>path.isX</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/15776">#15776</a> improve SourceLocation typing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github.com/babel/babel/pull/15818">#15818</a> build: generate flow typings in prepublish job (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/15777">#15777</a> chore: bump dev dependencies and remove .eslintignore (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-builder-react-jsx</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://github.com/babel/babel/pull/15794">#15794</a> Enable <code>@typescript-eslint/no-redundant-type-constituents</code> rule (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-compilation-targets</code> <ul> <li><a href="https://github.com/babel/babel/pull/15811">#15811</a> Remove <code>@babel/core</code> peerDep from <code>helper-compilation-targets</code> (<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.com/babel/babel/pull/15793">#15793</a> Use const enum in babel-parser (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/15716">#15716</a> chore: Use <code>typescript-eslint@v6</code> with reworked configs (<a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://github.com/babel/babel/pull/15746">#15746</a> Reduce <code>transform-block-scoping</code> loops output size (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 9</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li> <li>Dimitri Papadopoulos Orfanos (<a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Josh Goldberg ✨ (<a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</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> <li><a href="https://github.com/FabianWarnecke"><code>@​FabianWarnecke</code></a></li> <li><a href="https://github.com/YYvanYang"><code>@​YYvanYang</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> <h2>7.22.9</h2> <h2>v7.22.9 (2023-07-12)</h2> <!-- 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/runtime-corejs3</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.22.10 (2023-08-07)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github.com/babel/babel/pull/15799">#15799</a> [ts] Strip type-only namespaces (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/15798">#15798</a> [ts] Fix compiling extended exported nested namespace (<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-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-plugin-transform-new-target</code>, <code>babel-plugin-transform-private-methods</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/15701">#15701</a> Memoize class binding when compiling private methods and static elements (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-cli</code> <ul> <li><a href="https://github.com/babel/babel/pull/15824">#15824</a> Add <code>meta</code> object to <code>@babel/eslint-plugin</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/15661">#15661</a> Improve the type definition of <code>path.isX</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/15776">#15776</a> improve SourceLocation typing (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github.com/babel/babel/pull/15818">#15818</a> build: generate flow typings in prepublish job (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/15777">#15777</a> chore: bump dev dependencies and remove .eslintignore (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-core</code>, <code>babel-generator</code>, <code>babel-helper-builder-react-jsx</code>, <code>babel-preset-env</code>, <code>babel-standalone</code> <ul> <li><a href="https://github.com/babel/babel/pull/15794">#15794</a> Enable <code>@typescript-eslint/no-redundant-type-constituents</code> rule (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-compilation-targets</code> <ul> <li><a href="https://github.com/babel/babel/pull/15811">#15811</a> Remove <code>@babel/core</code> peerDep from <code>helper-compilation-targets</code> (<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.com/babel/babel/pull/15793">#15793</a> Use const enum in babel-parser (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/15716">#15716</a> chore: Use <code>typescript-eslint@v6</code> with reworked configs (<a href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://github.com/babel/babel/pull/15746">#15746</a> Reduce <code>transform-block-scoping</code> loops output size (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.22.9 (2023-07-12)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github.com/babel/babel/pull/15774">#15774</a> fix: <code>Infinity</code> in enums (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github.com/babel/babel/pull/15757">#15757</a> <code>recordAndTupleSyntaxType</code> defaults to <code>&quot;hash&quot;</code> (<a href="https://github.com/coderaiser"><code>@​coderaiser</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github.com/babel/babel/pull/15748">#15748</a> Migrate to <code>eslint.config.js</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/15758">#15758</a> Use Prettier 3 stable (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.22.8 (2023-07-06)</h2> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-core</code>, <code>babel-traverse</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/65f3184a9aaea2333ebd608d3db562f06cf1ffcb"><code>65f3184</code></a> v7.22.10</li> <li><a href="https://github.com/babel/babel/commit/f7b472c6bed7a446cc055224c1eb75c5ef48b62e"><code>f7b472c</code></a> fix: Bump <code>regenerator</code> and add tests (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3/issues/15841">#15841</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.22.10/packages/babel-runtime-corejs3">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-08-08 06:03:33 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 2d08d5f1 - 1 commit from branch master
  • 2e436610 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.22.6 to 7.22.10

Compare with previous version

added 2 commits <ul><li>2d08d5f1 - 1 commit from branch <code>master</code></li><li>2e436610 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.22.6 to 7.22.10</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1338/diffs?diff_id=755066314&start_sha=2963890a444284f312c1ab2fb230e5aed570368a)
argoyle (Migrated from gitlab.com) merged commit into master 2023-08-08 06:03:44 +00:00
Sign in to join this conversation.