[PR #281] [CLOSED] fix(deps): bump core-js from 3.23.3 to 3.23.4 #300

Closed
opened 2025-12-01 17:06:42 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/281
Author: @dependabot[bot]
Created: 7/11/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/core-js-3.23.4


📝 Commits (1)

  • d7dfce7 fix(deps): bump core-js from 3.23.3 to 3.23.4

📊 Changes

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

View changed files

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

📄 Description

Bumps core-js from 3.23.3 to 3.23.4.

Changelog

Sourced from core-js's changelog.

3.23.4 - 2022.07.10
  • Added a workaround of the Bun ~ 0.1.1 bug that define some globals with incorrect property descriptors and that causes a crash of core-js
  • Added a fix of the FF103+ structuredClone bugs (1774866 (fixed in FF104) and 1777321 (still not fixed)) that now can clone errors, but .stack of the clone is an empty string
  • Fixed { Map, WeakMap }.prototype.emplace logic, #1102
  • Fixed order of errors throwing on iterator helpers
Commits
  • fe00e9c 3.23.4
  • 369786c minor refactoring
  • 0b5d53d fix .emplace logic, #1102
  • 0134fd1 improve a note
  • e245f94 clarify links to FF bugs
  • 87bf578 add a little more info
  • 0342bfa update a comment
  • e41db12 add a fix for the FF103 structuredClone bug that now can clone errors, but ...
  • cb8d8e0 add a workaround for Bun ~ 0.1.1 bug that define some globals with incorrect ...
  • aeb28b6 use getIteratorDirect for proper order of error throwing on iterator helpers
  • 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/ArthurDanjou/website-old/pull/281 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/11/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.23.4` --- ### 📝 Commits (1) - [`d7dfce7`](https://github.com/ArthurDanjou/website-old/commit/d7dfce7302304159d0dc61e2dfefcfe8d02afc64) fix(deps): bump core-js from 3.23.3 to 3.23.4 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [core-js](https://github.com/zloirock/core-js) from 3.23.3 to 3.23.4. <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.23.4">3.23.4 - 2022.07.10</a></h5> <ul> <li>Added a workaround of the Bun ~ 0.1.1 <a href="https://github-redirect.dependabot.com/Jarred-Sumner/bun/issues/399">bug</a> that define some globals with incorrect property descriptors and that causes a crash of <code>core-js</code></li> <li>Added a fix of the FF103+ <code>structuredClone</code> bugs (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1774866">1774866</a> (fixed in FF104) and <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1777321">1777321</a> (still not fixed)) that now can clone errors, but <code>.stack</code> of the clone is an empty string</li> <li>Fixed <code>{ Map, WeakMap }.prototype.emplace</code> logic, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1102">#1102</a></li> <li>Fixed order of errors throwing on iterator helpers</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/fe00e9c8e220a5e46b1c85d6af75863adb0d5523"><code>fe00e9c</code></a> 3.23.4</li> <li><a href="https://github.com/zloirock/core-js/commit/369786c01eb81f1881dfca3f389908086fbb27b0"><code>369786c</code></a> minor refactoring</li> <li><a href="https://github.com/zloirock/core-js/commit/0b5d53d9d348d2b2a954548b0a6bebaf93386a0b"><code>0b5d53d</code></a> fix <code>.emplace</code> logic, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1102">#1102</a></li> <li><a href="https://github.com/zloirock/core-js/commit/0134fd19f32685c4f7a1b3e39e3d0f7e40542ad6"><code>0134fd1</code></a> improve a note</li> <li><a href="https://github.com/zloirock/core-js/commit/e245f94b1d925becec39ae01688143e90974c5e7"><code>e245f94</code></a> clarify links to FF bugs</li> <li><a href="https://github.com/zloirock/core-js/commit/87bf57809d02ebedf10719add0ed637f90002377"><code>87bf578</code></a> add a little more info</li> <li><a href="https://github.com/zloirock/core-js/commit/0342bfa929a30699529a4e5ed10ec16ee424d803"><code>0342bfa</code></a> update a comment</li> <li><a href="https://github.com/zloirock/core-js/commit/e41db12061534e0af3a2a636a87ec56714088013"><code>e41db12</code></a> add a fix for the FF103 <code>structuredClone</code> bug that now can clone errors, but ...</li> <li><a href="https://github.com/zloirock/core-js/commit/cb8d8e0ed98aaa0d0ffb0ee7051133b4b0dce998"><code>cb8d8e0</code></a> add a workaround for Bun ~ 0.1.1 bug that define some globals with incorrect ...</li> <li><a href="https://github.com/zloirock/core-js/commit/aeb28b62816ef9aa846d4a40a1aa2333c000bb72"><code>aeb28b6</code></a> use <code>getIteratorDirect</code> for proper order of error throwing on iterator helpers</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.23.3...v3.23.4">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.23.3&new-version=3.23.4)](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>
arthur added the pull-request label 2025-12-01 17:06:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#300