Build(deps): bump @vueuse/core from 10.2.0 to 10.2.1 #1298

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-10.2.1 into master 2023-06-29 07:51:21 +00:00
argoyle commented 2023-06-29 04:39:07 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 10.2.0 to 10.2.1.

Release notes

Sourced from @​vueuse/core's releases.

v10.2.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • e71d6f2 chore: release v10.2.1
  • 35065a9 chore: try fix test
  • 134935b chore: try fix test
  • c163e91 docs(useIdle): prevent demo page from updating every millisecond (#3165)
  • cf6eb5f fix(useRafFn): set initial delta to zero (#3150)
  • a4dfa5b fix(useInfiniteScroll): prevent infinite load when v-show set false (#3143)
  • 7a897e5 fix(useTimeoutPoll): unexpected immediate execution (#3159)
  • 56804b9 docs(useFileDialog): use plural/singular form of 'file' in demo (#3151)
  • 14edb4a fix(useFullscreen): skip exiting when not in fullscreen mode (#3144)
  • 01a06da chore: typo (#3161)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $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.2.0 to 10.2.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.2.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>useDropZone</strong>: Expose more hooks  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/17d8da63"><!-- raw HTML omitted -->(17d8d)<!-- raw HTML omitted --></a></li> <li><strong>useDropZone</strong>: Expose files as ref  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/6d4efc56"><!-- raw HTML omitted -->(6d4ef)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>fromEvent</strong>: Torn down properly  -  by <a href="https://github.com/benlesh"><code>@​benlesh</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3155">vueuse/vueuse#3155</a> <a href="https://github.com/vueuse/vueuse/commit/fa7ed3a7"><!-- raw HTML omitted -->(fa7ed)<!-- raw HTML omitted --></a></li> <li><strong>toRefs</strong>: Fix stack overflow caused by recursive <code>setPrototypeOf</code>  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3166">vueuse/vueuse#3166</a> <a href="https://github.com/vueuse/vueuse/commit/9f998a49"><!-- raw HTML omitted -->(9f998)<!-- raw HTML omitted --></a></li> <li><strong>useFullscreen</strong>: Skip exiting when not in fullscreen mode  -  by <a href="https://github.com/tawen"><code>@​tawen</code></a>, <a href="https://github.com/antfu"><code>@​antfu</code></a> and <strong>Fernando Fernández</strong> in <a href="https://github.com/vueuse/vueuse/issues/3144">vueuse/vueuse#3144</a> <a href="https://github.com/vueuse/vueuse/commit/14edb4a6"><!-- raw HTML omitted -->(14edb)<!-- raw HTML omitted --></a></li> <li><strong>useInfiniteScroll</strong>: Prevent infinite load when v-show set false  -  by <a href="https://github.com/wonderl17"><code>@​wonderl17</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3143">vueuse/vueuse#3143</a> <a href="https://github.com/vueuse/vueuse/commit/a4dfa5ba"><!-- raw HTML omitted -->(a4dfa)<!-- raw HTML omitted --></a></li> <li><strong>useRafFn</strong>: Set initial delta to zero  -  by <a href="https://github.com/haykkh"><code>@​haykkh</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3150">vueuse/vueuse#3150</a> <a href="https://github.com/vueuse/vueuse/commit/cf6eb5fc"><!-- raw HTML omitted -->(cf6eb)<!-- raw HTML omitted --></a></li> <li><strong>useTimeoutPoll</strong>: Unexpected immediate execution  -  by <a href="https://github.com/jiadesen"><code>@​jiadesen</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3159">vueuse/vueuse#3159</a> <a href="https://github.com/vueuse/vueuse/commit/7a897e54"><!-- raw HTML omitted -->(7a897)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v10.2.0...v10.2.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/e71d6f21e9c25655692c59e167ade4d0e0d13d1e"><code>e71d6f2</code></a> chore: release v10.2.1</li> <li><a href="https://github.com/vueuse/vueuse/commit/35065a92288128114da025985bdb2baa5fcfee26"><code>35065a9</code></a> chore: try fix test</li> <li><a href="https://github.com/vueuse/vueuse/commit/134935b6b30d70270c1380ddc875e799a46d6a5a"><code>134935b</code></a> chore: try fix test</li> <li><a href="https://github.com/vueuse/vueuse/commit/c163e91b09165580321179fff94122d8af412bee"><code>c163e91</code></a> docs(useIdle): prevent demo page from updating every millisecond (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3165">#3165</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/cf6eb5fc9fea3a86f4b2b3567bff60293b415784"><code>cf6eb5f</code></a> fix(useRafFn): set initial delta to zero (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3150">#3150</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/a4dfa5bad73feffe4239d1491389b613e22c5f28"><code>a4dfa5b</code></a> fix(useInfiniteScroll): prevent infinite load when v-show set false (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3143">#3143</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/7a897e542573ccc60a12bc985b4e7281d957e5fb"><code>7a897e5</code></a> fix(useTimeoutPoll): unexpected immediate execution (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3159">#3159</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/56804b94d24fac6cbd3852b9721573ca579d5c60"><code>56804b9</code></a> docs(useFileDialog): use plural/singular form of 'file' in demo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3151">#3151</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/14edb4a692d0cb37e78c407331ebd92ce410a3ca"><code>14edb4a</code></a> fix(useFullscreen): skip exiting when not in fullscreen mode (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3144">#3144</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/01a06da3d6379023b18f90a08a4120f181209b87"><code>01a06da</code></a> chore: typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3161">#3161</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v10.2.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 rebase` will rebase this MR. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-06-29 07:50:54 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 0abf3960 - 1 commit from branch master
  • ff1e4351 - Build(deps): bump @vueuse/core from 10.2.0 to 10.2.1

Compare with previous version

added 2 commits <ul><li>0abf3960 - 1 commit from branch <code>master</code></li><li>ff1e4351 - Build(deps): bump @vueuse/core from 10.2.0 to 10.2.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1249/diffs?diff_id=721342974&start_sha=c7d36aec45ffcdc1bdeca5d08f5d3b9576c94612)
argoyle (Migrated from gitlab.com) merged commit into master 2023-06-29 07:51:21 +00:00
Sign in to join this conversation.