[PR #193] [CLOSED] fix(deps): bump core-js from 3.19.1 to 3.19.2 #197

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/193
Author: @dependabot[bot]
Created: 11/30/2021
Status: Closed

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


📝 Commits (1)

  • 814e883 fix(deps): bump core-js from 3.19.1 to 3.19.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.19.1 to 3.19.2.

Changelog

Sourced from core-js's changelog.

3.19.2 - 2021.11.29
  • Added a workaround for a UC Browser specific version bug with unobservable RegExp#sticky flag, #1008, #1015
  • Added handling of comments and specific spaces to Function#name polyfill, #1010, thanks @​ildar-shaimordanov
  • Prevented some theoretical cases of breaking / observing the internal state by patching Array.prototype[@@species]
  • Refactored URL and URLSearchParams
  • Added iOS Safari 15.2 compat data mapping
  • Added Electron 17.0 compat data mapping
  • Updated Deno compat data mapping
Commits
  • e49b7f3 3.19.2
  • 52eea94 move some logic to the prototype of URL state
  • c4e8bb3 move some logic to state prototypes
  • 7f6670f prevent some theoretical cases of breaking / observing the internal state by ...
  • 48d0b3f update dependencies
  • 28f30d3 add Electron 17.0 compat data mapping
  • 8aaad88 Merge pull request #1015 from zloirock/uc-sticky
  • ab4cc84 update the changelog
  • 1ed2bd1 try to fix broken UC browser RegExp#sticky
  • 73804dd update dependencies
  • 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/193 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/30/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.19.2` --- ### 📝 Commits (1) - [`814e883`](https://github.com/ArthurDanjou/website-old/commit/814e8839f688f7ef57c456d1a9029c6039381b7c) fix(deps): bump core-js from 3.19.1 to 3.19.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.19.1 to 3.19.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.19.2 - 2021.11.29</h5> <ul> <li>Added a workaround for a UC Browser specific version bug with unobservable <code>RegExp#sticky</code> flag, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1008">#1008</a>, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1015">#1015</a></li> <li>Added handling of comments and specific spaces to <code>Function#name</code> polyfill, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1010">#1010</a>, thanks <a href="https://github.com/ildar-shaimordanov"><code>@​ildar-shaimordanov</code></a></li> <li>Prevented some theoretical cases of breaking / observing the internal state by patching <code>Array.prototype[@@species]</code></li> <li>Refactored <code>URL</code> and <code>URLSearchParams</code></li> <li>Added iOS Safari 15.2 compat data mapping</li> <li>Added Electron 17.0 compat data mapping</li> <li>Updated Deno compat data mapping</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/e49b7f34f7b3a10cc88e1210431508c7a58e069b"><code>e49b7f3</code></a> 3.19.2</li> <li><a href="https://github.com/zloirock/core-js/commit/52eea944f729119c297c0dcebed62f77b055235a"><code>52eea94</code></a> move some logic to the prototype of <code>URL</code> state</li> <li><a href="https://github.com/zloirock/core-js/commit/c4e8bb359f54b27c18f529d91cc884386ea29aa6"><code>c4e8bb3</code></a> move some logic to state prototypes</li> <li><a href="https://github.com/zloirock/core-js/commit/7f6670ff4ae67e06d17d517e2c848385b4a0ded7"><code>7f6670f</code></a> prevent some theoretical cases of breaking / observing the internal state by ...</li> <li><a href="https://github.com/zloirock/core-js/commit/48d0b3f6993bb0a46850416dd5f9cde28af9b872"><code>48d0b3f</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/28f30d3a6bda3795d26c66b8379ffe2d76683891"><code>28f30d3</code></a> add Electron 17.0 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/8aaad887b4ae6d5053463533c8ee819d63cb932a"><code>8aaad88</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1015">#1015</a> from zloirock/uc-sticky</li> <li><a href="https://github.com/zloirock/core-js/commit/ab4cc84144499e67e5895a6e70cbab21afa98f2e"><code>ab4cc84</code></a> update the changelog</li> <li><a href="https://github.com/zloirock/core-js/commit/1ed2bd18f9c6f09cc1b598717af07a2b84e2b808"><code>1ed2bd1</code></a> try to fix broken UC browser <code>RegExp#sticky</code></li> <li><a href="https://github.com/zloirock/core-js/commit/73804dd7edebe126c8f9f67d4a08afc2ae251ca1"><code>73804dd</code></a> update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.19.1...v3.19.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.19.1&new-version=3.19.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:15 +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#197