Build(deps): bump @vueuse/core from 10.6.1 to 10.7.0 #1583

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-10.7.0 into master 2023-12-05 08:13:48 +00:00
argoyle commented 2023-12-05 04:39:32 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 10.6.1 to 10.7.0.

Release notes

Sourced from @​vueuse/core's releases.

v10.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 4520b6c chore: release v10.7.0
  • fccf2e4 feat: upgrade deps (#3614)
  • 0e04aa4 feat(onLongPress): add distanceThreshold option (#3578)
  • 0ab768d feat(useTitle): restore title on unmounted (#3570)
  • be3ccc7 fix(useScreenOrientation): Add fault tolerance to lock and unlock (#3575)
  • 17f97f6 fix(useMousePressed): change type of element parameter to MaybeComputedElemen...
  • 8f42a92 fix(useDropZone): fix file types filter (#3540)
  • 686884a fix(useDark): In Vue 2.6 mode.system is undefined (#3562)
  • 07d3985 fix(useElementVisibility): use last intersection entry (#3365)
  • 9c72d5c types: fix type error with Vue #9556 (#3574)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on 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 10.6.1 to 10.7.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>v10.7.0</h2> <h3>   🚀 Features</h3> <ul> <li>Upgrade deps  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3614">vueuse/vueuse#3614</a> <a href="https://github.com/vueuse/vueuse/commit/fccf2e4d"><!-- raw HTML omitted -->(fccf2)<!-- raw HTML omitted --></a></li> <li><strong>isIOS</strong>: Detect new iPad  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3582">vueuse/vueuse#3582</a> <a href="https://github.com/vueuse/vueuse/commit/47d2d2e9"><!-- raw HTML omitted -->(47d2d)<!-- raw HTML omitted --></a></li> <li><strong>onLongPress</strong>: Add <code>distanceThreshold</code> option  -  by <a href="https://github.com/donaldxdonald"><code>@​donaldxdonald</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3578">vueuse/vueuse#3578</a> <a href="https://github.com/vueuse/vueuse/commit/0e04aa4a"><!-- raw HTML omitted -->(0e04a)<!-- raw HTML omitted --></a></li> <li><strong>tryOnMounted</strong>: Support target arguement  -  by <a href="https://github.com/tolking"><code>@​tolking</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3185">vueuse/vueuse#3185</a> <a href="https://github.com/vueuse/vueuse/commit/f2aeb453"><!-- raw HTML omitted -->(f2aeb)<!-- raw HTML omitted --></a></li> <li><strong>useBreakpoints</strong>: Make parameters reactivity  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3592">vueuse/vueuse#3592</a> <a href="https://github.com/vueuse/vueuse/commit/dc6245b3"><!-- raw HTML omitted -->(dc624)<!-- raw HTML omitted --></a></li> <li><strong>useFileDialog</strong>: Trigger onChange when reset  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3548">vueuse/vueuse#3548</a> <a href="https://github.com/vueuse/vueuse/commit/7e2da58a"><!-- raw HTML omitted -->(7e2da)<!-- raw HTML omitted --></a></li> <li><strong>useInfiniteScroll</strong>: Add the <code>canLoadMore</code> option  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3558">vueuse/vueuse#3558</a> <a href="https://github.com/vueuse/vueuse/commit/e780f5a0"><!-- raw HTML omitted -->(e780f)<!-- raw HTML omitted --></a></li> <li><strong>usePointerSwipe</strong>: Add <code>disableTextSelect</code> option  -  by <a href="https://github.com/aminmokhtari94"><code>@​aminmokhtari94</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3604">vueuse/vueuse#3604</a> <a href="https://github.com/vueuse/vueuse/commit/fd67ba3a"><!-- raw HTML omitted -->(fd67b)<!-- raw HTML omitted --></a></li> <li><strong>useTitle</strong>: Restore title on unmounted  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3570">vueuse/vueuse#3570</a> <a href="https://github.com/vueuse/vueuse/commit/0ab768d0"><!-- raw HTML omitted -->(0ab76)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>createEventHook</strong>: Make createEventHook union type can be inferred correctly  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3569">vueuse/vueuse#3569</a> <a href="https://github.com/vueuse/vueuse/commit/e48ca071"><!-- raw HTML omitted -->(e48ca)<!-- raw HTML omitted --></a></li> <li><strong>createEventHook</strong>: <code>trigger</code> should not ignore falsy values  -  by <a href="https://github.com/romansp"><code>@​romansp</code></a> and <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3561">vueuse/vueuse#3561</a> <a href="https://github.com/vueuse/vueuse/commit/3733b8ee"><!-- raw HTML omitted -->(3733b)<!-- raw HTML omitted --></a></li> <li><strong>syncRef</strong>: SyncRef typing issue for boolean  -  by <a href="https://github.com/s-montigny-desautels"><code>@​s-montigny-desautels</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3553">vueuse/vueuse#3553</a> <a href="https://github.com/vueuse/vueuse/commit/acb2fe6b"><!-- raw HTML omitted -->(acb2f)<!-- raw HTML omitted --></a></li> <li><strong>useAxios</strong>: Reset <code>isAborted</code> value on success  -  by <a href="https://github.com/17359898647"><code>@​17359898647</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3547">vueuse/vueuse#3547</a> <a href="https://github.com/vueuse/vueuse/commit/4b159380"><!-- raw HTML omitted -->(4b159)<!-- raw HTML omitted --></a></li> <li><strong>useDark</strong>: In Vue 2.6 mode.system is undefined  -  by <a href="https://github.com/Teaghy"><code>@​Teaghy</code></a>, <strong>hguan</strong> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3562">vueuse/vueuse#3562</a> <a href="https://github.com/vueuse/vueuse/commit/686884a1"><!-- raw HTML omitted -->(68688)<!-- raw HTML omitted --></a></li> <li><strong>useDropZone</strong>: Fix file types filter  -  by <a href="https://github.com/getname1997"><code>@​getname1997</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3540">vueuse/vueuse#3540</a> <a href="https://github.com/vueuse/vueuse/commit/8f42a92e"><!-- raw HTML omitted -->(8f42a)<!-- raw HTML omitted --></a></li> <li><strong>useElementVisibility</strong>: Use last intersection entry  -  by <a href="https://github.com/ziolko-appfire"><code>@​ziolko-appfire</code></a>, <strong>Mateusz Zieliński</strong> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3365">vueuse/vueuse#3365</a> <a href="https://github.com/vueuse/vueuse/commit/07d39853"><!-- raw HTML omitted -->(07d39)<!-- raw HTML omitted --></a></li> <li><strong>useFetch</strong>: Immediately modify the status after the request is completed  -  by <a href="https://github.com/tolking"><code>@​tolking</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3603">vueuse/vueuse#3603</a> <a href="https://github.com/vueuse/vueuse/commit/3456d1b0"><!-- raw HTML omitted -->(3456d)<!-- raw HTML omitted --></a></li> <li><strong>useFetch</strong>: Clone 'Response' on reading  -  by <a href="https://github.com/mymx2"><code>@​mymx2</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3607">vueuse/vueuse#3607</a> and <a href="https://github.com/vueuse/vueuse/issues/3608">vueuse/vueuse#3608</a> <a href="https://github.com/vueuse/vueuse/commit/8cbfd9d3"><!-- raw HTML omitted -->(8cbfd)<!-- raw HTML omitted --></a></li> <li><strong>useMemoize</strong>: Use shallowReactive to wrap Map  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/fecbe00e"><!-- raw HTML omitted -->(fecbe)<!-- raw HTML omitted --></a></li> <li><strong>useMousePressed</strong>: Change type of element parameter to MaybeComputedElementRef  -  by <a href="https://github.com/4350pChris"><code>@​4350pChris</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3566">vueuse/vueuse#3566</a> <a href="https://github.com/vueuse/vueuse/commit/17f97f63"><!-- raw HTML omitted -->(17f97)<!-- raw HTML omitted --></a></li> <li><strong>useOffsetPagination</strong>: Don't mutate props when it's readonly  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3581">vueuse/vueuse#3581</a> <a href="https://github.com/vueuse/vueuse/commit/4dacec8a"><!-- raw HTML omitted -->(4dace)<!-- raw HTML omitted --></a></li> <li><strong>useScreenOrientation</strong>: Add fault tolerance to lock and unlock  -  by <a href="https://github.com/satrong"><code>@​satrong</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3575">vueuse/vueuse#3575</a> <a href="https://github.com/vueuse/vueuse/commit/be3ccc78"><!-- raw HTML omitted -->(be3cc)<!-- raw HTML omitted --></a></li> <li><strong>useStorage</strong>: Fix undefined defaults  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3597">vueuse/vueuse#3597</a> <a href="https://github.com/vueuse/vueuse/commit/04220788"><!-- raw HTML omitted -->(04220)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v10.6.1...v10.7.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/4520b6c1b789ecb574678573208a662082e2bc3e"><code>4520b6c</code></a> chore: release v10.7.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/fccf2e4d6e2fdfdf04a742fa334dde2aca702ec5"><code>fccf2e4</code></a> feat: upgrade deps (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3614">#3614</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/0e04aa4aae29364cb9a8acba95259d18665e963b"><code>0e04aa4</code></a> feat(onLongPress): add <code>distanceThreshold</code> option (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3578">#3578</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/0ab768d07a7aa284b52dd2ab41574958a1b4f0ed"><code>0ab768d</code></a> feat(useTitle): restore title on unmounted (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3570">#3570</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/be3ccc7889bc6ac17c060f798e6896b71ba048ce"><code>be3ccc7</code></a> fix(useScreenOrientation): Add fault tolerance to lock and unlock (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3575">#3575</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/17f97f63ce997b869ea09d27ef76beaf6577ae51"><code>17f97f6</code></a> fix(useMousePressed): change type of element parameter to MaybeComputedElemen...</li> <li><a href="https://github.com/vueuse/vueuse/commit/8f42a92e11ecc349c6e664a2b9b0f5da463d9181"><code>8f42a92</code></a> fix(useDropZone): fix file types filter (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3540">#3540</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/686884a17da807ddc49b5baef7dd47d9911110fa"><code>686884a</code></a> fix(useDark): In Vue 2.6 mode.system is undefined (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3562">#3562</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/07d39853551cfb3e6dad137f6b2ba4c8c7ea88e2"><code>07d3985</code></a> fix(useElementVisibility): use last intersection entry (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3365">#3365</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/9c72d5c06acc46299e3fe5c2eb90eeee44e89780"><code>9c72d5c</code></a> types: fix type error with Vue <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/9556">#9556</a> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3574">#3574</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v10.7.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 recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2023-12-05 08:13:49 +00:00
Sign in to join this conversation.