[PR #265] [CLOSED] fix(deps): bump core-js from 3.20.2 to 3.22.8 #275

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 8321f5e fix(deps): bump core-js from 3.20.2 to 3.22.8

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

Changelog

Sourced from core-js's changelog.

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
3.22.3 - 2022.04.28
  • Added a fix for FF99+ Array.prototype.includes broken on sparse arrays
3.22.2 - 2022.04.21
  • Fixed URLSearchParams in IE8- that was broken in the previous release
  • Fixed __lookupGetter__ entries
3.22.1 - 2022.04.20
  • Improved some cases of RegExp flags handling
  • Prevented experimental warning in NodeJS ~ 18.0 on detection fetch API
  • Added NodeJS 18.0 compat data
3.22.0 - 2022.04.15
  • Change Array by copy proposal:
    • Moved to Stage 3, March TC39 meeting
    • Disabled forced replacement and added /actual/ entry points for methods from this proposal
    • Array.prototype.toSpliced throws a TypeError instead of RangeError if the result length is more than MAX_SAFE_INTEGER, proposal-change-array-by-copy/70
  • Added some more atob / btoa fixes:
    • NodeJS <17.9 atob does not ignore spaces, node/42530
    • Actual NodeJS atob does not validate encoding, node/42646
    • FF26- implementation does not properly convert argument to string
    • IE / Edge <16 implementation have wrong arity

... (truncated)

Commits
  • 18a2e90 3.22.8
  • b931062 temporarily revert change the order of operations in `%TypedArray%.prototype....
  • 0460543 fix #1086
  • 9fed52d fix some cases of DeletePropertyOrThrow in IE9-
  • 6f9bf9e fix possible multiple call of ToBigInt / ToNumber conversion of the argum...
  • c04e4e1 fix a helper name
  • 7687c2b add iOS Safari 15.5 compat data mapping
  • 3837bf8 some %TypedArray% methods fixes
  • 6870c2a avoid some unnecessary global
  • 373e276 extract doesNonExceededSafeInteger helper
  • 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/265 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/2/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.22.8` --- ### 📝 Commits (1) - [`8321f5e`](https://github.com/ArthurDanjou/website-old/commit/8321f5edab2ff0cb2f22d497b2f19b22f6326077) fix(deps): bump core-js from 3.20.2 to 3.22.8 ### 📊 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.22.8. <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.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> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.22.3">3.22.3 - 2022.04.28</a></h5> <ul> <li>Added a fix for FF99+ <code>Array.prototype.includes</code> broken on sparse arrays</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.22.2">3.22.2 - 2022.04.21</a></h5> <ul> <li>Fixed <code>URLSearchParams</code> in IE8- that was broken in the previous release</li> <li>Fixed <code>__lookupGetter__</code> entries</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.22.1">3.22.1 - 2022.04.20</a></h5> <ul> <li>Improved some cases of <code>RegExp</code> flags handling</li> <li>Prevented experimental warning in NodeJS ~ 18.0 on detection <code>fetch</code> API</li> <li>Added NodeJS 18.0 compat data</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.22.0">3.22.0 - 2022.04.15</a></h5> <ul> <li><a href="https://github.com/tc39/proposal-change-array-by-copy">Change <code>Array</code> by copy proposal</a>: <ul> <li>Moved to Stage 3, <a href="https://github-redirect.dependabot.com/babel/proposals/issues/81#issuecomment-1083449843">March TC39 meeting</a></li> <li>Disabled forced replacement and added <code>/actual/</code> entry points for methods from this proposal</li> <li><code>Array.prototype.toSpliced</code> throws a <code>TypeError</code> instead of <code>RangeError</code> if the result length is more than <code>MAX_SAFE_INTEGER</code>, <a href="https://github-redirect.dependabot.com/tc39/proposal-change-array-by-copy/pull/70">proposal-change-array-by-copy/70</a></li> </ul> </li> <li>Added some more <code>atob</code> / <code>btoa</code> fixes: <ul> <li>NodeJS &lt;17.9 <code>atob</code> does not ignore spaces, <a href="https://github-redirect.dependabot.com/nodejs/node/issues/42530">node/42530</a></li> <li>Actual NodeJS <code>atob</code> does not validate encoding, <a href="https://github-redirect.dependabot.com/nodejs/node/issues/42646">node/42646</a></li> <li>FF26- implementation does not properly convert argument to string</li> <li>IE / Edge &lt;16 implementation have wrong arity</li> </ul> </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/18a2e90f73c7fadd137803d440fd79fa5262fd00"><code>18a2e90</code></a> 3.22.8</li> <li><a href="https://github.com/zloirock/core-js/commit/b93106202989f77a6962f6af36d18a0ed8893319"><code>b931062</code></a> temporarily revert change the order of operations in `%TypedArray%.prototype....</li> <li><a href="https://github.com/zloirock/core-js/commit/04605430bc1b23913bcf0c6f7e6e0f102d2ca4c4"><code>0460543</code></a> fix <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1086">#1086</a></li> <li><a href="https://github.com/zloirock/core-js/commit/9fed52d7e7e1d59e8c81a3080f46aa1d48de9b67"><code>9fed52d</code></a> fix some cases of <code>DeletePropertyOrThrow</code> in IE9-</li> <li><a href="https://github.com/zloirock/core-js/commit/6f9bf9e84f1e00d2be421a7f87d6ca4d22d6f540"><code>6f9bf9e</code></a> fix possible multiple call of <code>ToBigInt</code> / <code>ToNumber</code> conversion of the argum...</li> <li><a href="https://github.com/zloirock/core-js/commit/c04e4e15ef5d5d9c24655f43476c3f77b7b8978e"><code>c04e4e1</code></a> fix a helper name</li> <li><a href="https://github.com/zloirock/core-js/commit/7687c2bd76f57ba7760b4511c03cff0dbaf33a7c"><code>7687c2b</code></a> add iOS Safari 15.5 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/3837bf88be87d080addef0237b8343520ca63ac9"><code>3837bf8</code></a> some <code>%TypedArray%</code> methods fixes</li> <li><a href="https://github.com/zloirock/core-js/commit/6870c2ad4e896f0350c92a4e7b729694b5841766"><code>6870c2a</code></a> avoid some unnecessary <code>global</code></li> <li><a href="https://github.com/zloirock/core-js/commit/373e276badbee8a2e3e44d5e257e75abf097a4c3"><code>373e276</code></a> extract <code>doesNonExceededSafeInteger</code> helper</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.20.2...v3.22.8">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.22.8)](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:34 +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#275