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 [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 9.11.1 to 9.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vueuse/vueuse/releases"><code>@vueuse/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v9.12.0</h2>
<h3> 🚀 Features</h3>
<ul>
<li><strong>usePrevious</strong>: New function - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/e101fb8e"><!-- raw HTML omitted -->(e101f)<!-- raw HTML omitted --></a></li>
<li><strong>useRafFn, useIntervalFn, useTimeoutFn</strong>: Make status readonly - by <a href="https://github.com/rotu"><code>@rotu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2685">vueuse/vueuse#2685</a> <a href="https://github.com/vueuse/vueuse/commit/39183406"><!-- raw HTML omitted -->(39183)<!-- raw HTML omitted --></a></li>
<li><strong>useWebSocket</strong>: Allow undefined ref for url - by <a href="https://github.com/ferferga"><code>@ferferga</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2473">vueuse/vueuse#2473</a> <a href="https://github.com/vueuse/vueuse/commit/1392410f"><!-- raw HTML omitted -->(13924)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li><strong>useElementSize</strong>: Use contentBoxSize as an array in useElementSize - by <a href="https://github.com/threedayAAAAA"><code>@threedayAAAAA</code></a> and <strong>vaakian X</strong> in <a href="https://github.com/vueuse/vueuse/issues/2520">vueuse/vueuse#2520</a> <a href="https://github.com/vueuse/vueuse/commit/3047594e"><!-- raw HTML omitted -->(30475)<!-- raw HTML omitted --></a></li>
<li><strong>useElementSize</strong>: Fix incorrect element size on SVG - by <a href="https://github.com/Lionad-Morotar"><code>@Lionad-Morotar</code></a>, <a href="https://github.com/wheatjs"><code>@wheatjs</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2661">vueuse/vueuse#2661</a> <a href="https://github.com/vueuse/vueuse/commit/902b3cc2"><!-- raw HTML omitted -->(902b3)<!-- raw HTML omitted --></a></li>
<li><strong>useMediaControls</strong>: Ended status not updating - by <a href="https://github.com/ferferga"><code>@ferferga</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2680">vueuse/vueuse#2680</a> <a href="https://github.com/vueuse/vueuse/commit/4ef27f00"><!-- raw HTML omitted -->(4ef27)<!-- raw HTML omitted --></a></li>
<li><strong>useMouseInElement</strong>: Check if mouse out of window - by <a href="https://github.com/chaii3"><code>@chaii3</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2458">vueuse/vueuse#2458</a> <a href="https://github.com/vueuse/vueuse/commit/54f4e724"><!-- raw HTML omitted -->(54f4e)<!-- raw HTML omitted --></a></li>
<li><strong>usePrecision</strong>: Fix return type - by <a href="https://github.com/ClemDee"><code>@ClemDee</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2676">vueuse/vueuse#2676</a> <a href="https://github.com/vueuse/vueuse/commit/e331b25a"><!-- raw HTML omitted -->(e331b)<!-- raw HTML omitted --></a></li>
<li><strong>useTimeoutFn</strong>: Respect callback parameters in start function - by <a href="https://github.com/wvffle"><code>@wvffle</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2693">vueuse/vueuse#2693</a> <a href="https://github.com/vueuse/vueuse/commit/e054a24a"><!-- raw HTML omitted -->(e054a)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/vueuse/vueuse/compare/v9.11.1...v9.12.0">View changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vueuse/vueuse/commit/8ee7d3c1c528aa2e2b0342af409095583252c0b1"><code>8ee7d3c</code></a> chore: release v9.12.0</li>
<li><a href="https://github.com/vueuse/vueuse/commit/9a372bd9f62adc69c3bf319cf4c0cd56cdcc4f27"><code>9a372bd</code></a> chore: fix types</li>
<li><a href="https://github.com/vueuse/vueuse/commit/e7e49fe424192f84d5f13b34ba25e66e35a0e4b8"><code>e7e49fe</code></a> chore: dedupe deps, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2694">#2694</a></li>
<li><a href="https://github.com/vueuse/vueuse/commit/7a07860fcb3dd7289106f3369318bccbd97378aa"><code>7a07860</code></a> chore: improve test</li>
<li><a href="https://github.com/vueuse/vueuse/commit/7e7f6d4e6b74ba57b3d6aa3d66c2b9dc91bb6c53"><code>7e7f6d4</code></a> chore: upgrade deps and lint</li>
<li><a href="https://github.com/vueuse/vueuse/commit/1392410fa9f157ff52856fadcfa61ef83f5a5382"><code>1392410</code></a> feat(useWebSocket): allow undefined ref for url (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2473">#2473</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/902b3cc2f51fd256ed13db040b76d5a833c2dab2"><code>902b3cc</code></a> fix(useElementSize): fix incorrect element size on SVG (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2661">#2661</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/54f4e724733482f1ed6b7563a5c220cdc04c4e52"><code>54f4e72</code></a> fix(useMouseInElement): check if mouse out of window (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2458">#2458</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/39183406cc558dbeedcb9af2ee62beb3ace99e3a"><code>3918340</code></a> feat(useRafFn, useIntervalFn, useTimeoutFn): make status readonly (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2685">#2685</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/eb55dc14f13e9bc6657fb0951e996efa3703595f"><code>eb55dc1</code></a> docs(useStepper): fix <code>stepper.isLast</code> usage in <code>demo.vue</code> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2688">#2688</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v9.12.0/packages/core">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 master2023-01-29 11:27:35 +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 @vueuse/core from 9.11.1 to 9.12.0.
Release notes
Sourced from
@vueuse/core's releases.Commits
8ee7d3cchore: release v9.12.09a372bdchore: fix typese7e49fechore: dedupe deps, close #26947a07860chore: improve test7e7f6d4chore: upgrade deps and lint1392410feat(useWebSocket): allow undefined ref for url (#2473)902b3ccfix(useElementSize): fix incorrect element size on SVG (#2661)54f4e72fix(useMouseInElement): check if mouse out of window (#2458)3918340feat(useRafFn, useIntervalFn, useTimeoutFn): make status readonly (#2685)eb55dc1docs(useStepper): fixstepper.isLastusage indemo.vue(#2688)Dependabot 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