[PR #59] [CLOSED] fix(deps): bump core-js from 3.10.2 to 3.11.1 #60

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/59
Author: @dependabot[bot]
Created: 4/29/2021
Status: Closed

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


📝 Commits (1)

  • 2b1bd54 fix(deps): bump core-js from 3.10.2 to 3.11.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.10.2 to 3.11.1.

Changelog

Sourced from core-js's changelog.

3.11.1 - 2021.04.28
  • Made instanceof Promise and .constructor === Promise work with polyfilled Promise for all native promise-based APIs
  • Added a workaround for some buggy V8 versions ~4.5 related to fixing of %TypedArray% static methods, #564
3.11.0 - 2021.04.22
Commits
  • 1e9c4fb 3.11.1
  • fd344a8 make sure that wrappers doesn't use original methods which can't work with no...
  • 38aaa13 fix #564
  • a09e802 make .constructor === Promise work with polyfilled Promise for all native...
  • 02ed1bd make instanceof Promise work for all native promise-based APIs
  • e94a771 3.11.0
  • 7ea1f1b review
  • 28afbf1 Update hasOwn to reflect change in operation order
  • acd0a4a add accessible Object#hasOwnProperty stage 2 proposal, Object.hasOwn method
  • 8f158cb improve linting
  • 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/59 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/29/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.11.1` --- ### 📝 Commits (1) - [`2b1bd54`](https://github.com/ArthurDanjou/website-old/commit/2b1bd542d44f08716908ca1b771d494749fbe9a0) fix(deps): bump core-js from 3.10.2 to 3.11.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/tree/HEAD/packages/core-js) from 3.10.2 to 3.11.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.11.1 - 2021.04.28</h5> <ul> <li>Made <code>instanceof Promise</code> and <code>.constructor === Promise</code> work with polyfilled <code>Promise</code> for all native promise-based APIs</li> <li>Added a workaround for some buggy V8 versions ~4.5 related to fixing of <code>%TypedArray%</code> static methods, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/564">#564</a></li> </ul> <h5>3.11.0 - 2021.04.22</h5> <ul> <li>Added <a href="https://github.com/tc39/proposal-accessible-object-hasownproperty">accessible <code>Object#hasOwnProperty</code> stage 2 proposal</a> <ul> <li><code>Object.hasOwn</code> method</li> </ul> </li> <li>Fixed a possible <code>RegExp</code> constructor problem with multiple global <code>core-js</code> instances</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/1e9c4fbb22c7954d50a4db09d40d5c7648bead88"><code>1e9c4fb</code></a> 3.11.1</li> <li><a href="https://github.com/zloirock/core-js/commit/fd344a81c276305737fd3b0356be8526f092c8db"><code>fd344a8</code></a> make sure that wrappers doesn't use original methods which can't work with no...</li> <li><a href="https://github.com/zloirock/core-js/commit/38aaa133165e803bcde686ab7b29437092dc214f"><code>38aaa13</code></a> fix <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/564">#564</a></li> <li><a href="https://github.com/zloirock/core-js/commit/a09e802f51baa7f6dac58cbb98f8c6a285f4a487"><code>a09e802</code></a> make <code>.constructor === Promise</code> work with polyfilled <code>Promise</code> for all native...</li> <li><a href="https://github.com/zloirock/core-js/commit/02ed1bd754e64da72dc6812aaea35f3c711f9745"><code>02ed1bd</code></a> make <code>instanceof Promise</code> work for all native promise-based APIs</li> <li><a href="https://github.com/zloirock/core-js/commit/e94a771bfe1c88f1c37c4fa05505e82e84739493"><code>e94a771</code></a> 3.11.0</li> <li><a href="https://github.com/zloirock/core-js/commit/7ea1f1b6892123cf16ea0ad39c9c6377ee98336e"><code>7ea1f1b</code></a> review</li> <li><a href="https://github.com/zloirock/core-js/commit/28afbf1d419340e61c014a83feb0f0400204ae6c"><code>28afbf1</code></a> Update hasOwn to reflect change in operation order</li> <li><a href="https://github.com/zloirock/core-js/commit/acd0a4a424d41600553be8cd95e39d8b9b4ccab7"><code>acd0a4a</code></a> add accessible <code>Object#hasOwnProperty</code> stage 2 proposal, <code>Object.hasOwn</code> method</li> <li><a href="https://github.com/zloirock/core-js/commit/8f158cb4942544e4630afdb56ec55497ef81a2f7"><code>8f158cb</code></a> improve linting</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.11.1/packages/core-js">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.10.2&new-version=3.11.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:05:47 +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#60