Build(deps): bump @vueuse/nuxt from 9.12.0 to 9.13.0 #961

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-nuxt-9.13.0 into master 2023-02-20 14:30:58 +00:00
argoyle commented 2023-02-19 04:39:46 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/nuxt from 9.12.0 to 9.13.0.

Release notes

Sourced from @​vueuse/nuxt's releases.

v9.13.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.12.0 to 9.13.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.13.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>useArrayFindLast</strong>: New function  -  by <a href="https://github.com/huynl-96"><code>@​huynl-96</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2471">vueuse/vueuse#2471</a> <a href="https://github.com/vueuse/vueuse/commit/b0ac4fa2"><!-- raw HTML omitted -->(b0ac4)<!-- raw HTML omitted --></a></li> <li><strong>useAsyncState</strong>: Get a promise function parameter type declaration  -  by <a href="https://github.com/Brain777777"><code>@​Brain777777</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2765">vueuse/vueuse#2765</a> <a href="https://github.com/vueuse/vueuse/commit/b4c63b5e"><!-- raw HTML omitted -->(b4c63)<!-- raw HTML omitted --></a></li> <li><strong>useAxios</strong>: Add success and error callbacks  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2714">vueuse/vueuse#2714</a> <a href="https://github.com/vueuse/vueuse/commit/809fc987"><!-- raw HTML omitted -->(809fc)<!-- raw HTML omitted --></a></li> <li><strong>useClamp</strong>: Composable computed usage improvements  -  by <a href="https://github.com/ClemDee"><code>@​ClemDee</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2696">vueuse/vueuse#2696</a> <a href="https://github.com/vueuse/vueuse/commit/08a07c5d"><!-- raw HTML omitted -->(08a07)<!-- raw HTML omitted --></a></li> <li><strong>useElementHover</strong>: Give hook delay properties  -  by <a href="https://github.com/LockingReal"><code>@​LockingReal</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2741">vueuse/vueuse#2741</a> <a href="https://github.com/vueuse/vueuse/commit/232834cb"><!-- raw HTML omitted -->(23283)<!-- raw HTML omitted --></a></li> <li><strong>useEventListener</strong>: Support reactive options  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/103d6c03"><!-- raw HTML omitted -->(103d6)<!-- raw HTML omitted --></a></li> <li><strong>useFetch</strong>: Cancel previous request on refetch  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> and <strong>丶远方</strong> in <a href="https://github.com/vueuse/vueuse/issues/2750">vueuse/vueuse#2750</a> <a href="https://github.com/vueuse/vueuse/commit/cd9d6b48"><!-- raw HTML omitted -->(cd9d6)<!-- raw HTML omitted --></a></li> <li><strong>useInterval</strong>: Add <code>reset</code> function  -  by <a href="https://github.com/mohammadhosry"><code>@​mohammadhosry</code></a> and <strong>Mohammad Agbareya</strong> in <a href="https://github.com/vueuse/vueuse/issues/2686">vueuse/vueuse#2686</a> <a href="https://github.com/vueuse/vueuse/commit/81db6602"><!-- raw HTML omitted -->(81db6)<!-- raw HTML omitted --></a></li> <li><strong>useMutationObserver</strong>: Added test cases  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2734">vueuse/vueuse#2734</a> <a href="https://github.com/vueuse/vueuse/commit/192c8e3b"><!-- raw HTML omitted -->(192c8)<!-- raw HTML omitted --></a></li> <li><strong>useScroll</strong>: Support scrollend event  -  by <a href="https://github.com/kongmoumou"><code>@​kongmoumou</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2716">vueuse/vueuse#2716</a> <a href="https://github.com/vueuse/vueuse/commit/f887255c"><!-- raw HTML omitted -->(f8872)<!-- raw HTML omitted --></a></li> <li><strong>useSpeechSynthesis</strong>: Add <code>stop</code> function  -  by <a href="https://github.com/zwkkwz1"><code>@​zwkkwz1</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2774">vueuse/vueuse#2774</a> <a href="https://github.com/vueuse/vueuse/commit/820e28ec"><!-- raw HTML omitted -->(820e2)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>useAsyncValidator</strong>: Fix Schema importing from async-validator  -  by <a href="https://github.com/theruziev"><code>@​theruziev</code></a> and <a href="https://github.com/okxiaoliang4"><code>@​okxiaoliang4</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2761">vueuse/vueuse#2761</a> <a href="https://github.com/vueuse/vueuse/commit/dbcdbfbc"><!-- raw HTML omitted -->(dbcdb)<!-- raw HTML omitted --></a></li> <li><strong>useAxios</strong>: Fix cancelToken  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> and <strong>丶远方</strong> in <a href="https://github.com/vueuse/vueuse/issues/2728">vueuse/vueuse#2728</a> <a href="https://github.com/vueuse/vueuse/commit/7ad5166e"><!-- raw HTML omitted -->(7ad51)<!-- raw HTML omitted --></a></li> <li><strong>useDevicePixelRatio</strong>: Remove unnecessary cleanup  -  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/2325">vueuse/vueuse#2325</a> <a href="https://github.com/vueuse/vueuse/commit/83feb7a8"><!-- raw HTML omitted -->(83feb)<!-- raw HTML omitted --></a></li> <li><strong>useFetch</strong>: Check if it's object for <code>isFetchOptions</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/c2bc6215"><!-- raw HTML omitted -->(c2bc6)<!-- raw HTML omitted --></a></li> <li><strong>useFocus</strong>: Listen <code>focus</code> and <code>blur</code> to the <code>targetElement</code>  -  by <a href="https://github.com/okxiaoliang4"><code>@​okxiaoliang4</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2631">vueuse/vueuse#2631</a> <a href="https://github.com/vueuse/vueuse/commit/7cd889ae"><!-- raw HTML omitted -->(7cd88)<!-- raw HTML omitted --></a></li> <li><strong>useInterval</strong>: Fix types  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/db66c026"><!-- raw HTML omitted -->(db66c)<!-- raw HTML omitted --></a></li> <li><strong>useScrollLock</strong>: Detect parent with overflow auto  -  by <a href="https://github.com/dpschen"><code>@​dpschen</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2699">vueuse/vueuse#2699</a> <a href="https://github.com/vueuse/vueuse/commit/7e5901ed"><!-- raw HTML omitted -->(7e590)<!-- raw HTML omitted --></a></li> <li><strong>useStorage</strong>: Emit a custom event to support custom storage areas  -  by <a href="https://github.com/43081j"><code>@​43081j</code></a> and <a href="https://github.com/okxiaoliang4"><code>@​okxiaoliang4</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2630">vueuse/vueuse#2630</a> <a href="https://github.com/vueuse/vueuse/commit/c6185bf9"><!-- raw HTML omitted -->(c6185)<!-- raw HTML omitted --></a></li> <li><strong>useStorageAsync</strong>: Handle mergeDefaults option  -  by <a href="https://github.com/ModyQyW"><code>@​ModyQyW</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2773">vueuse/vueuse#2773</a> <a href="https://github.com/vueuse/vueuse/commit/105f4c33"><!-- raw HTML omitted -->(105f4)<!-- raw HTML omitted --></a></li> <li><strong>useThrottleFn</strong>: Check negative timeout  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2620">vueuse/vueuse#2620</a> <a href="https://github.com/vueuse/vueuse/commit/a7238d89"><!-- raw HTML omitted -->(a7238)<!-- raw HTML omitted --></a></li> <li><strong>useWindowScroll</strong>: Use <code>scrollX</code> instead of <code>pageXOffset</code>  -  by <a href="https://github.com/okxiaoliang4"><code>@​okxiaoliang4</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2776">vueuse/vueuse#2776</a> <a href="https://github.com/vueuse/vueuse/commit/e490aefb"><!-- raw HTML omitted -->(e490a)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.12.0...v9.13.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/1b2b99a0dd47861c8222a28bd91d02b146b2ce71"><code>1b2b99a</code></a> chore: release v9.13.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/2dd4fe0f26ff41d068dc7f272a2c79c1e1a98f69"><code>2dd4fe0</code></a> chore: update deps</li> <li><a href="https://github.com/vueuse/vueuse/commit/e4ced9ada24e85af19f9ac990ff15d38c85419cf"><code>e4ced9a</code></a> chore: update deps</li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v9.13.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-02-20 14:15:09 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-02-20 14:15:10 +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-02-20 14:15:38 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2023-02-20 14:15:38 +00:00 (Migrated from gitlab.com)

added 5 commits

  • 4ace6ccd...ee45b605 - 4 commits from branch master
  • 1c112a94 - Build(deps): bump @vueuse/nuxt from 9.12.0 to 9.13.0

Compare with previous version

added 5 commits <ul><li>4ace6ccd...ee45b605 - 4 commits from branch <code>master</code></li><li>1c112a94 - Build(deps): bump @vueuse/nuxt from 9.12.0 to 9.13.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/912/diffs?diff_id=608390437&start_sha=4ace6ccd6e9d592d125e621199780bbb83bdba94)
argoyle commented 2023-02-20 14:15:40 +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-02-20 14:17:07 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-02-20 14:30:58 +00:00
Sign in to join this conversation.