[PR #143] [CLOSED] fix(deps): bump core-js from 3.16.4 to 3.17.2 #147

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

Changelog

Sourced from core-js's changelog.

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

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/143 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.17.2` --- ### 📝 Commits (1) - [`fca75dd`](https://github.com/ArthurDanjou/website-old/commit/fca75dd4d995dca7dfbfa218f9e19e619ef695db) fix(deps): bump core-js from 3.16.4 to 3.17.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.17.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.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/4f68180d6e5227f144ba0a9a024f62ffe541be12"><code>4f68180</code></a> 3.17.2</li> <li><a href="https://github.com/zloirock/core-js/commit/23522e6a2651fad8df4e366a5b42febade4294e2"><code>23522e6</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/430ac9276b945d6c4007ee87dbaaee2b6621e260"><code>430ac92</code></a> update the changelog</li> <li><a href="https://github.com/zloirock/core-js/commit/7810ba865322831d66a7c0736e9539f7c6a5f37d"><code>7810ba8</code></a> enable <code>id-denylist </code> for disallowing ES3 reserved words as ids</li> <li><a href="https://github.com/zloirock/core-js/commit/f622c80eb83950d242799eb0e0e6367488def633"><code>f622c80</code></a> fix some more entries of ES3 reserved words, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/980">#980</a></li> <li><a href="https://github.com/zloirock/core-js/commit/1b934199b95503743063b70c246b7dc765624794"><code>1b93419</code></a> fix some typos</li> <li><a href="https://github.com/zloirock/core-js/commit/dd68478552a8d4c16e3ab33422209250323908a9"><code>dd68478</code></a> fix stage/4 entry dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/c833693708434a09c4e7f7287b34e26a7764698c"><code>c833693</code></a> rename some missed tests files</li> <li><a href="https://github.com/zloirock/core-js/commit/f562bc04da1cfa948af3c26120468dafac1fbe0a"><code>f562bc0</code></a> simplify <code>thisNumberValue</code></li> <li><a href="https://github.com/zloirock/core-js/commit/c526e7a00305a917fc697a9b87e64a82781f09f4"><code>c526e7a</code></a> 3.17.1</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.16.4...v3.17.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.17.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:05 +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#147