[PR #161] [CLOSED] fix(deps): bump core-js from 3.16.4 to 3.18.1 #170

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/161
Author: @dependabot[bot]
Created: 9/27/2021
Status: Closed

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


📝 Commits (1)

  • 9de4832 fix(deps): bump core-js from 3.16.4 to 3.18.1

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

Changelog

Sourced from core-js's changelog.

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
  • 1a347bd 3.18.1
  • 8e488ce some stylistic changes
  • 41f0354 update dependencies
  • 71adeb4 fix has own -> has
  • ddec5d8 some stylistic changes
  • 8c1b38e update eslint-plugin-regexp, clean some duplicated rules
  • 84b1520 add Electron 16.0 compat data mapping
  • 958ebe4 add cause to AggregateError constructor implementation (still without add...
  • e3a4f75 fix a typo
  • ea021d2 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/161 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/27/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.18.1` --- ### 📝 Commits (1) - [`9de4832`](https://github.com/ArthurDanjou/website-old/commit/9de483279693b8aa29d9de1bb6016b9f7f336522) fix(deps): bump core-js from 3.16.4 to 3.18.1 ### 📊 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.1. <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.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/1a347bdf0297884ed8d9e32e1971267c6d572822"><code>1a347bd</code></a> 3.18.1</li> <li><a href="https://github.com/zloirock/core-js/commit/8e488cec8f7a144fc918ccd487b218b5e44b5909"><code>8e488ce</code></a> some stylistic changes</li> <li><a href="https://github.com/zloirock/core-js/commit/41f0354538022764c955cb3ac5956d876ba3299d"><code>41f0354</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/71adeb4a264f77df25931582493a290b94cd9c48"><code>71adeb4</code></a> fix has own -&gt; has</li> <li><a href="https://github.com/zloirock/core-js/commit/ddec5d870dd2824a320ec89f1ae9ea7e1a6a5a0a"><code>ddec5d8</code></a> some stylistic changes</li> <li><a href="https://github.com/zloirock/core-js/commit/8c1b38ee4642caf9c37c6dc726490135bab05e18"><code>8c1b38e</code></a> update <code>eslint-plugin-regexp</code>, clean some duplicated rules</li> <li><a href="https://github.com/zloirock/core-js/commit/84b15207dd7092972d7730d0d9faa9fbbe0bd1d4"><code>84b1520</code></a> add Electron 16.0 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/958ebe41b684e9c93c37da811da138f8f45c7ec1"><code>958ebe4</code></a> add <code>cause</code> to <code>AggregateError</code> constructor implementation (still without add...</li> <li><a href="https://github.com/zloirock/core-js/commit/e3a4f75ec5500f7b2896d2d875b28478bf93169d"><code>e3a4f75</code></a> fix a typo</li> <li><a href="https://github.com/zloirock/core-js/commit/ea021d2d9e8412aac7b6b0a819f6ee39e516e3c1"><code>ea021d2</code></a> update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.16.4...v3.18.1">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.1)](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#170