Build(deps): bump core-js from 3.22.8 to 3.23.0 #413

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.23.0 into master 2022-06-14 05:50:58 +00:00
argoyle commented 2022-06-14 04:39:11 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.22.8 to 3.23.0.

Changelog

Sourced from core-js's changelog.

3.23.0 - 2022.06.14
  • Array find from last moved to the stable ES, according to June 2022 TC39 meeting:
    • Array.prototype.findLast
    • Array.prototype.findLastIndex
    • %TypedArray%.prototype.findLast
    • %TypedArray%.prototype.findLastIndex
  • Methods from the Array grouping proposal renamed, according to June 2022 TC39 meeting:
    • Array.prototype.groupBy -> Array.prototype.group
    • Array.prototype.groupByToMap -> Array.prototype.groupToMap
  • Changed the order of operations in %TypedArray%.prototype.with following proposal-change-array-by-copy/86, according to June 2022 TC39 meeting
  • Decorator Metadata proposal extracted from Decorators proposal as a separate stage 2 proposal, according to March 2022 TC39 meeting, Symbol.metadataKey replaces Symbol.metadata
  • Added Array.prototype.push polyfill with some fixes for modern engines
  • Added Array.prototype.unshift polyfill with some fixes for modern engines
  • Fixed a bug in the order of getting flags in RegExp.prototype.flags in the actual version of V8
  • Fixed property descriptors of some Math and Number constants
  • Added a workaround of V8 ArrayBufferDetaching protector cell invalidation and performance degradation on structuredClone feature detection, one more case of #679
  • Added detection of NodeJS bug in structuredClone that can not clone DOMException (just in case for future versions that will fix other issues)
  • Compat data:
    • Added NodeJS 18.3 compat data mapping
    • Added and fixed Deno 1.22 and 1.21 compat data mapping
    • Added Opera Android 69 compat data mapping
    • Updated Electron 20.0 compat data mapping
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 [core-js](https://github.com/zloirock/core-js) from 3.22.8 to 3.23.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.23.0">3.23.0 - 2022.06.14</a></h5> <ul> <li><a href="https://github.com/tc39/proposal-array-find-from-last"><code>Array</code> find from last</a> moved to the stable ES, according to June 2022 TC39 meeting: <ul> <li><code>Array.prototype.findLast</code></li> <li><code>Array.prototype.findLastIndex</code></li> <li><code>%TypedArray%.prototype.findLast</code></li> <li><code>%TypedArray%.prototype.findLastIndex</code></li> </ul> </li> <li>Methods from <a href="https://github.com/tc39/proposal-array-grouping">the <code>Array</code> grouping proposal</a> <a href="https://github.com/tc39/proposal-array-grouping/pull/39">renamed</a>, according to June 2022 TC39 meeting: <ul> <li><code>Array.prototype.groupBy</code> -&gt; <code>Array.prototype.group</code></li> <li><code>Array.prototype.groupByToMap</code> -&gt; <code>Array.prototype.groupToMap</code></li> </ul> </li> <li>Changed the order of operations in <code>%TypedArray%.prototype.with</code> following <a href="https://github.com/tc39/proposal-change-array-by-copy/issues/86">proposal-change-array-by-copy/86</a>, according to June 2022 TC39 meeting</li> <li><a href="https://github.com/tc39/proposal-decorator-metadata">Decorator Metadata proposal</a> extracted from <a href="https://github.com/tc39/proposal-decorators">Decorators proposal</a> as a separate stage 2 proposal, according to March 2022 TC39 meeting, <code>Symbol.metadataKey</code> replaces <code>Symbol.metadata</code></li> <li>Added <code>Array.prototype.push</code> polyfill with some fixes for modern engines</li> <li>Added <code>Array.prototype.unshift</code> polyfill with some fixes for modern engines</li> <li>Fixed a bug in the order of getting flags in <code>RegExp.prototype.flags</code> in the actual version of V8</li> <li>Fixed property descriptors of some <code>Math</code> and <code>Number</code> constants</li> <li>Added a workaround of V8 <code>ArrayBufferDetaching</code> protector cell invalidation and performance degradation on <code>structuredClone</code> feature detection, one more case of <a href="https://github.com/zloirock/core-js/issues/679">#679</a></li> <li>Added detection of NodeJS <a href="https://github.com/nodejs/node/issues/41038">bug</a> in <code>structuredClone</code> that can not clone <code>DOMException</code> (just in case for future versions that will fix other issues)</li> <li>Compat data: <ul> <li>Added NodeJS 18.3 compat data mapping</li> <li>Added and fixed Deno 1.22 and 1.21 compat data mapping</li> <li>Added Opera Android 69 compat data mapping</li> <li>Updated Electron 20.0 compat data mapping</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/54fcdb8b35a6c83ed7ea7db5e1812bec1fcb9f5e"><code>54fcdb8</code></a> 3.23.0</li> <li><a href="https://github.com/zloirock/core-js/commit/b509d834d1fb242598f4263e7e7b3d2ea48d38bb"><code>b509d83</code></a> Merge pull request <a href="https://github.com/zloirock/core-js/issues/1082">#1082</a> from zloirock/group</li> <li><a href="https://github.com/zloirock/core-js/commit/af0903f85535d5c6fc4d2bcc72aca6040016acb7"><code>af0903f</code></a> update the changelog</li> <li><a href="https://github.com/zloirock/core-js/commit/26e05774983df3dc67c8caccbaded15a4d6518fb"><code>26e0577</code></a> update docs</li> <li><a href="https://github.com/zloirock/core-js/commit/a936c354c387cddb51ff00dbdf7da82308410fee"><code>a936c35</code></a> update the <code>README</code></li> <li><a href="https://github.com/zloirock/core-js/commit/73c837a489b664e8ed001f9dd75f68e2dc23c4d2"><code>73c837a</code></a> rename methods from the <code>Array</code> grouping proposal</li> <li><a href="https://github.com/zloirock/core-js/commit/23fef36367aa30c8c628518eca20f2a50cf16d56"><code>23fef36</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/d75860d7de8543ba569c3d01927e1baa27e06dd3"><code>d75860d</code></a> improve docs</li> <li><a href="https://github.com/zloirock/core-js/commit/062ec17b691e6176901db0933d2b41c726aa4523"><code>062ec17</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/fa10599ac8779b4180e20233bb02c7303367c77f"><code>fa10599</code></a> improve docs</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.22.8...v3.23.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-06-14 05:30:05 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 0046891d - 1 commit from branch master
  • 6aae23d4 - Build(deps): bump core-js from 3.22.8 to 3.23.0

Compare with previous version

added 2 commits <ul><li>0046891d - 1 commit from branch <code>master</code></li><li>6aae23d4 - Build(deps): bump core-js from 3.22.8 to 3.23.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/364/diffs?diff_id=415717989&start_sha=cd3a7d7ae320e00e72f7ec88aff3992b5bfa8c5e)
argoyle commented 2022-06-14 05:39:54 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 5737f2df - 1 commit from branch master
  • 13b2196a - Build(deps): bump core-js from 3.22.8 to 3.23.0

Compare with previous version

added 2 commits <ul><li>5737f2df - 1 commit from branch <code>master</code></li><li>13b2196a - Build(deps): bump core-js from 3.22.8 to 3.23.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/364/diffs?diff_id=415723637&start_sha=6aae23d4f9d8283ab01efdee487228e17855bda2)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-06-14 05:42:18 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-06-14 05:50:58 +00:00
Sign in to join this conversation.