[PR #271] [CLOSED] fix(deps): bump core-js from 3.20.2 to 3.23.0 #284

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/271
Author: @dependabot[bot]
Created: 6/14/2022
Status: Closed

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


📝 Commits (1)

  • b6b25e8 fix(deps): bump core-js from 3.20.2 to 3.23.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.20.2 to 3.23.0.

Changelog

Sourced from core-js's changelog.

3.23.0 - 2022.06.14
  • Array find from last moved to the stable ES, according to June 2022 TC39 meeting:
    • Array.prototype.findLast
    • Array.prototype.findLastIndex
    • %TypedArray%.prototype.findLast
    • %TypedArray%.prototype.findLastIndex
  • Methods from the Array grouping proposal renamed, according to June 2022 TC39 meeting:
    • Array.prototype.groupBy -> Array.prototype.group
    • Array.prototype.groupByToMap -> Array.prototype.groupToMap
  • Changed the order of operations in %TypedArray%.prototype.with following proposal-change-array-by-copy/86, according to June 2022 TC39 meeting
  • Decorator Metadata proposal extracted from Decorators proposal as a separate stage 2 proposal, according to March 2022 TC39 meeting, Symbol.metadataKey replaces Symbol.metadata
  • Added Array.prototype.push polyfill with some fixes for modern engines
  • Added Array.prototype.unshift polyfill with some fixes for modern engines
  • Fixed a bug in the order of getting flags in RegExp.prototype.flags in the actual version of V8
  • Fixed property descriptors of some Math and Number constants
  • Added a workaround of V8 ArrayBufferDetaching protector cell invalidation and performance degradation on structuredClone feature detection, one more case of #679
  • Added detection of NodeJS bug in structuredClone that can not clone DOMException (just in case for future versions that will fix other issues)
  • Compat data:
    • Added NodeJS 18.3 compat data mapping
    • Added and fixed Deno 1.22 and 1.21 compat data mapping
    • Added Opera Android 69 compat data mapping
    • Updated Electron 20.0 compat data mapping
3.22.8 - 2022.06.02
  • Fixed possible multiple call of ToBigInt / ToNumber conversion of the argument passed to %TypedArray%.prototype.fill in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18
  • Fixed some cases of DeletePropertyOrThrow in IE9-
  • Fixed the kind of error (TypeError instead of Error) on incorrect exec result in RegExp.prototype.test polyfill
  • Fixed dependencies of { actual, full, features }/typed-array/at entries
  • Added Electron 20.0 compat data mapping
  • Added iOS Safari 15.5 compat data mapping
  • Refactoring
3.22.7 - 2022.05.24
  • Added a workaround for V8 ~ Chrome 53 bug with non-writable prototype of some methods, #1083
3.22.6 - 2022.05.23
  • Fixed possible double call of ToNumber conversion on arguments of Math.{ fround, trunc } polyfills
  • Array.prototype.includes marked as fixed in FF102
3.22.5 - 2022.05.10
  • Ensured that polyfilled constructors .prototype is non-writable
  • Ensured that polyfilled methods .prototype is not defined
  • Added detection and fix of a V8 ~ Chrome <103 bug of struturedClone that returns null if cloned object contains multiple references to one error
3.22.4 - 2022.05.03
  • Ensured proper .length of polyfilled functions even in compressed code (excepting some ancient engines)
  • Ensured proper .name of polyfilled accessors (excepting some ancient engines)
  • Ensured proper source / ToString conversion of polyfilled accessors
  • Actualized Rhino compat data
  • Refactoring

... (truncated)

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/271 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/14/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.23.0` --- ### 📝 Commits (1) - [`b6b25e8`](https://github.com/ArthurDanjou/website-old/commit/b6b25e88d7e5857a941309b001b625d696b2f833) fix(deps): bump core-js from 3.20.2 to 3.23.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) from 3.20.2 to 3.23.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.23.0">3.23.0 - 2022.06.14</a></h5> <ul> <li><a href="https://github.com/tc39/proposal-array-find-from-last"><code>Array</code> find from last</a> moved to the stable ES, according to June 2022 TC39 meeting: <ul> <li><code>Array.prototype.findLast</code></li> <li><code>Array.prototype.findLastIndex</code></li> <li><code>%TypedArray%.prototype.findLast</code></li> <li><code>%TypedArray%.prototype.findLastIndex</code></li> </ul> </li> <li>Methods from <a href="https://github.com/tc39/proposal-array-grouping">the <code>Array</code> grouping proposal</a> <a href="https://github-redirect.dependabot.com/tc39/proposal-array-grouping/pull/39">renamed</a>, according to June 2022 TC39 meeting: <ul> <li><code>Array.prototype.groupBy</code> -&gt; <code>Array.prototype.group</code></li> <li><code>Array.prototype.groupByToMap</code> -&gt; <code>Array.prototype.groupToMap</code></li> </ul> </li> <li>Changed the order of operations in <code>%TypedArray%.prototype.with</code> following <a href="https://github-redirect.dependabot.com/tc39/proposal-change-array-by-copy/issues/86">proposal-change-array-by-copy/86</a>, according to June 2022 TC39 meeting</li> <li><a href="https://github.com/tc39/proposal-decorator-metadata">Decorator Metadata proposal</a> extracted from <a href="https://github.com/tc39/proposal-decorators">Decorators proposal</a> as a separate stage 2 proposal, according to March 2022 TC39 meeting, <code>Symbol.metadataKey</code> replaces <code>Symbol.metadata</code></li> <li>Added <code>Array.prototype.push</code> polyfill with some fixes for modern engines</li> <li>Added <code>Array.prototype.unshift</code> polyfill with some fixes for modern engines</li> <li>Fixed a bug in the order of getting flags in <code>RegExp.prototype.flags</code> in the actual version of V8</li> <li>Fixed property descriptors of some <code>Math</code> and <code>Number</code> constants</li> <li>Added a workaround of V8 <code>ArrayBufferDetaching</code> protector cell invalidation and performance degradation on <code>structuredClone</code> feature detection, one more case of <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/679">#679</a></li> <li>Added detection of NodeJS <a href="https://github-redirect.dependabot.com/nodejs/node/issues/41038">bug</a> in <code>structuredClone</code> that can not clone <code>DOMException</code> (just in case for future versions that will fix other issues)</li> <li>Compat data: <ul> <li>Added NodeJS 18.3 compat data mapping</li> <li>Added and fixed Deno 1.22 and 1.21 compat data mapping</li> <li>Added Opera Android 69 compat data mapping</li> <li>Updated Electron 20.0 compat data mapping</li> </ul> </li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.22.8">3.22.8 - 2022.06.02</a></h5> <ul> <li>Fixed possible multiple call of <code>ToBigInt</code> / <code>ToNumber</code> conversion of the argument passed to <code>%TypedArray%.prototype.fill</code> in V8 ~ Chrome &lt; 59, Safari &lt; 14.1, FF &lt; 55, Edge &lt;=18</li> <li>Fixed some cases of <code>DeletePropertyOrThrow</code> in IE9-</li> <li>Fixed the kind of error (<code>TypeError</code> instead of <code>Error</code>) on incorrect <code>exec</code> result in <code>RegExp.prototype.test</code> polyfill</li> <li>Fixed dependencies of <code>{ actual, full, features }/typed-array/at</code> entries</li> <li>Added Electron 20.0 compat data mapping</li> <li>Added iOS Safari 15.5 compat data mapping</li> <li>Refactoring</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.22.7">3.22.7 - 2022.05.24</a></h5> <ul> <li>Added a workaround for V8 ~ Chrome 53 bug with non-writable prototype of some methods, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1083">#1083</a></li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.22.6">3.22.6 - 2022.05.23</a></h5> <ul> <li>Fixed possible double call of <code>ToNumber</code> conversion on arguments of <code>Math.{ fround, trunc }</code> polyfills</li> <li><code>Array.prototype.includes</code> marked as <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1767541">fixed</a> in FF102</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.22.5">3.22.5 - 2022.05.10</a></h5> <ul> <li>Ensured that polyfilled constructors <code>.prototype</code> is non-writable</li> <li>Ensured that polyfilled methods <code>.prototype</code> is not defined</li> <li>Added detection and fix of a V8 ~ Chrome &lt;103 <a href="https://bugs.chromium.org/p/v8/issues/detail?id=12542">bug</a> of <code>struturedClone</code> that returns <code>null</code> if cloned object contains multiple references to one error</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.22.4">3.22.4 - 2022.05.03</a></h5> <ul> <li>Ensured proper <code>.length</code> of polyfilled functions even in compressed code (excepting some ancient engines)</li> <li>Ensured proper <code>.name</code> of polyfilled accessors (excepting some ancient engines)</li> <li>Ensured proper source / <code>ToString</code> conversion of polyfilled accessors</li> <li>Actualized Rhino compat data</li> <li>Refactoring</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/54fcdb8b35a6c83ed7ea7db5e1812bec1fcb9f5e"><code>54fcdb8</code></a> 3.23.0</li> <li><a href="https://github.com/zloirock/core-js/commit/b509d834d1fb242598f4263e7e7b3d2ea48d38bb"><code>b509d83</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1082">#1082</a> from zloirock/group</li> <li><a href="https://github.com/zloirock/core-js/commit/af0903f85535d5c6fc4d2bcc72aca6040016acb7"><code>af0903f</code></a> update the changelog</li> <li><a href="https://github.com/zloirock/core-js/commit/26e05774983df3dc67c8caccbaded15a4d6518fb"><code>26e0577</code></a> update docs</li> <li><a href="https://github.com/zloirock/core-js/commit/a936c354c387cddb51ff00dbdf7da82308410fee"><code>a936c35</code></a> update the <code>README</code></li> <li><a href="https://github.com/zloirock/core-js/commit/73c837a489b664e8ed001f9dd75f68e2dc23c4d2"><code>73c837a</code></a> rename methods from the <code>Array</code> grouping proposal</li> <li><a href="https://github.com/zloirock/core-js/commit/23fef36367aa30c8c628518eca20f2a50cf16d56"><code>23fef36</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/d75860d7de8543ba569c3d01927e1baa27e06dd3"><code>d75860d</code></a> improve docs</li> <li><a href="https://github.com/zloirock/core-js/commit/062ec17b691e6176901db0933d2b41c726aa4523"><code>062ec17</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/fa10599ac8779b4180e20233bb02c7303367c77f"><code>fa10599</code></a> improve docs</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.20.2...v3.23.0">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.20.2&new-version=3.23.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:36 +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#284