Build(deps): bump @vueuse/core from 10.4.1 to 10.5.0 #1503

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-10.5.0 into master 2023-10-08 14:26:12 +00:00
argoyle commented 2023-10-08 04:39:06 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 10.4.1 to 10.5.0.

Release notes

Sourced from @​vueuse/core's releases.

v10.5.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 0c57ce7 chore: release v10.5.0
  • c3a69ee fix(useWebSocket): ssr support (#3370)
  • d5c81b3 feat(useMousePressed): add capture option (#3392)
  • 8e4c01b feat(useRafFn): option fpsLimit (#3459)
  • 2f2b492 fix(useWebNotification): condition check on permission (#3422)
  • d1fcc57 feat(useFavicon): Add link tag if it doesn't exist (#3444)
  • d460dad docs(useFileDialog): mention accept in usage example (#3406)
  • 8167bc4 feat(useMutationObserver): use MaybeComputedElementRef (#3430)
  • f54bc17 docs(useAsyncState): state is shallowRef by default (#3401)
  • ec9a45b fix(useBreakpoints): add missing breakpoint for the bootstrap (#3413)
  • Additional commits viewable 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.4.1 to 10.5.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.5.0</h2> <h3>   🚀 Features</h3> <ul> <li>Add <code>Promisify</code> type definition  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3420">vueuse/vueuse#3420</a> <a href="https://github.com/vueuse/vueuse/commit/b067b8e4"><!-- raw HTML omitted -->(b067b)<!-- raw HTML omitted --></a></li> <li><strong>createInjectionState</strong>: Allow provide and inject in same component  -  by <a href="https://github.com/xiaoxiangmoe"><code>@​xiaoxiangmoe</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3387">vueuse/vueuse#3387</a> <a href="https://github.com/vueuse/vueuse/commit/5d948714"><!-- raw HTML omitted -->(5d948)<!-- raw HTML omitted --></a></li> <li><strong>createInjectionState</strong>: Add injectionKey option  -  by <a href="https://github.com/PPetau"><code>@​PPetau</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3404">vueuse/vueuse#3404</a> <a href="https://github.com/vueuse/vueuse/commit/90d34004"><!-- raw HTML omitted -->(90d34)<!-- raw HTML omitted --></a></li> <li><strong>rxjs</strong>: Add useExtractedObservable and watchExtractedObservable  -  by <a href="https://github.com/Voltra"><code>@​Voltra</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3453">vueuse/vueuse#3453</a> <a href="https://github.com/vueuse/vueuse/commit/23b8ca9c"><!-- raw HTML omitted -->(23b8c)<!-- raw HTML omitted --></a></li> <li><strong>useFavicon</strong>: Add link tag if it doesn't exist  -  by <a href="https://github.com/babu-ch"><code>@​babu-ch</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3444">vueuse/vueuse#3444</a> <a href="https://github.com/vueuse/vueuse/commit/d1fcc573"><!-- raw HTML omitted -->(d1fcc)<!-- raw HTML omitted --></a></li> <li><strong>useMousePressed</strong>: Add capture option  -  by <a href="https://github.com/DerZade"><code>@​DerZade</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3392">vueuse/vueuse#3392</a> <a href="https://github.com/vueuse/vueuse/commit/d5c81b3c"><!-- raw HTML omitted -->(d5c81)<!-- raw HTML omitted --></a></li> <li><strong>useMutationObserver</strong>: Use MaybeComputedElementRef  -  by <a href="https://github.com/huodoushigemi"><code>@​huodoushigemi</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3430">vueuse/vueuse#3430</a> <a href="https://github.com/vueuse/vueuse/commit/8167bc4b"><!-- raw HTML omitted -->(8167b)<!-- raw HTML omitted --></a></li> <li><strong>useRafFn</strong>: Option fpsLimit  -  by <a href="https://github.com/f820602h"><code>@​f820602h</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3459">vueuse/vueuse#3459</a> <a href="https://github.com/vueuse/vueuse/commit/8e4c01bd"><!-- raw HTML omitted -->(8e4c0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Vue 2 support for provideLocal and injectLocal  -  by <a href="https://github.com/xiaoxiangmoe"><code>@​xiaoxiangmoe</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3464">vueuse/vueuse#3464</a> <a href="https://github.com/vueuse/vueuse/commit/cf757029"><!-- raw HTML omitted -->(cf757)<!-- raw HTML omitted --></a></li> <li><strong>useBreakpoints</strong>: Add missing breakpoint for the bootstrap  -  by <a href="https://github.com/edtorba"><code>@​edtorba</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3413">vueuse/vueuse#3413</a> <a href="https://github.com/vueuse/vueuse/commit/ec9a45b4"><!-- raw HTML omitted -->(ec9a4)<!-- raw HTML omitted --></a></li> <li><strong>useDrauu</strong>: Spread options for <code>brush</code>  -  by <a href="https://github.com/17359898647"><code>@​17359898647</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3463">vueuse/vueuse#3463</a> <a href="https://github.com/vueuse/vueuse/commit/87ea324a"><!-- raw HTML omitted -->(87ea3)<!-- raw HTML omitted --></a></li> <li><strong>useVModels</strong>: Type error with passive: true  -  by <a href="https://github.com/chaii3"><code>@​chaii3</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3362">vueuse/vueuse#3362</a> <a href="https://github.com/vueuse/vueuse/commit/51f012b5"><!-- raw HTML omitted -->(51f01)<!-- raw HTML omitted --></a></li> <li><strong>useWebNotification</strong>: Condition check on permission  -  by <a href="https://github.com/SampsonCrowley"><code>@​SampsonCrowley</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3422">vueuse/vueuse#3422</a> <a href="https://github.com/vueuse/vueuse/commit/2f2b4923"><!-- raw HTML omitted -->(2f2b4)<!-- raw HTML omitted --></a></li> <li><strong>useWebSocket</strong>: Ssr support  -  by <a href="https://github.com/huangyan321"><code>@​huangyan321</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3370">vueuse/vueuse#3370</a> <a href="https://github.com/vueuse/vueuse/commit/c3a69eea"><!-- raw HTML omitted -->(c3a69)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v10.4.1...v10.5.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/0c57ce7944ad5157861cc9cae06c418ee68aa135"><code>0c57ce7</code></a> chore: release v10.5.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/c3a69eea0485a34733288321bb28ef19e17da3e8"><code>c3a69ee</code></a> fix(useWebSocket): ssr support (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3370">#3370</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/d5c81b3c06c1085dc099e89505213f511479c2fa"><code>d5c81b3</code></a> feat(useMousePressed): add capture option (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3392">#3392</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/8e4c01bd3799dcb9f7c25a1c6b0a47ba42f89b2e"><code>8e4c01b</code></a> feat(useRafFn): option fpsLimit (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3459">#3459</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/2f2b49239353e389eef7f3c20a03177da763a641"><code>2f2b492</code></a> fix(useWebNotification): condition check on permission (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3422">#3422</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/d1fcc573b63bdd8230690abf2080ca1fe84657b8"><code>d1fcc57</code></a> feat(useFavicon): Add link tag if it doesn't exist (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3444">#3444</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/d460daddfc7c0726552681bff56bd17ca957226a"><code>d460dad</code></a> docs(useFileDialog): mention <code>accept</code> in usage example (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3406">#3406</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/8167bc4b96f231ebfc45510f1e7939ae94515f04"><code>8167bc4</code></a> feat(useMutationObserver): use MaybeComputedElementRef (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3430">#3430</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/f54bc177f7af70f9d5ab747bce5e522db4f6568b"><code>f54bc17</code></a> docs(useAsyncState): state is shallowRef by default (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3401">#3401</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/ec9a45b4dbb24c568fe1bea272ecabedeb24b3d7"><code>ec9a45b</code></a> fix(useBreakpoints): add missing breakpoint for the bootstrap (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3413">#3413</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v10.5.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 recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2023-10-08 14:26:12 +00:00
Sign in to join this conversation.