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
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> -> <code>Array.prototype.group</code></li>
<li><code>Array.prototype.groupByToMap</code> -> <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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps core-js from 3.22.8 to 3.23.0.
Changelog
Sourced from core-js's changelog.
Commits
54fcdb83.23.0b509d83Merge pull request #1082 from zloirock/groupaf0903fupdate the changelog26e0577update docsa936c35update theREADME73c837arename methods from theArraygrouping proposal23fef36update dependenciesd75860dimprove docs062ec17update dependenciesfa10599improve docsDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
0046891d- 1 commit from branchmasterCompare with previous version
added 2 commits
5737f2df- 1 commit from branchmaster13b2196a- Build(deps): bump core-js from 3.22.8 to 3.23.0Compare with previous version