Build(deps-dev): bump @babel/runtime-corejs3 from 7.23.5 to 7.23.6 #1591

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-babel-runtime-corejs3-7.23.6 into master 2023-12-12 07:57:11 +00:00
argoyle commented 2023-12-12 04:41:19 +00:00 (Migrated from gitlab.com)

Bumps @babel/runtime-corejs3 from 7.23.5 to 7.23.6.

Release notes

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

v7.23.6 (2023-12-11)

Thanks @​martinez-hugo and @​odinho for your first pull requests!

👓 Spec Compliance

  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types

🐛 Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
    • #16161 Ensure the [[@@toPrimitive]] call of a decorated class member key is invoked once (@​JLHwung)
    • #16148 Support named evaluation for decorated anonymous class exp (@​JLHwung)
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-typescript

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-helpers, babel-plugin-proposal-decorators

Committers: 7

Changelog

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

v7.23.6 (2023-12-11)

👓 Spec Compliance

  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types

🐛 Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
    • #16161 Ensure the [[@@toPrimitive]] call of a decorated class member key is invoked once (@​JLHwung)
    • #16148 Support named evaluation for decorated anonymous class exp (@​JLHwung)
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-typescript

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-helpers, babel-plugin-proposal-decorators
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.23.5 to 7.23.6. <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.23.6 (2023-12-11)</h2> <p>Thanks <a href="https://github.com/martinez-hugo"><code>@​martinez-hugo</code></a> and <a href="https://github.com/odinho"><code>@​odinho</code></a> for your first pull requests!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/16154">#16154</a> Remove <code>TSPropertySignature.initializer</code> (<a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/16139">#16139</a> Apply <code>toPropertyKey</code> on decorator context name (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github.com/babel/babel/pull/16166">#16166</a> fix: Correctly indenting when <code>retainLines</code> is enabled (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://github.com/babel/babel/pull/16150">#16150</a> <code>using</code>: Allow looking up <code>Symbol.dispose</code> on a function (<a href="https://github.com/odinho"><code>@​odinho</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://github.com/babel/babel/pull/16161">#16161</a> Ensure the <code>[[@@toPrimitive]]</code> call of a decorated class member key is invoked once (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/16148">#16148</a> Support named evaluation for decorated anonymous class exp (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/16011">#16011</a> fix: <code>for of</code> with <code>iterableIsArray</code> and shadowing variable (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://github.com/babel/babel/pull/16144">#16144</a> Set function name for decorated private non-field elements (<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.com/babel/babel/pull/16137">#16137</a> Fix references to enum values with merging (<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-plugin-transform-class-properties</code> <ul> <li><a href="https://github.com/babel/babel/pull/16159">#16159</a> Reuse computed key memoiser (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://github.com/babel/babel/pull/16160">#16160</a> Optimize decorator helper size (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</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>Hugo Martinez (<a href="https://github.com/martinez-hugo"><code>@​martinez-hugo</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>Odin Hørthe-Omdal Urdland (<a href="https://github.com/odinho"><code>@​odinho</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> <li>fisker Cheung (<a href="https://github.com/fisker"><code>@​fisker</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/runtime-corejs3</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.23.6 (2023-12-11)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/16154">#16154</a> Remove <code>TSPropertySignature.initializer</code> (<a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/16139">#16139</a> Apply <code>toPropertyKey</code> on decorator context name (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github.com/babel/babel/pull/16166">#16166</a> fix: Correctly indenting when <code>retainLines</code> is enabled (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://github.com/babel/babel/pull/16150">#16150</a> <code>using</code>: Allow looking up <code>Symbol.dispose</code> on a function (<a href="https://github.com/odinho"><code>@​odinho</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://github.com/babel/babel/pull/16161">#16161</a> Ensure the <code>[[@@toPrimitive]]</code> call of a decorated class member key is invoked once (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/16148">#16148</a> Support named evaluation for decorated anonymous class exp (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/16011">#16011</a> fix: <code>for of</code> with <code>iterableIsArray</code> and shadowing variable (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://github.com/babel/babel/pull/16144">#16144</a> Set function name for decorated private non-field elements (<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.com/babel/babel/pull/16137">#16137</a> Fix references to enum values with merging (<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-plugin-transform-class-properties</code> <ul> <li><a href="https://github.com/babel/babel/pull/16159">#16159</a> Reuse computed key memoiser (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://github.com/babel/babel/pull/16160">#16160</a> Optimize decorator helper size (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/d02c1f76ac441381b1ba3b5cad93bdd030b8fd63"><code>d02c1f7</code></a> v7.23.6</li> <li><a href="https://github.com/babel/babel/commit/f3d70d5ddc449d06e23329ea5926175d0266ab28"><code>f3d70d5</code></a> Set function name for decorated private non-field elements (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3/issues/16144">#16144</a>)</li> <li><a href="https://github.com/babel/babel/commit/afcb5a814d1ca3225ccff8fe13a95cceab421d3b"><code>afcb5a8</code></a> Apply <code>toPropertyKey</code> on decorator context name (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3/issues/16139">#16139</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.23.6/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-12-12 07:55:43 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 7a30bb11 - 1 commit from branch master
  • b2d2d252 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.23.5 to 7.23.6

Compare with previous version

added 2 commits <ul><li>7a30bb11 - 1 commit from branch <code>master</code></li><li>b2d2d252 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.23.5 to 7.23.6</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1542/diffs?diff_id=869617827&start_sha=f7c100a36c727620c796e7e27a92accf533112fc)
argoyle (Migrated from gitlab.com) merged commit into master 2023-12-12 07:57:11 +00:00
Sign in to join this conversation.