Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.6 to 7.18.9 #484

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-babel-runtime-corejs3-7.18.9 into master 2022-07-18 21:13:14 +00:00
argoyle commented 2022-07-18 14:42:53 +00:00 (Migrated from gitlab.com)

Bumps @babel/runtime-corejs3 from 7.18.6 to 7.18.9.

Release notes

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

v7.18.8 (2022-07-08)

Thanks @​dbacarel for your first PR!

👓 Spec Compliance

  • babel-parser, babel-types

🐛 Bug Fix

  • babel-plugin-transform-parameters
  • babel-plugin-transform-classes
  • babel-plugin-transform-for-of, babel-plugin-transform-spread, babel-traverse, babel-types
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

📝 Documentation

🏠 Internal

  • babel-types
  • Other
  • babel-helper-fixtures, babel-parser

🔬 Output optimization

  • babel-plugin-transform-typescript

Committers: 7

v7.18.7 (2022-06-28)

🐛 Bug Fix

Committers: 2

... (truncated)

Changelog

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

v7.18.9 (2022-07-18)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs, babel-types
  • babel-generator

💅 Polish

🏠 Internal

  • babel-core, babel-helper-remap-async-to-generator, babel-helpers, babel-parser, babel-plugin-transform-block-scoping, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-traverse, babel-types

🏃‍♀️ Performance

v7.18.8 (2022-07-08)

👓 Spec Compliance

  • babel-parser, babel-types

🐛 Bug Fix

  • babel-plugin-transform-parameters
  • babel-plugin-transform-classes
  • babel-plugin-transform-for-of, babel-plugin-transform-spread, babel-traverse, babel-types
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

📝 Documentation

🏠 Internal

  • babel-types
  • Other
  • babel-helper-fixtures, babel-parser

🔬 Output optimization

  • babel-plugin-transform-typescript

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase 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.18.6 to 7.18.9. <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.18.8 (2022-07-08)</h2> <p>Thanks <a href="https://github.com/dbacarel"><code>@​dbacarel</code></a> for your first PR!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14730">#14730</a> Misc fixes to <code>@babel/types</code> AST definitions (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github.com/babel/babel/pull/14736">#14736</a> Inject IIFE when variables shadow binding in rest param (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github.com/babel/babel/pull/14709">#14709</a> Fix compilation of nested <code>super(...)</code> calls (<a href="https://github.com/dbacarel"><code>@​dbacarel</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-plugin-transform-spread</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14393">#14393</a> Support some TSTypes in the inferrer (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github.com/babel/babel/pull/14708">#14708</a> Unshadow <code>cjs</code> exports when transforming mutations (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github.com/babel/babel/pull/14486">#14486</a> Fix test debugging instructions for contributors (<a href="https://github.com/conartist6"><code>@​conartist6</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14737">#14737</a> fix: deep clone shared AST field definitions (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github.com/babel/babel/pull/14720">#14720</a> fix: support compiling monorepo on single-core CPU machines (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-fixtures</code>, <code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/12619">#12619</a> Add json schema of fixture runner options (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github.com/babel/babel/pull/14723">#14723</a> [optimizeConstEnums] Inline const enum if only exported as type (<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>Conrad Buck (<a href="https://github.com/conartist6"><code>@​conartist6</code></a>)</li> <li>Daniele Bacarella (<a href="https://github.com/dbacarel"><code>@​dbacarel</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><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> <li>coderaiser (<a href="https://github.com/coderaiser"><code>@​coderaiser</code></a>)</li> </ul> <h2>v7.18.7 (2022-06-28)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14706">#14706</a> fix: <code>@babel/types</code> exception in typescript project. (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</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/runtime-corejs3</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.18.9 (2022-07-18)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-modules-systemjs</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14763">#14763</a> fix: allow exporting <code>TSDeclareFunction</code> as default (<a href="https://github.com/zxbodya"><code>@​zxbodya</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github.com/babel/babel/pull/14758">#14758</a> fix: <code>returnType</code> with comments generates incorrect code (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</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/14748">#14748</a> Print a message when the watcher of <code>babel-cli</code> is ready. (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helpers</code>, <code>babel-parser</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/13414">#13414</a> Prepare for compiling Babel to native ESM (<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-helper-member-expression-to-functions</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code>, <code>babel-helper-wrap-function</code>, <code>babel-helpers</code>, <code>babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-proposal-optional-chaining</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14739">#14739</a> Provide better parentPath typings (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github.com/babel/babel/pull/14701">#14701</a> perf: Improve generator perf (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.18.8 (2022-07-08)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14730">#14730</a> Misc fixes to <code>@babel/types</code> AST definitions (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github.com/babel/babel/pull/14736">#14736</a> Inject IIFE when variables shadow binding in rest param (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github.com/babel/babel/pull/14709">#14709</a> Fix compilation of nested <code>super(...)</code> calls (<a href="https://github.com/dbacarel"><code>@​dbacarel</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-plugin-transform-spread</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14393">#14393</a> Support some TSTypes in the inferrer (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github.com/babel/babel/pull/14708">#14708</a> Unshadow <code>cjs</code> exports when transforming mutations (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github.com/babel/babel/pull/14486">#14486</a> Fix test debugging instructions for contributors (<a href="https://github.com/conartist6"><code>@​conartist6</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14737">#14737</a> fix: deep clone shared AST field definitions (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github.com/babel/babel/pull/14720">#14720</a> fix: support compiling monorepo on single-core CPU machines (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-fixtures</code>, <code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/12619">#12619</a> Add json schema of fixture runner options (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-transform-typescript</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/f1ac2906b1066e47503e4d82d0602acd4be94e60"><code>f1ac290</code></a> v7.18.9</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.18.9/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 rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-07-18 14:48:27 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e3baaa0d - 1 commit from branch master
  • a0e0c990 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.6 to 7.18.9

Compare with previous version

added 2 commits <ul><li>e3baaa0d - 1 commit from branch <code>master</code></li><li>a0e0c990 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.6 to 7.18.9</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/435/diffs?diff_id=440522887&start_sha=757dc81c39c77758308d7f5e5e3b0d66a664b11c)
argoyle commented 2022-07-18 15:39:40 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 59fefc6e - 1 commit from branch master
  • 5c0427f9 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.6 to 7.18.9

Compare with previous version

added 2 commits <ul><li>59fefc6e - 1 commit from branch <code>master</code></li><li>5c0427f9 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.6 to 7.18.9</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/435/diffs?diff_id=440582241&start_sha=a0e0c990e1affb41a3de4fa2571eab03106d9411)
argoyle commented 2022-07-18 16:39:21 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 429f2572 - 1 commit from branch master
  • 1dba7657 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.6 to 7.18.9

Compare with previous version

added 2 commits <ul><li>429f2572 - 1 commit from branch <code>master</code></li><li>1dba7657 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.18.6 to 7.18.9</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/435/diffs?diff_id=440637088&start_sha=5c0427f977c8c2659ec448a14c96d2c1ad0a5e44)
argoyle (Migrated from gitlab.com) merged commit into master 2022-07-18 21:13:14 +00:00
Sign in to join this conversation.