Build(deps): bump core-js from 3.34.0 to 3.35.0 #1616

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.35.0 into master 2023-12-29 08:01:51 +00:00
argoyle commented 2023-12-29 04:40:13 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.34.0 to 3.35.0.

Changelog

Sourced from core-js's changelog.

3.35.0 - 2023.12.29
Commits
  • eafff6c 3.35.0
  • 63b7e18 simplify handling [[IsHTMLDDA]], is-object case already covered in `is-ca...
  • 8d46fe0 use toObject at the first place for the expected errors order
  • a090286 make collections .from method non-generic
  • 6e650fb make collections .of method non-generic
  • 87540ce fix subclassing of wrapped ArrayBuffer
  • a7b141b it seems that the ancient Array.prototype.push bug is fixed in V8 ~ Chrome ...
  • c8a8167 extract a-data-view helper
  • ff68fa6 drop array-slice-simple since in all current cases of usage it can't take `...
  • d5ee26e join array sorting in one method
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on 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.34.0 to 3.35.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.35.0">3.35.0 - 2023.12.29</a></h5> <ul> <li><a href="https://github.com/tc39/proposal-setmap-offrom"><code>{ Map, Set, WeakMap, WeakSet }.{ from, of }</code></a> became non-generic, following <a href="https://github.com/tc39/proposal-setmap-offrom/issues/16#issuecomment-1843346541">this</a> and some other notes. Now they can be invoked without <code>this</code>, but no longer return subclass instances</li> <li>Fixed handling some cases of non-enumerable symbol keys from <code>Symbol</code> polyfill</li> <li>Removed unneeded NodeJS domains-related logic from <code>queueMicrotask</code> polyfill</li> <li>Fixed subclassing of wrapped <code>ArrayBuffer</code></li> <li>Refactoring, many different minor optimizations</li> <li>Compat data improvements: <ul> <li><a href="https://github.com/tc39/proposal-array-from-async"><code>Array.fromAsync</code></a> marked as <a href="https://bugs.chromium.org/p/v8/issues/detail?id=13321#c13">supported from V8 ~ Chrome 121</a></li> <li>It seems that the ancient <a href="https://bugs.chromium.org/p/v8/issues/detail?id=12681"><code>Array.prototype.push</code> bug</a> is fixed in V8 ~ Chrome 122 (Hallelujah!)</li> <li><a href="https://github.com/tc39/proposal-arraybuffer-transfer"><code>ArrayBuffer.prototype.transfer</code> and friends proposal</a> features marked as <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1865103#c8">supported from FF 122</a> and Bun 1.0.19</li> <li><a href="https://github.com/tc39/proposal-array-grouping"><code>Object.groupBy</code> and <code>Map.groupBy</code></a> marked as supported from Bun 1.0.19</li> <li>Since <a href="https://github.com/tc39/proposal-iterator-helpers"><code>Iterator</code> helpers proposal</a> methods are still not disabled in Deno, the web compatibility issue why it was disabled in Chromium makes no sense for Deno and fixed in the spec, they marked as supported from Deno 1.37</li> <li>Added Opera Android 80 and updated <a href="https://forums.opera.com/topic/68490/opera-for-android-79">Opera Android 79</a> compat data mapping</li> <li>Added Samsung Internet 24 compat data mapping</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/eafff6c0ec7738adb005b1186503e527180f4ece"><code>eafff6c</code></a> 3.35.0</li> <li><a href="https://github.com/zloirock/core-js/commit/63b7e18b2032d866d1c000840f3bc79f1739bc28"><code>63b7e18</code></a> simplify handling <code>[[IsHTMLDDA]]</code>, <code>is-object</code> case already covered in `is-ca...</li> <li><a href="https://github.com/zloirock/core-js/commit/8d46fe01583dad0d442083b30e942c0c80f194ce"><code>8d46fe0</code></a> use <code>toObject</code> at the first place for the expected errors order</li> <li><a href="https://github.com/zloirock/core-js/commit/a0902868c5af8dc1aadbb2ac5f131e1781418bbd"><code>a090286</code></a> make collections <code>.from</code> method non-generic</li> <li><a href="https://github.com/zloirock/core-js/commit/6e650fb44c6929780166a9102a1323d802e4a0a9"><code>6e650fb</code></a> make collections <code>.of</code> method non-generic</li> <li><a href="https://github.com/zloirock/core-js/commit/87540ce56fe069ac7a7659996b8e95a62a0350d1"><code>87540ce</code></a> fix subclassing of wrapped <code>ArrayBuffer</code></li> <li><a href="https://github.com/zloirock/core-js/commit/a7b141b8a607bb6922d837f9176520ba4fecb418"><code>a7b141b</code></a> it seems that the ancient <code>Array.prototype.push</code> bug is fixed in V8 ~ Chrome ...</li> <li><a href="https://github.com/zloirock/core-js/commit/c8a81677562132a79416af50fe0f5a6688748806"><code>c8a8167</code></a> extract <code>a-data-view</code> helper</li> <li><a href="https://github.com/zloirock/core-js/commit/ff68fa6313f161b8dde17e4f2a2fc5304df2e883"><code>ff68fa6</code></a> drop <code>array-slice-simple</code> since in all current cases of usage it can't take `...</li> <li><a href="https://github.com/zloirock/core-js/commit/d5ee26e156212fc21f2d307296d7efd5a9dc8319"><code>d5ee26e</code></a> join array sorting in one method</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.35.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 recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2023-12-29 08:01:52 +00:00
Sign in to join this conversation.