Build(deps): bump core-js from 3.31.1 to 3.32.0 #1358

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.32.0 into master 2023-07-28 14:49:49 +00:00
argoyle commented 2023-07-28 04:39:28 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.31.1 to 3.32.0.

Changelog

Sourced from core-js's changelog.

3.32.0 - 2023.07.28
Commits
  • c252192 3.32.0
  • 34c2a63 docs changes
  • b2b5af1 disable forced replacement for f16 features (stage 3)
  • 09c96b2 detect and fix early Set methods implementations
  • ce0913b fix incorrect Symbol.{ dispose, asyncDispose } descriptors from NodeJS 20.4...
  • d9b3fdc fix a Chromium 117 bug in value argument of `URLSearchParams.prototype.{ has,...
  • ce17c76 fix forced polyfilling of some iterator helpers that should return wrapped it...
  • 4c56a00 enforce Map.groupBy polyfill in the pure version
  • 19ff49d Iterator is not constructible from the active function object (works as an ...
  • 6b967f8 forced installation of Math.f16round
  • 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.31.1 to 3.32.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.32.0">3.32.0 - 2023.07.28</a></h5> <ul> <li><a href="https://github.com/tc39/proposal-array-grouping"><code>Array</code> grouping proposal</a>, July 2023 TC39 meeting updates: <ul> <li><a href="https://github.com/tc39/proposal-array-grouping/issues/54">Moved back to stage 3</a></li> <li>Added <code>/actual/</code> namespaces entries, unconditional forced replacement changed to feature detection</li> </ul> </li> <li><a href="https://github.com/tc39/proposal-promise-with-resolvers"><code>Promise.withResolvers</code> proposal</a>, July 2023 TC39 meeting updates: <ul> <li><a href="https://github.com/tc39/proposal-promise-with-resolvers/pull/18">Moved to stage 3</a></li> <li>Added <code>/actual/</code> namespaces entries, unconditional forced replacement changed to feature detection</li> </ul> </li> <li><a href="https://github.com/tc39/proposal-set-methods"><code>Set</code> methods stage 3 proposal</a>, July 2023 TC39 meeting updates:: <ul> <li>Throw on negative <code>Set</code> sizes, <a href="https://github.com/tc39/proposal-set-methods/pull/88">proposal-set-methods/88</a></li> <li>Removed <code>IsCallable</code> check in <code>GetKeysIterator</code>, <a href="https://github.com/tc39/proposal-set-methods/pull/101">proposal-set-methods/101</a></li> </ul> </li> <li><a href="https://github.com/tc39/proposal-iterator-helpers">Iterator Helpers stage 3 proposal</a>: <ul> <li>Avoid creating observable <code>String</code> wrapper objects, July 2023 TC39 meeting update, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/281">proposal-iterator-helpers/281</a></li> <li><code>Iterator</code> is not constructible from the active function object (works as an abstract class)</li> </ul> </li> <li>Async explicit resource management: <ul> <li>Moved back into <a href="https://github.com/tc39/proposal-explicit-resource-management">the initial proposal</a> -&gt; moved to stage 3, <a href="https://github.com/tc39/proposal-explicit-resource-management/pull/154">proposal-explicit-resource-management/154</a></li> <li>Added <code>/actual/</code> namespace entries, unconditional forced replacement changed to feature detection</li> <li>Ignore return value of <code>[@@dispose]()</code> method when hint is <code>async-dispose</code>, <a href="https://github.com/tc39/proposal-explicit-resource-management/pull/180">proposal-explicit-resource-management/180</a></li> <li>Added ticks for empty resources, <a href="https://github.com/tc39/proposal-explicit-resource-management/pull/163">proposal-explicit-resource-management/163</a></li> </ul> </li> <li>Added some methods from <a href="https://github.com/tc39/proposal-float16array"><code>Float16Array</code> stage 3 proposal</a>: <ul> <li>There are some reason why I don't want to add <code>Float16Array</code> right now, however, make sense to add some methods from this proposal.</li> <li>Methods: <ul> <li><code>Math.f16round</code></li> <li><code>DataView.prototype.getFloat16</code></li> <li><code>DataView.prototype.setFloat16</code></li> </ul> </li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-dataview-get-set-uint8clamped"><code>DataView</code> get / set <code>Uint8Clamped</code> methods stage 1 proposal</a>: <ul> <li>Methods: <ul> <li><code>DataView.prototype.getUint8Clamped</code></li> <li><code>DataView.prototype.setUint8Clamped</code></li> </ul> </li> </ul> </li> <li>Used strict mode in some missed cases, <a href="https://github.com/zloirock/core-js/issues/1269">#1269</a></li> <li>Fixed <a href="https://bugs.chromium.org/p/v8/issues/detail?id=14222">a Chromium 117 bug</a> in <code>value</code> argument of <code>URLSearchParams.prototype.{ has, delete }</code></li> <li>Fixed early WebKit ~ Safari 17.0 beta <code>Set</code> methods implementation by the actual spec</li> <li>Fixed incorrect <code>Symbol.{ dispose, asyncDispose }</code> descriptors from <a href="https://github.com/nodejs/node/issues/48699">NodeJS 20.4</a> / transpilers helpers / userland code</li> <li>Fixed forced polyfilling of some iterator helpers that should return wrapped iterator in the pure version</li> <li>Fixed and exposed <a href="https://github.com/zloirock/core-js#asynciterator-helpers"><code>AsyncIteratorPrototype</code> <code>core-js/configurator</code> option</a>, <a href="https://github.com/zloirock/core-js/issues/1268">#1268</a></li> <li>Compat data improvements: <ul> <li>Sync <a href="https://github.com/tc39/proposal-iterator-helpers"><code>Iterator</code> helpers proposal</a> features marked as <a href="https://chromestatus.com/feature/5102502917177344">supported</a> from V8 ~ Chrome 117</li> <li><a href="https://github.com/tc39/proposal-array-grouping"><code>Array</code> grouping proposal</a> features marked as <a href="https://chromestatus.com/feature/5714791975878656">supported</a> from V8 ~ Chrome 117</li> <li>Mark <code>Symbol.{ dispose, asyncDispose }</code> as supported from NodeJS 20.5.0 (as mentioned above, NodeJS 20.4.0 add it, but <a href="https://github.com/nodejs/node/issues/48699">with incorrect descriptors</a>)</li> <li>Added Electron 27 compat data mapping</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/c25219226fe4852c7538a0e62ed5d8ef1b7851a7"><code>c252192</code></a> 3.32.0</li> <li><a href="https://github.com/zloirock/core-js/commit/34c2a63a9ab9d33a35ede800b3247c41b9f8ab6f"><code>34c2a63</code></a> docs changes</li> <li><a href="https://github.com/zloirock/core-js/commit/b2b5af1e059a3b70d2a9715136e17f97fff3449f"><code>b2b5af1</code></a> disable forced replacement for f16 features (stage 3)</li> <li><a href="https://github.com/zloirock/core-js/commit/09c96b280c385b67d811367325fd8f36417c649a"><code>09c96b2</code></a> detect and fix early <code>Set</code> methods implementations</li> <li><a href="https://github.com/zloirock/core-js/commit/ce0913bdc09c53f79dc6524593e0ec97bdfa9823"><code>ce0913b</code></a> fix incorrect <code>Symbol.{ dispose, asyncDispose }</code> descriptors from NodeJS 20.4...</li> <li><a href="https://github.com/zloirock/core-js/commit/d9b3fdc3cbb164c1491d0966734bf9ff8d51454f"><code>d9b3fdc</code></a> fix a Chromium 117 bug in value argument of `URLSearchParams.prototype.{ has,...</li> <li><a href="https://github.com/zloirock/core-js/commit/ce17c764c5a2f911a686a2715f375391ed08a697"><code>ce17c76</code></a> fix forced polyfilling of some iterator helpers that should return wrapped it...</li> <li><a href="https://github.com/zloirock/core-js/commit/4c56a00496e545cd21243360de40a0e9292a419f"><code>4c56a00</code></a> enforce <code>Map.groupBy</code> polyfill in the pure version</li> <li><a href="https://github.com/zloirock/core-js/commit/19ff49dafe87a3dc37ca33beb7e0b864c8492a9a"><code>19ff49d</code></a> <code>Iterator</code> is not constructible from the active function object (works as an ...</li> <li><a href="https://github.com/zloirock/core-js/commit/6b967f8c4d270bf49da581dfac3f10728caf48b6"><code>6b967f8</code></a> forced installation of <code>Math.f16round</code></li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.32.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 commented 2023-07-28 14:49:39 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 0cecaa11...92781f17 - 2 commits from branch master
  • b863cf70 - Build(deps): bump core-js from 3.31.1 to 3.32.0

Compare with previous version

added 3 commits <ul><li>0cecaa11...92781f17 - 2 commits from branch <code>master</code></li><li>b863cf70 - Build(deps): bump core-js from 3.31.1 to 3.32.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1309/diffs?diff_id=747306637&start_sha=0cecaa11e8e3a91bcf7445f4c7b2b3259c4591aa)
argoyle (Migrated from gitlab.com) merged commit into master 2023-07-28 14:49:49 +00:00
Sign in to join this conversation.