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.7.0 to 10.7.1.
<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.1</h2>
<h3> 🚀 Features</h3>
<ul>
<li><strong>syncRef</strong>: Enhance type - by <a href="https://github.com/Doctor-wu"><code>@Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3678">vueuse/vueuse#3678</a> <a href="https://github.com/vueuse/vueuse/commit/dad663e0"><!-- raw HTML omitted -->(dad66)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Fix <code>tryOnMounted</code> in vue2 - by <a href="https://github.com/Doctor-wu"><code>@Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3658">vueuse/vueuse#3658</a> <a href="https://github.com/vueuse/vueuse/commit/ce420c4f"><!-- raw HTML omitted -->(ce420)<!-- raw HTML omitted --></a></li>
<li><strong>nuxt</strong>: Stable optimizeDeps augmenting - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/98985a4d"><!-- raw HTML omitted -->(98985)<!-- raw HTML omitted --></a></li>
<li><strong>useDropzone</strong>: Avoid circular reference - by <a href="https://github.com/diegopf"><code>@diegopf</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3683">vueuse/vueuse#3683</a> <a href="https://github.com/vueuse/vueuse/commit/15a38e11"><!-- raw HTML omitted -->(15a38)<!-- raw HTML omitted --></a></li>
<li><strong>useElementBounding</strong>: Trigger by css or style - by <a href="https://github.com/huiliangShen"><code>@huiliangShen</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3664">vueuse/vueuse#3664</a> <a href="https://github.com/vueuse/vueuse/commit/70dbd65d"><!-- raw HTML omitted -->(70dbd)<!-- raw HTML omitted --></a></li>
<li><strong>useIpcRenderer</strong>: Set explicit return type - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/dd82044a"><!-- raw HTML omitted -->(dd820)<!-- raw HTML omitted --></a></li>
<li><strong>useMouse</strong>: Handle Touch class compatibility for Firefox - by <a href="https://github.com/elschilling"><code>@elschilling</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3679">vueuse/vueuse#3679</a> <a href="https://github.com/vueuse/vueuse/commit/5719bfb2"><!-- raw HTML omitted -->(5719b)<!-- raw HTML omitted --></a></li>
<li><strong>useVirtualList</strong>: Ensure component applies overflow style - by <a href="https://github.com/reubns"><code>@reubns</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3626">vueuse/vueuse#3626</a> <a href="https://github.com/vueuse/vueuse/commit/286c3572"><!-- raw HTML omitted -->(286c3)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a href="https://github.com/vueuse/vueuse/compare/v10.7.0...v10.7.1">View changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vueuse/vueuse/commit/6bfac5529a44c3e9166b5e96d48474f6314627a3"><code>6bfac55</code></a> chore: release v10.7.1</li>
<li><a href="https://github.com/vueuse/vueuse/commit/70dbd65d811a9970b08299cddaeb0f1a3b223ff6"><code>70dbd65</code></a> fix(useElementBounding): trigger by css or style (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3664">#3664</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/01a0a4855a26f6914898f73a93275e4d9ac2a682"><code>01a0a48</code></a> chore: update deps</li>
<li><a href="https://github.com/vueuse/vueuse/commit/b759270c2d4a5b51a16c3bb6e6690c407bf5eeb5"><code>b759270</code></a> docs(useWebWorker): escape table divider (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3640">#3640</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/15a38e110845ec23cfe6bda065a7733531b873d7"><code>15a38e1</code></a> fix(useDropzone): avoid circular reference (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3683">#3683</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/5719bfb2648dbef38a8a281b5263d719c0e4cd06"><code>5719bfb</code></a> fix(useMouse): handle Touch class compatibility for Firefox (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3679">#3679</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/0c246cc6ae9fa057aa52040011cc9f3ce7641810"><code>0c246cc</code></a> chore(onClickOutside): Fixed export type (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3673">#3673</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/286c3572d28506d78ad5f0550894d933a8d6f198"><code>286c357</code></a> fix(useVirtualList): ensure component applies overflow style (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3626">#3626</a>)</li>
<li><a href="https://github.com/vueuse/vueuse/commit/316cba28ce5786d158d37eee7e315acac5b6253f"><code>316cba2</code></a> docs: prefer using class in demo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3631">#3631</a>)</li>
<li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v10.7.1/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)
scheduled this pull request to auto merge when all checks succeed 2023-12-27 14:52:34 +00:00
argoyle
(Migrated from gitlab.com)
merged commit into master2023-12-27 14:57:14 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @vueuse/core from 10.7.0 to 10.7.1.
Release notes
Sourced from
@vueuse/core's releases.Commits
6bfac55chore: release v10.7.170dbd65fix(useElementBounding): trigger by css or style (#3664)01a0a48chore: update depsb759270docs(useWebWorker): escape table divider (#3640)15a38e1fix(useDropzone): avoid circular reference (#3683)5719bfbfix(useMouse): handle Touch class compatibility for Firefox (#3679)0c246ccchore(onClickOutside): Fixed export type (#3673)286c357fix(useVirtualList): ensure component applies overflow style (#3626)316cba2docs: prefer using class in demo (#3631)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts