[PR #68] [CLOSED] fix(deps): bump core-js from 3.11.2 to 3.12.1 #72

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • b4912b3 fix(deps): bump core-js from 3.11.2 to 3.12.1

📊 Changes

1 file changed (+317 additions, -813 deletions)

View changed files

📝 yarn.lock (+317 -813)

📄 Description

Bumps core-js from 3.11.2 to 3.12.1.

Changelog

Sourced from core-js's changelog.

3.12.1 - 2021.05.09
  • Fixed some cases of Function#toString with multiple core-js instances
  • Fixed some possible String#split polyfill problems in V8 5.1
3.12.0 - 2021.05.06
3.11.3 - 2021.05.05
  • Native promise-based APIs Promise#{ catch, finally } returns polyfilled Promise instances when it's required
Commits
  • 8752e69 3.12.1
  • 3eb4159 fix some possible String#split polyfill problems in V8 5.1
  • 1789d3e fix some cases of Function#toString with multiple core-js instances
  • c7170fb update eslint-plugin-regexp
  • 1aadb7b 3.12.0
  • 9f8ff89 fix regression of V8 ~ Node 0.12 Sting(Symbol()) bug, close #933
  • b3afb28 add Symbol.matcher
  • 98e421f add Symbol.metadata
  • bfe345a 3.11.3
  • f26cd0b native promise-based APIs Promise#{ catch, finally } returns polyfilled `Pr...
  • See full diff 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/68 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/10/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.12.1` --- ### 📝 Commits (1) - [`b4912b3`](https://github.com/ArthurDanjou/website-old/commit/b4912b36ba5684856f16a4159b476f7ced38ebb4) fix(deps): bump core-js from 3.11.2 to 3.12.1 ### 📊 Changes **1 file changed** (+317 additions, -813 deletions) <details> <summary>View changed files</summary> 📝 `yarn.lock` (+317 -813) </details> ### 📄 Description Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.11.2 to 3.12.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.12.1 - 2021.05.09</h5> <ul> <li>Fixed some cases of <code>Function#toString</code> with multiple <code>core-js</code> instances</li> <li>Fixed some possible <code>String#split</code> polyfill problems in V8 5.1</li> </ul> <h5>3.12.0 - 2021.05.06</h5> <ul> <li>Added well-known symbol <code>Symbol.metadata</code> for <a href="https://github.com/tc39/proposal-decorators">decorators stage 2 proposal</a></li> <li>Added well-known symbol <code>Symbol.matcher</code> for <a href="https://github.com/tc39/proposal-pattern-matching">pattern matching stage 1 proposal</a></li> <li>Fixed regression of V8 ~ Node 0.12 <code>String(Symbol())</code> bug, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/933">#933</a></li> </ul> <h5>3.11.3 - 2021.05.05</h5> <ul> <li>Native promise-based APIs <code>Promise#{ catch, finally }</code> returns polyfilled <code>Promise</code> instances when it's required</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/8752e6940ac87e35a05c7a0df53cdc781bb73c8d"><code>8752e69</code></a> 3.12.1</li> <li><a href="https://github.com/zloirock/core-js/commit/3eb41598505c13e1aee94e6b640a6b96676b38d3"><code>3eb4159</code></a> fix some possible <code>String#split</code> polyfill problems in V8 5.1</li> <li><a href="https://github.com/zloirock/core-js/commit/1789d3e1f52f687f72181305958f205d45febb16"><code>1789d3e</code></a> fix some cases of <code>Function#toString</code> with multiple <code>core-js</code> instances</li> <li><a href="https://github.com/zloirock/core-js/commit/c7170fb251c625398b3d926ade76515f4a75649f"><code>c7170fb</code></a> update <code>eslint-plugin-regexp</code></li> <li><a href="https://github.com/zloirock/core-js/commit/1aadb7b20d500abb53b6d721b75974571dd54b26"><code>1aadb7b</code></a> 3.12.0</li> <li><a href="https://github.com/zloirock/core-js/commit/9f8ff89e9e11ed0efd807db02c154f9152cf5dd9"><code>9f8ff89</code></a> fix regression of V8 ~ Node 0.12 <code>Sting(Symbol())</code> bug, close <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/933">#933</a></li> <li><a href="https://github.com/zloirock/core-js/commit/b3afb282da75588a56e61a28cd39e0f0b5840106"><code>b3afb28</code></a> add <code>Symbol.matcher</code></li> <li><a href="https://github.com/zloirock/core-js/commit/98e421f1f93659d359099f55f40b65d5bd23d057"><code>98e421f</code></a> add <code>Symbol.metadata</code></li> <li><a href="https://github.com/zloirock/core-js/commit/bfe345ad3db933bdf1d5fd934c57959f83d30a91"><code>bfe345a</code></a> 3.11.3</li> <li><a href="https://github.com/zloirock/core-js/commit/f26cd0bce2d454ade4b1f9c3d631c9ae287505ef"><code>f26cd0b</code></a> native promise-based APIs <code>Promise#{ catch, finally }</code> returns polyfilled `Pr...</li> <li>See full diff in <a href="https://github.com/zloirock/core-js/commits/v3.12.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.11.2&new-version=3.12.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:49 +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#72