Build(deps): bump core-js from 3.25.5 to 3.26.0 #706

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.26.0 into master 2022-10-24 08:20:18 +00:00
argoyle commented 2022-10-24 04:39:01 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.25.5 to 3.26.0.

Changelog

Sourced from core-js's changelog.

3.26.0 - 2022.10.24
Commits
  • 3b13f58 3.26.0
  • 036575a add self
  • f5f7df5 { Iterator, AsyncIterator }.prototype.flatMap supports returning both - ite...
  • 8e58a6d don't await non-objects returned from functions passed to AsyncIterator hel...
  • f17389a add counter argument to async iterator helpers
  • c8d22f6 add counter argument to iterator helpers
  • e29fa7c change the order of imports
  • e54087d drop CI badges as useless
  • aab66f4 add missed author field
  • 7959981 add well formed unicode strings proposal
  • 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/tree/HEAD/packages/core-js) from 3.25.5 to 3.26.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.26.0">3.26.0 - 2022.10.24</a></h5> <ul> <li><a href="https://github.com/tc39/proposal-array-from-async"><code>Array.fromAsync</code> proposal</a>: <ul> <li>Moved to Stage 3, <a href="https://github.com/tc39/notes/blob/main/meetings/2022-09/sep-14.md#arrayfromasync-for-stage-3">September TC39 meeting</a></li> <li>Avoid observable side effects of <code>%Array.prototype.values%</code> usage in array-like branch, <a href="https://github.com/tc39/proposal-array-from-async/pull/30">proposal-array-from-async/30</a></li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-is-usv-string">well-formed unicode strings stage 2 proposal</a>: <ul> <li><code>String.prototype.isWellFormed</code></li> <li><code>String.prototype.toWellFormed</code></li> </ul> </li> <li>Recent updates of the <a href="https://github.com/tc39/proposal-iterator-helpers">iterator helpers proposal</a>: <ul> <li>Added a counter parameter to helpers, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/211">proposal-iterator-helpers/211</a></li> <li>Don't await non-objects returned from functions passed to <code>AsyncIterator</code> helpers, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/239">proposal-iterator-helpers/239</a></li> <li><code>{ Iterator, AsyncIterator }.prototype.flatMap</code> supports returning both - iterables and iterators, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/233">proposal-iterator-helpers/233</a></li> <li>Early exit on broken <code>.next</code> in missed cases of <code>{ Iterator, AsyncIterator }.from</code>, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/232">proposal-iterator-helpers/232</a></li> </ul> </li> <li>Added <code>self</code> polyfill as a part of <a href="https://common-min-api.proposal.wintercg.org/">The Minimum Common Web Platform API</a>, <a href="https://html.spec.whatwg.org/multipage/window-object.html#dom-self">specification</a>, <a href="https://github.com/zloirock/core-js/issues/1118">#1118</a></li> <li>Added <code>inverse</code> option to <code>core-js-compat</code>, <a href="https://github.com/zloirock/core-js/issues/1119">#1119</a></li> <li>Added <code>format</code> option to <code>core-js-builder</code>, <a href="https://github.com/zloirock/core-js/issues/1120">#1120</a></li> <li>Added NodeJS 19.0 compat data</li> <li>Added Deno 1.26 and 1.27 compat data</li> <li>Added Opera Android 72 compat data mapping</li> <li>Updated Electron 22 compat data mapping</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/3b13f58e6bf182489791905f3d16e40809c6d092"><code>3b13f58</code></a> 3.26.0</li> <li><a href="https://github.com/zloirock/core-js/commit/036575ab00a50c45c4bae7bec28f2aeb062cf645"><code>036575a</code></a> add <code>self</code></li> <li><a href="https://github.com/zloirock/core-js/commit/f5f7df5d58e368033f175393e0067bc864c58c7d"><code>f5f7df5</code></a> <code>{ Iterator, AsyncIterator }.prototype.flatMap</code> supports returning both - ite...</li> <li><a href="https://github.com/zloirock/core-js/commit/8e58a6da905c315269614bd969fd6be2e121eeb6"><code>8e58a6d</code></a> don't await non-objects returned from functions passed to <code>AsyncIterator</code> hel...</li> <li><a href="https://github.com/zloirock/core-js/commit/f17389a78bd8c0cedfc2c200f7f98b77eabc0922"><code>f17389a</code></a> add counter argument to async iterator helpers</li> <li><a href="https://github.com/zloirock/core-js/commit/c8d22f625a32d1a333b621e39650b65aadee6138"><code>c8d22f6</code></a> add counter argument to iterator helpers</li> <li><a href="https://github.com/zloirock/core-js/commit/e29fa7c5049fba5fc61066a5bcb7366df615c4ce"><code>e29fa7c</code></a> change the order of imports</li> <li><a href="https://github.com/zloirock/core-js/commit/e54087d93852f728874cd462670d3f899885e59d"><code>e54087d</code></a> drop CI badges as useless</li> <li><a href="https://github.com/zloirock/core-js/commit/aab66f422b5bb8dd06297da9af98c32179cb85ce"><code>aab66f4</code></a> add missed <code>author</code> field</li> <li><a href="https://github.com/zloirock/core-js/commit/79599811c381f37b93863706f76f8e6ec5f1fd8a"><code>7959981</code></a> add well formed unicode strings proposal</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.26.0/packages/core-js">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-24 05:46:51 +00:00 (Migrated from gitlab.com)

added 2 commits

  • f647159b - 1 commit from branch master
  • 85803cf3 - Build(deps): bump core-js from 3.25.5 to 3.26.0

Compare with previous version

added 2 commits <ul><li>f647159b - 1 commit from branch <code>master</code></li><li>85803cf3 - Build(deps): bump core-js from 3.25.5 to 3.26.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/657/diffs?diff_id=515410363&start_sha=a863b4bd65fd8bab6779d4a32177f293f0476467)
argoyle commented 2022-10-24 05:59:02 +00:00 (Migrated from gitlab.com)

added 2 commits

  • cc9bd0c3 - 1 commit from branch master
  • 1a0777e1 - Build(deps): bump core-js from 3.25.5 to 3.26.0

Compare with previous version

added 2 commits <ul><li>cc9bd0c3 - 1 commit from branch <code>master</code></li><li>1a0777e1 - Build(deps): bump core-js from 3.25.5 to 3.26.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/657/diffs?diff_id=515413851&start_sha=85803cf33110fb6ce6004dac9b0a78d7144ae6fc)
argoyle (Migrated from gitlab.com) merged commit into master 2022-10-24 08:20:19 +00:00
Sign in to join this conversation.