Build(deps): bump @vueuse/nuxt from 10.0.2 to 10.1.0 #1127

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-nuxt-10.1.0 into master 2023-04-24 07:14:33 +00:00
argoyle commented 2023-04-23 04:39:53 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/nuxt from 10.0.2 to 10.1.0.

Release notes

Sourced from @​vueuse/nuxt's releases.

v10.1.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 10.0.2 to 10.1.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>v10.1.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>useAsyncState</strong>: Add support directly await  -  by <a href="https://github.com/Hfutsora"><code>@​Hfutsora</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3004">vueuse/vueuse#3004</a> <a href="https://github.com/vueuse/vueuse/commit/d4db0adf"><!-- raw HTML omitted -->(d4db0)<!-- raw HTML omitted --></a></li> <li><strong>useColorMode</strong>: Expose <code>state</code> to the ref, deprecated <code>emitAuto</code>  -  by <a href="https://github.com/Waleed-KH"><code>@​Waleed-KH</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2980">vueuse/vueuse#2980</a> <a href="https://github.com/vueuse/vueuse/commit/a1bef490"><!-- raw HTML omitted -->(a1bef)<!-- raw HTML omitted --></a></li> <li><strong>useMouse</strong>: Support custom event extractor  -  by <a href="https://github.com/RAX7"><code>@​RAX7</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2991">vueuse/vueuse#2991</a> <a href="https://github.com/vueuse/vueuse/commit/4bb5bf0e"><!-- raw HTML omitted -->(4bb5b)<!-- raw HTML omitted --></a></li> <li><strong>watch</strong>: <code>watchImmediate</code> and <code>watchDeep</code> support overloads  -  by <a href="https://github.com/Mini-ghost"><code>@​Mini-ghost</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2998">vueuse/vueuse#2998</a> <a href="https://github.com/vueuse/vueuse/commit/8f6a0c5c"><!-- raw HTML omitted -->(8f6a0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Dialog mask add z-index  -  by <a href="https://github.com/recallwei"><code>@​recallwei</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3005">vueuse/vueuse#3005</a> <a href="https://github.com/vueuse/vueuse/commit/07ebe338"><!-- raw HTML omitted -->(07ebe)<!-- raw HTML omitted --></a></li> <li><strong>useColorMode</strong>: Element ref support, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt/issues/3003">#3003</a>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3003">vueuse/vueuse#3003</a> <a href="https://github.com/vueuse/vueuse/commit/adbbb6ef"><!-- raw HTML omitted -->(adbbb)<!-- raw HTML omitted --></a></li> <li><strong>useCycleList</strong>: Correctly wrap list with ref  -  by <a href="https://github.com/fan5530"><code>@​fan5530</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2988">vueuse/vueuse#2988</a> <a href="https://github.com/vueuse/vueuse/commit/659b2c9d"><!-- raw HTML omitted -->(659b2)<!-- raw HTML omitted --></a></li> <li><strong>useDateFormat</strong>: Error if Y or YYY provided  -  by <a href="https://github.com/dinocam1"><code>@​dinocam1</code></a> and <strong>Dino Camdzic</strong> in <a href="https://github.com/vueuse/vueuse/issues/3001">vueuse/vueuse#3001</a> <a href="https://github.com/vueuse/vueuse/commit/a2147fdd"><!-- raw HTML omitted -->(a2147)<!-- raw HTML omitted --></a></li> <li><strong>useFullscreen</strong>: <code>isFullscreen</code> handling for mutliple fullscreen elements  -  by <a href="https://github.com/zaqvil"><code>@​zaqvil</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3000">vueuse/vueuse#3000</a> <a href="https://github.com/vueuse/vueuse/commit/4a7a12cc"><!-- raw HTML omitted -->(4a7a1)<!-- raw HTML omitted --></a></li> <li><strong>useMediaControls</strong>: Apply state when target ref changes  -  by <a href="https://github.com/ferferga"><code>@​ferferga</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2999">vueuse/vueuse#2999</a> <a href="https://github.com/vueuse/vueuse/commit/b20aacf5"><!-- raw HTML omitted -->(b20aa)<!-- raw HTML omitted --></a></li> <li><strong>useSwipe</strong>: Ignore multiple touches  -  by <a href="https://github.com/ARZarkesh"><code>@​ARZarkesh</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2994">vueuse/vueuse#2994</a> <a href="https://github.com/vueuse/vueuse/commit/995aadb0"><!-- raw HTML omitted -->(995aa)<!-- raw HTML omitted --></a></li> <li><strong>useSwipe</strong>: Ignore multiple touches  -  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/2996">vueuse/vueuse#2996</a> <a href="https://github.com/vueuse/vueuse/commit/af3ca89d"><!-- raw HTML omitted -->(af3ca)<!-- raw HTML omitted --></a></li> <li><strong>useTransition</strong>: Fix regression with non-linear transition functions  -  by <a href="https://github.com/scottbedard"><code>@​scottbedard</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2973">vueuse/vueuse#2973</a> <a href="https://github.com/vueuse/vueuse/commit/8b3300be"><!-- raw HTML omitted -->(8b330)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v10.0.2...v10.1.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/c9842b267587d53f90f351e94a8b2fea439589de"><code>c9842b2</code></a> chore: release v10.1.0</li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v10.1.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-04-24 07:02:30 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-04-24 07:02:32 +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-04-24 07:02:55 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2023-04-24 07:02:55 +00:00 (Migrated from gitlab.com)

added 8 commits

  • b3e37a15...3ac6eeb9 - 7 commits from branch master
  • b46d91e3 - Build(deps): bump @vueuse/nuxt from 10.0.2 to 10.1.0

Compare with previous version

added 8 commits <ul><li>b3e37a15...3ac6eeb9 - 7 commits from branch <code>master</code></li><li>b46d91e3 - Build(deps): bump @vueuse/nuxt from 10.0.2 to 10.1.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1078/diffs?diff_id=663179315&start_sha=b3e37a15c31e2bd44e881cc910a0da378f3e063e)
argoyle commented 2023-04-24 07:02:56 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-04-24 07:03:22 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-04-24 07:14:34 +00:00
Sign in to join this conversation.