Build(deps): bump @vueuse/core from 9.2.0 to 9.3.0 #634

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-9.3.0 into master 2022-09-26 05:15:51 +00:00
argoyle commented 2022-09-26 04:37:58 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 9.2.0 to 9.3.0.

Release notes

Sourced from @​vueuse/core's releases.

v9.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits


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.2.0 to 9.3.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>v9.3.0</h2> <h3>   🚀 Features</h3> <ul> <li>Optional callback for useInterval, useTimeout &amp; useTimestamp  -  by <a href="https://github.com/Waleed-KH"><code>@​Waleed-KH</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2240">vueuse/vueuse#2240</a></li> <li><strong>onClickOutside</strong>: Add <code>bubble</code> modifier to directive  -  by <a href="https://github.com/sibbng"><code>@​sibbng</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2183">vueuse/vueuse#2183</a></li> <li><strong>onKeyStroke</strong>: Support capture all handler  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2197">vueuse/vueuse#2197</a></li> <li><strong>useAxios</strong>: Improve type  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2208">vueuse/vueuse#2208</a></li> <li><strong>useAxios</strong>: Add second generic type to error  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2248">vueuse/vueuse#2248</a></li> <li><strong>useAxios</strong>: Add option for choosing shallowRef or ref  -  by <a href="https://github.com/jahnli"><code>@​jahnli</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2251">vueuse/vueuse#2251</a></li> <li><strong>useDateFormat</strong>: Support MMM and MMMM formatter  -  by <a href="https://github.com/777Vasya77"><code>@​777Vasya77</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2234">vueuse/vueuse#2234</a></li> <li><strong>useDateFormat</strong>: Support meridiem format  -  by <a href="https://github.com/huynl-96"><code>@​huynl-96</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2011">vueuse/vueuse#2011</a></li> <li><strong>useFirestore</strong>: Support dependent queries  -  by <a href="https://github.com/kiyopikko"><code>@​kiyopikko</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2103">vueuse/vueuse#2103</a></li> <li><strong>useMediaQuery</strong>: Allow query to be a <code>ref</code>  -  by <a href="https://github.com/GODLiangCY"><code>@​GODLiangCY</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2178">vueuse/vueuse#2178</a></li> <li><strong>useScroll</strong>: Support setting scroll position and toggling smooth scrolling  -  by <a href="https://github.com/curtgrimes"><code>@​curtgrimes</code></a> in <a href="https://github.com/vueuse/vueuse/issues/1996">vueuse/vueuse#1996</a></li> <li><strong>useTimeAgo</strong>: New <code>showSecond</code> option  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2209">vueuse/vueuse#2209</a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>onClickOutside</strong>: Put ignore logic on <code>pointerdown</code> event  -  by <a href="https://github.com/GODLiangCY"><code>@​GODLiangCY</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2198">vueuse/vueuse#2198</a></li> <li><strong>templateRef</strong>: Add Component type  -  by <a href="https://github.com/Holi0317"><code>@​Holi0317</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2203">vueuse/vueuse#2203</a></li> <li><strong>until</strong>: <code>.not</code> returns new instance  -  by <a href="https://github.com/lsdsjy"><code>@​lsdsjy</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2224">vueuse/vueuse#2224</a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.2.0...v9.3.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/8a8fe377d5c37b87c801d090611810049a946af8"><code>8a8fe37</code></a> chore: release v9.3.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/33dbc9eab62d3f596016e299182be041a8dbc440"><code>33dbc9e</code></a> feat: optional callback for useInterval, useTimeout &amp; useTimestamp (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2240">#2240</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/553f07ae57158d9717d55f14907a2c913a75cc8a"><code>553f07a</code></a> feat(useTimeAgo): new <code>showSecond</code> option (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2209">#2209</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/ee310f5327737269b3e3692dcdcb7a7a514c8429"><code>ee310f5</code></a> docs(useDark): not about default localStorage key (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2236">#2236</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/d1531c4d9872a20d2b49d05fa34ba9eef53e6d8c"><code>d1531c4</code></a> test: improve test coverage (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2233">#2233</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/324ff521d64c7aea196d4911b4cdf0698f12930c"><code>324ff52</code></a> feat(useScroll): support setting scroll position and toggling smooth scrollin...</li> <li><a href="https://github.com/vueuse/vueuse/commit/4b72d9773ad062fb1459b23e671e6bb5fac06a09"><code>4b72d97</code></a> docs(useWebSocket): heartbeat message type (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2243">#2243</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/6529deaaaed645a4522cf46cc973a8a0fee3696e"><code>6529dea</code></a> docs(useStorage): fix broken link</li> <li><a href="https://github.com/vueuse/vueuse/commit/f7519793e0299428fe9207c6fc5b79ce071b4ff7"><code>f751979</code></a> docs: fix typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2237">#2237</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/a1d93d3b7068ad9e08ee38b75504d8cbf0c16e0b"><code>a1d93d3</code></a> chore: typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2217">#2217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v9.3.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 (Migrated from gitlab.com) merged commit into master 2022-09-26 05:15:51 +00:00
Sign in to join this conversation.