[PR #149] [CLOSED] fix(deps): bump core-js from 3.16.4 to 3.17.3 #154

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • cf1684b fix(deps): bump core-js from 3.16.4 to 3.17.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.17.3.

Changelog

Sourced from core-js's changelog.

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
  • c65f52b 3.17.3
  • 6778115 avoid relying on path.(Async)Iterator in some cases
  • af1b7e4 update dependencies
  • afe941e fix DOMTokenList.prototype.{ forEach, @@iterator, keys, values, entries } i...
  • 8776099 one more fix related to extension of %AsyncIteratorPrototype%
  • 19f7da9 fix some possible problems related to possible extension of `%IteratorPrototy...
  • a343b6a fix a typo
  • aac9dce add NodeJS 16.9 compat data mapping
  • 19d5d1f update dependencies
  • 8b98cfd add Samsung Internet 16.0 compat data mapping
  • 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/149 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/10/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.17.3` --- ### 📝 Commits (1) - [`cf1684b`](https://github.com/ArthurDanjou/website-old/commit/cf1684b4b716fe4adbaf51b4c7358c9f51d64bca) fix(deps): bump core-js from 3.16.4 to 3.17.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.17.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.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/c65f52bdd73b4ff6eee0bd3ec39ddad901dbfa49"><code>c65f52b</code></a> 3.17.3</li> <li><a href="https://github.com/zloirock/core-js/commit/677811507e70ce1f3a51211c39bef618a155babd"><code>6778115</code></a> avoid relying on <code>path.(Async)Iterator</code> in some cases</li> <li><a href="https://github.com/zloirock/core-js/commit/af1b7e451655dac6cafcdae296e8b71166cfe885"><code>af1b7e4</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/afe941e3e15da85eff70852e2b88fdb880038a16"><code>afe941e</code></a> fix <code>DOMTokenList.prototype.{ forEach, @@iterator, keys, values, entries }</code> i...</li> <li><a href="https://github.com/zloirock/core-js/commit/8776099c48cd1281e8aa9f6e90b8403bd3d0ebc5"><code>8776099</code></a> one more fix related to extension of <code>%AsyncIteratorPrototype%</code></li> <li><a href="https://github.com/zloirock/core-js/commit/19f7da9e1f1533f6fdc5d1c5c373588d5c1757d5"><code>19f7da9</code></a> fix some possible problems related to possible extension of `%IteratorPrototy...</li> <li><a href="https://github.com/zloirock/core-js/commit/a343b6a703af4dfbc369f91a4d4a2e5513a7c6da"><code>a343b6a</code></a> fix a typo</li> <li><a href="https://github.com/zloirock/core-js/commit/aac9dce55156799b336379a33833310e59518431"><code>aac9dce</code></a> add NodeJS 16.9 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/19d5d1f2c46179288d6de952ab9cb0285b9cf837"><code>19d5d1f</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/8b98cfdb4c00c6a2a7df8a0f1574f61b90bc626f"><code>8b98cfd</code></a> add Samsung Internet 16.0 compat data mapping</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.16.4...v3.17.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.17.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:07 +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#154