Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1 #552

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-9.1.1 into master 2022-08-24 08:07:52 +00:00
argoyle commented 2022-08-24 04:38:51 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 9.1.0 to 9.1.1.

Release notes

Sourced from @​vueuse/core's releases.

v9.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • bc6afc1 chore: release v9.1.1
  • 6db0559 feat(usePreferredContrast): new function (#2040)
  • 73c753f docs(useEventListener): improve docs (#2105)
  • c534e43 fix(useActiveElement): use computedWithControl instead of counter ref (#2...
  • 1eb83c4 docs: fix typo (#2092)
  • 42dd901 docs: update export size
  • d9c0cd0 fix(useElementHover): support set el ref type (#2079)
  • 4230032 fix(useURLSearchParams): avoid referencing to global location (#2066)
  • 53a209e fix(useScroll): account for rounding errors when calculating arrivedState (#2...
  • 330dcd0 docs(onKeyStroke): allow typing into search on demo page (#2050)
  • See full diff 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 9.1.0 to 9.1.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>v9.1.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>usePreferredContrast</strong>: New function  -  by <a href="https://github.com/Zhaocl1997"><code>@​Zhaocl1997</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2040">vueuse/vueuse#2040</a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>firebase</strong>: Improve externalization  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/e2a78284"><!-- raw HTML omitted -->(e2a78)<!-- raw HTML omitted --></a></li> <li><strong>shared</strong>: Resolve internal circular reference  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/0fdbbf4f"><!-- raw HTML omitted -->(0fdbb)<!-- raw HTML omitted --></a></li> <li><strong>useActiveElement</strong>: Use <code>computedWithControl</code> instead of <code>counter</code> ref  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2093">vueuse/vueuse#2093</a></li> <li><strong>useElementHover</strong>: Support set el ref type  -  by <a href="https://github.com/JiatLn"><code>@​JiatLn</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2079">vueuse/vueuse#2079</a></li> <li><strong>useScroll</strong>: Account for rounding errors when calculating arrivedState  -  by <a href="https://github.com/curtgrimes"><code>@​curtgrimes</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2051">vueuse/vueuse#2051</a></li> <li><strong>useURLSearchParams</strong>: Avoid referencing to global <code>location</code>  -  by <a href="https://github.com/mskr"><code>@​mskr</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2066">vueuse/vueuse#2066</a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.1.0...v9.1.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/bc6afc1428086d1b269d79f1c8ad4c22c7e8a05a"><code>bc6afc1</code></a> chore: release v9.1.1</li> <li><a href="https://github.com/vueuse/vueuse/commit/6db0559c4223671c988ceef9a96ddfee7779d475"><code>6db0559</code></a> feat(usePreferredContrast): new function (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2040">#2040</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/73c753fac4ea55ff7b7dd7d058a3f042615d9343"><code>73c753f</code></a> docs(useEventListener): improve docs (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2105">#2105</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/c534e4377f721505c9f7deaee4cd35b4ccab2594"><code>c534e43</code></a> fix(useActiveElement): use <code>computedWithControl</code> instead of <code>counter</code> ref (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2">#2</a>...</li> <li><a href="https://github.com/vueuse/vueuse/commit/1eb83c41bb1ca6e6c8ee61c46ce9dbca7ab1613f"><code>1eb83c4</code></a> docs: fix typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2092">#2092</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/42dd9015f8fe31a15c28ce721be33207b16938d7"><code>42dd901</code></a> docs: update export size</li> <li><a href="https://github.com/vueuse/vueuse/commit/d9c0cd0b013066d31f1b215eb8225200ea380acc"><code>d9c0cd0</code></a> fix(useElementHover): support set el ref type (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2079">#2079</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/42300326ac916d00ed07718bb8b2571b99624ace"><code>4230032</code></a> fix(useURLSearchParams): avoid referencing to global <code>location</code> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2066">#2066</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/53a209e1118687c0f0b7c876377fa4126afce624"><code>53a209e</code></a> fix(useScroll): account for rounding errors when calculating arrivedState (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2">#2</a>...</li> <li><a href="https://github.com/vueuse/vueuse/commit/330dcd07f19da8874fcfa4f5c6becd7a2c333e50"><code>330dcd0</code></a> docs(onKeyStroke): allow typing into search on demo page (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2050">#2050</a>)</li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v9.1.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 - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-08-24 06:18:16 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e27f5137 - 1 commit from branch master
  • 71054217 - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1

Compare with previous version

added 2 commits <ul><li>e27f5137 - 1 commit from branch <code>master</code></li><li>71054217 - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/503/diffs?diff_id=468123284&start_sha=47275746e277927149b7d25e7ac5919a45f5f8df)
argoyle commented 2022-08-24 06:37:09 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 3d67dcc2 - 1 commit from branch master
  • 24cf9d86 - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1

Compare with previous version

added 2 commits <ul><li>3d67dcc2 - 1 commit from branch <code>master</code></li><li>24cf9d86 - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/503/diffs?diff_id=468135597&start_sha=71054217aef1f9e892fdaff5e579f8763acbd086)
argoyle commented 2022-08-24 06:53:27 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 8d14451d - 1 commit from branch master
  • c8e20cdb - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1

Compare with previous version

added 2 commits <ul><li>8d14451d - 1 commit from branch <code>master</code></li><li>c8e20cdb - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/503/diffs?diff_id=468147647&start_sha=24cf9d86ff65a3c8661f101c1fd1c5510c4d9817)
argoyle commented 2022-08-24 07:16:04 +00:00 (Migrated from gitlab.com)

added 3 commits

  • c8e20cdb...70656dff - 2 commits from branch master
  • 7bb42738 - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1

Compare with previous version

added 3 commits <ul><li>c8e20cdb...70656dff - 2 commits from branch <code>master</code></li><li>7bb42738 - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/503/diffs?diff_id=468167511&start_sha=c8e20cdb592a9fb5c33925c92806d1b41e19e5e1)
argoyle commented 2022-08-24 07:55:16 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 748a79df - 1 commit from branch master
  • 60282916 - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1

Compare with previous version

added 2 commits <ul><li>748a79df - 1 commit from branch <code>master</code></li><li>60282916 - Build(deps): bump @vueuse/core from 9.1.0 to 9.1.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/503/diffs?diff_id=468206046&start_sha=7bb42738ef984a164e7acb9daf0f2ebd837d2b43)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-08-24 07:57:29 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-08-24 08:07:52 +00:00
Sign in to join this conversation.