Build(deps): bump core-js from 3.35.0 to 3.35.1 #1654

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.35.1 into master 2024-01-21 15:31:10 +00:00
argoyle commented 2024-01-21 04:39:53 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.35.0 to 3.35.1.

Changelog

Sourced from core-js's changelog.

3.35.1 - 2024.01.21
Commits
  • 02c96bf 3.35.1
  • 82ab796 minor fix of prototype methods export logic in the pure version
  • a92b8bb fix a typo in a comment
  • 2e87d77 tweak String#split setting
  • 299f9cd fixed setting names of methods with symbol keys in some old engines
  • 3c592f0 removed significant redundant code from String#split polyfill
  • 3928aec fix abstract operation
  • f196dc2 drop forced: true added for testing
  • 5b960e3 drop an extra stringIndexOf from es.string.replace-all
  • 1cdaab2 bump current year
  • 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.35.0 to 3.35.1. <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.1">3.35.1 - 2024.01.21</a></h5> <ul> <li>Fixed internal <code>ToLength</code> operation with bigints, <a href="https://github.com/zloirock/core-js/issues/1318">#1318</a></li> <li>Removed significant redundant code from <code>String#split</code> polyfill</li> <li>Fixed setting names of methods with symbol keys in some old engines</li> <li>Minor fix of prototype methods export logic in the pure version</li> <li>Compat data improvements: <ul> <li><a href="https://github.com/tc39/proposal-iterator-helpers"><code>Iterator</code> helpers proposal</a> methods marked as supported from V8 ~ Chrome 122</li> <li>Note that V8 ~ Chrome 122 add <a href="https://github.com/tc39/proposal-set-methods"><code>Set</code> methods</a>, but they have <a href="https://bugs.chromium.org/p/v8/issues/detail?id=14559">a bug</a> <a href="https://bugs.webkit.org/show_bug.cgi?id=267494">similar to Safari</a></li> <li><code>self</code> marked as fixed from Bun 1.0.22</li> <li><a href="https://github.com/tc39/proposal-explicit-resource-management"><code>SuppressedError</code> and <code>Symbol.{ dispose , asyncDispose }</code></a> marked as <a href="https://bun.sh/blog/bun-v1.0.23#resource-management-is-now-supported">supported from Bun 1.0.23</a></li> <li>Added Oculus Quest Browser 31 compat data mapping</li> <li>Updated Electron 29 and added Electron 30 compat data mapping</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/02c96bf4fd8a6765acaf1d6bcaf27a026c248d08"><code>02c96bf</code></a> 3.35.1</li> <li><a href="https://github.com/zloirock/core-js/commit/82ab7962c98ab2249e2ececd68981f37f8443e1a"><code>82ab796</code></a> minor fix of prototype methods export logic in the pure version</li> <li><a href="https://github.com/zloirock/core-js/commit/a92b8bbf45bff3e004d8f799ae5c8fc1363abb5e"><code>a92b8bb</code></a> fix a typo in a comment</li> <li><a href="https://github.com/zloirock/core-js/commit/2e87d77f66e60ef1819a40ca4b0c966ffed361cd"><code>2e87d77</code></a> tweak <code>String#split</code> setting</li> <li><a href="https://github.com/zloirock/core-js/commit/299f9cd0e4fe765bad6cab831b5fd339ab2f47bc"><code>299f9cd</code></a> fixed setting names of methods with symbol keys in some old engines</li> <li><a href="https://github.com/zloirock/core-js/commit/3c592f0c00e72a92eb6ff4089fdffde742e0fe6e"><code>3c592f0</code></a> removed significant redundant code from <code>String#split</code> polyfill</li> <li><a href="https://github.com/zloirock/core-js/commit/3928aec65d742313de57837ff2428ca7c88d09e7"><code>3928aec</code></a> fix abstract operation</li> <li><a href="https://github.com/zloirock/core-js/commit/f196dc26846e0d1f35b6b13c69102050bd535f0a"><code>f196dc2</code></a> drop <code>forced: true</code> added for testing</li> <li><a href="https://github.com/zloirock/core-js/commit/5b960e3c70398b7211ebf068a250fe6bbfe94644"><code>5b960e3</code></a> drop an extra <code>stringIndexOf</code> from <code>es.string.replace-all</code></li> <li><a href="https://github.com/zloirock/core-js/commit/1cdaab2f6ef2ef3a309c8e90ac5fa0ae4d009a54"><code>1cdaab2</code></a> bump current year</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.35.1/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 2024-01-21 15:31:11 +00:00
Sign in to join this conversation.