[PR #164] [CLOSED] fix(deps): bump core-js from 3.16.4 to 3.18.2 #168

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 9e882ee fix(deps): bump core-js from 3.16.4 to 3.18.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.16.4 to 3.18.2.

Changelog

Sourced from core-js's changelog.

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
3.17.0 - 2021.09.02
Commits
  • ac4a270 3.18.2
  • c6e9e48 add check-compat-tests script
  • 60388ae update the changelog
  • 55e5587 update the changelog
  • 665a79d update dependencies
  • 2be1c36 move early { Array, %TypedArray% }.fromAsync errors to the promise, per the...
  • 57a189e update targets parser test due to the update of caniuse-lite transitive dep...
  • 33f8141 fix missed dependencies of an entry
  • 057a0b9 add a comment
  • 1028695 update dependencies
  • 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/164 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/6/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.18.2` --- ### 📝 Commits (1) - [`9e882ee`](https://github.com/ArthurDanjou/website-old/commit/9e882ee5ee424fdaaf43e8762626a99a19443e3c) fix(deps): bump core-js from 3.16.4 to 3.18.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.16.4 to 3.18.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>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> <h5>3.17.0 - 2021.09.02</h5> <ul> <li><a href="https://github.com/tc39/proposal-accessible-object-hasownproperty">Accessible <code>Object.prototype.hasOwnProperty</code> (<code>Object.hasOwn</code>) proposal</a> moved to the stable ES, <a href="https://github-redirect.dependabot.com/babel/proposals/issues/76#issuecomment-909288348">per August 2021 TC39 meeting</a></li> <li><a href="https://github.com/tc39/proposal-relative-indexing-method">Relative indexing method (<code>.at</code>) proposal</a> moved to the stable ES, <a href="https://github-redirect.dependabot.com/babel/proposals/issues/76#issuecomment-909285053">per August 2021 TC39 meeting</a></li> <li>Exposed by default the stable version of <code>String.prototype.at</code>. It was not exposed because of the conflict with the alternative obsolete proposal (that will be completely removed in the next major version). For the backward compatibility, in the case of loading this proposal, it will be overwritten.</li> <li>Some more iteration closing fixes</li> <li>Fixed an ES3 reserved words usage, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/980">#980</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/ac4a27025eb557d7c7a94b928236fbcb6f21ba0e"><code>ac4a270</code></a> 3.18.2</li> <li><a href="https://github.com/zloirock/core-js/commit/c6e9e487f88184d25ce73c87d481c5e14bdb6f1c"><code>c6e9e48</code></a> add <code>check-compat-tests</code> script</li> <li><a href="https://github.com/zloirock/core-js/commit/60388aecb6a16f78a9dd2abae9130c4a6faa6795"><code>60388ae</code></a> update the changelog</li> <li><a href="https://github.com/zloirock/core-js/commit/55e558773c9e1d462a8a7327baedf10d589b9686"><code>55e5587</code></a> update the changelog</li> <li><a href="https://github.com/zloirock/core-js/commit/665a79dea0cfe5cf5dc9bf6c3a291219f994a8d1"><code>665a79d</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/2be1c369de89652ee08e5f4b35ae19b00d600c9a"><code>2be1c36</code></a> move early <code>{ Array, %TypedArray% }.fromAsync</code> errors to the promise, per the...</li> <li><a href="https://github.com/zloirock/core-js/commit/57a189e5479ec2ebf6d57af231bbb9769d335aac"><code>57a189e</code></a> update targets parser test due to the update of <code>caniuse-lite</code> transitive dep...</li> <li><a href="https://github.com/zloirock/core-js/commit/33f8141d59263f7929f46ea23b2e1f911f7e9e50"><code>33f8141</code></a> fix missed dependencies of an entry</li> <li><a href="https://github.com/zloirock/core-js/commit/057a0b92b0e73954a694a2fca77da04172c073e9"><code>057a0b9</code></a> add a comment</li> <li><a href="https://github.com/zloirock/core-js/commit/1028695f19a53f640471985e2b42bf4659712985"><code>1028695</code></a> update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.16.4...v3.18.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.16.4&new-version=3.18.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:10 +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#168