[PR #62] [MERGED] fix(deps): bump core-js from 3.10.2 to 3.11.2 #64

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/62
Author: @dependabot[bot]
Created: 5/4/2021
Status: Merged
Merged: 5/4/2021
Merged by: @ArthurDanjou

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


📝 Commits (1)

  • 82f6009 fix(deps): bump core-js from 3.10.2 to 3.11.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.10.2 to 3.11.2.

Changelog

Sourced from core-js's changelog.

3.11.2 - 2021.05.03
  • Added a workaround of WebKit ~ iOS 10.3 Safari Promise bug, #932
  • Promise#then of incorrect native Promise implementations with correct subclassing no longer wrapped
  • Changed the order of Promise feature detection, removed unhandled rejection tracking check in non-browser non-node platforms
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
  • 040f783 3.11.2
  • e5b874c remove unhandled rejection tracking check in non-browser non-node platforms
  • afc66bc avoid Promise.resolve in the main Promise feature detection
  • 5623fa3 change the order of Promise feature detection
  • e280a0a don't wrap Promise#then of incorrect native Promise implementations with ...
  • c78f69d add a workaround of WebKit ~ iOS 10.3 Safari Promise instantiation bug, clo...
  • 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...
  • 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/62 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/4/2021 **Status:** ✅ Merged **Merged:** 5/4/2021 **Merged by:** [@ArthurDanjou](https://github.com/ArthurDanjou) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.11.2` --- ### 📝 Commits (1) - [`82f6009`](https://github.com/ArthurDanjou/website-old/commit/82f600951e674373efcbe9bb9d4375f10bd19b3e) fix(deps): bump core-js from 3.10.2 to 3.11.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/tree/HEAD/packages/core-js) from 3.10.2 to 3.11.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.11.2 - 2021.05.03</h5> <ul> <li>Added a workaround of WebKit ~ iOS 10.3 Safari <code>Promise</code> bug, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/932">#932</a></li> <li><code>Promise#then</code> of incorrect native <code>Promise</code> implementations with correct subclassing no longer wrapped</li> <li>Changed the order of <code>Promise</code> feature detection, removed unhandled rejection tracking check in non-browser non-node platforms</li> </ul> <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/040f7836ad467dae5a0b849b02442a3ed2607b18"><code>040f783</code></a> 3.11.2</li> <li><a href="https://github.com/zloirock/core-js/commit/e5b874c5542529f0a9d0e284fb341dd27edf83bd"><code>e5b874c</code></a> remove unhandled rejection tracking check in non-browser non-node platforms</li> <li><a href="https://github.com/zloirock/core-js/commit/afc66bcc886c63d72132d9fb0027869271e53735"><code>afc66bc</code></a> avoid <code>Promise.resolve</code> in the main <code>Promise</code> feature detection</li> <li><a href="https://github.com/zloirock/core-js/commit/5623fa34498be98bbbb720fe49020963deb706a0"><code>5623fa3</code></a> change the order of <code>Promise</code> feature detection</li> <li><a href="https://github.com/zloirock/core-js/commit/e280a0a036a52359d281a7c9b4da95d3d0e8b513"><code>e280a0a</code></a> don't wrap <code>Promise#then</code> of incorrect native <code>Promise</code> implementations with ...</li> <li><a href="https://github.com/zloirock/core-js/commit/c78f69d921600bfb6caf14b592d8370487d88274"><code>c78f69d</code></a> add a workaround of WebKit ~ iOS 10.3 Safari <code>Promise</code> instantiation bug, clo...</li> <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>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.11.2/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.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:05:48 +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#64