[PR #281] [MERGED] fix(deps): bump core-js from 3.32.1 to 3.32.2 in /web #315

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 6488733 fix(deps): bump core-js from 3.32.1 to 3.32.2 in /web

📊 Changes

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

View changed files

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

📄 Description

Bumps core-js from 3.32.1 to 3.32.2.

Changelog

Sourced from core-js's changelog.

3.32.2 - 2023.09.07
  • Fixed structuredClone feature detection core-js@3.32.1 bug, #1288
  • Added a workaround of old WebKit + eval bug, #1287
  • Compat data improvements:
    • Added Samsung Internet 23 compat data mapping
    • Added Quest Browser 29 compat data mapping
Commits
  • aaefe98 3.32.2
  • 76416d6 Merge pull request #1287 from aleen42/master
  • 674130b Update packages/core-js/internals/check-correctness-of-iteration.js
  • 44f3ce9 enable some rules from eslint-plugin-n(ode)
  • 875601e fix structuredClone feature detection core-js@3.32.1 bug, close #1288
  • 2f6a3af handle missing scopes in strict mode when checking iteration #1286
  • 7cb9775 use non-capturing group
  • 628463c some stylistic fixes
  • 6b4dcc1 review eslint core rules: enforce a maximum number of statements allowed pe...
  • 6a92722 review eslint core rules: require assignment operator shorthand where possible
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/281 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2023 **Status:** ✅ Merged **Merged:** 10/1/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/core-js-3.32.2` --- ### 📝 Commits (1) - [`6488733`](https://github.com/NdoleStudio/httpsms/commit/64887335c974062037f2553f1bf12e5a80d53f0f) fix(deps): bump core-js from 3.32.1 to 3.32.2 in /web ### 📊 Changes **2 files changed** (+5 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+4 -9) </details> ### 📄 Description Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.1 to 3.32.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.32.2">3.32.2 - 2023.09.07</a></h5> <ul> <li>Fixed <code>structuredClone</code> feature detection <code>core-js@3.32.1</code> bug, <a href="https://redirect.github.com/zloirock/core-js/issues/1288">#1288</a></li> <li>Added a workaround of old WebKit + <code>eval</code> bug, <a href="https://redirect.github.com/zloirock/core-js/pull/1287">#1287</a></li> <li>Compat data improvements: <ul> <li>Added Samsung Internet 23 compat data mapping</li> <li>Added Quest Browser 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/aaefe98d5fdc015e417801332eb4ede5113a01f5"><code>aaefe98</code></a> 3.32.2</li> <li><a href="https://github.com/zloirock/core-js/commit/76416d6826854bf98a72f5e30f276e17c4cf0ae5"><code>76416d6</code></a> Merge pull request <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1287">#1287</a> from aleen42/master</li> <li><a href="https://github.com/zloirock/core-js/commit/674130b2c081e7ea1b4a2b9f081a2e4b7daef56b"><code>674130b</code></a> Update packages/core-js/internals/check-correctness-of-iteration.js</li> <li><a href="https://github.com/zloirock/core-js/commit/44f3ce9d8efd5a44471bbc7579e98381e49720c5"><code>44f3ce9</code></a> enable some rules from <code>eslint-plugin-n(ode)</code></li> <li><a href="https://github.com/zloirock/core-js/commit/875601e74d94fab8f2c180da83c4283fb83cae39"><code>875601e</code></a> fix <code>structuredClone</code> feature detection <code>core-js@3.32.1</code> bug, close <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1288">#1288</a></li> <li><a href="https://github.com/zloirock/core-js/commit/2f6a3af3d03c3f96d5c8fc111dc45343727b105a"><code>2f6a3af</code></a> handle missing scopes in strict mode when checking iteration <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1286">#1286</a></li> <li><a href="https://github.com/zloirock/core-js/commit/7cb977588a70c7835301e15db0da24c8da5e74e7"><code>7cb9775</code></a> use non-capturing group</li> <li><a href="https://github.com/zloirock/core-js/commit/628463ccd027da7472e48db78d8f47fc1cdc8015"><code>628463c</code></a> some stylistic fixes</li> <li><a href="https://github.com/zloirock/core-js/commit/6b4dcc12d9df303bddd9a29a3d46178f7b78c2f7"><code>6b4dcc1</code></a> review <code>eslint</code> core rules: enforce a maximum number of statements allowed pe...</li> <li><a href="https://github.com/zloirock/core-js/commit/6a92722bf55e42f99cd11d36282c271ea75ae98d"><code>6a92722</code></a> review <code>eslint</code> core rules: require assignment operator shorthand where possible</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.32.2/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.32.1&new-version=3.32.2)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:47 +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#315
No description provided.