Added a workaround of the Bun ~ 0.1.1 bug that define some globals with incorrect property descriptors and that causes a crash of core-js
Added a fix of the FF103+ structuredClone bugs (1774866 (fixed in FF104) and 1777321 (still not fixed)) that now can clone errors, but .stack of the clone is an empty string
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [core-js](https://github.com/zloirock/core-js) from 3.23.3 to 3.23.4.
<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.23.4">3.23.4 - 2022.07.10</a></h5>
<ul>
<li>Added a workaround of the Bun ~ 0.1.1 <a href="https://github.com/Jarred-Sumner/bun/issues/399">bug</a> that define some globals with incorrect property descriptors and that causes a crash of <code>core-js</code></li>
<li>Added a fix of the FF103+ <code>structuredClone</code> bugs (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1774866">1774866</a> (fixed in FF104) and <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1777321">1777321</a> (still not fixed)) that now can clone errors, but <code>.stack</code> of the clone is an empty string</li>
<li>Fixed <code>{ Map, WeakMap }.prototype.emplace</code> logic, <a href="https://github.com/zloirock/core-js/issues/1102">#1102</a></li>
<li>Fixed order of errors throwing on iterator helpers</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/zloirock/core-js/commit/fe00e9c8e220a5e46b1c85d6af75863adb0d5523"><code>fe00e9c</code></a> 3.23.4</li>
<li><a href="https://github.com/zloirock/core-js/commit/369786c01eb81f1881dfca3f389908086fbb27b0"><code>369786c</code></a> minor refactoring</li>
<li><a href="https://github.com/zloirock/core-js/commit/0b5d53d9d348d2b2a954548b0a6bebaf93386a0b"><code>0b5d53d</code></a> fix <code>.emplace</code> logic, <a href="https://github.com/zloirock/core-js/issues/1102">#1102</a></li>
<li><a href="https://github.com/zloirock/core-js/commit/0134fd19f32685c4f7a1b3e39e3d0f7e40542ad6"><code>0134fd1</code></a> improve a note</li>
<li><a href="https://github.com/zloirock/core-js/commit/e245f94b1d925becec39ae01688143e90974c5e7"><code>e245f94</code></a> clarify links to FF bugs</li>
<li><a href="https://github.com/zloirock/core-js/commit/87bf57809d02ebedf10719add0ed637f90002377"><code>87bf578</code></a> add a little more info</li>
<li><a href="https://github.com/zloirock/core-js/commit/0342bfa929a30699529a4e5ed10ec16ee424d803"><code>0342bfa</code></a> update a comment</li>
<li><a href="https://github.com/zloirock/core-js/commit/e41db12061534e0af3a2a636a87ec56714088013"><code>e41db12</code></a> add a fix for the FF103 <code>structuredClone</code> bug that now can clone errors, but ...</li>
<li><a href="https://github.com/zloirock/core-js/commit/cb8d8e0ed98aaa0d0ffb0ee7051133b4b0dce998"><code>cb8d8e0</code></a> add a workaround for Bun ~ 0.1.1 bug that define some globals with incorrect ...</li>
<li><a href="https://github.com/zloirock/core-js/commit/aeb28b62816ef9aa846d4a40a1aa2333c000bb72"><code>aeb28b6</code></a> use <code>getIteratorDirect</code> for proper order of error throwing on iterator helpers</li>
<li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.23.3...v3.23.4">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps core-js from 3.23.3 to 3.23.4.
Changelog
Sourced from core-js's changelog.
Commits
fe00e9c3.23.4369786cminor refactoring0b5d53dfix.emplacelogic, #11020134fd1improve a notee245f94clarify links to FF bugs87bf578add a little more info0342bfaupdate a commente41db12add a fix for the FF103structuredClonebug that now can clone errors, but ...cb8d8e0add a workaround for Bun ~ 0.1.1 bug that define some globals with incorrect ...aeb28b6usegetIteratorDirectfor proper order of error throwing on iterator helpersDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
8676321f- 1 commit from branchmasterae1790fd- Build(deps): bump core-js from 3.23.3 to 3.23.4Compare with previous version