[PR #276] [CLOSED] fix(deps): bump core-js from 3.20.2 to 3.23.3 #290

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 3e6cf21 fix(deps): bump core-js from 3.20.2 to 3.23.3

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

Changelog

Sourced from core-js's changelog.

3.23.3 - 2022.06.26
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

... (truncated)

Commits
  • adc9970 3.23.3
  • dd3518c simplify conversion
  • cdbd392 detect early implementations of %TypedArray%.prototype.toSpliced
  • 1b7d33d drop an unnecessary option
  • 33568b6 change the order of operations in %TypedArray%.prototype.toSpliced
  • e0e8799 fix regression of some IE8- issues
  • 93598ce update dependencies
  • 075a847 update dependencies
  • ea2d1a4 update dependencies
  • 4c29e0a 3.23.2
  • 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/276 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/27/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.23.3` --- ### 📝 Commits (1) - [`3e6cf21`](https://github.com/ArthurDanjou/website-old/commit/3e6cf2123087b75fec61186450f57c4c2efffafa) fix(deps): bump core-js from 3.20.2 to 3.23.3 ### 📊 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.3. <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.3">3.23.3 - 2022.06.26</a></h5> <ul> <li>Changed the order of operations in <code>%TypedArray%.prototype.toSpliced</code> following <a href="https://github-redirect.dependabot.com/tc39/proposal-change-array-by-copy/issues/89">proposal-change-array-by-copy/89</a></li> <li>Fixed regression of some IE8- issues</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/adc99709d9592c3f4cc63afc7428c5900d9e054b"><code>adc9970</code></a> 3.23.3</li> <li><a href="https://github.com/zloirock/core-js/commit/dd3518ca6d2ffa9a1c39f285fc644ba171b9ddf6"><code>dd3518c</code></a> simplify conversion</li> <li><a href="https://github.com/zloirock/core-js/commit/cdbd392a0c54e868ca9019fb74daf5dbab2b51d8"><code>cdbd392</code></a> detect early implementations of <code>%TypedArray%.prototype.toSpliced</code></li> <li><a href="https://github.com/zloirock/core-js/commit/1b7d33df9214a239a627f2968767dd3a7127e304"><code>1b7d33d</code></a> drop an unnecessary option</li> <li><a href="https://github.com/zloirock/core-js/commit/33568b6753a0784b1accbd91ce7bde15e79c7e0f"><code>33568b6</code></a> change the order of operations in <code>%TypedArray%.prototype.toSpliced</code></li> <li><a href="https://github.com/zloirock/core-js/commit/e0e87995a9591657edf2983cbe0d50460fbdb8ce"><code>e0e8799</code></a> fix regression of some IE8- issues</li> <li><a href="https://github.com/zloirock/core-js/commit/93598ce5b45a8240685b6a54683d3bd8aac7c6a3"><code>93598ce</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/075a847afca43adfaac56d6eb305f447762dc68f"><code>075a847</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/ea2d1a4eb77e5501c932193c08c56ecdcab945ec"><code>ea2d1a4</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/4c29e0a8fdb9a39cf4b5d102d4775f3f0409f76f"><code>4c29e0a</code></a> 3.23.2</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.20.2...v3.23.3">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.3)](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:39 +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#290