Build(deps): bump core-js from 3.32.1 to 3.32.2 #1452

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.32.2 into master 2023-09-08 04:57:41 +00:00
argoyle commented 2023-09-08 04:40:13 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.32.1 to 3.32.2.

Changelog

Sourced from core-js's changelog.

3.32.2 - 2023.09.07
  • Fixed structuredClone feature detection core-js@3.32.1 bug, #1288
  • Added a workaround of old WebKit + eval bug, #1287
  • Compat data improvements:
    • Added Samsung Internet 23 compat data mapping
    • Added Quest Browser 29 compat data mapping
Commits
  • aaefe98 3.32.2
  • 76416d6 Merge pull request #1287 from aleen42/master
  • 674130b Update packages/core-js/internals/check-correctness-of-iteration.js
  • 44f3ce9 enable some rules from eslint-plugin-n(ode)
  • 875601e fix structuredClone feature detection core-js@3.32.1 bug, close #1288
  • 2f6a3af handle missing scopes in strict mode when checking iteration #1286
  • 7cb9775 use non-capturing group
  • 628463c some stylistic fixes
  • 6b4dcc1 review eslint core rules: enforce a maximum number of statements allowed pe...
  • 6a92722 review eslint core rules: require assignment operator shorthand where possible
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on 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/tree/HEAD/packages/core-js) from 3.32.1 to 3.32.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.32.2">3.32.2 - 2023.09.07</a></h5> <ul> <li>Fixed <code>structuredClone</code> feature detection <code>core-js@3.32.1</code> bug, <a href="https://github.com/zloirock/core-js/issues/1288">#1288</a></li> <li>Added a workaround of old WebKit + <code>eval</code> bug, <a href="https://github.com/zloirock/core-js/pull/1287">#1287</a></li> <li>Compat data improvements: <ul> <li>Added Samsung Internet 23 compat data mapping</li> <li>Added Quest Browser 29 compat data mapping</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/aaefe98d5fdc015e417801332eb4ede5113a01f5"><code>aaefe98</code></a> 3.32.2</li> <li><a href="https://github.com/zloirock/core-js/commit/76416d6826854bf98a72f5e30f276e17c4cf0ae5"><code>76416d6</code></a> Merge pull request <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1287">#1287</a> from aleen42/master</li> <li><a href="https://github.com/zloirock/core-js/commit/674130b2c081e7ea1b4a2b9f081a2e4b7daef56b"><code>674130b</code></a> Update packages/core-js/internals/check-correctness-of-iteration.js</li> <li><a href="https://github.com/zloirock/core-js/commit/44f3ce9d8efd5a44471bbc7579e98381e49720c5"><code>44f3ce9</code></a> enable some rules from <code>eslint-plugin-n(ode)</code></li> <li><a href="https://github.com/zloirock/core-js/commit/875601e74d94fab8f2c180da83c4283fb83cae39"><code>875601e</code></a> fix <code>structuredClone</code> feature detection <code>core-js@3.32.1</code> bug, close <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1288">#1288</a></li> <li><a href="https://github.com/zloirock/core-js/commit/2f6a3af3d03c3f96d5c8fc111dc45343727b105a"><code>2f6a3af</code></a> handle missing scopes in strict mode when checking iteration <a href="https://github.com/zloirock/core-js/tree/HEAD/packages/core-js/issues/1286">#1286</a></li> <li><a href="https://github.com/zloirock/core-js/commit/7cb977588a70c7835301e15db0da24c8da5e74e7"><code>7cb9775</code></a> use non-capturing group</li> <li><a href="https://github.com/zloirock/core-js/commit/628463ccd027da7472e48db78d8f47fc1cdc8015"><code>628463c</code></a> some stylistic fixes</li> <li><a href="https://github.com/zloirock/core-js/commit/6b4dcc12d9df303bddd9a29a3d46178f7b78c2f7"><code>6b4dcc1</code></a> review <code>eslint</code> core rules: enforce a maximum number of statements allowed pe...</li> <li><a href="https://github.com/zloirock/core-js/commit/6a92722bf55e42f99cd11d36282c271ea75ae98d"><code>6a92722</code></a> review <code>eslint</code> core rules: require assignment operator shorthand where possible</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.32.2/packages/core-js">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-09-08 04:57:31 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 6d0cbc91 - 1 commit from branch master
  • ba8be1a6 - Build(deps): bump core-js from 3.32.1 to 3.32.2

Compare with previous version

added 2 commits <ul><li>6d0cbc91 - 1 commit from branch <code>master</code></li><li>ba8be1a6 - Build(deps): bump core-js from 3.32.1 to 3.32.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1403/diffs?diff_id=782687919&start_sha=4387b7a19a157ce18b82b26d18ab70104db08d97)
argoyle (Migrated from gitlab.com) merged commit into master 2023-09-08 04:57:41 +00:00
Sign in to join this conversation.