Build(deps): bump core-js from 3.22.7 to 3.22.8 #398

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.22.8 into master 2022-06-02 07:42:07 +00:00
argoyle commented 2022-06-02 04:38:40 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.22.7 to 3.22.8.

Changelog

Sourced from core-js's changelog.

3.22.8 - 2022.06.02
  • Fixed possible multiple call of ToBigInt / ToNumber conversion of the argument passed to %TypedArray%.prototype.fill in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18
  • Fixed some cases of DeletePropertyOrThrow in IE9-
  • Fixed the kind of error (TypeError instead of Error) on incorrect exec result in RegExp.prototype.test polyfill
  • Fixed dependencies of { actual, full, features }/typed-array/at entries
  • Added Electron 20.0 compat data mapping
  • Added iOS Safari 15.5 compat data mapping
  • Refactoring
Commits
  • 18a2e90 3.22.8
  • b931062 temporarily revert change the order of operations in `%TypedArray%.prototype....
  • 0460543 fix #1086
  • 9fed52d fix some cases of DeletePropertyOrThrow in IE9-
  • 6f9bf9e fix possible multiple call of ToBigInt / ToNumber conversion of the argum...
  • c04e4e1 fix a helper name
  • 7687c2b add iOS Safari 15.5 compat data mapping
  • 3837bf8 some %TypedArray% methods fixes
  • 6870c2a avoid some unnecessary global
  • 373e276 extract doesNonExceededSafeInteger helper
  • 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.22.7 to 3.22.8. <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.22.8">3.22.8 - 2022.06.02</a></h5> <ul> <li>Fixed possible multiple call of <code>ToBigInt</code> / <code>ToNumber</code> conversion of the argument passed to <code>%TypedArray%.prototype.fill</code> in V8 ~ Chrome &lt; 59, Safari &lt; 14.1, FF &lt; 55, Edge &lt;=18</li> <li>Fixed some cases of <code>DeletePropertyOrThrow</code> in IE9-</li> <li>Fixed the kind of error (<code>TypeError</code> instead of <code>Error</code>) on incorrect <code>exec</code> result in <code>RegExp.prototype.test</code> polyfill</li> <li>Fixed dependencies of <code>{ actual, full, features }/typed-array/at</code> entries</li> <li>Added Electron 20.0 compat data mapping</li> <li>Added iOS Safari 15.5 compat data mapping</li> <li>Refactoring</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/18a2e90f73c7fadd137803d440fd79fa5262fd00"><code>18a2e90</code></a> 3.22.8</li> <li><a href="https://github.com/zloirock/core-js/commit/b93106202989f77a6962f6af36d18a0ed8893319"><code>b931062</code></a> temporarily revert change the order of operations in `%TypedArray%.prototype....</li> <li><a href="https://github.com/zloirock/core-js/commit/04605430bc1b23913bcf0c6f7e6e0f102d2ca4c4"><code>0460543</code></a> fix <a href="https://github.com/zloirock/core-js/issues/1086">#1086</a></li> <li><a href="https://github.com/zloirock/core-js/commit/9fed52d7e7e1d59e8c81a3080f46aa1d48de9b67"><code>9fed52d</code></a> fix some cases of <code>DeletePropertyOrThrow</code> in IE9-</li> <li><a href="https://github.com/zloirock/core-js/commit/6f9bf9e84f1e00d2be421a7f87d6ca4d22d6f540"><code>6f9bf9e</code></a> fix possible multiple call of <code>ToBigInt</code> / <code>ToNumber</code> conversion of the argum...</li> <li><a href="https://github.com/zloirock/core-js/commit/c04e4e15ef5d5d9c24655f43476c3f77b7b8978e"><code>c04e4e1</code></a> fix a helper name</li> <li><a href="https://github.com/zloirock/core-js/commit/7687c2bd76f57ba7760b4511c03cff0dbaf33a7c"><code>7687c2b</code></a> add iOS Safari 15.5 compat data mapping</li> <li><a href="https://github.com/zloirock/core-js/commit/3837bf88be87d080addef0237b8343520ca63ac9"><code>3837bf8</code></a> some <code>%TypedArray%</code> methods fixes</li> <li><a href="https://github.com/zloirock/core-js/commit/6870c2ad4e896f0350c92a4e7b729694b5841766"><code>6870c2a</code></a> avoid some unnecessary <code>global</code></li> <li><a href="https://github.com/zloirock/core-js/commit/373e276badbee8a2e3e44d5e257e75abf097a4c3"><code>373e276</code></a> extract <code>doesNonExceededSafeInteger</code> helper</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/compare/v3.22.7...v3.22.8">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 master 2022-06-02 07:42:07 +00:00
Sign in to join this conversation.