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

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-babel-runtime-corejs3-7.19.6 into master 2022-10-21 07:19:17 +00:00
argoyle commented 2022-10-21 04:42:43 +00:00 (Migrated from gitlab.com)

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

Release notes

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

v7.19.6 (2022-10-20)

Thanks @​lomirus for your first PR!

👓 Spec Compliance

  • babel-plugin-proposal-decorators
    • #15059 Ensure non-static decorators are applied when a class is instantiated. (@​JLHwung)

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3
    • #15060 Ensure @babel/runtime-corejs3/core-js/*.js can be imported on Node.js 17+ (@​JLHwung)
  • babel-preset-env, babel-traverse

💅 Polish

  • babel-generator, babel-plugin-transform-flow-comments

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

Committers: 4

v7.19.5 (2022-10-10)

🐛 Bug Fix

Committers: 2

Changelog

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

v7.19.6 (2022-10-20)

👓 Spec Compliance

  • babel-plugin-proposal-decorators
    • #15059 Ensure non-static decorators are applied when a class is instantiated. (@​JLHwung)

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3
    • #15060 Ensure @babel/runtime-corejs3/core-js/*.js can be imported on Node.js 17+ (@​JLHwung)
  • babel-preset-env, babel-traverse

💅 Polish

  • babel-generator, babel-plugin-transform-flow-comments

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

v7.19.5 (2022-10-10)

🐛 Bug Fix

