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/nuxt](https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt) from 9.6.0 to 9.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vueuse/vueuse/releases"><code>@vueuse/nuxt</code>'s releases</a>.</em></p>
<blockquote>
<h2>v9.7.0</h2>
<h3> 🚀 Features</h3>
<ul>
<li><strong>createEeventHook</strong>: Auto dispose - by <a href="https://github.com/ARZarkesh"><code>@ARZarkesh</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2518">vueuse/vueuse#2518</a> <a href="https://github.com/vueuse/vueuse/commit/fdd4dbf0"><!-- raw HTML omitted -->(fdd4d)<!-- raw HTML omitted --></a></li>
<li><strong>useBreakpoints</strong>: Add breakpoints for Master CSS - by <a href="https://github.com/imsus"><code>@imsus</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2529">vueuse/vueuse#2529</a> <a href="https://github.com/vueuse/vueuse/commit/30c5b09c"><!-- raw HTML omitted -->(30c5b)<!-- raw HTML omitted --></a></li>
<li><strong>useRafFn</strong>: Add <code>delta</code> and <code>timestamp</code> - by <a href="https://github.com/innocenzi"><code>@innocenzi</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2493">vueuse/vueuse#2493</a> <a href="https://github.com/vueuse/vueuse/commit/692d0247"><!-- raw HTML omitted -->(692d0)<!-- raw HTML omitted --></a></li>
<li><strong>useTimeAgo</strong>: Add <code>floor</code> and <code>ceil</code> value calculation - by <a href="https://github.com/userquin"><code>@userquin</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2543">vueuse/vueuse#2543</a> <a href="https://github.com/vueuse/vueuse/commit/a7dc61b0"><!-- raw HTML omitted -->(a7dc6)<!-- raw HTML omitted --></a></li>
<li><strong>useTimeAgo</strong>: Custom units, number rounding - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/324ded63"><!-- raw HTML omitted -->(324de)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Reference - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/ea497a84"><!-- raw HTML omitted -->(ea497)<!-- raw HTML omitted --></a></li>
<li><strong>useActiveElement</strong>: Ignore blur for relatedTarget - by <a href="https://github.com/dpschen"><code>@dpschen</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2540">vueuse/vueuse#2540</a> <a href="https://github.com/vueuse/vueuse/commit/88b4419a"><!-- raw HTML omitted -->(88b44)<!-- raw HTML omitted --></a></li>
<li><strong>useDraggable</strong>: Use <code>clientX</code> instead of <code>pageX</code>, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt/issues/2053">#2053</a> - by <a href="https://github.com/stefnotch"><code>@stefnotch</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2054">vueuse/vueuse#2054</a> and <a href="https://github.com/vueuse/vueuse/issues/2053">vueuse/vueuse#2053</a> <a href="https://github.com/vueuse/vueuse/commit/c91867fd"><!-- raw HTML omitted -->(c9186)<!-- raw HTML omitted --></a></li>
<li><strong>useGeolocation</strong>: Implement immediate option - by <a href="https://github.com/ebisbe"><code>@ebisbe</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2472">vueuse/vueuse#2472</a> <a href="https://github.com/vueuse/vueuse/commit/161fdb01"><!-- raw HTML omitted -->(161fd)<!-- raw HTML omitted --></a></li>
<li><strong>useIntervalFn</strong>: Watch computed refs instead of just refs - by <a href="https://github.com/innocenzi"><code>@innocenzi</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2539">vueuse/vueuse#2539</a> <a href="https://github.com/vueuse/vueuse/commit/8bb7b509"><!-- raw HTML omitted -->(8bb7b)<!-- raw HTML omitted --></a></li>
<li><strong>useMagicKeys</strong>: Also clear 'current' on <a href="https://github.com/focus"><code>@focus</code></a> - by <a href="https://github.com/hartmut"><code>@hartmut</code></a> [<!-- raw HTML omitted -->(<a href="https://github.com/blur"><code>@blur</code></a>)<!-- raw HTML omitted -->](<a href="https://github.com/vueuse/vueuse/commit/@blur"><code>https://github.com/vueuse/vueuse/commit/@blur</code></a> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt/issues/2515">#2515</a>))</li>
<li><strong>useStyleTag</strong>: Allow multiline CSS - by <a href="https://github.com/jameswragg"><code>@jameswragg</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2476">vueuse/vueuse#2476</a> <a href="https://github.com/vueuse/vueuse/commit/cfcc2952"><!-- raw HTML omitted -->(cfcc2)<!-- raw HTML omitted --></a></li>
<li><strong>useTextareaAutosize</strong>: Support changes of element width - by <a href="https://github.com/dpschen"><code>@dpschen</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2541">vueuse/vueuse#2541</a> <a href="https://github.com/vueuse/vueuse/commit/ebd48528"><!-- raw HTML omitted -->(ebd48)<!-- raw HTML omitted --></a></li>
<li><strong>useTimeAgo</strong>: Add <code>showSecond</code> prop to component - by <a href="https://github.com/CS-Birb"><code>@CS-Birb</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2547">vueuse/vueuse#2547</a> <a href="https://github.com/vueuse/vueuse/commit/0c333bd3"><!-- raw HTML omitted -->(0c333)<!-- raw HTML omitted --></a></li>
<li><strong>useWindowScroll</strong>: Use configured window onScroll - by <a href="https://github.com/94726"><code>@94726</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2545">vueuse/vueuse#2545</a> <a href="https://github.com/vueuse/vueuse/commit/5df0ab60"><!-- raw HTML omitted -->(5df0a)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/vueuse/vueuse/compare/v9.6.0...v9.7.0">View changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vueuse/vueuse/commit/81f626fd6dd80bca02bcf57c2a4a995bdb3d35c9"><code>81f626f</code></a> chore: release v9.7.0</li>
<li><a href="https://github.com/vueuse/vueuse/commit/91ec77418298eb252899125ab37c160718a3e078"><code>91ec774</code></a> chore(nuxt): update dependencies to Nuxt 3 stable (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt/issues/2468">#2468</a>)</li>
<li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v9.7.0/packages/nuxt">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/nuxt from 9.6.0 to 9.7.0.
Release notes
Sourced from
@vueuse/nuxt's releases.Commits
81f626fchore: release v9.7.091ec774chore(nuxt): update dependencies to Nuxt 3 stable (#2468)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$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️✅
dependabotsuccessfuly recreated merge request!added 2 commits
519edab2- 1 commit from branchmasterbdd10eaa- Build(deps): bump @vueuse/nuxt from 9.6.0 to 9.7.0Compare with previous version
resolved all threads