[PR #259] [MERGED] fix(deps): bump core-js from 3.31.1 to 3.32.0 in /web #301

Closed
opened 2026-03-03 16:37:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/259
Author: @dependabot[bot]
Created: 8/1/2023
Status: Merged
Merged: 8/2/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/core-js-3.32.0


📝 Commits (1)

  • 62dc7d5 fix(deps): bump core-js from 3.31.1 to 3.32.0 in /web

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/yarn.lock (+4 -4)

📄 Description

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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/259 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/2/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/core-js-3.32.0` --- ### 📝 Commits (1) - [`62dc7d5`](https://github.com/NdoleStudio/httpsms/commit/62dc7d5429311928e4c600050ae817e5ae48284f) fix(deps): bump core-js from 3.31.1 to 3.32.0 in /web ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+4 -4) </details> ### 📄 Description 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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=core-js&package-manager=npm_and_yarn&previous-version=3.31.1&new-version=3.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#301
No description provided.