Commits
  • aadd7a3 v7.19.6
  • cbef14b Ensure @babel/runtime-corejs3/core-js/*.js can be imported on Node.js 17+ (...
  • See full diff in compare view


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.4 to 7.19.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.19.6 (2022-10-20)</h2> <p>Thanks <a href="https://github.com/lomirus"><code>@​lomirus</code></a> for your first PR!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://github.com/babel/babel/pull/15059">#15059</a> Ensure non-static decorators are applied when a class is instantiated. (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/15062">#15062</a> Fix parsing of block comments nested in flow comments (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/15052">#15052</a> fix: improve module block program location tracking (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://github.com/babel/babel/pull/15060">#15060</a> Ensure <code>@babel/runtime-corejs3/core-js/*.js</code> can be imported on Node.js 17+ (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-preset-env</code>, <code>babel-traverse</code> <ul> <li><a href="https://github.com/babel/babel/pull/15043">#15043</a> fix: preserve this for <code>super.*</code> template tags (<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>, <code>babel-plugin-transform-flow-comments</code> <ul> <li><a href="https://github.com/babel/babel/pull/15037">#15037</a> Improve generation of comments without location (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>babel-standalone</code> <ul> <li><a href="https://github.com/babel/babel/pull/15055">#15055</a> Fix missing <code>transformSync</code> function name (<a href="https://github.com/lomirus"><code>@​lomirus</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/15056">#15056</a> Use <code>startLoc.index</code> instead of carrying around <code>start</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github.com/babel/babel/pull/15035">#15035</a> chore: Update yarn 3.2.4 (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code>, <code>babel-standalone</code> <ul> <li><a href="https://github.com/babel/babel/pull/15023">#15023</a> Don't bundle unnecessary plugins in <code>@babel/standalone</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Lomírus (<a href="https://github.com/lomirus"><code>@​lomirus</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> </ul> <h2>v7.19.5 (2022-10-10)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github.com/babel/babel/pull/15031">#15031</a> Fix &quot;Cannot read properties of undefined&quot; regression (<a href="https://github.com/farewell-zy"><code>@​farewell-zy</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li><a href="https://github.com/farewell-zy"><code>@​farewell-zy</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.19.6 (2022-10-20)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://github.com/babel/babel/pull/15059">#15059</a> Ensure non-static decorators are applied when a class is instantiated. (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/15062">#15062</a> Fix parsing of block comments nested in flow comments (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/babel/babel/pull/15052">#15052</a> fix: improve module block program location tracking (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://github.com/babel/babel/pull/15060">#15060</a> Ensure <code>@babel/runtime-corejs3/core-js/*.js</code> can be imported on Node.js 17+ (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-preset-env</code>, <code>babel-traverse</code> <ul> <li><a href="https://github.com/babel/babel/pull/15043">#15043</a> fix: preserve this for <code>super.*</code> template tags (<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>, <code>babel-plugin-transform-flow-comments</code> <ul> <li><a href="https://github.com/babel/babel/pull/15037">#15037</a> Improve generation of comments without location (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>babel-standalone</code> <ul> <li><a href="https://github.com/babel/babel/pull/15055">#15055</a> Fix missing <code>transformSync</code> function name (<a href="https://github.com/lomirus"><code>@​lomirus</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github.com/babel/babel/pull/15056">#15056</a> Use <code>startLoc.index</code> instead of carrying around <code>start</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github.com/babel/babel/pull/15035">#15035</a> chore: Update yarn 3.2.4 (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-core</code>, <code>babel-standalone</code> <ul> <li><a href="https://github.com/babel/babel/pull/15023">#15023</a> Don't bundle unnecessary plugins in <code>@babel/standalone</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.19.5 (2022-10-10)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github.com/babel/babel/pull/15031">#15031</a> Fix &quot;Cannot read properties of undefined&quot; regression (<a href="https://github.com/farewell-zy"><code>@​farewell-zy</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/aadd7a3d520324ba01d0be6455303deed6f223bb"><code>aadd7a3</code></a> v7.19.6</li> <li><a href="https://github.com/babel/babel/commit/cbef14b7df244e3fa4f9e47334cbda948217689a"><code>cbef14b</code></a> Ensure <code>@babel/runtime-corejs3/core-js/*.js</code> can be imported on Node.js 17+ (...</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.19.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 rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-10-21 06:15:30 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 435cf8cb - 1 commit from branch master
  • f13a37e9 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.4 to 7.19.6

Compare with previous version

added 2 commits <ul><li>435cf8cb - 1 commit from branch <code>master</code></li><li>f13a37e9 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.4 to 7.19.6</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/654/diffs?diff_id=514193236&start_sha=653726ec829794282e09b543958dfffca55b387e)
argoyle commented 2022-10-21 06:26:09 +00:00 (Migrated from gitlab.com)

added 2 commits

  • b213bbc4 - 1 commit from branch master
  • 74b1f248 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.4 to 7.19.6

Compare with previous version

added 2 commits <ul><li>b213bbc4 - 1 commit from branch <code>master</code></li><li>74b1f248 - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.4 to 7.19.6</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/654/diffs?diff_id=514199386&start_sha=f13a37e9377635013b970f1ed7b84d9e9bc799f3)
argoyle commented 2022-10-21 06:56:59 +00:00 (Migrated from gitlab.com)

added 2 commits

  • d7c365aa - 1 commit from branch master
  • a49ec1fc - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.4 to 7.19.6

Compare with previous version

added 2 commits <ul><li>d7c365aa - 1 commit from branch <code>master</code></li><li>a49ec1fc - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.4 to 7.19.6</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/654/diffs?diff_id=514219175&start_sha=74b1f248d604669398b68190e0581ff5bcc3dd6f)
argoyle commented 2022-10-21 07:09:31 +00:00 (Migrated from gitlab.com)

added 2 commits

  • fa84b00c - 1 commit from branch master
  • e75db21a - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.4 to 7.19.6

Compare with previous version

added 2 commits <ul><li>fa84b00c - 1 commit from branch <code>master</code></li><li>e75db21a - Build(deps-dev): bump @babel/runtime-corejs3 from 7.19.4 to 7.19.6</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/654/diffs?diff_id=514228665&start_sha=a49ec1fcd8bdd7c54e8132140fa7d59c54be7263)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-10-21 07:11:14 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-10-21 07:19:17 +00:00
Sign in to join this conversation.