Added a workaround of a Nashorn bug with Function.prototype.{ call, apply, bind } on string methods, #1128
Updated lists of [Serializable] and [Transferable] objects in the structuredClone polyfill. Mainly, for better error messages if polyfilling of cloning such types is impossible
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.25.3 to 3.25.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.25.4">3.25.4 - 2022.10.03</a></h5>
<ul>
<li>Added a workaround of a Nashorn bug with <code>Function.prototype.{ call, apply, bind }</code> on string methods, <a href="https://github.com/zloirock/core-js/issues/1128">#1128</a></li>
<li>Updated lists of <code>[Serializable]</code> and <code>[Transferable]</code> objects in the <code>structuredClone</code> polyfill. Mainly, for better error messages if polyfilling of cloning such types is impossible</li>
<li><code>Array.prototype.{ group, groupToMap }</code> marked as <a href="https://chromestatus.com/feature/5714791975878656">supported from V8 ~ Chromium 108</a></li>
<li>Added Electron 22 compat data mapping</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/zloirock/core-js/commit/d59e440f1472cef63579edd511a8ea1ffa474f69"><code>d59e440</code></a> 3.25.4</li>
<li><a href="https://github.com/zloirock/core-js/commit/d76041cfe6d914c13d3bebc1dafb24b2b3b4be45"><code>d76041c</code></a> update lists of <code>[Serializable]</code> and <code>[Transferable]</code> objects in the `structu...</li>
<li><a href="https://github.com/zloirock/core-js/commit/fd7812ac33079af134fc3269d236195b7b1bd9e3"><code>fd7812a</code></a> some stylistic changes, improve a note</li>
<li><a href="https://github.com/zloirock/core-js/commit/afcc1481cd8418ece936e214a2ebc701ab322ed9"><code>afcc148</code></a> update dependencies</li>
<li><a href="https://github.com/zloirock/core-js/commit/14364db45bd297fd45117ddc251ddaec51e089c7"><code>14364db</code></a> add Electron 22 compat data mapping</li>
<li><a href="https://github.com/zloirock/core-js/commit/3172ef6ef5de45740559d77a83b9ef809c4f8f82"><code>3172ef6</code></a> Merge pull request <a href="https://github.com/zloirock/core-js/issues/1131">#1131</a> from AprilArcus/april/1130</li>
<li><a href="https://github.com/zloirock/core-js/commit/8bd85082d4ba8fb62a1a298d5f3973a7de127ba0"><code>8bd8508</code></a> Fix more Nashorn problems</li>
<li><a href="https://github.com/zloirock/core-js/commit/44fe613a92ab263cfe86becc3ca8136c41f6fa60"><code>44fe613</code></a> fix <code>no-unused-vars</code> setting</li>
<li><a href="https://github.com/zloirock/core-js/commit/9307fb7d50093c756dc63639c6739cfe96ccaa62"><code>9307fb7</code></a> Merge pull request <a href="https://github.com/zloirock/core-js/issues/1129">#1129</a> from AprilArcus/april/1128</li>
<li><a href="https://github.com/zloirock/core-js/commit/775f6bac8d26e2be357f64390fe01990a9b44cc1"><code>775f6ba</code></a> some fixes</li>
<li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.25.3...v3.25.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
(Migrated from gitlab.com)
merged commit into master2022-10-03 09:06:40 +00:00
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.25.3 to 3.25.4.
Changelog
Sourced from core-js's changelog.
Commits
d59e4403.25.4d76041cupdate lists of[Serializable]and[Transferable]objects in the `structu...fd7812asome stylistic changes, improve a noteafcc148update dependencies14364dbadd Electron 22 compat data mapping3172ef6Merge pull request #1131 from AprilArcus/april/11308bd8508Fix more Nashorn problems44fe613fixno-unused-varssetting9307fb7Merge pull request #1129 from AprilArcus/april/1128775f6basome fixesDependabot 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 conflicts