[PR #223] [CLOSED] fix(deps): bump core-js from 3.20.2 to 3.21.1 #230

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/223
Author: @dependabot[bot]
Created: 2/17/2022
Status: Closed

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


📝 Commits (1)

  • 24d81b7 fix(deps): bump core-js from 3.20.2 to 3.21.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.20.2 to 3.21.1.

Changelog

Sourced from core-js's changelog.

3.21.1 - 2022.02.17
  • Added a bugfix for the WebKit Array.prototype.{ groupBy, groupByToMap } implementation
  • core-js-compat targets parser transforms engine names to lower case
  • atob / btoa marked as fixed in NodeJS 17.5
  • Added Electron 18.0 compat data mapping
  • Added Deno 1.20 compat data mapping
3.21.0 - 2022.02.02
  • Added Base64 utility methods:
    • atob
    • btoa
  • Added the proper validation of arguments to some methods from web standards
  • Forced replacement of all features from early-stage proposals for avoiding possible web compatibility issues in the future
  • Added Rhino 1.7.14 compat data
  • Added Deno 1.19 compat data mapping
  • Added Opera Android 66 and 67 compat data mapping
  • Added iOS Safari 15.3 and 15.4 compat data mapping
3.20.3 - 2022.01.15
  • Detects and replaces broken third-party Function#bind polyfills, uses only native Function#bind in the internals
  • structuredClone should throw an error if no arguments passed
  • Changed the structure of notes in __core-js_shared__
Commits
  • eb9229a 3.21.1
  • ea62b2e transform engine names to lower case in core-js-compat targets parser
  • 2e532d6 update dependencies
  • 42eea35 update dependencies
  • cf4ba30 add Deno 1.20 compat data mapping
  • 55a5195 pin npm since a bug on Windows still is not fixed
  • 3ebe589 add a bugfix for the WebKit Array.prototype.{ groupBy, groupByToMap } imple...
  • 94c7055 update dependencies
  • d51b8de update dependencies
  • e507298 take into account core-js-bundle in downloads-by-versions script
  • 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/223 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/17/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.21.1` --- ### 📝 Commits (1) - [`24d81b7`](https://github.com/ArthurDanjou/website-old/commit/24d81b7f849c0429d815c56e8a52ad022279e05d) fix(deps): bump core-js from 3.20.2 to 3.21.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) from 3.20.2 to 3.21.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.21.1 - 2022.02.17</h5> <ul> <li>Added a <a href="https://bugs.webkit.org/show_bug.cgi?id=236541">bug</a>fix for the WebKit <code>Array.prototype.{ groupBy, groupByToMap }</code> implementation</li> <li><code>core-js-compat</code> targets parser transforms engine names to lower case</li> <li><code>atob</code> / <code>btoa</code> marked as <a href="https://github-redirect.dependabot.com/nodejs/node/pull/41478">fixed</a> in NodeJS 17.5</li> <li>Added Electron 18.0 compat data mapping</li> <li>Added Deno 1.20 compat data mapping</li> </ul> <h5>3.21.0 - 2022.02.02</h5> <ul> <li>Added <a href="https://developer.mozilla.org/en-US/docs/Glossary/Base64">Base64 utility methods</a>: <ul> <li><code>atob</code></li> <li><code>btoa</code></li> </ul> </li> <li>Added the proper validation of arguments to some methods from web standards</li> <li>Forced replacement of all features from early-stage proposals for avoiding possible web compatibility issues in the future</li> <li>Added Rhino 1.7.14 compat data</li> <li>Added Deno 1.19 compat data mapping</li> <li>Added Opera Android 66 and 67 compat data mapping</li> <li>Added iOS Safari 15.3 and 15.4 compat data mapping</li> </ul> <h5>3.20.3 - 2022.01.15</h5> <ul> <li>Detects and replaces broken third-party <code>Function#bind</code> polyfills, uses only native <code>Function#bind</code> in the internals</li> <li><code>structuredClone</code> should throw an error if no arguments passed</li> <li>Changed the structure of notes in <code>__core-js_shared__</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/eb9229ae88428edea6b2be250c98a518fd2c22e3"><code>eb9229a</code></a> 3.21.1</li> <li><a href="https://github.com/zloirock/core-js/commit/ea62b2ef3f01cb17a9c29ba0e49d69330f393598"><code>ea62b2e</code></a> transform engine names to lower case in <code>core-js-compat</code> targets parser</li> <li><a href="https://github.com/zloirock/core-js/commit/2e532d64f5c4fbf5760c5ba10785e63617878006"><code>2e532d6</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/42eea35c7b2e4c4761ed534897702ccdd19fa8e4"><code>42eea35</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/cf4ba3025c902ed4c49eeb6186cbc713febe9801"><code>cf4ba30</code></a> add Deno 1.20 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/55a5195a78e726e3f40df77f0494d70ae4798036"><code>55a5195</code></a> pin <code>npm</code> since a bug on Windows still is not fixed</li> <li><a href="https://github.com/zloirock/core-js/commit/3ebe5898cd61ecd40fa59a59fc017b549493799c"><code>3ebe589</code></a> add a bugfix for the WebKit <code>Array.prototype.{ groupBy, groupByToMap }</code> imple...</li> <li><a href="https://github.com/zloirock/core-js/commit/94c705507a177cf9d6d35f54380c120c8fd5e6d1"><code>94c7055</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/d51b8dec2862c68ed13144ee426ad440b09e4e7b"><code>d51b8de</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/e507298d709db409e0d21a0693664af4aebacb6d"><code>e507298</code></a> take into account <code>core-js-bundle</code> in <code>downloads-by-versions</code> script</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.20.2...v3.21.1">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.20.2&new-version=3.21.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:06:23 +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#230