[PR #344] [CLOSED] fix(deps): bump core-js from 3.23.3 to 3.27.2 #364

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/344
Author: @dependabot[bot]
Created: 1/19/2023
Status: Closed

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


📝 Commits (1)

  • 39aa46f fix(deps): bump core-js from 3.23.3 to 3.27.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.23.3 to 3.27.2.

Changelog

Sourced from core-js's changelog.

3.27.2 - 2023.01.19
  • Set methods proposal updates:
    • Closing of iterators of Set-like objects on early exit, proposal-set-methods/85
    • Some other minor internal changes
  • Added one more workaround of a webpack dev server bug on IE global methods, #1161
  • Fixed possible String.{ raw, cooked } error with empty template array
  • Used non-standard V8 Error.captureStackTrace instead of stack parsing in new error classes / wrappers where it's possible
  • Added detection correctness of iteration to Promise.{ allSettled, any } feature detection, Hermes issue
  • Compat data improvements:
    • Change Array by copy proposal marked as supported from V8 ~ Chrome 110
    • Added Samsung Internet 20 compat data mapping
    • Added Quest Browser 25 compat data mapping
    • Added React Native 0.71 Hermes compat data
    • Added Electron 23 and 24 compat data mapping
    • self marked as fixed in Deno 1.29.3, deno/17362
  • Minor tweaks of minification settings for core-js-bundle
  • Refactoring, some minor fixes, improvements, optimizations
3.27.1 - 2022.12.30
  • Fixed a Chakra-based MS Edge (18-) bug that unfreeze (O_o) frozen arrays used as WeakMap keys
  • Fixing of the previous bug also fixes some cases of String.dedent in MS Edge
  • Fixed dependencies of some entries
3.27.0 - 2022.12.26
  • Iterator Helpers proposal:
    • Built-ins:
      • Iterator
        • Iterator.from
        • Iterator.prototype.drop
        • Iterator.prototype.every
        • Iterator.prototype.filter
        • Iterator.prototype.find
        • Iterator.prototype.flatMap
        • Iterator.prototype.forEach
        • Iterator.prototype.map
        • Iterator.prototype.reduce
        • Iterator.prototype.some
        • Iterator.prototype.take
        • Iterator.prototype.toArray
        • Iterator.prototype.toAsync
        • Iterator.prototype[@@toStringTag]
      • AsyncIterator
        • AsyncIterator.from
        • AsyncIterator.prototype.drop
        • AsyncIterator.prototype.every
        • AsyncIterator.prototype.filter
        • AsyncIterator.prototype.find
        • AsyncIterator.prototype.flatMap
        • AsyncIterator.prototype.forEach
        • AsyncIterator.prototype.map

... (truncated)

Commits
  • c56b97f 3.27.2
  • 20ab9c5 coerce negative set size in get-set-record to 0
  • 64b52bf since now make-built-in used in runtime, make some operations unobservable
  • 0d2f278 simplify iteration in Set#{ isDisjointFrom, isSupersetOf }
  • b4d713b some stylistic fixes
  • 32cbd8f closing of iterators of Set-like objects on early exit
  • 7f8fce9 add detection correctness of iteration to Promise.{ allSettled, any } featu...
  • 4eeb86b update eslint-plugin-import
  • d7716d4 one more #1161 workaround, for the pure version export context case
  • 47bdf63 add one more workaround of a webpack dev server bug on IE global methods, c...
  • 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/344 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/19/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/core-js-3.27.2` --- ### 📝 Commits (1) - [`39aa46f`](https://github.com/ArthurDanjou/website-old/commit/39aa46f5d6bb5928a0d4585012db98083aea201f) fix(deps): bump core-js from 3.23.3 to 3.27.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.23.3 to 3.27.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><a href="https://github.com/zloirock/core-js/releases/tag/v3.27.2">3.27.2 - 2023.01.19</a></h5> <ul> <li><a href="https://github.com/tc39/proposal-set-methods"><code>Set</code> methods proposal</a> updates: <ul> <li>Closing of iterators of <code>Set</code>-like objects on early exit, <a href="https://github-redirect.dependabot.com/tc39/proposal-set-methods/pull/85">proposal-set-methods/85</a></li> <li>Some other minor internal changes</li> </ul> </li> <li>Added one more workaround of a <code>webpack</code> dev server bug on IE global methods, <a href="https://github-redirect.dependabot.com/zloirock/core-js/issues/1161">#1161</a></li> <li>Fixed possible <code>String.{ raw, cooked }</code> error with empty template array</li> <li>Used non-standard V8 <code>Error.captureStackTrace</code> instead of stack parsing in new error classes / wrappers where it's possible</li> <li>Added detection correctness of iteration to <code>Promise.{ allSettled, any }</code> feature detection, Hermes issue</li> <li>Compat data improvements: <ul> <li><a href="https://github.com/tc39/proposal-change-array-by-copy">Change <code>Array</code> by copy proposal</a> marked as supported from V8 ~ Chrome 110</li> <li>Added Samsung Internet 20 compat data mapping</li> <li>Added Quest Browser 25 compat data mapping</li> <li>Added React Native 0.71 Hermes compat data</li> <li>Added Electron 23 and 24 compat data mapping</li> <li><code>self</code> marked as fixed in Deno 1.29.3, <a href="https://github-redirect.dependabot.com/denoland/deno/pull/17362">deno/17362</a></li> </ul> </li> <li>Minor tweaks of minification settings for <code>core-js-bundle</code></li> <li>Refactoring, some minor fixes, improvements, optimizations</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.27.1">3.27.1 - 2022.12.30</a></h5> <ul> <li>Fixed a Chakra-based MS Edge (18-) bug that unfreeze (O_o) frozen arrays used as <code>WeakMap</code> keys</li> <li>Fixing of the previous bug also fixes some cases of <code>String.dedent</code> in MS Edge</li> <li>Fixed dependencies of some entries</li> </ul> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.27.0">3.27.0 - 2022.12.26</a></h5> <ul> <li><a href="https://github.com/tc39/proposal-iterator-helpers">Iterator Helpers</a> proposal: <ul> <li>Built-ins: <ul> <li><code>Iterator</code> <ul> <li><code>Iterator.from</code></li> <li><code>Iterator.prototype.drop</code></li> <li><code>Iterator.prototype.every</code></li> <li><code>Iterator.prototype.filter</code></li> <li><code>Iterator.prototype.find</code></li> <li><code>Iterator.prototype.flatMap</code></li> <li><code>Iterator.prototype.forEach</code></li> <li><code>Iterator.prototype.map</code></li> <li><code>Iterator.prototype.reduce</code></li> <li><code>Iterator.prototype.some</code></li> <li><code>Iterator.prototype.take</code></li> <li><code>Iterator.prototype.toArray</code></li> <li><code>Iterator.prototype.toAsync</code></li> <li><code>Iterator.prototype[@@toStringTag]</code></li> </ul> </li> <li><code>AsyncIterator</code> <ul> <li><code>AsyncIterator.from</code></li> <li><code>AsyncIterator.prototype.drop</code></li> <li><code>AsyncIterator.prototype.every</code></li> <li><code>AsyncIterator.prototype.filter</code></li> <li><code>AsyncIterator.prototype.find</code></li> <li><code>AsyncIterator.prototype.flatMap</code></li> <li><code>AsyncIterator.prototype.forEach</code></li> <li><code>AsyncIterator.prototype.map</code></li> </ul> </li> </ul> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/c56b97f1c90f0e04fe37d1fbceabcf5835af2c01"><code>c56b97f</code></a> 3.27.2</li> <li><a href="https://github.com/zloirock/core-js/commit/20ab9c5807a540abd291abada6e1dca8d9a37b0f"><code>20ab9c5</code></a> coerce negative set size in <code>get-set-record</code> to 0</li> <li><a href="https://github.com/zloirock/core-js/commit/64b52bf731d26ab96f22fc1d7d188027f61d8c63"><code>64b52bf</code></a> since now <code>make-built-in</code> used in runtime, make some operations unobservable</li> <li><a href="https://github.com/zloirock/core-js/commit/0d2f2782cbb67e6d0cd1544d54ee9bdee49a873b"><code>0d2f278</code></a> simplify iteration in <code>Set#{ isDisjointFrom, isSupersetOf }</code></li> <li><a href="https://github.com/zloirock/core-js/commit/b4d713b7424c28ba3cce3625d610bcfa6f4f8141"><code>b4d713b</code></a> some stylistic fixes</li> <li><a href="https://github.com/zloirock/core-js/commit/32cbd8f7ca09ccba00bf25f95fc070397b049422"><code>32cbd8f</code></a> closing of iterators of <code>Set</code>-like objects on early exit</li> <li><a href="https://github.com/zloirock/core-js/commit/7f8fce93434109df0ab0506c24b2b9c000ac1f17"><code>7f8fce9</code></a> add detection correctness of iteration to <code>Promise.{ allSettled, any }</code> featu...</li> <li><a href="https://github.com/zloirock/core-js/commit/4eeb86b200e3bd5e2503c2ec5000e246c2163723"><code>4eeb86b</code></a> update <code>eslint-plugin-import</code></li> <li><a href="https://github.com/zloirock/core-js/commit/d7716d4fc35fd951ffcf970ae6107b916c8f7de8"><code>d7716d4</code></a> one more <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1161">#1161</a> workaround, for the pure version export context case</li> <li><a href="https://github.com/zloirock/core-js/commit/47bdf63d33fa17ef592c7d3fda582e3cf4581af1"><code>47bdf63</code></a> add one more workaround of a <code>webpack</code> dev server bug on IE global methods, c...</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.27.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.23.3&new-version=3.27.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:58 +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#364