Build(deps): bump @vueuse/core from 10.0.2 to 10.1.0 #1126

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-10.1.0 into master 2023-04-24 07:01:29 +00:00
argoyle commented 2023-04-23 04:39:24 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 10.0.2 to 10.1.0.

Release notes

Sourced from @​vueuse/core's releases.

v10.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • c9842b2 chore: release v10.1.0
  • a1bef49 feat(useColorMode): expose state to the ref, deprecated emitAuto (#2980)
  • 4bb5bf0 feat(useMouse): support custom event extractor (#2991)
  • 4a7a12c fix(useFullscreen): isFullscreen handling for mutliple fullscreen elements ...
  • af3ca89 fix(useSwipe): ignore multiple touches (#2996)
  • d4db0ad feat(useAsyncState): add support directly await (#3004)
  • adbbb6e fix(useColorMode): element ref support, close #3003
  • 07ebe33 fix: dialog mask add z-index (#3005)
  • b20aacf fix(useMediaControls): apply state when target ref changes (#2999)
  • 659b2c9 fix(useCycleList): correctly wrap list with ref (#2988)
  • 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 10.0.2 to 10.1.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.1.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>useAsyncState</strong>: Add support directly await  -  by <a href="https://github.com/Hfutsora"><code>@​Hfutsora</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3004">vueuse/vueuse#3004</a> <a href="https://github.com/vueuse/vueuse/commit/d4db0adf"><!-- raw HTML omitted -->(d4db0)<!-- raw HTML omitted --></a></li> <li><strong>useColorMode</strong>: Expose <code>state</code> to the ref, deprecated <code>emitAuto</code>  -  by <a href="https://github.com/Waleed-KH"><code>@​Waleed-KH</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2980">vueuse/vueuse#2980</a> <a href="https://github.com/vueuse/vueuse/commit/a1bef490"><!-- raw HTML omitted -->(a1bef)<!-- raw HTML omitted --></a></li> <li><strong>useMouse</strong>: Support custom event extractor  -  by <a href="https://github.com/RAX7"><code>@​RAX7</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2991">vueuse/vueuse#2991</a> <a href="https://github.com/vueuse/vueuse/commit/4bb5bf0e"><!-- raw HTML omitted -->(4bb5b)<!-- raw HTML omitted --></a></li> <li><strong>watch</strong>: <code>watchImmediate</code> and <code>watchDeep</code> support overloads  -  by <a href="https://github.com/Mini-ghost"><code>@​Mini-ghost</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2998">vueuse/vueuse#2998</a> <a href="https://github.com/vueuse/vueuse/commit/8f6a0c5c"><!-- raw HTML omitted -->(8f6a0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Dialog mask add z-index  -  by <a href="https://github.com/recallwei"><code>@​recallwei</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3005">vueuse/vueuse#3005</a> <a href="https://github.com/vueuse/vueuse/commit/07ebe338"><!-- raw HTML omitted -->(07ebe)<!-- raw HTML omitted --></a></li> <li><strong>useColorMode</strong>: Element ref support, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3003">#3003</a>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3003">vueuse/vueuse#3003</a> <a href="https://github.com/vueuse/vueuse/commit/adbbb6ef"><!-- raw HTML omitted -->(adbbb)<!-- raw HTML omitted --></a></li> <li><strong>useCycleList</strong>: Correctly wrap list with ref  -  by <a href="https://github.com/fan5530"><code>@​fan5530</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2988">vueuse/vueuse#2988</a> <a href="https://github.com/vueuse/vueuse/commit/659b2c9d"><!-- raw HTML omitted -->(659b2)<!-- raw HTML omitted --></a></li> <li><strong>useDateFormat</strong>: Error if Y or YYY provided  -  by <a href="https://github.com/dinocam1"><code>@​dinocam1</code></a> and <strong>Dino Camdzic</strong> in <a href="https://github.com/vueuse/vueuse/issues/3001">vueuse/vueuse#3001</a> <a href="https://github.com/vueuse/vueuse/commit/a2147fdd"><!-- raw HTML omitted -->(a2147)<!-- raw HTML omitted --></a></li> <li><strong>useFullscreen</strong>: <code>isFullscreen</code> handling for mutliple fullscreen elements  -  by <a href="https://github.com/zaqvil"><code>@​zaqvil</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3000">vueuse/vueuse#3000</a> <a href="https://github.com/vueuse/vueuse/commit/4a7a12cc"><!-- raw HTML omitted -->(4a7a1)<!-- raw HTML omitted --></a></li> <li><strong>useMediaControls</strong>: Apply state when target ref changes  -  by <a href="https://github.com/ferferga"><code>@​ferferga</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2999">vueuse/vueuse#2999</a> <a href="https://github.com/vueuse/vueuse/commit/b20aacf5"><!-- raw HTML omitted -->(b20aa)<!-- raw HTML omitted --></a></li> <li><strong>useSwipe</strong>: Ignore multiple touches  -  by <a href="https://github.com/ARZarkesh"><code>@​ARZarkesh</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2994">vueuse/vueuse#2994</a> <a href="https://github.com/vueuse/vueuse/commit/995aadb0"><!-- raw HTML omitted -->(995aa)<!-- raw HTML omitted --></a></li> <li><strong>useSwipe</strong>: Ignore multiple touches  -  by <a href="https://github.com/ARZarkesh"><code>@​ARZarkesh</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2996">vueuse/vueuse#2996</a> <a href="https://github.com/vueuse/vueuse/commit/af3ca89d"><!-- raw HTML omitted -->(af3ca)<!-- raw HTML omitted --></a></li> <li><strong>useTransition</strong>: Fix regression with non-linear transition functions  -  by <a href="https://github.com/scottbedard"><code>@​scottbedard</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2973">vueuse/vueuse#2973</a> <a href="https://github.com/vueuse/vueuse/commit/8b3300be"><!-- raw HTML omitted -->(8b330)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v10.0.2...v10.1.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/c9842b267587d53f90f351e94a8b2fea439589de"><code>c9842b2</code></a> chore: release v10.1.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/a1bef490de7a3df3a42b14f9b0c5b0cf30bf27bd"><code>a1bef49</code></a> feat(useColorMode): expose <code>state</code> to the ref, deprecated <code>emitAuto</code> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2980">#2980</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/4bb5bf0e1f73472e10a0192392b823745defc949"><code>4bb5bf0</code></a> feat(useMouse): support custom event extractor (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2991">#2991</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/4a7a12cc95dfefbf2fb074d59a2bc305557225c1"><code>4a7a12c</code></a> fix(useFullscreen): <code>isFullscreen</code> handling for mutliple fullscreen elements ...</li> <li><a href="https://github.com/vueuse/vueuse/commit/af3ca89d29e5a9898497f630f6725e0e64dfe903"><code>af3ca89</code></a> fix(useSwipe): ignore multiple touches (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2996">#2996</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/d4db0adffeac4114996ec843a67b8794865d6365"><code>d4db0ad</code></a> feat(useAsyncState): add support directly await (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3004">#3004</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/adbbb6ef41dcbe91a45abe291436869d972f64cb"><code>adbbb6e</code></a> fix(useColorMode): element ref support, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3003">#3003</a></li> <li><a href="https://github.com/vueuse/vueuse/commit/07ebe338b685980d993687f9efa754e8e7c27d8a"><code>07ebe33</code></a> fix: dialog mask add z-index (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3005">#3005</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/b20aacf5f1f8da9bd5ebcb198480617526ce5ed1"><code>b20aacf</code></a> fix(useMediaControls): apply state when target ref changes (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2999">#2999</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/659b2c9d26904b8ccbd3dfb550b28e24f142f263"><code>659b2c9</code></a> fix(useCycleList): correctly wrap list with ref (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2988">#2988</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v10.1.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 2023-04-24 07:01:02 +00:00 (Migrated from gitlab.com)

added 7 commits

  • 05cb1a71...96d7744c - 6 commits from branch master
  • 3ac6eeb9 - Build(deps): bump @vueuse/core from 10.0.2 to 10.1.0

Compare with previous version

added 7 commits <ul><li>05cb1a71...96d7744c - 6 commits from branch <code>master</code></li><li>3ac6eeb9 - Build(deps): bump @vueuse/core from 10.0.2 to 10.1.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1077/diffs?diff_id=663177506&start_sha=05cb1a71d3b068c6436b249bff18423bbcc20992)
argoyle (Migrated from gitlab.com) merged commit into master 2023-04-24 07:01:30 +00:00
Sign in to join this conversation.