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.1.0 to 9.1.1.
<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.1.1</h2>
<h3> 🚀 Features</h3>
<ul>
<li><strong>usePreferredContrast</strong>: New function - by <a href="https://github.com/Zhaocl1997"><code>@Zhaocl1997</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2040">vueuse/vueuse#2040</a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li><strong>firebase</strong>: Improve externalization - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/e2a78284"><!-- raw HTML omitted -->(e2a78)<!-- raw HTML omitted --></a></li>
<li><strong>shared</strong>: Resolve internal circular reference - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/0fdbbf4f"><!-- raw HTML omitted -->(0fdbb)<!-- raw HTML omitted --></a></li>
<li><strong>useActiveElement</strong>: Use <code>computedWithControl</code> instead of <code>counter</code> ref - by <a href="https://github.com/vaakian"><code>@vaakian</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2093">vueuse/vueuse#2093</a></li>
<li><strong>useElementHover</strong>: Support set el ref type - by <a href="https://github.com/JiatLn"><code>@JiatLn</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2079">vueuse/vueuse#2079</a></li>
<li><strong>useScroll</strong>: Account for rounding errors when calculating arrivedState - by <a href="https://github.com/curtgrimes"><code>@curtgrimes</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2051">vueuse/vueuse#2051</a></li>
<li><strong>useURLSearchParams</strong>: Avoid referencing to global <code>location</code> - by <a href="https://github.com/mskr"><code>@mskr</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2066">vueuse/vueuse#2066</a></li>
</ul>
<h5> <a href="https://github.com/vueuse/vueuse/compare/v9.1.0...v9.1.1">View changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vueuse/vueuse/commit/bc6afc1428086d1b269d79f1c8ad4c22c7e8a05a"><code>bc6afc1</code></a> chore: release v9.1.1</li>
<li><a href="https://github.com/vueuse/vueuse/commit/6db0559c4223671c988ceef9a96ddfee7779d475"><code>6db0559</code></a> feat(usePreferredContrast): new function (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2040">#2040</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/73c753fac4ea55ff7b7dd7d058a3f042615d9343"><code>73c753f</code></a> docs(useEventListener): improve docs (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2105">#2105</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/c534e4377f721505c9f7deaee4cd35b4ccab2594"><code>c534e43</code></a> fix(useActiveElement): use <code>computedWithControl</code> instead of <code>counter</code> ref (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2">#2</a>...</li>
<li><a href="https://github.com/vueuse/vueuse/commit/1eb83c41bb1ca6e6c8ee61c46ce9dbca7ab1613f"><code>1eb83c4</code></a> docs: fix typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2092">#2092</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/42dd9015f8fe31a15c28ce721be33207b16938d7"><code>42dd901</code></a> docs: update export size</li>
<li><a href="https://github.com/vueuse/vueuse/commit/d9c0cd0b013066d31f1b215eb8225200ea380acc"><code>d9c0cd0</code></a> fix(useElementHover): support set el ref type (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2079">#2079</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/42300326ac916d00ed07718bb8b2571b99624ace"><code>4230032</code></a> fix(useURLSearchParams): avoid referencing to global <code>location</code> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2066">#2066</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/53a209e1118687c0f0b7c876377fa4126afce624"><code>53a209e</code></a> fix(useScroll): account for rounding errors when calculating arrivedState (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2">#2</a>...</li>
<li><a href="https://github.com/vueuse/vueuse/commit/330dcd07f19da8874fcfa4f5c6becd7a2c333e50"><code>330dcd0</code></a> docs(onKeyStroke): allow typing into search on demo page (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2050">#2050</a>)</li>
<li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v9.1.1/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.1.0 to 9.1.1.
Release notes
Sourced from
@vueuse/core's releases.Commits
bc6afc1chore: release v9.1.16db0559feat(usePreferredContrast): new function (#2040)73c753fdocs(useEventListener): improve docs (#2105)c534e43fix(useActiveElement): usecomputedWithControlinstead ofcounterref (#2...1eb83c4docs: fix typo (#2092)42dd901docs: update export sized9c0cd0fix(useElementHover): support set el ref type (#2079)4230032fix(useURLSearchParams): avoid referencing to globallocation(#2066)53a209efix(useScroll): account for rounding errors when calculating arrivedState (#2...330dcd0docs(onKeyStroke): allow typing into search on demo page (#2050)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
e27f5137- 1 commit from branchmasterCompare with previous version
added 2 commits
3d67dcc2- 1 commit from branchmasterCompare with previous version
added 2 commits
8d14451d- 1 commit from branchmasterCompare with previous version
added 3 commits
masterCompare with previous version
added 2 commits
748a79df- 1 commit from branchmaster60282916- Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1Compare with previous version