[PR #273] [CLOSED] fix(deps): bump core-js from 3.20.2 to 3.23.2 #282

Open
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/273
Author: @dependabot[bot]
Created: 6/21/2022
Status: Closed

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


📝 Commits (1)

  • 1601888 fix(deps): bump core-js from 3.20.2 to 3.23.2

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

Changelog

Sourced from core-js's changelog.

3.23.2 - 2022.06.21
  • Avoided creation of extra properties for the handling of %TypedArray% constructors in new methods, #1092 (comment)
  • Added Deno 1.23 compat data mapping
3.23.1 - 2022.06.14
  • Fixed possible error on multiple core-js copies, #1091
  • Added v flag to RegExp.prototype.flags implementation in case if current V8 bugs will not be fixed before this flag implementation
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

... (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/273 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/21/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.23.2` --- ### 📝 Commits (1) - [`1601888`](https://github.com/ArthurDanjou/website-old/commit/1601888a89eff0dad1ac7f4dba7ad29cf2ad3b80) fix(deps): bump core-js from 3.20.2 to 3.23.2 ### 📊 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.2. <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.2">3.23.2 - 2022.06.21</a></h5> <ul> <li>Avoided creation of extra properties for the handling of <code>%TypedArray%</code> constructors in new methods, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1092#issuecomment-1158760512">#1092 (comment)</a></li> <li>Added Deno 1.23 compat data mapping</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.23.1">3.23.1 - 2022.06.14</a></h5> <ul> <li>Fixed possible error on multiple <code>core-js</code> copies, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1091">#1091</a></li> <li>Added <code>v</code> flag to <code>RegExp.prototype.flags</code> implementation in case if current V8 bugs will not be fixed before this flag implementation</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/4c29e0a8fdb9a39cf4b5d102d4775f3f0409f76f"><code>4c29e0a</code></a> 3.23.2</li> <li><a href="https://github.com/zloirock/core-js/commit/c1be39801a3ce570263d59703844181acbccc004"><code>c1be398</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/4ecb1933bd7fff0460cbee4dc582eab2f59d4251"><code>4ecb193</code></a> add Deno 1.23 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/553c26ec5077a5a61b88b23ca7e13b9683eb81c3"><code>553c26e</code></a> some stylistic changes</li> <li><a href="https://github.com/zloirock/core-js/commit/ca95307717de26d12777fa9c1517a4c15a58ae08"><code>ca95307</code></a> avoid creation of extra properties for the handling of <code>%TypedArray%</code> constru...</li> <li><a href="https://github.com/zloirock/core-js/commit/3142b4db4b42cd4830e9741e4e75183388702964"><code>3142b4d</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/fbba5abd2eefa25a39baa86d66e0e2a4a83c1f0f"><code>fbba5ab</code></a> drop unused shortcuts</li> <li><a href="https://github.com/zloirock/core-js/commit/7e1d9e7b541600262d5bcbeed89e1b039ec24501"><code>7e1d9e7</code></a> some stylistic changes</li> <li><a href="https://github.com/zloirock/core-js/commit/bac1385ec346896d4f0478a125817c47a5bea2a4"><code>bac1385</code></a> sort by semver</li> <li><a href="https://github.com/zloirock/core-js/commit/0233e1fc8a41e289c5509e73bfecb813cada81f1"><code>0233e1f</code></a> get downloads stats in parallel</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.20.2...v3.23.2">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.2)](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#282