[PR #697] [MERGED] fix(deps): bump core-js from 3.39.0 to 3.43.0 in /web #702

Closed
opened 2026-03-03 16:39:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/697
Author: @dependabot[bot]
Created: 7/1/2025
Status: Merged
Merged: 7/1/2025
Merged by: @AchoArnold

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


📝 Commits (1)

  • efe66e9 fix(deps): bump core-js from 3.39.0 to 3.43.0 in /web

📊 Changes

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

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+10 -10)

📄 Description

Bumps core-js from 3.39.0 to 3.43.0.

Changelog

Sourced from core-js's changelog.

3.43.0 - 2025.06.09
  • Changes v3.42.0...v3.43.0 (139 commits)
  • Explicit Resource Management proposals:
    • Built-ins:
      • Symbol.dispose
      • Symbol.asyncDispose
      • SuppressedError
      • DisposableStack
        • DisposableStack.prototype.dispose
        • DisposableStack.prototype.use
        • DisposableStack.prototype.adopt
        • DisposableStack.prototype.defer
        • DisposableStack.prototype.move
        • DisposableStack.prototype[@@dispose]
      • AsyncDisposableStack
        • AsyncDisposableStack.prototype.disposeAsync
        • AsyncDisposableStack.prototype.use
        • AsyncDisposableStack.prototype.adopt
        • AsyncDisposableStack.prototype.defer
        • AsyncDisposableStack.prototype.move
        • AsyncDisposableStack.prototype[@@asyncDispose]
      • Iterator.prototype[@@dispose]
      • AsyncIterator.prototype[@@asyncDispose]
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Array.fromAsync proposal:
    • Built-ins:
      • Array.fromAsync
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Error.isError proposal:
    • Built-ins:
      • Error.isError
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Added Joint iteration stage 2.7 proposal:
    • Added built-ins:
      • Iterator.zip
      • Iterator.zipKeyed
  • Added Iterator chunking stage 2 proposal:
    • Added built-ins:
      • Iterator.prototype.chunks
      • Iterator.prototype.windows
  • Number.prototype.clamp proposal:
  • Always check regular expression flags by flags getter PR. Native methods are not fixed, only own implementation updated for:

... (truncated)

