Build(deps): bump @vueuse/nuxt from 9.9.0 to 9.10.0 #848

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-nuxt-9.10.0 into master 2023-01-04 09:26:29 +00:00
argoyle commented 2023-01-04 04:39:49 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/nuxt from 9.9.0 to 9.10.0.

Release notes

Sourced from @​vueuse/nuxt's releases.

v9.10.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.9.0 to 9.10.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.10.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>useActiveElement</strong>: Support shadow roots  -  by <a href="https://github.com/43081j"><code>@​43081j</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2592">vueuse/vueuse#2592</a> <a href="https://github.com/vueuse/vueuse/commit/07f20315"><!-- raw HTML omitted -->(07f20)<!-- raw HTML omitted --></a></li> <li><strong>useArrayUnique</strong>: New function  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2597">vueuse/vueuse#2597</a> <a href="https://github.com/vueuse/vueuse/commit/162cdd44"><!-- raw HTML omitted -->(162cd)<!-- raw HTML omitted --></a></li> <li><strong>useDebounceFn,useThrottleFn</strong>: Return result using promise  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2580">vueuse/vueuse#2580</a> <a href="https://github.com/vueuse/vueuse/commit/4d3051ae"><!-- raw HTML omitted -->(4d305)<!-- raw HTML omitted --></a></li> <li><strong>useMouse</strong>: Support for movement detection  -  by <a href="https://github.com/daniser"><code>@​daniser</code></a> and <strong>Sergey Danilchenko</strong> in <a href="https://github.com/vueuse/vueuse/issues/2589">vueuse/vueuse#2589</a> <a href="https://github.com/vueuse/vueuse/commit/0c39d0ca"><!-- raw HTML omitted -->(0c39d)<!-- raw HTML omitted --></a></li> <li><strong>useVirutalList</strong>: Expose <code>scrollTo</code> in component  -  by <a href="https://github.com/Agapanthus"><code>@​Agapanthus</code></a> and <strong>Eric Skaliks</strong> in <a href="https://github.com/vueuse/vueuse/issues/2397">vueuse/vueuse#2397</a> <a href="https://github.com/vueuse/vueuse/commit/9f495d62"><!-- raw HTML omitted -->(9f495)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>nuxt</strong>: Disable useImage in the Nuxt package for auto imports  -  by <a href="https://github.com/wheatjs"><code>@​wheatjs</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2602">vueuse/vueuse#2602</a> <a href="https://github.com/vueuse/vueuse/commit/d3d1db38"><!-- raw HTML omitted -->(d3d1d)<!-- raw HTML omitted --></a></li> <li><strong>onKeyStroke</strong>: Make <code>target</code> ref nullable  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2579">vueuse/vueuse#2579</a> <a href="https://github.com/vueuse/vueuse/commit/2861468b"><!-- raw HTML omitted -->(28614)<!-- raw HTML omitted --></a></li> <li><strong>useActiveElement</strong>: Ignore if relatedTarget is set  -  by <a href="https://github.com/dpschen"><code>@​dpschen</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2600">vueuse/vueuse#2600</a> <a href="https://github.com/vueuse/vueuse/commit/ae78d8bd"><!-- raw HTML omitted -->(ae78d)<!-- raw HTML omitted --></a></li> <li><strong>useElementBounding</strong>: Update on scroll  -  by <a href="https://github.com/Ducz01"><code>@​Ducz01</code></a> and <strong>sibbng</strong> in <a href="https://github.com/vueuse/vueuse/issues/2596">vueuse/vueuse#2596</a> <a href="https://github.com/vueuse/vueuse/commit/268a644f"><!-- raw HTML omitted -->(268a6)<!-- raw HTML omitted --></a></li> <li><strong>useScrollLock</strong>: Fix iOS touchmove bug  -  by <a href="https://github.com/robinscholz"><code>@​robinscholz</code></a>, <strong>Robin Scholz</strong>, <strong>webfansplz</strong> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2362">vueuse/vueuse#2362</a> <a href="https://github.com/vueuse/vueuse/commit/c9a9a92a"><!-- raw HTML omitted -->(c9a9a)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.9.0...v9.10.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/2851c32aaf80762d37705a740a1d1edf2cea0a07"><code>2851c32</code></a> chore: release v9.10.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/7bb0144bfba66dcde572db7d6c4e7ad2c413f14f"><code>7bb0144</code></a> chore: update deps</li> <li><a href="https://github.com/vueuse/vueuse/commit/d3d1db38e3b22a421a2b4c9a89722abb36b0a91d"><code>d3d1db3</code></a> fix(nuxt): disable useImage in the Nuxt package for auto imports (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt/issues/2602">#2602</a>)</li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v9.10.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-04 08:52:20 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 18f491fb - 1 commit from branch master
  • 9598e232 - Build(deps): bump @vueuse/nuxt from 9.9.0 to 9.10.0

Compare with previous version

added 2 commits <ul><li>18f491fb - 1 commit from branch <code>master</code></li><li>9598e232 - Build(deps): bump @vueuse/nuxt from 9.9.0 to 9.10.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/799/diffs?diff_id=569408535&start_sha=44a2ed42334ba06dbb258969c6e7a447a37fabc6)
argoyle commented 2023-01-04 09:15:54 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-01-04 09:15:55 +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-04 09:16:22 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

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

added 2 commits

  • 30f7d11b - 1 commit from branch master
  • 82e5e19d - Build(deps): bump @vueuse/nuxt from 9.9.0 to 9.10.0

Compare with previous version

added 2 commits <ul><li>30f7d11b - 1 commit from branch <code>master</code></li><li>82e5e19d - Build(deps): bump @vueuse/nuxt from 9.9.0 to 9.10.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/799/diffs?diff_id=569432416&start_sha=9598e232ad8015c2e9d50b8ae57e160514e3cace)
argoyle commented 2023-01-04 09:16:23 +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-01-04 09:16:57 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-01-04 09:26:29 +00:00
Sign in to join this conversation.