Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0 #719

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-babel-runtime-corejs3-7.20.0 into master 2022-10-28 10:08:04 +00:00
argoyle commented 2022-10-28 04:42:45 +00:00 (Migrated from gitlab.com)

Bumps @babel/runtime-corejs3 from 7.19.6 to 7.20.0.

Release notes

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

v7.20.0 (2022-10-27)

Thanks @​oceandrama for your first PR!

🚀 New Feature

  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-syntax-typescript
  • babel-generator, babel-parser, babel-plugin-syntax-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-standalone, babel-traverse, babel-types
  • babel-generator, babel-parser, babel-plugin-syntax-import-reflection, babel-standalone, babel-types
  • babel-generator, babel-helper-skip-transparent-expression-wrappers, babel-parser, babel-plugin-transform-typescript, babel-traverse, babel-types

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 5

Changelog

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

v7.20.0 (2022-10-27)

🚀 New Feature

  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-syntax-typescript
  • babel-generator, babel-parser, babel-plugin-syntax-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-standalone, babel-traverse, babel-types
  • babel-generator, babel-parser, babel-plugin-syntax-import-reflection, babel-standalone, babel-types
  • babel-generator, babel-helper-skip-transparent-expression-wrappers, babel-parser, babel-plugin-transform-typescript, babel-traverse, babel-types

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
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.19.6 to 7.20.0. <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.20.0 (2022-10-27)</h2> <p>Thanks <a href="https://github.com/oceandrama"><code>@​oceandrama</code></a> for your first PR!</p> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-compat-data</code>, <code>babel-helper-compilation-targets</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/14944">#14944</a> Add <code>deno</code> compilation target (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-syntax-typescript</code> <ul> <li><a href="https://github.com/babel/babel/pull/14923">#14923</a> Expose <code>dts</code> option in <code>@babel/plugin-syntax-typescript</code> (<a href="https://github.com/oceandrama"><code>@​oceandrama</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-explicit-resource-management</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-standalone</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14968">#14968</a> Parse <code>using</code> declaration (explicit resource management) (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-import-reflection</code>, <code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14926">#14926</a> Parse import reflection (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-helper-skip-transparent-expression-wrappers</code>, <code>babel-parser</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14211">#14211</a> [ts] Add support for <code>expr satisfies Type</code> expressions (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/15032">#15032</a> Fix handling of comments with decorators before <code>export</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github.com/babel/babel/pull/15008">#15008</a> Support more inner comments (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helpers</code>, <code>babel-node</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</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/15078">#15078</a> Update <code>regenerator-runtime</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</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>Ruslan Baigunussov (<a href="https://github.com/oceandrama"><code>@​oceandrama</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</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.20.0 (2022-10-27)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-compat-data</code>, <code>babel-helper-compilation-targets</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github.com/babel/babel/pull/14944">#14944</a> Add <code>deno</code> compilation target (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-syntax-typescript</code> <ul> <li><a href="https://github.com/babel/babel/pull/14923">#14923</a> Expose <code>dts</code> option in <code>@babel/plugin-syntax-typescript</code> (<a href="https://github.com/oceandrama"><code>@​oceandrama</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-explicit-resource-management</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-standalone</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14968">#14968</a> Parse <code>using</code> declaration (explicit resource management) (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-import-reflection</code>, <code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14926">#14926</a> Parse import reflection (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-helper-skip-transparent-expression-wrappers</code>, <code>babel-parser</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github.com/babel/babel/pull/14211">#14211</a> [ts] Add support for <code>expr satisfies Type</code> expressions (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/15032">#15032</a> Fix handling of comments with decorators before <code>export</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github.com/babel/babel/pull/15008">#15008</a> Support more inner comments (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helpers</code>, <code>babel-node</code>, <code>babel-plugin-proposal-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</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/15078">#15078</a> Update <code>regenerator-runtime</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/04509a3be6b7c65b4d53d0100fb842093f3c807c"><code>04509a3</code></a> v7.20.0</li> <li><a href="https://github.com/babel/babel/commit/69bbe804472bee5b8e3b4fccbb8656a78fb27cfc"><code>69bbe80</code></a> Update <code>regenerator-runtime</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3/issues/15078">#15078</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.20.0/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-10-28 06:30:42 +00:00 (Migrated from gitlab.com)

added 2 commits

  • fc2861b5 - 1 commit from branch master
  • 5aa51483 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0

Compare with previous version

added 2 commits <ul><li>fc2861b5 - 1 commit from branch <code>master</code></li><li>5aa51483 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/670/diffs?diff_id=519655420&start_sha=0a6545868d17b830fdf91f8cdd41baaa2d5ba137)
argoyle commented 2022-10-28 09:09:44 +00:00 (Migrated from gitlab.com)

added 2 commits

  • b00c6254 - 1 commit from branch master
  • b02a1cd2 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0

Compare with previous version

added 2 commits <ul><li>b00c6254 - 1 commit from branch <code>master</code></li><li>b02a1cd2 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/670/diffs?diff_id=519804850&start_sha=5aa51483b1a4e8b5841fd450ee3763ed933ba7c4)
argoyle commented 2022-10-28 09:27:31 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e015d222 - 1 commit from branch master
  • b4724aff - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0

Compare with previous version

added 2 commits <ul><li>e015d222 - 1 commit from branch <code>master</code></li><li>b4724aff - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/670/diffs?diff_id=519824599&start_sha=b02a1cd22b502c43cbcf846f60a9057881401086)
argoyle commented 2022-10-28 09:37:54 +00:00 (Migrated from gitlab.com)

added 2 commits

  • f18ef58a - 1 commit from branch master
  • f817ac84 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0

Compare with previous version

added 2 commits <ul><li>f18ef58a - 1 commit from branch <code>master</code></li><li>f817ac84 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/670/diffs?diff_id=519835943&start_sha=b4724aff0cfa7f94e2755d2980ae521c92192d88)
argoyle commented 2022-10-28 09:57:56 +00:00 (Migrated from gitlab.com)

added 2 commits

  • ecfe0ea8 - 1 commit from branch master
  • adc01b6a - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0

Compare with previous version

added 2 commits <ul><li>ecfe0ea8 - 1 commit from branch <code>master</code></li><li>adc01b6a - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.6 to 7.20.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/670/diffs?diff_id=519857128&start_sha=f817ac84d2c6c94970913ec8bd98e9021349d3cb)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-10-28 09:58:41 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-10-28 10:08:04 +00:00
Sign in to join this conversation.