Build(deps): bump core-js from 3.29.1 to 3.30.0 #1075

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-core-js-3.30.0 into master 2023-04-04 06:19:55 +00:00
argoyle commented 2023-04-04 04:40:04 +00:00 (Migrated from gitlab.com)

Bumps core-js from 3.29.1 to 3.30.0.

Changelog

Sourced from core-js's changelog.

3.30.0 - 2023.04.04
Commits
  • 280680b 3.30.0
  • 32fcbab add URL.canParse method
  • 1a3d541 validate arguments before opening iterator in iterator helpers
  • 63ffc6d Decorator Metadata proposal returned to usage Symbol.metadata
  • 5f1ce0c update dependencies
  • 1fd8c86 remove sort from Set.prototype.intersection
  • e4a5bc9 simplify AddDisposableResource
  • ea36fe1 move Iterator.range proposal to Stage 2
  • 096cb45 move validation of pending stacks to helper
  • 3493e88 (Async)DisposableStack.prototype.move marks the original stack as disposed,...
  • See full diff 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/tree/HEAD/packages/core-js) from 3.29.1 to 3.30.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.30.0">3.30.0 - 2023.04.04</a></h5> <ul> <li>Added <a href="https://url.spec.whatwg.org/#dom-url-canparse"><code>URL.canParse</code> method</a>, <a href="https://github.com/whatwg/url/pull/763">url/763</a></li> <li><a href="https://github.com/tc39/proposal-set-methods"><code>Set</code> methods proposal</a>: <ul> <li>Removed sort from <code>Set.prototype.intersection</code>, <a href="https://github.com/babel/proposals/issues/87#issuecomment-1478610425">March 2023 TC39 meeting</a>, <a href="https://github.com/tc39/proposal-set-methods/pull/94">proposal-set-methods/94</a></li> </ul> </li> <li>Iterator Helpers proposals (<a href="https://github.com/tc39/proposal-iterator-helpers">sync</a>, <a href="https://github.com/tc39/proposal-async-iterator-helpers">async</a>): <ul> <li>Validate arguments before opening iterator, <a href="https://github.com/babel/proposals/issues/87#issuecomment-1478412430">March 2023 TC39 meeting</a>, <a href="https://github.com/tc39/proposal-iterator-helpers/pull/265">proposal-iterator-helpers/265</a></li> </ul> </li> <li>Explicit Resource Management proposals (<a href="https://github.com/tc39/proposal-explicit-resource-management">sync</a>, <a href="https://github.com/tc39/proposal-async-explicit-resource-management">async</a>): <ul> <li><code>(Async)DisposableStack.prototype.move</code> marks the original stack as disposed, <a href="https://github.com/zloirock/core-js/issues/1226">#1226</a></li> <li>Some simplifications like <a href="https://github.com/tc39/proposal-explicit-resource-management/pull/150">proposal-explicit-resource-management/150</a></li> </ul> </li> <li><a href="https://github.com/tc39/proposal-Number.range"><code>Iterator.range</code> proposal</a>: <ul> <li>Moved to Stage 2, <a href="https://github.com/babel/proposals/issues/87#issuecomment-1480266760">March 2023 TC39 meeting</a></li> </ul> </li> <li><a href="https://github.com/tc39/proposal-decorator-metadata">Decorator Metadata proposal</a>: <ul> <li>Returned to usage <code>Symbol.metadata</code>, <a href="https://github.com/babel/proposals/issues/87#issuecomment-1478790137">March 2023 TC39 meeting</a>, <a href="https://github.com/tc39/proposal-decorator-metadata/pull/12">proposal-decorator-metadata/12</a></li> </ul> </li> <li>Compat data improvements: <ul> <li><a href="https://github.com/whatwg/url/pull/734"><code>URLSearchParams.prototype.size</code></a> marked as supported from FF112, NodeJS 19.8 and Deno 1.32</li> <li>Added Safari 16.4 compat data</li> <li>Added Deno 1.32 compat data mapping</li> <li>Added Electron 25 and updated 24 compat data mapping</li> <li>Added Samsung Internet 21 compat data mapping</li> <li>Added Quest Browser 26 compat data mapping</li> <li>Updated Opera Android 74 compat data</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/280680b8f77094031e3908823c81a9be3e6d6817"><code>280680b</code></a> 3.30.0</li> <li><a href="https://github.com/zloirock/core-js/commit/32fcbab657eb923bfea13727e370c1f3a9d3704a"><code>32fcbab</code></a> add <code>URL.canParse</code> method</li> <li><a href="https://github.com/zloirock/core-js/commit/1a3d541f430f4a981cb258e0a811fe651e1c6f13"><code>1a3d541</code></a> validate arguments before opening iterator in iterator helpers</li> <li><a href="https://github.com/zloirock/core-js/commit/63ffc6d9ec2f914ab8bd82a80c1b77c2880c8e61"><code>63ffc6d</code></a> Decorator Metadata proposal returned to usage <code>Symbol.metadata</code></li> <li><a href="https://github.com/zloirock/core-js/commit/5f1ce0cc2dce8143dbc17e2bbdad71306cca4250"><code>5f1ce0c</code></a> update dependencies</li> <li><a href="https://github.com/zloirock/core-js/commit/1fd8c86e52350877fedc9b0ce697fda6ec6c44f9"><code>1fd8c86</code></a> remove sort from <code>Set.prototype.intersection</code></li> <li><a href="https://github.com/zloirock/core-js/commit/e4a5bc9ea2b58408c6ac496a2b9f84098faeb1da"><code>e4a5bc9</code></a> simplify <code>AddDisposableResource</code></li> <li><a href="https://github.com/zloirock/core-js/commit/ea36fe1680180747cac6cd2dcfaa31213b34dbec"><code>ea36fe1</code></a> move <code>Iterator.range</code> proposal to Stage 2</li> <li><a href="https://github.com/zloirock/core-js/commit/096cb4518161e6c98b21416fb6601a1a54c4de2a"><code>096cb45</code></a> move validation of pending stacks to helper</li> <li><a href="https://github.com/zloirock/core-js/commit/3493e88eb3c8b166a25fb997068533acfc9cbc65"><code>3493e88</code></a> <code>(Async)DisposableStack.prototype.move</code> marks the original stack as disposed,...</li> <li>See full diff in <a href="https://github.com/zloirock/core-js/commits/v3.30.0/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 rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-04-04 06:19:43 +00:00 (Migrated from gitlab.com)

added 4 commits

  • 2cec424e...d285a620 - 3 commits from branch master
  • a147484b - Build(deps): bump core-js from 3.29.1 to 3.30.0

Compare with previous version

added 4 commits <ul><li>2cec424e...d285a620 - 3 commits from branch <code>master</code></li><li>a147484b - Build(deps): bump core-js from 3.29.1 to 3.30.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1026/diffs?diff_id=646563356&start_sha=2cec424ec1d6b72074e9f269a42e5e07f9b74f4a)
argoyle (Migrated from gitlab.com) merged commit into master 2023-04-04 06:19:55 +00:00
Sign in to join this conversation.