Build(deps): bump @vueuse/core from 10.7.1 to 10.7.2 #1642

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-10.7.2 into master 2024-01-14 17:56:39 +00:00
argoyle commented 2024-01-14 04:39:39 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 10.7.1 to 10.7.2.

Release notes

Sourced from @​vueuse/core's releases.

v10.7.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e93c9c3 chore: release v10.7.2
  • 75c083d docs: enable twoslash
  • bdd796a fix(useDraggable): can not work well when parent element is scrollable (#3692)
  • 3024511 fix(useBattery): fake signal API support in some utilities (#3634)
  • 2171098 docs(useClone): correct the output (#3697)
  • 4e830c4 docs(useStorage): improve description (#3639)
  • 1d6bed9 fix(useTimeAgo): Support custom UnitNames type for units field (#3684)
  • c197e8b fix(useStorageAsync): correct ssr handler (#3703)
  • See full diff 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.7.1 to 10.7.2. <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.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>computedEager</strong>: Adapt to changes in vue3.4+  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3689">vueuse/vueuse#3689</a> <a href="https://github.com/vueuse/vueuse/commit/b6d8f1ee"><!-- raw HTML omitted -->(b6d8f)<!-- raw HTML omitted --></a></li> <li><strong>nuxt</strong>: Move <code>nuxt</code> out of dependencies  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/866a1d81"><!-- raw HTML omitted -->(866a1)<!-- raw HTML omitted --></a></li> <li><strong>useAxios</strong>: Ignore undefined options  -  by <a href="https://github.com/geektheripper"><code>@​geektheripper</code></a>, <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a>, <a href="https://github.com/antfu"><code>@​antfu</code></a> and <strong>Doctorwu</strong> in <a href="https://github.com/vueuse/vueuse/issues/3662">vueuse/vueuse#3662</a> <a href="https://github.com/vueuse/vueuse/commit/37eaea3d"><!-- raw HTML omitted -->(37eae)<!-- raw HTML omitted --></a></li> <li><strong>useBattery</strong>: Fake signal API support in some utilities  -  by <a href="https://github.com/tachibana-shin"><code>@​tachibana-shin</code></a> and <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3634">vueuse/vueuse#3634</a> <a href="https://github.com/vueuse/vueuse/commit/30245110"><!-- raw HTML omitted -->(30245)<!-- raw HTML omitted --></a></li> <li><strong>useDraggable</strong>: Can not work well when parent element is scrollable  -  by <a href="https://github.com/huiliangShen"><code>@​huiliangShen</code></a> and <strong>banruo</strong> in <a href="https://github.com/vueuse/vueuse/issues/3692">vueuse/vueuse#3692</a> <a href="https://github.com/vueuse/vueuse/commit/bdd796ab"><!-- raw HTML omitted -->(bdd79)<!-- raw HTML omitted --></a></li> <li><strong>useStorageAsync</strong>: Correct ssr handler  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3703">vueuse/vueuse#3703</a> <a href="https://github.com/vueuse/vueuse/commit/c197e8be"><!-- raw HTML omitted -->(c197e)<!-- raw HTML omitted --></a></li> <li><strong>useTimeAgo</strong>: Support custom UnitNames type for units field  -  by <a href="https://github.com/nickmessing"><code>@​nickmessing</code></a> and <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3684">vueuse/vueuse#3684</a> <a href="https://github.com/vueuse/vueuse/commit/1d6bed9a"><!-- raw HTML omitted -->(1d6be)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v10.7.1...v10.7.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/e93c9c342560cfb97f8eff25c37cf57441a05f9a"><code>e93c9c3</code></a> chore: release v10.7.2</li> <li><a href="https://github.com/vueuse/vueuse/commit/75c083d39b8769a1e61955c63cececc56f268a13"><code>75c083d</code></a> docs: enable twoslash</li> <li><a href="https://github.com/vueuse/vueuse/commit/bdd796abf228f776b892c2afd296ddcdfe6596b6"><code>bdd796a</code></a> fix(useDraggable): can not work well when parent element is scrollable (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3692">#3692</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/3024511007154cb726943e80d2ccbbbc6e89eeac"><code>3024511</code></a> fix(useBattery): fake signal API support in some utilities (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3634">#3634</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/21710986c8adc901c3b158bf90e60443beb73b0b"><code>2171098</code></a> docs(useClone): correct the output (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3697">#3697</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/4e830c45ce82d716ff71a7cbd7f2de3be563cd69"><code>4e830c4</code></a> docs(useStorage): improve description (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3639">#3639</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/1d6bed9a8d06e8d85245f474cc0104eba4be189f"><code>1d6bed9</code></a> fix(useTimeAgo): Support custom UnitNames type for units field (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3684">#3684</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/c197e8be875bb3a44fd4aaf0f08a67ccc4e5b1ed"><code>c197e8b</code></a> fix(useStorageAsync): correct ssr handler (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3703">#3703</a>)</li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v10.7.2/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 2024-01-14 17:56:40 +00:00
Sign in to join this conversation.