[PR #561] [MERGED] fix(deps): bump core-js from 3.38.1 to 3.39.0 in /web #573

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/561
Author: @dependabot[bot]
Created: 11/1/2024
Status: Merged
Merged: 11/1/2024
Merged by: @AchoArnold

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


📝 Commits (1)

  • 69e489d fix(deps): bump core-js from 3.38.1 to 3.39.0 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.38.1 to 3.39.0.

Changelog

Sourced from core-js's changelog.

3.39.0 - 2024.10.31

... (truncated)

Commits
  • fe6d2d6 v3.39.0
  • 751bbae add Iterator sequencing stage 2.7 proposal
  • 227a758 update some links, add some missed links
  • 4bdfd91 normalize key in Map.prototype.getOrInsertComputed
  • 2b189d3 validate WeakMap key before callbackfn call in `WeakMap.prototype.getOrIn...
  • e3e9f37 update Map upsert proposal to the new API
  • fa5b026 update transferable objects list instructuredClone implementation
  • fbc4e4f remove usage of @@species pattern from %TypedArray% and ArrayBuffer met...
  • ce0402d move extractors proposa to stage 2
  • 71d37cb move Promise.try 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/561 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/core-js-3.39.0` --- ### 📝 Commits (1) - [`69e489d`](https://github.com/NdoleStudio/httpsms/commit/69e489d54edea801564b2f6020d6953cc61495d0) fix(deps): bump core-js from 3.38.1 to 3.39.0 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.38.1 to 3.39.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.39.0">3.39.0 - 2024.10.31</a></h5> <ul> <li>Changes <a href="https://github.com/zloirock/core-js/compare/v3.38.1...v3.39.0">v3.38.1...v3.39.0</a></li> <li><a href="https://github.com/tc39/proposal-iterator-helpers"><code>Iterator</code> helpers proposal</a>: <ul> <li>Built-ins: <ul> <li><code>Iterator</code> <ul> <li><code>Iterator.from</code></li> <li><code>Iterator.prototype.drop</code></li> <li><code>Iterator.prototype.every</code></li> <li><code>Iterator.prototype.filter</code></li> <li><code>Iterator.prototype.find</code></li> <li><code>Iterator.prototype.flatMap</code></li> <li><code>Iterator.prototype.forEach</code></li> <li><code>Iterator.prototype.map</code></li> <li><code>Iterator.prototype.reduce</code></li> <li><code>Iterator.prototype.some</code></li> <li><code>Iterator.prototype.take</code></li> <li><code>Iterator.prototype.toArray</code></li> <li><code>Iterator.prototype[@@toStringTag]</code></li> </ul> </li> </ul> </li> <li>Moved to stable ES, <a href="https://redirect.github.com/tc39/proposal-iterator-helpers/issues/284#event-14549961807">October 2024 TC39 meeting</a></li> <li>Added <code>es.</code> namespace modules, <code>/es/</code> and <code>/stable/</code> namespaces entries</li> </ul> </li> <li><a href="https://github.com/tc39/proposal-promise-try"><code>Promise.try</code></a>: <ul> <li>Built-ins: <ul> <li><code>Promise.try</code></li> </ul> </li> <li>Moved to stable ES, <a href="https://github.com/tc39/proposal-promise-try/commit/53d3351687274952b3b88f3ad024d9d68a9c1c93">October 2024 TC39 meeting</a></li> <li>Added <code>es.</code> namespace module, <code>/es/</code> and <code>/stable/</code> namespaces entries</li> <li>Fixed <code>/actual|full/promise/try</code> entries for the callback arguments support</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 stage 3, <a href="https://redirect.github.com/tc39/proposal-math-sum/issues/19">October 2024 TC39 meeting</a></li> <li>Added <code>/actual/</code> namespace entries, unconditional forced replacement changed to feature detection</li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-iterator-sequencing"><code>Iterator</code> sequencing stage 2.7 proposal</a>: <ul> <li>Added built-ins: <ul> <li><code>Iterator.concat</code></li> </ul> </li> </ul> </li> <li><a href="https://github.com/tc39/proposal-upsert"><code>Map</code> upsert stage 2 proposal</a>: <ul> <li><a href="https://redirect.github.com/tc39/proposal-upsert/pull/58">Updated to the new API following the October 2024 TC39 meeting</a></li> <li>Added 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> </ul> </li> <li><a href="https://github.com/tc39/proposal-extractors">Extractors proposal</a> moved to stage 2, <a href="https://github.com/tc39/proposals/commit/11bc489049fc5ce59b21e98a670a84f153a29a80">October 2024 TC39 meeting</a></li> <li>Usage of <code>@@species</code> pattern removed from <code>%TypedArray%</code> and <code>ArrayBuffer</code> methods, <a href="https://redirect.github.com/tc39/ecma262/pull/3450">tc39/ecma262/3450</a>: <ul> <li>Built-ins: <ul> <li><code>%TypedArray%.prototype.filter</code></li> <li><code>%TypedArray%.prototype.filterReject</code></li> <li><code>%TypedArray%.prototype.map</code></li> <li><code>%TypedArray%.prototype.slice</code></li> <li><code>%TypedArray%.prototype.subarray</code></li> <li><code>ArrayBuffer.prototype.slice</code></li> </ul> </li> </ul> </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/fe6d2d6910f460630dd016163d0d5c8e4c2eaa22"><code>fe6d2d6</code></a> v3.39.0</li> <li><a href="https://github.com/zloirock/core-js/commit/751bbaeab6647eddabe7cb644cdac05d017d4465"><code>751bbae</code></a> add <code>Iterator</code> sequencing stage 2.7 proposal</li> <li><a href="https://github.com/zloirock/core-js/commit/227a758ef96fa585a66cc1e89741e7d0bb696f48"><code>227a758</code></a> update some links, add some missed links</li> <li><a href="https://github.com/zloirock/core-js/commit/4bdfd913dea1ac89c9838821132e48c132db1f15"><code>4bdfd91</code></a> normalize <code>key</code> in <code>Map.prototype.getOrInsertComputed</code></li> <li><a href="https://github.com/zloirock/core-js/commit/2b189d3c05f5d6efd055a0acba78ee2a0a8877ac"><code>2b189d3</code></a> validate <code>WeakMap</code> key before <code>callbackfn</code> call in `WeakMap.prototype.getOrIn...</li> <li><a href="https://github.com/zloirock/core-js/commit/e3e9f3718c371094e65e359d901413441eb334b0"><code>e3e9f37</code></a> update <code>Map</code> upsert proposal to the new API</li> <li><a href="https://github.com/zloirock/core-js/commit/fa5b0261d15b16d53977ac276451fa4d7ad9f0f4"><code>fa5b026</code></a> update transferable objects list in<code>structuredClone</code> implementation</li> <li><a href="https://github.com/zloirock/core-js/commit/fbc4e4fb3943a4c6553b7c50ec575a1432bf2885"><code>fbc4e4f</code></a> remove usage of <code>@@species</code> pattern from <code>%TypedArray%</code> and <code>ArrayBuffer</code> met...</li> <li><a href="https://github.com/zloirock/core-js/commit/ce0402d0a67d11a9a2cc35090e06591255415446"><code>ce0402d</code></a> move extractors proposa to stage 2</li> <li><a href="https://github.com/zloirock/core-js/commit/71d37cbb4a1d5d3b8915f2fd29771cbe4e059b14"><code>71d37cb</code></a> move <code>Promise.try</code> to stable ES</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.39.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.38.1&new-version=3.39.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:03 +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#573
No description provided.