Commits

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/697 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/core-js-3.43.0` --- ### 📝 Commits (1) - [`efe66e9`](https://github.com/NdoleStudio/httpsms/commit/efe66e9be298b5f46ff8eb2735d682bfa674a3e1) fix(deps): bump core-js from 3.39.0 to 3.43.0 in /web ### 📊 Changes **2 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+10 -10) </details> ### 📄 Description Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.39.0 to 3.43.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.43.0">3.43.0 - 2025.06.09</a></h5> <ul> <li>Changes <a href="https://github.com/zloirock/core-js/compare/v3.42.0...v3.43.0">v3.42.0...v3.43.0</a> (139 commits)</li> <li><a href="https://github.com/tc39/proposal-explicit-resource-management">Explicit Resource Management proposals</a>: <ul> <li>Built-ins: <ul> <li><code>Symbol.dispose</code></li> <li><code>Symbol.asyncDispose</code></li> <li><code>SuppressedError</code></li> <li><code>DisposableStack</code> <ul> <li><code>DisposableStack.prototype.dispose</code></li> <li><code>DisposableStack.prototype.use</code></li> <li><code>DisposableStack.prototype.adopt</code></li> <li><code>DisposableStack.prototype.defer</code></li> <li><code>DisposableStack.prototype.move</code></li> <li><code>DisposableStack.prototype[@@dispose]</code></li> </ul> </li> <li><code>AsyncDisposableStack</code> <ul> <li><code>AsyncDisposableStack.prototype.disposeAsync</code></li> <li><code>AsyncDisposableStack.prototype.use</code></li> <li><code>AsyncDisposableStack.prototype.adopt</code></li> <li><code>AsyncDisposableStack.prototype.defer</code></li> <li><code>AsyncDisposableStack.prototype.move</code></li> <li><code>AsyncDisposableStack.prototype[@@asyncDispose]</code></li> </ul> </li> <li><code>Iterator.prototype[@@dispose]</code></li> <li><code>AsyncIterator.prototype[@@asyncDispose]</code></li> </ul> </li> <li>Moved to stable ES, <a href="https://x.com/robpalmer2/status/1927744934343213085">May 2025 TC39 meeting</a></li> <li>Added <code>es.</code> namespace module, <code>/es/</code> and <code>/stable/</code> namespaces entries</li> </ul> </li> <li><a href="https://github.com/tc39/proposal-array-from-async"><code>Array.fromAsync</code> proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Array.fromAsync</code></li> </ul> </li> <li>Moved to stable ES, <a href="https://redirect.github.com/tc39/proposal-array-from-async/issues/14#issuecomment-2916645435">May 2025 TC39 meeting</a></li> <li>Added <code>es.</code> namespace module, <code>/es/</code> and <code>/stable/</code> namespaces entries</li> </ul> </li> <li><a href="https://github.com/tc39/proposal-is-error"><code>Error.isError</code> proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Error.isError</code></li> </ul> </li> <li>Moved to stable ES, <a href="https://github.com/tc39/proposals/commit/a5d4bb99d79f328533d0c36b0cd20597fa12c7a8">May 2025 TC39 meeting</a></li> <li>Added <code>es.</code> namespace module, <code>/es/</code> and <code>/stable/</code> namespaces entries</li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-joint-iteration">Joint iteration stage 2.7 proposal</a>: <ul> <li>Added built-ins: <ul> <li><code>Iterator.zip</code></li> <li><code>Iterator.zipKeyed</code></li> </ul> </li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-iterator-chunking"><code>Iterator</code> chunking stage 2 proposal</a>: <ul> <li>Added built-ins: <ul> <li><code>Iterator.prototype.chunks</code></li> <li><code>Iterator.prototype.windows</code></li> </ul> </li> </ul> </li> <li><a href="https://github.com/tc39/proposal-math-clamp"><code>Number.prototype.clamp</code> proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Number.prototype.clamp</code></li> </ul> </li> <li>Moved to stage 2, <a href="https://github.com/tc39/proposal-math-clamp/commit/a005f28a6a03e175b9671de1c8c70dd5b7b08c2d">May 2025 TC39 meeting</a></li> <li><code>Math.clamp</code> was replaced with <code>Number.prototype.clamp</code></li> <li>Removed a <code>RangeError</code> if <code>min &lt;= max</code> or <code>+0</code> min and <code>-0</code> max, [tc39/proposal-math-clamp/<a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/22">#22</a>](<a href="https://redirect.github.com/tc39/proposal-math-clamp/issues/22">tc39/proposal-math-clamp#22</a>)</li> </ul> </li> <li>Always check regular expression flags by <code>flags</code> getter <a href="https://redirect.github.com/tc39/ecma262/pull/2791">PR</a>. Native methods are not fixed, only own implementation updated for:</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/f4f46336b3f2b9ac7a688f9a6d2fa6f12f94ebab"><code>f4f4633</code></a> v3.43.0</li> <li><a href="https://github.com/zloirock/core-js/commit/c4a8143d53ba8e2d4415a7537930c5fcf84b70bd"><code>c4a8143</code></a> enable some new <code>eslint-plugin-es-x</code> rules</li> <li><a href="https://github.com/zloirock/core-js/commit/a5b9552817c99e456867fd32baf9fa15529552ae"><code>a5b9552</code></a> Fix argument validation condition</li> <li><a href="https://github.com/zloirock/core-js/commit/24ad7ea55ff82ff108f7f6da4a1d2b6e1917c2c8"><code>24ad7ea</code></a> Iterator close on argument validation error</li> <li><a href="https://github.com/zloirock/core-js/commit/cf6aa2c6116d1cc5461cd6adc5b2776f5bb9808b"><code>cf6aa2c</code></a> Iterator#windows implementation</li> <li><a href="https://github.com/zloirock/core-js/commit/de731319cfaf5fcd28bba3be36473a2c7e7192df"><code>de73131</code></a> Iterator#chunks implementation</li> <li><a href="https://github.com/zloirock/core-js/commit/8e0a2397fac55c2d49d8c9fbba0ed1ac10a37cea"><code>8e0a239</code></a> Number#clamp implementation</li> <li><a href="https://github.com/zloirock/core-js/commit/9cf80c7d5f1cc398489c7e3c0b111d050cc6fd1e"><code>9cf80c7</code></a> refactoring</li> <li><a href="https://github.com/zloirock/core-js/commit/5cc3f7a840ef3dadf76e8adb4284bc3b9c0911e8"><code>5cc3f7a</code></a> Refactoring</li> <li><a href="https://github.com/zloirock/core-js/commit/884e1037ef2f3b8b41af1d6cfd1b9a1cac2100fd"><code>884e103</code></a> Iterator.zipKeyed implementation</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.43.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.39.0&new-version=3.43.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 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:39:42 +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#702
No description provided.