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.13.0 to 10.0.2.
<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>v10.0.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Module reference, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt/issues/2972">#2972</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2972">vueuse/vueuse#2972</a> <a href="https://github.com/vueuse/vueuse/commit/7d001e33"><!-- raw HTML omitted -->(7d001)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/vueuse/vueuse/compare/v10.0.1...v10.0.2">View changes on GitHub</a></h5>
<h2>v10.0.1</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li><strong>nuxt</strong>: Do not auto-import <code>toRef</code> and <code>toValue</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/9225fc77"><!-- raw HTML omitted -->(9225f)<!-- raw HTML omitted --></a></li>
<li><strong>useIntersectionObserver</strong>: Targets length check - by <a href="https://github.com/schelmo"><code>@schelmo</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2968">vueuse/vueuse#2968</a> <a href="https://github.com/vueuse/vueuse/commit/b95b6210"><!-- raw HTML omitted -->(b95b6)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/vueuse/vueuse/compare/v10.0.0...v10.0.1">View changes on GitHub</a></h5>
<h2>v10.0.0</h2>
<p><img src="https://user-images.githubusercontent.com/11247099/231996807-fb756cbe-8e19-45f0-a33a-91a80b35482b.png" alt="VueUse v10" /></p>
<h3> ✨ Highlights</h3>
<ul>
<li><a href="https://vueuse.org/core/createreusabletemplate/"><code>createReusableTemplate</code></a> from <a href="https://github.com/antfu/vue-reuse-template">https://github.com/antfu/vue-reuse-template</a></li>
<li><a href="https://vueuse.org/core/createTemplatePromise/"><code>createTemplatePromise</code></a> from <a href="https://github.com/antfu/vue-template-promise">https://github.com/antfu/vue-template-promise</a></li>
<li><a href="https://vueuse.org/core/useAnimate/"><code>useAnimate</code></a> for native animation API, thanks to <a href="https://github.com/tolking"><code>@tolking</code></a></li>
<li>Renamed <code>resolveRef</code> to <code>toRef</code>, <code>resolveUnref</code> to <code>toValue</code>, aligning with Vue 3.3: <a href="https://github.com/vuejs/core/pull/7997">vuejs/core#7997</a></li>
<li>Improved tree-shaking</li>
<li>Cleaned up long-lasting PRs, thanks to all!</li>
</ul>
<h3> 🚨 Breaking Changes</h3>
<ul>
<li>Remove deprecated types - by <a href="https://github.com/Alfred-Skyblue"><code>@Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2656">vueuse/vueuse#2656</a> <a href="https://github.com/vueuse/vueuse/commit/c2fee4e5"><!-- raw HTML omitted -->(c2fee)<!-- raw HTML omitted --></a></li>
<li>Remove <code>isFunction</code> and <code>isString</code> utils <a href="https://github.com/vueuse/vueuse/commit/cb644e03"><!-- raw HTML omitted -->(cb644)<!-- raw HTML omitted --></a></li>
<li><strong>computedAsync</strong>:
<ul>
<li>Set shallow defalut to true - by <a href="https://github.com/xiankaiqun"><code>@xiankaiqun</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2621">vueuse/vueuse#2621</a> <a href="https://github.com/vueuse/vueuse/commit/23c9d45d"><!-- raw HTML omitted -->(23c9d)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>toRef</strong>:
<ul>
<li>Rename <code>resolveRef</code> to <code>toRef</code> <a href="https://github.com/vueuse/vueuse/commit/10e98911"><!-- raw HTML omitted -->(10e98)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>types</strong>:
<ul>
<li>Rename <code>MaybeComputedRef</code> to <code>MaybeRefOrGetter</code> <a href="https://github.com/vueuse/vueuse/commit/4d7577ee"><!-- raw HTML omitted -->(4d757)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>useAxios</strong>:
<ul>
<li><code>error</code> should return type <code>unknown</code> - by <a href="https://github.com/jbaubree"><code>@jbaubree</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2807">vueuse/vueuse#2807</a> <a href="https://github.com/vueuse/vueuse/commit/d8d732e0"><!-- raw HTML omitted -->(d8d73)<!-- raw HTML omitted --></a></li>
<li>Remove deprecated apis <a href="https://github.com/vueuse/vueuse/commit/1f8b92c1"><!-- raw HTML omitted -->(1f8b9)<!-- raw HTML omitted --></a></li>
<li>Reject promise on <code>execute</code> - by <a href="https://github.com/FRSgit"><code>@FRSgit</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2485">vueuse/vueuse#2485</a> <a href="https://github.com/vueuse/vueuse/commit/edece1a2"><!-- raw HTML omitted -->(edece)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>useColorMode</strong>:
<ul>
<li>Enable <code>disableTransition</code> by default <a href="https://github.com/vueuse/vueuse/commit/5c82cf3a"><!-- raw HTML omitted -->(5c82c)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>useElementVisibility</strong>:
<ul>
<li>Use useIntersectionObserver instead of scroll event handler - by <a href="https://github.com/curtgrimes"><code>@curtgrimes</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2551">vueuse/vueuse#2551</a> <a href="https://github.com/vueuse/vueuse/commit/74b00a09"><!-- raw HTML omitted -->(74b00)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>useEventBus,createEventHook</strong>:
<ul>
<li>Dedupe registration of the same function - by <a href="https://github.com/Alfred-Skyblue"><code>@Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2748">vueuse/vueuse#2748</a> <a href="https://github.com/vueuse/vueuse/commit/dd514616"><!-- raw HTML omitted -->(dd514)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>useFullscreen</strong>:
<ul>
<li>Better cross-platform compatibility - by <a href="https://github.com/ferferga"><code>@ferferga</code></a> and <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2915">vueuse/vueuse#2915</a> <a href="https://github.com/vueuse/vueuse/commit/2e46781f"><!-- raw HTML omitted -->(2e467)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>useIDBKeyval</strong>:</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vueuse/vueuse/commit/47be62a55dd996b2c86ca414e7f3e3a52da15e73"><code>47be62a</code></a> chore: release v10.0.2</li>
<li><a href="https://github.com/vueuse/vueuse/commit/69be02c83c0f10866cdb1655e75be54633cc552f"><code>69be02c</code></a> chore: release v10.0.1</li>
<li><a href="https://github.com/vueuse/vueuse/commit/9225fc779bfb22acb981e164e54d2118f09a64c5"><code>9225fc7</code></a> fix(nuxt): do not auto-import <code>toRef</code> and <code>toValue</code></li>
<li><a href="https://github.com/vueuse/vueuse/commit/138b2787fc091b90b8fd6c7742b53ec8b5e220c0"><code>138b278</code></a> chore: release v10.0.0</li>
<li><a href="https://github.com/vueuse/vueuse/commit/25c7eea72e1bebd5789a8af35774ee392d87ed81"><code>25c7eea</code></a> chore: release v10.0.0-beta.5</li>
<li><a href="https://github.com/vueuse/vueuse/commit/976d835c097b02af25bad831e5a724f376cf8d9a"><code>976d835</code></a> fix: upgrade vue-demi</li>
<li><a href="https://github.com/vueuse/vueuse/commit/cbdbb8cc56f999cd2ed75763316fbb3125a45389"><code>cbdbb8c</code></a> chore: update deps</li>
<li><a href="https://github.com/vueuse/vueuse/commit/7dd431b5b9b6a74ab189a3dcf98183580e125e75"><code>7dd431b</code></a> chore: release v10.0.0-beta.4</li>
<li><a href="https://github.com/vueuse/vueuse/commit/3867bb79833739c13ba2ce37e8a9ca976ddc7bf9"><code>3867bb7</code></a> chore: release v10.0.0-beta.3</li>
<li><a href="https://github.com/vueuse/vueuse/commit/e75a5e61acaf4dbb9bac365504ece2ee8af4d2fd"><code>e75a5e6</code></a> feat: update deps</li>
<li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v10.0.2/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.13.0 to 10.0.2.
Release notes
Sourced from
@vueuse/nuxt's releases.... (truncated)
Commits
47be62achore: release v10.0.269be02cchore: release v10.0.19225fc7fix(nuxt): do not auto-importtoRefandtoValue138b278chore: release v10.0.025c7eeachore: release v10.0.0-beta.5976d835fix: upgrade vue-demicbdbb8cchore: update deps7dd431bchore: release v10.0.0-beta.43867bb7chore: release v10.0.0-beta.3e75a5e6feat: update depsDependabot 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
584b8489- 1 commit from branchmaster179048b4- Build(deps): bump @vueuse/nuxt from 9.13.0 to 10.0.2Compare with previous version
resolved all threads