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

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/197
Author: @dependabot[bot]
Created: 12/7/2021
Status: Closed

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


📝 Commits (1)

  • 687c089 fix(deps): bump core-js from 3.19.1 to 3.19.3

📊 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.3.

Changelog

Sourced from core-js's changelog.

3.19.3 - 2021.12.06
  • Fixed internal slots check in methods of some built-in types, #1017
  • Fixed URLSearchParams iterator .next that should be enumerable by the spec
  • Refactored Subscription
  • Added NodeJS 17.2 compat data mapping
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
  • 7dae270 3.19.3
  • dde0f68 adapt some tests for IE8-
  • 1c30078 update the changelog
  • 2e73413 slightly rework Subscription state
  • bbddc65 update dependencies
  • ef0bd20 update dependencies
  • 325ee1e fix internal slots check in methods of some more built-in types
  • 4a29d1f fix URLSearchParams iterator .next that should be enumerable by the spec
  • bfa8fe1 fix requirements of internal slots in Observable / Subscription / `Subscr...
  • 66e8263 fix a link
  • 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/197 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/7/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.19.3` --- ### 📝 Commits (1) - [`687c089`](https://github.com/ArthurDanjou/website-old/commit/687c0898c493785c3537c955031bda78eaee7568) fix(deps): bump core-js from 3.19.1 to 3.19.3 ### 📊 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.3. <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.3 - 2021.12.06</h5> <ul> <li>Fixed internal slots check in methods of some built-in types, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1017">#1017</a></li> <li>Fixed <code>URLSearchParams</code> iterator <code>.next</code> that should be enumerable <a href="https://webidl.spec.whatwg.org/#es-iterator-prototype-object">by the spec</a></li> <li>Refactored <code>Subscription</code></li> <li>Added NodeJS 17.2 compat data mapping</li> </ul> <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/7dae270c1acf496ba701acfc6272453d7c06aa53"><code>7dae270</code></a> 3.19.3</li> <li><a href="https://github.com/zloirock/core-js/commit/dde0f68f1ab2b527092ecaec3826850d4e12976a"><code>dde0f68</code></a> adapt some tests for IE8-</li> <li><a href="https://github.com/zloirock/core-js/commit/1c300785acc946603e8ee7d3c1c317f934cd0bf0"><code>1c30078</code></a> update the changelog</li> <li><a href="https://github.com/zloirock/core-js/commit/2e73413bd4fb268cc49bdf3b93f35d0ed4cf5596"><code>2e73413</code></a> slightly rework <code>Subscription</code> state</li> <li><a href="https://github.com/zloirock/core-js/commit/bbddc65ebebb54b80492992464033594a54d7b62"><code>bbddc65</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/ef0bd20ab4908700421f2ef87f65f635e44eda80"><code>ef0bd20</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/325ee1ef2432ce9892ba2603083206fc193c33d2"><code>325ee1e</code></a> fix internal slots check in methods of some more built-in types</li> <li><a href="https://github.com/zloirock/core-js/commit/4a29d1f238570b36e6884cbdcda83af821fd09ee"><code>4a29d1f</code></a> fix <code>URLSearchParams</code> iterator <code>.next</code> that should be enumerable by the spec</li> <li><a href="https://github.com/zloirock/core-js/commit/bfa8fe111be1329e401fbee22e8ff77bbcc32c96"><code>bfa8fe1</code></a> fix requirements of internal slots in <code>Observable</code> / <code>Subscription</code> / `Subscr...</li> <li><a href="https://github.com/zloirock/core-js/commit/66e82634b76c67cc80041f55f00a6ac7c7a7318e"><code>66e8263</code></a> fix a link</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.19.1...v3.19.3">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.3)](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:16 +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#202