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.9.0 to 9.10.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.10.0</h2>
<h3> 🚀 Features</h3>
<ul>
<li><strong>useActiveElement</strong>: Support shadow roots - by <a href="https://github.com/43081j"><code>@43081j</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2592">vueuse/vueuse#2592</a> <a href="https://github.com/vueuse/vueuse/commit/07f20315"><!-- raw HTML omitted -->(07f20)<!-- raw HTML omitted --></a></li>
<li><strong>useArrayUnique</strong>: New function - by <a href="https://github.com/Alfred-Skyblue"><code>@Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2597">vueuse/vueuse#2597</a> <a href="https://github.com/vueuse/vueuse/commit/162cdd44"><!-- raw HTML omitted -->(162cd)<!-- raw HTML omitted --></a></li>
<li><strong>useDebounceFn,useThrottleFn</strong>: Return result using promise - by <a href="https://github.com/vaakian"><code>@vaakian</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2580">vueuse/vueuse#2580</a> <a href="https://github.com/vueuse/vueuse/commit/4d3051ae"><!-- raw HTML omitted -->(4d305)<!-- raw HTML omitted --></a></li>
<li><strong>useMouse</strong>: Support for movement detection - by <a href="https://github.com/daniser"><code>@daniser</code></a> and <strong>Sergey Danilchenko</strong> in <a href="https://github.com/vueuse/vueuse/issues/2589">vueuse/vueuse#2589</a> <a href="https://github.com/vueuse/vueuse/commit/0c39d0ca"><!-- raw HTML omitted -->(0c39d)<!-- raw HTML omitted --></a></li>
<li><strong>useVirutalList</strong>: Expose <code>scrollTo</code> in component - by <a href="https://github.com/Agapanthus"><code>@Agapanthus</code></a> and <strong>Eric Skaliks</strong> in <a href="https://github.com/vueuse/vueuse/issues/2397">vueuse/vueuse#2397</a> <a href="https://github.com/vueuse/vueuse/commit/9f495d62"><!-- raw HTML omitted -->(9f495)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li><strong>nuxt</strong>: Disable useImage in the Nuxt package for auto imports - by <a href="https://github.com/wheatjs"><code>@wheatjs</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2602">vueuse/vueuse#2602</a> <a href="https://github.com/vueuse/vueuse/commit/d3d1db38"><!-- raw HTML omitted -->(d3d1d)<!-- raw HTML omitted --></a></li>
<li><strong>onKeyStroke</strong>: Make <code>target</code> ref nullable - by <a href="https://github.com/vaakian"><code>@vaakian</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2579">vueuse/vueuse#2579</a> <a href="https://github.com/vueuse/vueuse/commit/2861468b"><!-- raw HTML omitted -->(28614)<!-- raw HTML omitted --></a></li>
<li><strong>useActiveElement</strong>: Ignore if relatedTarget is set - by <a href="https://github.com/dpschen"><code>@dpschen</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2600">vueuse/vueuse#2600</a> <a href="https://github.com/vueuse/vueuse/commit/ae78d8bd"><!-- raw HTML omitted -->(ae78d)<!-- raw HTML omitted --></a></li>
<li><strong>useElementBounding</strong>: Update on scroll - by <a href="https://github.com/Ducz01"><code>@Ducz01</code></a> and <strong>sibbng</strong> in <a href="https://github.com/vueuse/vueuse/issues/2596">vueuse/vueuse#2596</a> <a href="https://github.com/vueuse/vueuse/commit/268a644f"><!-- raw HTML omitted -->(268a6)<!-- raw HTML omitted --></a></li>
<li><strong>useScrollLock</strong>: Fix iOS touchmove bug - by <a href="https://github.com/robinscholz"><code>@robinscholz</code></a>, <strong>Robin Scholz</strong>, <strong>webfansplz</strong> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2362">vueuse/vueuse#2362</a> <a href="https://github.com/vueuse/vueuse/commit/c9a9a92a"><!-- raw HTML omitted -->(c9a9a)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/vueuse/vueuse/compare/v9.9.0...v9.10.0">View changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vueuse/vueuse/commit/2851c32aaf80762d37705a740a1d1edf2cea0a07"><code>2851c32</code></a> chore: release v9.10.0</li>
<li><a href="https://github.com/vueuse/vueuse/commit/2861468b7cc77e2fe792442301b41bb20eb883a8"><code>2861468</code></a> fix(onKeyStroke): make <code>target</code> ref nullable (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2579">#2579</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/0c39d0ca2d3537adea3f83624577523365923e74"><code>0c39d0c</code></a> feat(useMouse): support for movement detection (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2589">#2589</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/07f203152fb9fd5f75eab6284ed81fd1370d2250"><code>07f2031</code></a> feat(useActiveElement): support shadow roots (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2592">#2592</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/7bb0144bfba66dcde572db7d6c4e7ad2c413f14f"><code>7bb0144</code></a> chore: update deps</li>
<li><a href="https://github.com/vueuse/vueuse/commit/ecd5578e1763a4d77878304e0e6084dc2c8fdf18"><code>ecd5578</code></a> docs(unrefElement): fix example (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2583">#2583</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/9f495d625abbda4bea7a1704c7592d583c320abf"><code>9f495d6</code></a> feat(useVirutalList): expose <code>scrollTo</code> in component (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2397">#2397</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/c9a9a92ac74c0a7c0220d28ee86c3b0676ea437b"><code>c9a9a92</code></a> fix(useScrollLock): fix iOS touchmove bug (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2362">#2362</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/ae78d8bda74f33d9db2d12aed07e277d6cd323ca"><code>ae78d8b</code></a> fix(useActiveElement): ignore if relatedTarget is set (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2600">#2600</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/0e4d0f1d78daf41062ac75c23020a60ab4298b38"><code>0e4d0f1</code></a> docs(useShare): hydration issue in demo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2601">#2601</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v9.10.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>
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.9.0 to 9.10.0.
Release notes
Sourced from
@vueuse/core's releases.Commits
2851c32chore: release v9.10.02861468fix(onKeyStroke): maketargetref nullable (#2579)0c39d0cfeat(useMouse): support for movement detection (#2589)07f2031feat(useActiveElement): support shadow roots (#2592)7bb0144chore: update depsecd5578docs(unrefElement): fix example (#2583)9f495d6feat(useVirutalList): exposescrollToin component (#2397)c9a9a92fix(useScrollLock): fix iOS touchmove bug (#2362)ae78d8bfix(useActiveElement): ignore if relatedTarget is set (#2600)0e4d0f1docs(useShare): hydration issue in demo (#2601)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 conflictsadded 2 commits
18f491fb- 1 commit from branchmaster30f7d11b- Build(deps): bump @vueuse/core from 9.9.0 to 9.10.0Compare with previous version