[PR #166] [CLOSED] fix(deps): bump core-js from 3.16.4 to 3.18.3 #175

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/166
Author: @dependabot[bot]
Created: 10/13/2021
Status: Closed

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


📝 Commits (1)

  • 5460b49 fix(deps): bump core-js from 3.16.4 to 3.18.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.16.4 to 3.18.3.

Changelog

Sourced from core-js's changelog.

3.18.3 - 2021.10.13
  • Fixed the prototype chain of AggregateError constructor that should contain Error constructor
  • Fixed incorrect AggregateError.prototype properties descriptors
  • Fixed InstallErrorCause internal operation
  • Added NodeJS 16.11 compat data mapping
  • Added Deno 1.16 compat data mapping
  • Object.hasOwn marked as supported from Safari 15.1
3.18.2 - 2021.10.06
  • Early { Array, %TypedArray% }.fromAsync errors moved to the promise, per the latest changes of the spec draft
  • Internal ToInteger(OrInfinity) operation returns +0 for -0 argument, ES2020+ update
  • Fixed theoretical problems with handling bigint in Number constructor wrapper
  • Fixed String.raw with extra arguments
  • Fixed some missed dependencies in entry points
  • Some other minor fixes and improvements
  • Refactoring
3.18.1 - 2021.09.27
  • Fixed String.prototype.substr feature detection and compat data
  • Removed mistakenly added .forEach from prototypes of some DOM collections where it shouldn't be, #988, #987, thanks @​moorejs
  • Added cause to AggregateError constructor implementation (still without adding to the feature detection)
  • Families of .at and .findLast methods marked as supported in Safari TP
  • Added Electron 16.0 compat data mapping
3.18.0 - 2021.09.20
  • Added Array.fromAsync stage 1 proposal:
    • Array.fromAsync
    • %TypedArray%.fromAsync
  • .name and .toString() on polyfilled functions improved in many different cases
  • Improved internal IsConstructor and IsCallable checks
  • Fixed some internal cases of GetMethod operation
  • Fixed a bug of MS Edge 18- parseInt / parseFloat with boxed symbols
  • Fixed es.array.{ index-of, last-index-of } compat data
  • Added Deno 1.15 compat data mapping
  • Some other minor fixes and optimizations
3.17.3 - 2021.09.09
  • Fixed some possible problems related to possible extension of %IteratorPrototype% and %AsyncIteratorPrototype% in the future
  • Fixed DOMTokenList.prototype.{ forEach, @@iterator, keys, values, entries } in old WebKit versions where element.classList is not an instance of global DOMTokenList
  • Added NodeJS 16.9 compat data mapping
  • Added Samsung Internet 16.0 compat data mapping
3.17.2 - 2021.09.03
  • Fixed missed cases of ES3 reserved words usage, related to #980
  • Fixed dependencies in one missed entry point
  • Some other minor fixes and optimizations
3.17.1 - 2021.09.02
  • Fixed missed modules-by-versions data

... (truncated)

Commits
  • 11f8efb 3.18.3
  • 7734d21 one more attempt to workaround a eslint-plugin-import bug on CI
  • 896eeac try to pin eslint-plugin-import for fix avoid a broken release
  • f1caa83 update to eslint@8
  • 11bf5bd don't inherit web APIs for Deno from Chrome
  • e627833 ignore eslint-plugin-unicorn in dependencies check
  • ae4a9f4 add Deno 1.16 compat data mapping
  • bcdbdb7 fix the prototype chain of AggregateError constructor that should contain `...
  • bfa96a5 fix a typo in InstallErrorCause
  • 8954f12 fix incorrect AggregateError.prototype properties descriptors
  • 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/166 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/13/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.18.3` --- ### 📝 Commits (1) - [`5460b49`](https://github.com/ArthurDanjou/website-old/commit/5460b4900c04aeb570a6f12b9cb95ce34581cbb3) fix(deps): bump core-js from 3.16.4 to 3.18.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.16.4 to 3.18.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>3.18.3 - 2021.10.13</h5> <ul> <li>Fixed the prototype chain of <code>AggregateError</code> constructor that should contain <code>Error</code> constructor</li> <li>Fixed incorrect <code>AggregateError.prototype</code> properties descriptors</li> <li>Fixed <code>InstallErrorCause</code> internal operation</li> <li>Added NodeJS 16.11 compat data mapping</li> <li>Added Deno 1.16 compat data mapping</li> <li><code>Object.hasOwn</code> marked as supported from Safari 15.1</li> </ul> <h5>3.18.2 - 2021.10.06</h5> <ul> <li>Early <code>{ Array, %TypedArray% }.fromAsync</code> errors moved to the promise, per the latest changes of the spec draft</li> <li>Internal <code>ToInteger(OrInfinity)</code> operation returns <code>+0</code> for <code>-0</code> argument, ES2020+ update</li> <li>Fixed theoretical problems with handling bigint in <code>Number</code> constructor wrapper</li> <li>Fixed <code>String.raw</code> with extra arguments</li> <li>Fixed some missed dependencies in entry points</li> <li>Some other minor fixes and improvements</li> <li>Refactoring</li> </ul> <h5>3.18.1 - 2021.09.27</h5> <ul> <li>Fixed <code>String.prototype.substr</code> feature detection and compat data</li> <li>Removed mistakenly added <code>.forEach</code> from prototypes of some DOM collections where it shouldn't be, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/988">#988</a>, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/987">#987</a>, thanks <a href="https://github.com/moorejs"><code>@​moorejs</code></a></li> <li>Added <code>cause</code> to <code>AggregateError</code> constructor implementation (still without adding to the feature detection)</li> <li>Families of <code>.at</code> and <code>.findLast</code> methods marked as supported in Safari TP</li> <li>Added Electron 16.0 compat data mapping</li> </ul> <h5>3.18.0 - 2021.09.20</h5> <ul> <li>Added <a href="https://github.com/tc39/proposal-array-from-async"><code>Array.fromAsync</code> stage 1 proposal</a>: <ul> <li><code>Array.fromAsync</code></li> <li><code>%TypedArray%.fromAsync</code></li> </ul> </li> <li><code>.name</code> and <code>.toString()</code> on polyfilled functions improved in many different cases</li> <li>Improved internal <code>IsConstructor</code> and <code>IsCallable</code> checks</li> <li>Fixed some internal cases of <code>GetMethod</code> operation</li> <li>Fixed a bug of MS Edge 18- <code>parseInt</code> / <code>parseFloat</code> with boxed symbols</li> <li>Fixed <code>es.array.{ index-of, last-index-of }</code> compat data</li> <li>Added Deno 1.15 compat data mapping</li> <li>Some other minor fixes and optimizations</li> </ul> <h5>3.17.3 - 2021.09.09</h5> <ul> <li>Fixed some possible problems related to possible extension of <code>%IteratorPrototype%</code> and <code>%AsyncIteratorPrototype%</code> in the future</li> <li>Fixed <code>DOMTokenList.prototype.{ forEach, @@iterator, keys, values, entries }</code> in old WebKit versions where <code>element.classList</code> is not an instance of global <code>DOMTokenList</code></li> <li>Added NodeJS 16.9 compat data mapping</li> <li>Added Samsung Internet 16.0 compat data mapping</li> </ul> <h5>3.17.2 - 2021.09.03</h5> <ul> <li>Fixed missed cases of ES3 reserved words usage, related to <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/980">#980</a></li> <li>Fixed dependencies in one missed entry point</li> <li>Some other minor fixes and optimizations</li> </ul> <h5>3.17.1 - 2021.09.02</h5> <ul> <li>Fixed missed <code>modules-by-versions</code> data</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/11f8efbfd552c8fca86188554ec3a8003580dd0c"><code>11f8efb</code></a> 3.18.3</li> <li><a href="https://github.com/zloirock/core-js/commit/7734d213ddc32c544a8abd2d504c7772ba0f3f86"><code>7734d21</code></a> one more attempt to workaround a <code>eslint-plugin-import</code> bug on CI</li> <li><a href="https://github.com/zloirock/core-js/commit/896eeac4a20d412ac9255d7cfd5fa60d2b16006d"><code>896eeac</code></a> try to pin <code>eslint-plugin-import</code> for fix avoid a broken release</li> <li><a href="https://github.com/zloirock/core-js/commit/f1caa83980a3a1b65d417494bd82add667b2523f"><code>f1caa83</code></a> update to <code>eslint@8</code></li> <li><a href="https://github.com/zloirock/core-js/commit/11bf5bdbc051e85d424c946ae4219c79e4b282b8"><code>11bf5bd</code></a> don't inherit web APIs for Deno from Chrome</li> <li><a href="https://github.com/zloirock/core-js/commit/e627833d772d390e7c2c97207e75fe4bc789b42a"><code>e627833</code></a> ignore <code>eslint-plugin-unicorn</code> in dependencies check</li> <li><a href="https://github.com/zloirock/core-js/commit/ae4a9f49a3967d9a845cfa1a1bde564a5d4bddcc"><code>ae4a9f4</code></a> add Deno 1.16 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/bcdbdb7687b7964a2f960053111a476890123889"><code>bcdbdb7</code></a> fix the prototype chain of <code>AggregateError</code> constructor that should contain `...</li> <li><a href="https://github.com/zloirock/core-js/commit/bfa96a5067844ac149207b477963e471d0cdb112"><code>bfa96a5</code></a> fix a typo in <code>InstallErrorCause</code></li> <li><a href="https://github.com/zloirock/core-js/commit/8954f128c26bf728c746d3387199fe808a11573f"><code>8954f12</code></a> fix incorrect <code>AggregateError.prototype</code> properties descriptors</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.16.4...v3.18.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.16.4&new-version=3.18.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:11 +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#175