Build(deps): bump core-js from 3.23.5 to 3.24.0 #499

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.24.0 into master 2022-07-26 11:30:17 +00:00
argoyle commented 2022-07-26 04:41:04 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.23.5 to 3.24.0.

Changelog

Sourced from core-js's changelog.

3.24.0 - 2022.07.25
Commits
  • cc756d0 3.24.0
  • 234121f add Samsung Internet 18.0 compat data mapping
  • 6b4055c update compat table screenshots
  • c8ae80f update the changelog
  • 485d383 remove %TypedArray%.prototype.toSpliced method from the change array by cop...
  • c2620d2 Merge pull request #1101 from zloirock/iterator-helpers
  • 5a2d421 improve a changelog note
  • ae6018e simplify
  • 4d107e1 fix promise chain
  • 3b1f77f rework async generators core
  • Additional commits viewable 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 [core-js](https://github.com/zloirock/core-js) from 3.23.5 to 3.24.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zloirock/core-js/blob/master/CHANGELOG.md">core-js's changelog</a>.</em></p> <blockquote> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.24.0">3.24.0 - 2022.07.25</a></h5> <ul> <li>Recent updates of the <a href="https://github.com/tc39/proposal-iterator-helpers">iterator helpers proposal</a>, <a href="https://github.com/zloirock/core-js/issues/1101">#1101</a>: <ul> <li><code>.asIndexedPairs</code> renamed to <code>.indexed</code>, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/183">proposal-iterator-helpers/183</a>: <ul> <li><code>Iterator.prototype.asIndexedPairs</code> -&gt; <code>Iterator.prototype.indexed</code></li> <li><code>AsyncIterator.prototype.asIndexedPairs</code> -&gt; <code>AsyncIterator.prototype.indexed</code></li> </ul> </li> <li>Avoid exposing spec fiction <code>%AsyncFromSyncIteratorPrototype%</code> in <code>AsyncIterator.from</code> and <code>Iterator.prototype.toAsync</code>, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/182">proposal-iterator-helpers/182</a>, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/202">proposal-iterator-helpers/202</a></li> <li>Avoid unnecessary promise creation in <code>%WrapForValidAsyncIteratorPrototype%.next</code>, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/197">proposal-iterator-helpers/197</a></li> <li>Do not validate value in <code>%WrapForValid(Async)IteratorPrototype%.next</code>, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/197">proposal-iterator-helpers/197</a> and <a href="https://github.com/tc39/proposal-iterator-helpers/pull/205">proposal-iterator-helpers/205</a></li> <li>Do not forward the parameter of <code>.next</code> / <code>.return</code> to an underlying iterator by the extended iterator protocol, a part of <a href="https://github.com/tc39/proposal-iterator-helpers/pull/194">proposal-iterator-helpers/194</a></li> <li><code>.throw</code> methods removed from all wrappers / helpers prototypes, a part of <a href="https://github.com/tc39/proposal-iterator-helpers/pull/194">proposal-iterator-helpers/194</a></li> <li>Close inner iterators of <code>{ Iterator, AsyncIterator }.prototype.flatMap</code> proxy iterators on <code>.return</code>, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/195">proposal-iterator-helpers/195</a></li> <li>Throw <code>RangeError</code> on <code>NaN</code> in <code>{ Iterator, AsyncIterator }.prototype.{ drop, take }</code>, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/181">proposal-iterator-helpers/181</a></li> <li>Many other updates and fixes of this proposal</li> </ul> </li> <li><code>%TypedArray%.prototype.toSpliced</code> method removed from the <a href="https://github.com/tc39/proposal-change-array-by-copy">change array by copy proposal</a> and marked as obsolete in <code>core-js</code>, <a href="https://github.com/tc39/proposal-change-array-by-copy/issues/88">proposal-change-array-by-copy/88</a></li> <li>Polyfill <code>Promise</code> with <code>unhandledrejection</code> event support (browser style) in Deno &lt; <a href="https://github.com/denoland/deno/releases/tag/v1.24.0">1.24</a></li> <li>Available new targets in <code>core-js-compat</code> / <code>core-js-builder</code> and added compat data for them: <ul> <li>Bun (<code>bun</code>), compat data for 0.1.1-0.1.5, <a href="https://github.com/zloirock/core-js/issues/1103">#1103</a></li> <li>Hermes (<code>hermes</code>), compat data for 0.1-0.11, <a href="https://github.com/zloirock/core-js/issues/1099">#1099</a></li> <li>Oculus Browser (<code>oculus</code>), compat data mapping for 3.0-22.0, <a href="https://github.com/zloirock/core-js/issues/1098">#1098</a></li> </ul> </li> <li>Added Samsung Internet 18.0 compat data mapping</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/cc756d0011639aac2d74912413f7b5c695cfe72e"><code>cc756d0</code></a> 3.24.0</li> <li><a href="https://github.com/zloirock/core-js/commit/234121f0244fe2b962b2d1bf1305a3b79d4b2359"><code>234121f</code></a> add Samsung Internet 18.0 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/6b4055c61a0601c9091d97ee121ab72e63a706b7"><code>6b4055c</code></a> update compat table screenshots</li> <li><a href="https://github.com/zloirock/core-js/commit/c8ae80fc3eea4ff84911c9d3ffc77feaee7d0b3b"><code>c8ae80f</code></a> update the changelog</li> <li><a href="https://github.com/zloirock/core-js/commit/485d38322ba472a7e0fdc066dfdbd386083ad7f4"><code>485d383</code></a> remove <code>%TypedArray%.prototype.toSpliced</code> method from the change array by cop...</li> <li><a href="https://github.com/zloirock/core-js/commit/c2620d2a3aa4412a45822ce6e738ee888f9f624a"><code>c2620d2</code></a> Merge pull request <a href="https://github.com/zloirock/core-js/issues/1101">#1101</a> from zloirock/iterator-helpers</li> <li><a href="https://github.com/zloirock/core-js/commit/5a2d4215371b32513bbb4c27094c30a800ec7693"><code>5a2d421</code></a> improve a changelog note</li> <li><a href="https://github.com/zloirock/core-js/commit/ae6018efed2c97ef61cd900c6bd5de18ff1e45b6"><code>ae6018e</code></a> simplify</li> <li><a href="https://github.com/zloirock/core-js/commit/4d107e1b6996a4045845cb9b81cb94f744342cd0"><code>4d107e1</code></a> fix promise chain</li> <li><a href="https://github.com/zloirock/core-js/commit/3b1f77fba832266e5ef1f5c9fdad1b4e127da004"><code>3b1f77f</code></a> rework async generators core</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.23.5...v3.24.0">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-26 11:20:55 +00:00 (Migrated from gitlab.com)

added 2 commits

  • ebdd58af - 1 commit from branch master
  • fd6168cd - Build(deps): bump core-js from 3.23.5 to 3.24.0

Compare with previous version

added 2 commits <ul><li>ebdd58af - 1 commit from branch <code>master</code></li><li>fd6168cd - Build(deps): bump core-js from 3.23.5 to 3.24.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/450/diffs?diff_id=446613943&start_sha=41b58e63bf0b0288fa49c5246b8f114c885c285f)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-07-26 11:21:59 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-07-26 11:30:18 +00:00
Sign in to join this conversation.