[PR #282] [CLOSED] fix(deps): bump core-js from 3.23.3 to 3.23.5 #296

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/282
Author: @dependabot[bot]
Created: 7/18/2022
Status: Closed

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


📝 Commits (1)

  • b3babf2 fix(deps): bump core-js from 3.23.3 to 3.23.5

📊 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.5.

Changelog

Sourced from core-js's changelog.

3.23.5 - 2022.07.18
  • Fixed a typo in the structuredClone feature detection, #1106
  • Added Opera Android 70 compat data mapping
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

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/282 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/18/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.23.5` --- ### 📝 Commits (1) - [`b3babf2`](https://github.com/ArthurDanjou/website-old/commit/b3babf2de089862149726c80e41ceb5e92f5728a) fix(deps): bump core-js from 3.23.3 to 3.23.5 ### 📊 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.5. <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.5">3.23.5 - 2022.07.18</a></h5> <ul> <li>Fixed a typo in the <code>structuredClone</code> feature detection, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1106">#1106</a></li> <li>Added Opera Android 70 compat data mapping</li> </ul> <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/35bfb87ed543b7f89a767121ce484a3b93826ca9"><code>35bfb87</code></a> 3.23.5</li> <li><a href="https://github.com/zloirock/core-js/commit/91120271686b92610b6815141d472a01edf85769"><code>9112027</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/99da3ba36ff652d5abbad394441883fe00fc8eee"><code>99da3ba</code></a> fix a typo in the <code>structuredClone</code> feature detection, close <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1106">#1106</a></li> <li><a href="https://github.com/zloirock/core-js/commit/bba906efe9db8f6922bac12678d99405b3509a53"><code>bba906e</code></a> add compat tests for splitted timer modules</li> <li><a href="https://github.com/zloirock/core-js/commit/d2d1ef74df365aa95e696f2dfce3ebf9f116f975"><code>d2d1ef7</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/79b87fe2b3877ad4c8109bbdc4cb13d66e8396e9"><code>79b87fe</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/a207f96bbca4bb3e90fcaf07bdeefcafd4ce8eb4"><code>a207f96</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1104">#1104</a> from mooseki/patch-1</li> <li><a href="https://github.com/zloirock/core-js/commit/d281be0223d17f3fa2c7c16a201e3e160463b81d"><code>d281be0</code></a> Update README.md grammar on line 11</li> <li><a href="https://github.com/zloirock/core-js/commit/325e059ce48ba81f8ccecb5e0c0e770986cab395"><code>325e059</code></a> add Opera Android 70 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/b9776be98b0505c5f6d71081cc52825920b3e9c7"><code>b9776be</code></a> update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.23.3...v3.23.5">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.5)](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#296