Skip to content

Commit

Permalink
chore(deps-dev): Bump core-js from 3.35.0 to 3.37.0 (#2545)
Browse files Browse the repository at this point in the history
Bumps
[core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js)
from 3.35.0 to 3.37.0.
<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.37.0">3.37.0 -
2024.04.17</a></h5>
<ul>
<li>Changes <a
href="https://github.com/zloirock/core-js/compare/v3.36.1...v3.37.0">v3.36.1...v3.37.0</a></li>
<li><a href="https://github.com/tc39/proposal-set-methods">New
<code>Set</code> methods proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>Set.prototype.intersection</code></li>
<li><code>Set.prototype.union</code></li>
<li><code>Set.prototype.difference</code></li>
<li><code>Set.prototype.symmetricDifference</code></li>
<li><code>Set.prototype.isSubsetOf</code></li>
<li><code>Set.prototype.isSupersetOf</code></li>
<li><code>Set.prototype.isDisjointFrom</code></li>
</ul>
</li>
<li>Moved to stable ES, <a
href="https://github.com/tc39/proposals/commit/bda5a6bccbaca183e193f9e680889ea5b5462ce4">April
2024 TC39 meeting</a></li>
<li>Added <code>es.</code> namespace modules, <code>/es/</code> and
<code>/stable/</code> namespaces entries</li>
</ul>
</li>
<li><a
href="https://github.com/tc39/proposal-explicit-resource-management">Explicit
Resource Management stage 3 proposal</a>:
<ul>
<li>Some minor updates like <a
href="https://redirect.github.com/tc39/proposal-explicit-resource-management/pull/217">explicit-resource-management/217</a></li>
</ul>
</li>
<li>Added <a
href="https://github.com/tc39/proposal-math-sum/"><code>Math.sumPrecise</code>
stage 2.7 proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>Math.sumPrecise</code></li>
</ul>
</li>
</ul>
</li>
<li><a
href="https://github.com/tc39/proposal-promise-try"><code>Promise.try</code>
proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>Promise.try</code></li>
</ul>
</li>
<li>Added optional arguments support, <a
href="https://redirect.github.com/tc39/proposal-promise-try/pull/16">promise-try/16</a></li>
<li>Moved to stage 2.7, <a
href="https://github.com/tc39/proposals/commit/301fc9c7eef2344d2b443f32a9c24ecd5fbdbec0">April
2024 TC39 meeting</a></li>
</ul>
</li>
<li><a
href="https://github.com/tc39/proposal-regex-escaping"><code>RegExp.escape</code>
stage 2 proposal</a>:
<ul>
<li>Moved to hex-escape semantics, <a
href="https://redirect.github.com/tc39/proposal-regex-escaping/pull/67">regex-escaping/67</a>
<ul>
<li>It's not the final change of the way of escaping, waiting for <a
href="https://redirect.github.com/tc39/proposal-regex-escaping/pull/77">regex-escaping/77</a>
soon</li>
</ul>
</li>
</ul>
</li>
<li><a href="https://github.com/tc39/proposal-pattern-matching">Pattern
matching stage 1 proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>Symbol.customMatcher</code></li>
</ul>
</li>
<li>Once again, <a
href="https://redirect.github.com/tc39/proposal-pattern-matching/pull/295">the
used well-known symbol was renamed</a></li>
<li>Added new entries for that</li>
</ul>
</li>
<li>Added <a
href="https://github.com/tc39/proposal-extractors">Extractors stage 1
proposal</a>:
<ul>
<li>Built-ins:
<ul>
<li><code>Symbol.customMatcher</code></li>
</ul>
</li>
<li>Since the <code>Symbol.customMatcher</code> well-known symbol from
the pattern matching proposal is also used in the exactors proposal,
added an entry also for this proposal</li>
</ul>
</li>
<li>Added <a
href="https://url.spec.whatwg.org/#dom-url-parse"><code>URL.parse</code></a>,
<a
href="https://redirect.github.com/whatwg/url/pull/825">url/825</a></li>
<li>Engines bugs fixes:
<ul>
<li>Added a fix of <a
href="https://bugs.webkit.org/show_bug.cgi?id=271524">Safari <code>{
Object, Map }.groupBy</code> bug that does not support iterable
primitives</a></li>
<li>Added a fix of <a
href="https://bugs.webkit.org/show_bug.cgi?id=271703">Safari bug with
double call of constructor in <code>Array.fromAsync</code></a></li>
</ul>
</li>
<li>Compat data improvements:
<ul>
<li><a
href="https://url.spec.whatwg.org/#dom-url-parse"><code>URL.parse</code></a>
added and marked as supported <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1887611">from FF
126</a></li>
<li><a
href="https://url.spec.whatwg.org/#dom-url-parse"><code>URL.parse</code></a>
added and marked as supported <a
href="https://redirect.github.com/oven-sh/bun/pull/10129">from Bun
1.1.4</a></li>
<li><a
href="https://url.spec.whatwg.org/#dom-url-canparse"><code>URL.canParse</code></a>
fixed and marked as supported <a
href="https://redirect.github.com/oven-sh/bun/pull/9710">from Bun
1.1.0</a></li>
<li><a href="https://github.com/tc39/proposal-set-methods">New
<code>Set</code> methods</a> fixed in JavaScriptCore and marked as
supported from Bun 1.1.1</li>
<li>Added Opera Android 82 compat data mapping</li>
</ul>
</li>
</ul>
<h5><a
href="https://github.com/zloirock/core-js/releases/tag/v3.36.1">3.36.1 -
2024.03.19</a></h5>
<ul>
<li>Changes <a
href="https://github.com/zloirock/core-js/compare/v3.36.0...v3.36.1">v3.36.0...v3.36.1</a></li>
<li>Fixed some validation cases in <code>Object.setPrototypeOf</code>,
<a
href="https://redirect.github.com/zloirock/core-js/issues/1329">#1329</a>,
thanks <a
href="https://github.com/minseok-choe"><strong><code>@​minseok-choe</code></strong></a></li>
<li>Fixed the order of validations in <code>Array.from</code>, <a
href="https://redirect.github.com/zloirock/core-js/pull/1331">#1331</a>,
thanks <a
href="https://github.com/minseok-choe"><strong><code>@​minseok-choe</code></strong></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zloirock/core-js/commit/598d0b2fd36a3a62911b1507f945363050de98bc"><code>598d0b2</code></a>
3.37.0</li>
<li><a
href="https://github.com/zloirock/core-js/commit/c978c8f700a8dbfb2cd746306289117eec05ec79"><code>c978c8f</code></a>
add an entry for exactors proposal</li>
<li><a
href="https://github.com/zloirock/core-js/commit/8957db17d8cd9244bf8932c357195bda535b1364"><code>8957db1</code></a>
update pattern matching proposal</li>
<li><a
href="https://github.com/zloirock/core-js/commit/d393ed4301bf7d631c14bcadff4c4a900f38a1a1"><code>d393ed4</code></a>
some simplification</li>
<li><a
href="https://github.com/zloirock/core-js/commit/51cb7c8ee45af92b43e483feb910e4bf4250a1fe"><code>51cb7c8</code></a>
some simplification</li>
<li><a
href="https://github.com/zloirock/core-js/commit/51ce5d04a2b0166542cc9234fcbd287388858320"><code>51ce5d0</code></a>
simplify some constants definition</li>
<li><a
href="https://github.com/zloirock/core-js/commit/9da401f49d0925444bddd755c124cc5ce129f1d6"><code>9da401f</code></a>
add <code>Math.sumPrecise</code></li>
<li><a
href="https://github.com/zloirock/core-js/commit/80f1d23b027117529a7b1e78090946236d0aeaa2"><code>80f1d23</code></a>
add a fix of Safari <code>{ Object, Map }.groupBy</code> bug that does
not support itera...</li>
<li><a
href="https://github.com/zloirock/core-js/commit/5b908c249493702e32050240c3d483de98a7f747"><code>5b908c2</code></a>
add a fix of Safari bug with double call of constructor in
<code>Array.fromAsync</code></li>
<li><a
href="https://github.com/zloirock/core-js/commit/559081fdeeed9bddae368b71a002ff3dfb69d0ad"><code>559081f</code></a>
move new <code>Set</code> methods to stable ES</li>
<li>Additional commits viewable in <a
href="https://github.com/zloirock/core-js/commits/v3.37.0/packages/core-js">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=core-js&package-manager=npm_and_yarn&previous-version=3.35.0&new-version=3.37.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Hobbs <[email protected]>
  • Loading branch information
dependabot[bot] and stevehobbsdev committed Apr 30, 2024
1 parent 5391118 commit 826cd47
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 826cd47

Please sign in to comment.