Build(deps): bump @vueuse/core from 9.4.0 to 9.5.0 #739

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-9.5.0 into master 2022-11-09 08:01:14 +00:00
argoyle commented 2022-11-09 04:38:45 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 9.4.0 to 9.5.0.

Release notes

Sourced from @​vueuse/core's releases.

v9.5.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • ebaa07d chore: release v9.5.0
  • 65b7bef test: improve test coverage (#2364)
  • 862d127 fix(usePointerSwipe): handle secondary clicks properly (#2379)
  • 71b08cd chore: update deps
  • 65f4341 fix(useWebSocket): don't hide pong setTimeout reference (#2206)
  • 934a893 feat(useFetch): support sending the custom request to an absolute URL regardl...
  • ab0eea2 feat(useEventListener): accept multiple events or listeners (#2180)
  • 2c4fdcd feat(useGeolocation): pause and resume controls (#2376)
  • 259c618 refactor(useStorage): reduce redundant type guess (#2373)
  • 9cd9219 fix(useScroll): the expected result cannot be returned after setting the thro...
  • Additional commits viewable in compare view


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/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 9.4.0 to 9.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vueuse/vueuse/releases"><code>@​vueuse/core</code>'s releases</a>.</em></p> <blockquote> <h2>v9.5.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>onClickOutside</strong>: Support options in component  -  by <a href="https://github.com/fiadone"><code>@​fiadone</code></a> and <a href="https://github.com/sibbng"><code>@​sibbng</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2391">vueuse/vueuse#2391</a></li> <li><strong>useEventListener</strong>: Accept multiple <code>events</code> or <code>listeners</code>  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2180">vueuse/vueuse#2180</a></li> <li><strong>useFetch</strong>: Allow configure lifecycle handler behavior  -  by <a href="https://github.com/climba03003"><code>@​climba03003</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2333">vueuse/vueuse#2333</a></li> <li><strong>useFetch</strong>: Support sending the custom request to an absolute URL regardless baseURL  -  by <a href="https://github.com/sun0day"><code>@​sun0day</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2210">vueuse/vueuse#2210</a></li> <li><strong>useGeolocation</strong>: Pause and resume controls  -  by <a href="https://github.com/benax-se"><code>@​benax-se</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2376">vueuse/vueuse#2376</a></li> <li><strong>useIDBKeyval</strong>: New integration - Idb-keyval wrapper  -  by <a href="https://github.com/Harmony222"><code>@​Harmony222</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2335">vueuse/vueuse#2335</a></li> <li><strong>useWebsocket</strong>: Url to be ref/computed  -  by <a href="https://github.com/rotu"><code>@​rotu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2367">vueuse/vueuse#2367</a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>onClickOutside</strong>: Access correct <code>document</code>  -  by <a href="https://github.com/sibbng"><code>@​sibbng</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2404">vueuse/vueuse#2404</a></li> <li><strong>usePointerSwipe</strong>: Handle secondary clicks properly  -  by <a href="https://github.com/curtgrimes"><code>@​curtgrimes</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2379">vueuse/vueuse#2379</a></li> <li><strong>useScroll</strong>: The expected result cannot be returned after setting the throttle parameter  -  by <a href="https://github.com/LittleSound"><code>@​LittleSound</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2390">vueuse/vueuse#2390</a></li> <li><strong>useWebSocket</strong>: Don't hide pong setTimeout reference  -  by <a href="https://github.com/kellerza"><code>@​kellerza</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2206">vueuse/vueuse#2206</a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.4.0...v9.5.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/ebaa07d9d0d51a3821092101fd723d507f95f3a5"><code>ebaa07d</code></a> chore: release v9.5.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/65b7befe2e57de03fa6af1cbd14c50dd439dce9e"><code>65b7bef</code></a> test: improve test coverage (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2364">#2364</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/862d127fd12adcdf945d4b5e4a8a1d9f0da1b6ba"><code>862d127</code></a> fix(usePointerSwipe): handle secondary clicks properly (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2379">#2379</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/71b08cd68f334f311b1b1b63ad7fd44f5ff6f792"><code>71b08cd</code></a> chore: update deps</li> <li><a href="https://github.com/vueuse/vueuse/commit/65f43414992404a527aec0835146719b1f8a6313"><code>65f4341</code></a> fix(useWebSocket): don't hide pong setTimeout reference (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2206">#2206</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/934a893bb7aa08abfdb064b4548c16c239774435"><code>934a893</code></a> feat(useFetch): support sending the custom request to an absolute URL regardl...</li> <li><a href="https://github.com/vueuse/vueuse/commit/ab0eea21fed05436980a4d0174463c0eeff06462"><code>ab0eea2</code></a> feat(useEventListener): accept multiple <code>events</code> or <code>listeners</code> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2180">#2180</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/2c4fdcd8d2546ee2032810275380b43c962f8e30"><code>2c4fdcd</code></a> feat(useGeolocation): pause and resume controls (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2376">#2376</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/259c6188bf658e8ad06614ea4d8f3f2b11915f27"><code>259c618</code></a> refactor(useStorage): reduce redundant type guess (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2373">#2373</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/9cd9219e9133fa22c383e2c11f1106d2ccdac53a"><code>9cd9219</code></a> fix(useScroll): the expected result cannot be returned after setting the thro...</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v9.5.0/packages/core">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 2022-11-09 07:20:13 +00:00 (Migrated from gitlab.com)

added 2 commits

  • f172979c - 1 commit from branch master
  • 0edf3a61 - Build(deps): bump @vueuse/core from 9.4.0 to 9.5.0

Compare with previous version

added 2 commits <ul><li>f172979c - 1 commit from branch <code>master</code></li><li>0edf3a61 - Build(deps): bump @vueuse/core from 9.4.0 to 9.5.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/690/diffs?diff_id=528538101&start_sha=c3c5f3a61d866f7484b0e4a43d4720db98404719)
argoyle (Migrated from gitlab.com) merged commit into master 2022-11-09 08:01:15 +00:00
Sign in to join this conversation.