[PR #320] [CLOSED] fix(deps): bump core-js from 3.23.3 to 3.26.0 #335

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/320
Author: @dependabot[bot]
Created: 10/24/2022
Status: Closed

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


📝 Commits (1)

  • 9e4d019 fix(deps): bump core-js from 3.23.3 to 3.26.0

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

Changelog

Sourced from core-js's changelog.

3.26.0 - 2022.10.24
3.25.5 - 2022.10.04
  • Fixed regression with an error on reuse of some built-in methods from another realm, #1133
3.25.4 - 2022.10.03
  • Added a workaround of a Nashorn bug with Function.prototype.{ call, apply, bind } on string methods, #1128
  • Updated lists of [Serializable] and [Transferable] objects in the structuredClone polyfill. Mainly, for better error messages if polyfilling of cloning such types is impossible
  • Array.prototype.{ group, groupToMap } marked as supported from V8 ~ Chromium 108
  • Added Electron 22 compat data mapping
3.25.3 - 2022.09.26
  • Forced polyfilling of Array.prototype.groupToMap in the pure version for returning wrapped Map instances
  • Fixed existence of Array.prototype.{ findLast, findLastIndex } in /stage/4 entry
  • Added Opera Android 71 compat data mapping
  • Some stylistic changes
3.25.2 - 2022.09.19
  • Considering document.all as a callable in some missed cases
  • Added Safari 16.0 compat data
  • Added iOS Safari 16.0 compat data mapping
  • Fixed some ancient iOS Safari versions compat data mapping
3.25.1 - 2022.09.08
  • Added some fixes and workarounds of FF30- typed arrays bug that does not properly convert objects to numbers
  • Added sideEffects field to core-js-pure package.json for better tree shaking, #1117
  • Dropped semver dependency from core-js-compat
    • semver package (ironically) added a breaking change and dropped NodeJS 8 support in the minor 7.1 version, after that semver in core-js-compat was pinned to 7.0 since for avoiding breaking changes it should support NodeJS 8. However, since core-js-compat is usually used with other packages that use semver dependency, it causes multiple duplication of semver in dependencies. So I decided to remove semver dependency and replace it with a couple of simple helpers.
  • Added Bun 0.1.6-0.1.11 compat data
  • Added Deno 1.25 compat data mapping
  • Updated Electron 21 compat data mapping
  • Some stylistic changes, minor fixes, and improvements

... (truncated)

Commits
  • 3b13f58 3.26.0
  • 036575a add self
  • f5f7df5 { Iterator, AsyncIterator }.prototype.flatMap supports returning both - ite...
  • 8e58a6d don't await non-objects returned from functions passed to AsyncIterator hel...
  • f17389a add counter argument to async iterator helpers
  • c8d22f6 add counter argument to iterator helpers
  • e29fa7c change the order of imports
  • e54087d drop CI badges as useless
  • aab66f4 add missed author field
  • 7959981 add well formed unicode strings proposal
  • 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/320 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/24/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.26.0` --- ### 📝 Commits (1) - [`9e4d019`](https://github.com/ArthurDanjou/website-old/commit/9e4d019d94f32291c95a1db333d1f658aa0500df) fix(deps): bump core-js from 3.23.3 to 3.26.0 ### 📊 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/tree/HEAD/packages/core-js) from 3.23.3 to 3.26.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.26.0">3.26.0 - 2022.10.24</a></h5> <ul> <li><a href="https://github.com/tc39/proposal-array-from-async"><code>Array.fromAsync</code> proposal</a>: <ul> <li>Moved to Stage 3, <a href="https://github.com/tc39/notes/blob/main/meetings/2022-09/sep-14.md#arrayfromasync-for-stage-3">September TC39 meeting</a></li> <li>Avoid observable side effects of <code>%Array.prototype.values%</code> usage in array-like branch, <a href="https://github-redirect.dependabot.com/tc39/proposal-array-from-async/pull/30">proposal-array-from-async/30</a></li> </ul> </li> <li>Added <a href="https://github.com/tc39/proposal-is-usv-string">well-formed unicode strings stage 2 proposal</a>: <ul> <li><code>String.prototype.isWellFormed</code></li> <li><code>String.prototype.toWellFormed</code></li> </ul> </li> <li>Recent updates of the <a href="https://github.com/tc39/proposal-iterator-helpers">iterator helpers proposal</a>: <ul> <li>Added a counter parameter to helpers, <a href="https://github-redirect.dependabot.com/tc39/proposal-iterator-helpers/pull/211">proposal-iterator-helpers/211</a></li> <li>Don't await non-objects returned from functions passed to <code>AsyncIterator</code> helpers, <a href="https://github-redirect.dependabot.com/tc39/proposal-iterator-helpers/pull/239">proposal-iterator-helpers/239</a></li> <li><code>{ Iterator, AsyncIterator }.prototype.flatMap</code> supports returning both - iterables and iterators, <a href="https://github-redirect.dependabot.com/tc39/proposal-iterator-helpers/pull/233">proposal-iterator-helpers/233</a></li> <li>Early exit on broken <code>.next</code> in missed cases of <code>{ Iterator, AsyncIterator }.from</code>, <a href="https://github-redirect.dependabot.com/tc39/proposal-iterator-helpers/pull/232">proposal-iterator-helpers/232</a></li> </ul> </li> <li>Added <code>self</code> polyfill as a part of <a href="https://common-min-api.proposal.wintercg.org/">The Minimum Common Web Platform API</a>, <a href="https://html.spec.whatwg.org/multipage/window-object.html#dom-self">specification</a>, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1118">#1118</a></li> <li>Added <code>inverse</code> option to <code>core-js-compat</code>, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1119">#1119</a></li> <li>Added <code>format</code> option to <code>core-js-builder</code>, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1120">#1120</a></li> <li>Added NodeJS 19.0 compat data</li> <li>Added Deno 1.26 and 1.27 compat data</li> <li>Added Opera Android 72 compat data mapping</li> <li>Updated Electron 22 compat data mapping</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.25.5">3.25.5 - 2022.10.04</a></h5> <ul> <li>Fixed regression with an error on reuse of some built-in methods from another realm, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1133">#1133</a></li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.25.4">3.25.4 - 2022.10.03</a></h5> <ul> <li>Added a workaround of a Nashorn bug with <code>Function.prototype.{ call, apply, bind }</code> on string methods, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1128">#1128</a></li> <li>Updated lists of <code>[Serializable]</code> and <code>[Transferable]</code> objects in the <code>structuredClone</code> polyfill. Mainly, for better error messages if polyfilling of cloning such types is impossible</li> <li><code>Array.prototype.{ group, groupToMap }</code> marked as <a href="https://chromestatus.com/feature/5714791975878656">supported from V8 ~ Chromium 108</a></li> <li>Added Electron 22 compat data mapping</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.25.3">3.25.3 - 2022.09.26</a></h5> <ul> <li>Forced polyfilling of <code>Array.prototype.groupToMap</code> in the pure version for returning wrapped <code>Map</code> instances</li> <li>Fixed existence of <code>Array.prototype.{ findLast, findLastIndex }</code> in <code>/stage/4</code> entry</li> <li>Added Opera Android 71 compat data mapping</li> <li>Some stylistic changes</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.25.2">3.25.2 - 2022.09.19</a></h5> <ul> <li>Considering <code>document.all</code> as a callable in some missed cases</li> <li>Added Safari 16.0 compat data</li> <li>Added iOS Safari 16.0 compat data mapping</li> <li>Fixed some ancient iOS Safari versions compat data mapping</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.25.1">3.25.1 - 2022.09.08</a></h5> <ul> <li>Added some fixes and workarounds of FF30- typed arrays bug that does not properly convert objects to numbers</li> <li>Added <code>sideEffects</code> field to <code>core-js-pure</code> <code>package.json</code> for better tree shaking, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1117">#1117</a></li> <li>Dropped <code>semver</code> dependency from <code>core-js-compat</code> <ul> <li><code>semver</code> package (ironically) added <a href="https://github.com/npm/node-semver/commit/d61f828e64260a0a097f26210f5500">a breaking change and dropped NodeJS 8 support in the minor <code>7.1</code> version</a>, after that <code>semver</code> in <code>core-js-compat</code> was pinned to <code>7.0</code> since for avoiding breaking changes it should support NodeJS 8. However, since <code>core-js-compat</code> is usually used with other packages that use <code>semver</code> dependency, it causes multiple duplication of <code>semver</code> in dependencies. So I decided to remove <code>semver</code> dependency and replace it with a couple of simple helpers.</li> </ul> </li> <li>Added Bun 0.1.6-0.1.11 compat data</li> <li>Added Deno 1.25 compat data mapping</li> <li>Updated Electron 21 compat data mapping</li> <li>Some stylistic changes, minor fixes, and improvements</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/3b13f58e6bf182489791905f3d16e40809c6d092"><code>3b13f58</code></a> 3.26.0</li> <li><a href="https://github.com/zloirock/core-js/commit/036575ab00a50c45c4bae7bec28f2aeb062cf645"><code>036575a</code></a> add <code>self</code></li> <li><a href="https://github.com/zloirock/core-js/commit/f5f7df5d58e368033f175393e0067bc864c58c7d"><code>f5f7df5</code></a> <code>{ Iterator, AsyncIterator }.prototype.flatMap</code> supports returning both - ite...</li> <li><a href="https://github.com/zloirock/core-js/commit/8e58a6da905c315269614bd969fd6be2e121eeb6"><code>8e58a6d</code></a> don't await non-objects returned from functions passed to <code>AsyncIterator</code> hel...</li> <li><a href="https://github.com/zloirock/core-js/commit/f17389a78bd8c0cedfc2c200f7f98b77eabc0922"><code>f17389a</code></a> add counter argument to async iterator helpers</li> <li><a href="https://github.com/zloirock/core-js/commit/c8d22f625a32d1a333b621e39650b65aadee6138"><code>c8d22f6</code></a> add counter argument to iterator helpers</li> <li><a href="https://github.com/zloirock/core-js/commit/e29fa7c5049fba5fc61066a5bcb7366df615c4ce"><code>e29fa7c</code></a> change the order of imports</li> <li><a href="https://github.com/zloirock/core-js/commit/e54087d93852f728874cd462670d3f899885e59d"><code>e54087d</code></a> drop CI badges as useless</li> <li><a href="https://github.com/zloirock/core-js/commit/aab66f422b5bb8dd06297da9af98c32179cb85ce"><code>aab66f4</code></a> add missed <code>author</code> field</li> <li><a href="https://github.com/zloirock/core-js/commit/79599811c381f37b93863706f76f8e6ec5f1fd8a"><code>7959981</code></a> add well formed unicode strings proposal</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.26.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.23.3&new-version=3.26.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 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:48 +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#335