[PR #760] [MERGED] fix(deps): bump core-js from 3.44.0 to 3.45.1 in /web #765

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 96449d8 fix(deps): bump core-js from 3.44.0 to 3.45.1 in /web

📊 Changes

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

View changed files

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

📄 Description

Bumps core-js from 3.44.0 to 3.45.1.

Changelog

Sourced from core-js's changelog.

3.45.1 - 2025.08.20
  • Changes v3.45.0...v3.45.1 (30 commits)
  • Fixed a conflict of native methods from Map upsert proposal with polyfilled methods in the pure version
  • Added bugs fields to package.json of all packages
  • Compat data improvements:
    • Map upsert proposal features marked as shipped from Bun 1.2.20
    • Added Samsung Internet 29 compat data mapping
    • Added Electron 39 compat data mapping
3.45.0 - 2025.08.04
Commits
  • a16b86a v3.45.1
  • 4f9ac04 fix a conflict of native methods from Map upsert proposal with polyfilled m...
  • 149c2f1 update some examples
  • 836cbec bump the year
  • d4fa8f0 enforce bugs field in package.json of public packages
  • 79bf819 v3.45.0
  • e118594 move Map upsert to stage 3
  • d8e524c move iterator sequencing proposal to stage 3
  • 8c0bd93 move Uint8Array to / from base64 and hex to stable ES
  • 0f1a2d5 move Math.sumPrecise to stable ES
  • 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/760 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/5/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/core-js-3.45.1` --- ### 📝 Commits (1) - [`96449d8`](https://github.com/NdoleStudio/httpsms/commit/96449d8627658d5f9a05bc66cb8cbc82c930f4c3) fix(deps): bump core-js from 3.44.0 to 3.45.1 in /web ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+6 -6) </details> ### 📄 Description Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.44.0 to 3.45.1. <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.45.1">3.45.1 - 2025.08.20</a></h5> <ul> <li>Changes <a href="https://github.com/zloirock/core-js/compare/v3.45.0...v3.45.1">v3.45.0...v3.45.1</a> (30 commits)</li> <li>Fixed a conflict of native methods from <a href="https://github.com/tc39/proposal-upsert"><code>Map</code> upsert proposal</a> with polyfilled methods in the pure version</li> <li>Added <code>bugs</code> fields to <code>package.json</code> of all packages</li> <li>Compat data improvements: <ul> <li><a href="https://github.com/tc39/proposal-upsert"><code>Map</code> upsert proposal</a> features marked as shipped from Bun 1.2.20</li> <li>Added Samsung Internet 29 compat data mapping</li> <li>Added Electron 39 compat data mapping</li> </ul> </li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.45.0">3.45.0 - 2025.08.04</a></h5> <ul> <li>Changes <a href="https://github.com/zloirock/core-js/compare/v3.44.0...v3.45.0">v3.44.0...v3.45.0</a> (70 commits)</li> <li><a href="https://github.com/tc39/proposal-arraybuffer-base64"><code>Uint8Array</code> to / from base64 and hex proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Uint8Array.fromBase64</code></li> <li><code>Uint8Array.fromHex</code></li> <li><code>Uint8Array.prototype.setFromBase64</code></li> <li><code>Uint8Array.prototype.setFromHex</code></li> <li><code>Uint8Array.prototype.toBase64</code></li> <li><code>Uint8Array.prototype.toHex</code></li> </ul> </li> <li>Moved to stable ES, <a href="https://github.com/tc39/proposals/commit/d41fe182cdb90da3076ab711aae3944ed86bcf18">July 2025 TC39 meeting</a></li> <li>Added <code>es.</code> namespace modules, <code>/es/</code> and <code>/stable/</code> namespaces entries</li> <li>Added detection of a Webkit bug: <code>Uint8Array</code> fromBase64 / setFromBase64 does not throw an error on incorrect length of base64 string</li> </ul> </li> <li><a href="https://github.com/tc39/proposal-math-sum"><code>Math.sumPrecise</code> proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Math.sumPrecise</code></li> </ul> </li> <li>Moved to stable ES, <a href="https://github.com/tc39/proposals/commit/2616413ace9074bfd444adee9501fae4c8d66fcb">July 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-iterator-sequencing"><code>Iterator</code> sequencing proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Iterator.concat</code></li> </ul> </li> <li>Moved to stage 3, <a href="https://github.com/tc39/proposals/commit/3eebab0f8594673dd08bc709d68c011016074c2e">July 2025 TC39 meeting</a></li> <li>Added <code>/actual/</code> namespace entries, unconditional forced replacement changed to feature detection</li> </ul> </li> <li><a href="https://github.com/tc39/proposal-upsert"><code>Map</code> upsert proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Map.prototype.getOrInsert</code></li> <li><code>Map.prototype.getOrInsertComputed</code></li> <li><code>WeakMap.prototype.getOrInsert</code></li> <li><code>WeakMap.prototype.getOrInsertComputed</code></li> </ul> </li> <li>Moved to stage 3, <a href="https://github.com/tc39/proposals/commit/a9c0dfa4e00ffb69aa4df91d8c0c26b064d67108">July 2025 TC39 meeting</a></li> <li>Added <code>/actual/</code> namespace entries, unconditional forced replacement changed to feature detection</li> </ul> </li> <li>Added missing dependencies to some entries of static <code>Iterator</code> methods</li> <li>Fixed <a href="https://github.com/tc39/proposal-joint-iteration">Joint Iteration proposal</a> in <code>/stage/</code> entries</li> <li>Compat data improvements: <ul> <li><a href="https://github.com/tc39/proposal-arraybuffer-base64"><code>Uint8Array</code> to / from base64 and hex proposal</a> features marked as <a href="https://issues.chromium.org/issues/42204568#comment37">supported from V8 ~ Chromium 140</a></li> <li><a href="https://github.com/tc39/proposal-arraybuffer-base64"><code>Uint8Array.{ fromBase64, prototype.setFromBase64 }</code></a> marked as unsupported in Safari and supported only from Bun 1.2.20 because of a bug: it does not throw an error on incorrect length of base64 string</li> <li><code>%TypedArray%.prototype.with</code> marked as fixed in Safari 26.0</li> <li>Updated Electron 38 compat data mapping</li> <li>Added <a href="https://forums.opera.com/topic/86005/opera-for-android-91">Opera Android 91</a> compat data mapping</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/a16b86ad8c360cb1a597ca1e6b4a6c7a345cbac8"><code>a16b86a</code></a> v3.45.1</li> <li><a href="https://github.com/zloirock/core-js/commit/4f9ac04993240b63ab5eecd8c855f7985a142032"><code>4f9ac04</code></a> fix a conflict of native methods from <code>Map</code> upsert proposal with polyfilled m...</li> <li><a href="https://github.com/zloirock/core-js/commit/149c2f1136debefd149df17ba284402020ab0ac6"><code>149c2f1</code></a> update some examples</li> <li><a href="https://github.com/zloirock/core-js/commit/836cbecc993014238cf59fd51a717145f89acbcf"><code>836cbec</code></a> bump the year</li> <li><a href="https://github.com/zloirock/core-js/commit/d4fa8f0dfbc12bf386ebff5c1efe390723d709c2"><code>d4fa8f0</code></a> enforce <code>bugs</code> field in <code>package.json</code> of public packages</li> <li><a href="https://github.com/zloirock/core-js/commit/79bf81948fb9aa42f617d9e41e9e9e8c60fef411"><code>79bf819</code></a> v3.45.0</li> <li><a href="https://github.com/zloirock/core-js/commit/e118594dcdc8bf57ce46af15672bdd1973e4faa6"><code>e118594</code></a> move <code>Map</code> upsert to stage 3</li> <li><a href="https://github.com/zloirock/core-js/commit/d8e524ca54c0e9f00699a18fe7170b8805807319"><code>d8e524c</code></a> move iterator sequencing proposal to stage 3</li> <li><a href="https://github.com/zloirock/core-js/commit/8c0bd93564abeb0c449880e74095ecbd2dd97ce8"><code>8c0bd93</code></a> move <code>Uint8Array</code> to / from base64 and hex to stable ES</li> <li><a href="https://github.com/zloirock/core-js/commit/0f1a2d531dd0637fb3c0aacbe590d5b3cad37e11"><code>0f1a2d5</code></a> move <code>Math.sumPrecise</code> to stable ES</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.45.1/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.44.0&new-version=3.45.1)](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:40:00 +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#765
No description provided.