Build(deps): bump @vueuse/nuxt from 9.10.0 to 9.11.0 #877

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-nuxt-9.11.0 into master 2023-01-18 08:25:56 +00:00
argoyle commented 2023-01-18 04:39:10 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/nuxt from 9.10.0 to 9.11.0.

Release notes

Sourced from @​vueuse/nuxt's releases.

v9.11.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits


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.10.0 to 9.11.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.11.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>computedAsync</strong>: Introduce <code>shadow</code> option  -  by <a href="https://github.com/xiankaiqun"><code>@​xiankaiqun</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2616">vueuse/vueuse#2616</a> <a href="https://github.com/vueuse/vueuse/commit/a065637a"><!-- raw HTML omitted -->(a0656)<!-- raw HTML omitted --></a></li> <li><strong>createInjectionState</strong>: Return state when providing injection state  -  by <a href="https://github.com/Tanimodori"><code>@​Tanimodori</code></a> and <strong>lsdsjy</strong> in <a href="https://github.com/vueuse/vueuse/issues/2309">vueuse/vueuse#2309</a> <a href="https://github.com/vueuse/vueuse/commit/f7ce6c9f"><!-- raw HTML omitted -->(f7ce6)<!-- raw HTML omitted --></a></li> <li><strong>reactivePick</strong>: Add test cases  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a>, <strong>丶远方</strong> and <a href="https://github.com/wheatjs"><code>@​wheatjs</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2653">vueuse/vueuse#2653</a> <a href="https://github.com/vueuse/vueuse/commit/b06b84e9"><!-- raw HTML omitted -->(b06b8)<!-- raw HTML omitted --></a></li> <li><strong>useAsyncState</strong>: Add test cases  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> and <a href="https://github.com/wheatjs"><code>@​wheatjs</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2657">vueuse/vueuse#2657</a> <a href="https://github.com/vueuse/vueuse/commit/5907f45c"><!-- raw HTML omitted -->(5907f)<!-- raw HTML omitted --></a></li> <li><strong>usePointerLock</strong>: New function  -  by <a href="https://github.com/daniser"><code>@​daniser</code></a>, <strong>Sergey Danilchenko</strong>, <strong>Jelf</strong> and <a href="https://github.com/wheatjs"><code>@​wheatjs</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2590">vueuse/vueuse#2590</a> <a href="https://github.com/vueuse/vueuse/commit/ae69fb8a"><!-- raw HTML omitted -->(ae69f)<!-- raw HTML omitted --></a></li> <li><strong>useThrottleFn</strong>: Add test cases  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2649">vueuse/vueuse#2649</a> <a href="https://github.com/vueuse/vueuse/commit/85ab1461"><!-- raw HTML omitted -->(85ab1)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Nuxt3 implementation  -  by <a href="https://github.com/roiLeo"><code>@​roiLeo</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2644">vueuse/vueuse#2644</a> <a href="https://github.com/vueuse/vueuse/commit/8f6cef2f"><!-- raw HTML omitted -->(8f6ce)<!-- raw HTML omitted --></a></li> <li><strong>components</strong>: Mark <code>defineComponent</code> as pure  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> and <a href="https://github.com/wheatjs"><code>@​wheatjs</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2623">vueuse/vueuse#2623</a> <a href="https://github.com/vueuse/vueuse/commit/d5321552"><!-- raw HTML omitted -->(d5321)<!-- raw HTML omitted --></a></li> <li><strong>docs</strong>: Remove unnecessary import  -  by <a href="https://github.com/yuyinws"><code>@​yuyinws</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2611">vueuse/vueuse#2611</a> <a href="https://github.com/vueuse/vueuse/commit/7a2ff0b5"><!-- raw HTML omitted -->(7a2ff)<!-- raw HTML omitted --></a></li> <li><strong>useAxios</strong>: Assign AxiosError to error.value when no url provided  -  by <a href="https://github.com/syy11cn"><code>@​syy11cn</code></a> and <a href="https://github.com/wheatjs"><code>@​wheatjs</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2478">vueuse/vueuse#2478</a> and <a href="https://github.com/vueuse/vueuse/issues/2484">vueuse/vueuse#2484</a> <a href="https://github.com/vueuse/vueuse/commit/1e270608"><!-- raw HTML omitted -->(1e270)<!-- raw HTML omitted --></a></li> <li><strong>useDraggable</strong>: Write to useStorage  -  by <a href="https://github.com/akifo"><code>@​akifo</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2575">vueuse/vueuse#2575</a> <a href="https://github.com/vueuse/vueuse/commit/e39c2a70"><!-- raw HTML omitted -->(e39c2)<!-- raw HTML omitted --></a></li> <li><strong>useElementByPoint</strong>: Make document configurable  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2614">vueuse/vueuse#2614</a> <a href="https://github.com/vueuse/vueuse/commit/c3639357"><!-- raw HTML omitted -->(c3639)<!-- raw HTML omitted --></a></li> <li><strong>useRouteQuery</strong>: Allow setting multiple route queries in same tick  -  by <a href="https://github.com/wheatjs"><code>@​wheatjs</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2646">vueuse/vueuse#2646</a> <a href="https://github.com/vueuse/vueuse/commit/07c9517e"><!-- raw HTML omitted -->(07c95)<!-- raw HTML omitted --></a></li> <li><strong>useVirtualList</strong>: List sometimes missing elements  -  by <a href="https://github.com/begedin"><code>@​begedin</code></a> and <a href="https://github.com/wheatjs"><code>@​wheatjs</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2477">vueuse/vueuse#2477</a> <a href="https://github.com/vueuse/vueuse/commit/25f6e30f"><!-- raw HTML omitted -->(25f6e)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.10.0...v9.11.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/6f5406a169cc63572ec93dd2cee7fb68346b2f0f"><code>6f5406a</code></a> chore: release v9.11.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/14dca440c09d6a512bb479b6cf98c5d66b29d085"><code>14dca44</code></a> feat(nuxt): custom tabs</li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v9.11.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>
argoyle commented 2023-01-18 07:55:46 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-01-18 07:55:47 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2023-01-18 07:56:08 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2023-01-18 07:56:09 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2023-01-18 07:56:11 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 0452a2e5...0ed1f581 - 2 commits from branch master
  • 5bf1ba57 - Build(deps): bump @vueuse/nuxt from 9.10.0 to 9.11.0

Compare with previous version

added 3 commits <ul><li>0452a2e5...0ed1f581 - 2 commits from branch <code>master</code></li><li>5bf1ba57 - Build(deps): bump @vueuse/nuxt from 9.10.0 to 9.11.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/828/diffs?diff_id=580262560&start_sha=0452a2e57ecfff61eb7e0074ef948b87c7d546bb)
argoyle (Migrated from gitlab.com) merged commit into master 2023-01-18 08:25:56 +00:00
Sign in to join this conversation.