Build(deps): bump core-js from 3.23.3 to 3.23.4 #465

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.23.4 into master 2022-07-10 09:02:33 +00:00
argoyle commented 2022-07-10 04:39:14 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.23.3 to 3.23.4.

Changelog

Sourced from core-js's changelog.

3.23.4 - 2022.07.10
  • 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
  • Fixed { Map, WeakMap }.prototype.emplace logic, #1102
  • Fixed order of errors throwing on iterator helpers
Commits
  • fe00e9c 3.23.4
  • 369786c minor refactoring
  • 0b5d53d fix .emplace logic, #1102
  • 0134fd1 improve a note
  • e245f94 clarify links to FF bugs
  • 87bf578 add a little more info
  • 0342bfa update a comment
  • e41db12 add a fix for the FF103 structuredClone bug that now can clone errors, but ...
  • cb8d8e0 add a workaround for Bun ~ 0.1.1 bug that define some globals with incorrect ...
  • aeb28b6 use getIteratorDirect for proper order of error throwing on iterator helpers
  • Additional commits viewable in compare view


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>
argoyle commented 2022-07-10 08:53:18 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 8676321f - 1 commit from branch master
  • ae1790fd - Build(deps): bump core-js from 3.23.3 to 3.23.4

Compare with previous version

added 2 commits <ul><li>8676321f - 1 commit from branch <code>master</code></li><li>ae1790fd - Build(deps): bump core-js from 3.23.3 to 3.23.4</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/416/diffs?diff_id=434831526&start_sha=2380a6ec7d35429d70ff8567705db8417c2d113f)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-07-10 08:54:07 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-07-10 09:02:33 +00:00
Sign in to join this conversation.