Build(deps): bump core-js from 3.33.1 to 3.33.2 #1536

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.33.2 into master 2023-10-31 07:30:16 +00:00
argoyle commented 2023-10-31 04:38:44 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.33.1 to 3.33.2.

Changelog

Sourced from core-js's changelog.

3.33.2 - 2023.10.31
  • Simplified structuredClone polyfill, avoided second tree pass in cases of transferring
  • Added support of SuppressedError to structuredClone polyfill
  • Removed unspecified unnecessary ArrayBuffer and DataView dependencies of structuredClone lack of which could cause errors in some entries in IE10-
  • Fixed handling of fractional number part in Number.fromString
  • Compat data improvements:
Commits
  • 7cbd6b5 3.33.2
  • ffc6984 temporarily drop unspecified special cases from Number.fromString before cl...
  • f7b095e fix handling of fractional number part and some special cases in `Number.from...
  • 55cd424 adapt get-built-in-prototype-method helper for some future use cases
  • effda0c drop an extra method name
  • d6f71d1 add support of SuppressedError to structuredClone polyfill and simplify it
  • c6ea9f7 simplify structuredClone polyfill, avoid second tree pass in cases of trans...
  • 65e9213 remove unspecified unnecessary ArrayBuffer and DataView dependencies of `...
  • See full diff 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.33.1 to 3.33.2. <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.33.2">3.33.2 - 2023.10.31</a></h5> <ul> <li>Simplified <code>structuredClone</code> polyfill, avoided second tree pass in cases of transferring</li> <li>Added support of <a href="https://github.com/tc39/proposal-explicit-resource-management#the-suppressederror-error"><code>SuppressedError</code></a> to <code>structuredClone</code> polyfill</li> <li>Removed unspecified unnecessary <code>ArrayBuffer</code> and <code>DataView</code> dependencies of <code>structuredClone</code> lack of which could cause errors in some entries in IE10-</li> <li>Fixed handling of fractional number part in <a href="https://github.com/tc39/proposal-number-fromstring"><code>Number.fromString</code></a></li> <li>Compat data improvements: <ul> <li><a href="https://url.spec.whatwg.org/#dom-url-canparse"><code>URL.canParse</code></a> marked as <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=1425839">supported from Chromium 120</a></li> <li>Updated Opera Android 78 compat data mapping</li> <li>Added Electron 29 compat data mapping</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/7cbd6b5e9e96cda050ae911c4015b0ecd9875f92"><code>7cbd6b5</code></a> 3.33.2</li> <li><a href="https://github.com/zloirock/core-js/commit/ffc698401262b552cdd99c4fdfd014a2f087aa3d"><code>ffc6984</code></a> temporarily drop unspecified special cases from <code>Number.fromString</code> before cl...</li> <li><a href="https://github.com/zloirock/core-js/commit/f7b095efabbc8da93de3b63f773756b467b6d3d9"><code>f7b095e</code></a> fix handling of fractional number part and some special cases in `Number.from...</li> <li><a href="https://github.com/zloirock/core-js/commit/55cd424ea27d92b0abe1f51e653db1454e46fc76"><code>55cd424</code></a> adapt <code>get-built-in-prototype-method</code> helper for some future use cases</li> <li><a href="https://github.com/zloirock/core-js/commit/effda0ce8fa8e4d75d0420d7b38af48beda5c29e"><code>effda0c</code></a> drop an extra method name</li> <li><a href="https://github.com/zloirock/core-js/commit/d6f71d192d26a876de25f5156f8337104a1e02ad"><code>d6f71d1</code></a> add support of <code>SuppressedError</code> to <code>structuredClone</code> polyfill and simplify it</li> <li><a href="https://github.com/zloirock/core-js/commit/c6ea9f77961b51fd6ccc2eb94aa2588a54bbac44"><code>c6ea9f7</code></a> simplify <code>structuredClone</code> polyfill, avoid second tree pass in cases of trans...</li> <li><a href="https://github.com/zloirock/core-js/commit/65e92133bc4aa35a92b617b61cdd310d1427a523"><code>65e9213</code></a> remove unspecified unnecessary <code>ArrayBuffer</code> and <code>DataView</code> dependencies of `...</li> <li>See full diff in <a href="https://github.com/zloirock/core-js/commits/v3.33.2/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 commented 2023-10-31 07:30:01 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 5b133e69 - 1 commit from branch master
  • 0978ce8f - Build(deps): bump core-js from 3.33.1 to 3.33.2

Compare with previous version

added 2 commits <ul><li>5b133e69 - 1 commit from branch <code>master</code></li><li>0978ce8f - Build(deps): bump core-js from 3.33.1 to 3.33.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1487/diffs?diff_id=830830325&start_sha=69621adb0d10f6b5f2c45bbe9860f28aaf369a36)
argoyle (Migrated from gitlab.com) merged commit into master 2023-10-31 07:30:16 +00:00
Sign in to join this conversation.