Build(deps): bump @vueuse/core from 10.2.1 to 10.3.0 #1366

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-10.3.0 into master 2023-08-01 13:59:27 +00:00
argoyle commented 2023-07-31 04:39:10 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 10.2.1 to 10.3.0.

Release notes

Sourced from @​vueuse/core's releases.

v10.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • f9f02e5 chore: release v10.3.0
  • 296dcc5 feat(useActiveElement): search deeply in shadow dom (#3208)
  • ac88fd7 feat(useSpeechSynthesis): add reactivity for pitch and rate (#3205)
  • ee425ff fix(usePointer): add pointerup event for pressure field (#3217)
  • e755653 fix(build): ensure correct typing for node esm (#3209)
  • a32ae73 feat(createReusableTemplate): inherit attrs (#3226)
  • dde4166 fix(useScroll): support configurable window (#3229)
  • 33a12b2 feat(useSorted): accept getter function as source (#3249)
  • f39691f fix(useMediaQuery): only add/remove event listeners on query change (#3236)
  • d3f7e6a fix(useObjectUrl): improve parameter type (#3239)
  • 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.2.1 to 10.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>v10.3.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>createReusableTemplate</strong>: Inherit attrs  -  by <a href="https://github.com/wiidede"><code>@​wiidede</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3226">vueuse/vueuse#3226</a> <a href="https://github.com/vueuse/vueuse/commit/a32ae737"><!-- raw HTML omitted -->(a32ae)<!-- raw HTML omitted --></a></li> <li><strong>useActiveElement</strong>: Search deeply in shadow dom  -  by <a href="https://github.com/duoduoObama"><code>@​duoduoObama</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3208">vueuse/vueuse#3208</a> <a href="https://github.com/vueuse/vueuse/commit/296dcc5e"><!-- raw HTML omitted -->(296dc)<!-- raw HTML omitted --></a></li> <li><strong>useCounter</strong>: InitialValue support ref  -  by <a href="https://github.com/Rock070"><code>@​Rock070</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3266">vueuse/vueuse#3266</a> <a href="https://github.com/vueuse/vueuse/commit/6ae3a8c8"><!-- raw HTML omitted -->(6ae3a)<!-- raw HTML omitted --></a></li> <li><strong>useFocus</strong>: Support <code>:focus-visible</code>  -  by <a href="https://github.com/onmax"><code>@​onmax</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3254">vueuse/vueuse#3254</a> <a href="https://github.com/vueuse/vueuse/commit/80329333"><!-- raw HTML omitted -->(80329)<!-- raw HTML omitted --></a></li> <li><strong>useRTDB</strong>: Add errorHandler option  -  by <a href="https://github.com/wobsoriano"><code>@​wobsoriano</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3232">vueuse/vueuse#3232</a> <a href="https://github.com/vueuse/vueuse/commit/b5e52f59"><!-- raw HTML omitted -->(b5e52)<!-- raw HTML omitted --></a></li> <li><strong>useSorted</strong>: Accept getter function as source  -  by <a href="https://github.com/wvffle"><code>@​wvffle</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3249">vueuse/vueuse#3249</a> <a href="https://github.com/vueuse/vueuse/commit/33a12b2a"><!-- raw HTML omitted -->(33a12)<!-- raw HTML omitted --></a></li> <li><strong>useSpeechSynthesis</strong>: Add reactivity for pitch and rate  -  by <a href="https://github.com/shestmintsev-kirill"><code>@​shestmintsev-kirill</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3205">vueuse/vueuse#3205</a> <a href="https://github.com/vueuse/vueuse/commit/ac88fd76"><!-- raw HTML omitted -->(ac88f)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>build</strong>: Ensure correct typing for node esm  -  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/3209">vueuse/vueuse#3209</a> <a href="https://github.com/vueuse/vueuse/commit/e755653b"><!-- raw HTML omitted -->(e7556)<!-- raw HTML omitted --></a></li> <li><strong>createReusableTemplate</strong>: Camelize props  -  by <a href="https://github.com/94726"><code>@​94726</code></a>, <a href="https://github.com/antfu"><code>@​antfu</code></a> and <a href="https://github.com/wvffle"><code>@​wvffle</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3253">vueuse/vueuse#3253</a> <a href="https://github.com/vueuse/vueuse/commit/d79e174f"><!-- raw HTML omitted -->(d79e1)<!-- raw HTML omitted --></a></li> <li><strong>onClickOutside</strong>: Fix outside click on html element in ios  -  by <a href="https://github.com/sibbng"><code>@​sibbng</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3252">vueuse/vueuse#3252</a> <a href="https://github.com/vueuse/vueuse/commit/9091e2c8"><!-- raw HTML omitted -->(9091e)<!-- raw HTML omitted --></a></li> <li><strong>reactiveComputed</strong>: Unwrap reactive type  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3215">vueuse/vueuse#3215</a> <a href="https://github.com/vueuse/vueuse/commit/17a725e2"><!-- raw HTML omitted -->(17a72)<!-- raw HTML omitted --></a></li> <li><strong>router</strong>: Improves router functions: synchronize values, adds tests, and optimize performance  -  by <a href="https://github.com/anteriovieira"><code>@​anteriovieira</code></a>, <a href="https://github.com/antfu"><code>@​antfu</code></a>, <strong>CJBoy</strong> and <strong>tzyoo</strong> in <a href="https://github.com/vueuse/vueuse/issues/3184">vueuse/vueuse#3184</a> <a href="https://github.com/vueuse/vueuse/commit/0d02f6cc"><!-- raw HTML omitted -->(0d02f)<!-- raw HTML omitted --></a></li> <li><strong>toRefs</strong>: Don't trigger unwanted watchEffects  -  by <a href="https://github.com/wvffle"><code>@​wvffle</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3260">vueuse/vueuse#3260</a> <a href="https://github.com/vueuse/vueuse/commit/5309c26a"><!-- raw HTML omitted -->(5309c)<!-- raw HTML omitted --></a></li> <li><strong>useDateFormat</strong>: Handle zero properly  -  by <a href="https://github.com/JocelynFloresz"><code>@​JocelynFloresz</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3272">vueuse/vueuse#3272</a> <a href="https://github.com/vueuse/vueuse/commit/d642866a"><!-- raw HTML omitted -->(d6428)<!-- raw HTML omitted --></a></li> <li><strong>useEventListener</strong>: Improved <code>useEventListener</code> overload  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3246">vueuse/vueuse#3246</a> <a href="https://github.com/vueuse/vueuse/commit/4f4141ad"><!-- raw HTML omitted -->(4f414)<!-- raw HTML omitted --></a></li> <li><strong>useFetch</strong>: Generated payloadType on execute  -  by <a href="https://github.com/tolking"><code>@​tolking</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3251">vueuse/vueuse#3251</a> <a href="https://github.com/vueuse/vueuse/commit/b7e3d7e8"><!-- raw HTML omitted -->(b7e3d)<!-- raw HTML omitted --></a></li> <li><strong>useInfiniteScroll</strong>: Improve visibility check  -  by <a href="https://github.com/erikkkwu"><code>@​erikkkwu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3212">vueuse/vueuse#3212</a> <a href="https://github.com/vueuse/vueuse/commit/5ce6151c"><!-- raw HTML omitted -->(5ce61)<!-- raw HTML omitted --></a></li> <li><strong>useMediaQuery</strong>: Only add/remove event listeners on query change  -  by <a href="https://github.com/Ingramz"><code>@​Ingramz</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3236">vueuse/vueuse#3236</a> <a href="https://github.com/vueuse/vueuse/commit/f39691f7"><!-- raw HTML omitted -->(f3969)<!-- raw HTML omitted --></a></li> <li><strong>useObjectUrl</strong>: Improve parameter type  -  by <a href="https://github.com/ferreira-tb"><code>@​ferreira-tb</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3239">vueuse/vueuse#3239</a> <a href="https://github.com/vueuse/vueuse/commit/d3f7e6a9"><!-- raw HTML omitted -->(d3f7e)<!-- raw HTML omitted --></a></li> <li><strong>usePointer</strong>: Add <code>pointerup</code> event for <code>pressure</code> field  -  by <a href="https://github.com/cunzaizhuyi"><code>@​cunzaizhuyi</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3217">vueuse/vueuse#3217</a> <a href="https://github.com/vueuse/vueuse/commit/ee425ff8"><!-- raw HTML omitted -->(ee425)<!-- raw HTML omitted --></a></li> <li><strong>useScroll</strong>: Support configurable window  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/3229">vueuse/vueuse#3229</a> <a href="https://github.com/vueuse/vueuse/commit/dde41666"><!-- raw HTML omitted -->(dde41)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v10.2.1...v10.3.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/f9f02e562f5f8cb80328670593a6ea66547a87e6"><code>f9f02e5</code></a> chore: release v10.3.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/296dcc5e7e82f7baba90ee0fdd9a80b9fecf8dc1"><code>296dcc5</code></a> feat(useActiveElement): search deeply in shadow dom (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3208">#3208</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/ac88fd760fb0a191004cbd96aa67e60c8680b9f9"><code>ac88fd7</code></a> feat(useSpeechSynthesis): add reactivity for pitch and rate (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3205">#3205</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/ee425ff8101fef74c9b5782341ce18d6dde9a3b5"><code>ee425ff</code></a> fix(usePointer): add <code>pointerup</code> event for <code>pressure</code> field (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3217">#3217</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/e755653bd80717af9c5c4b1cf15c82b95248cc30"><code>e755653</code></a> fix(build): ensure correct typing for node esm (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3209">#3209</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/a32ae737a299205f1950c2374357db58a3411fab"><code>a32ae73</code></a> feat(createReusableTemplate): inherit attrs (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3226">#3226</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/dde4166658fe91f277e4d03a3610dc7d6cb83c2e"><code>dde4166</code></a> fix(useScroll): support configurable window (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3229">#3229</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/33a12b2a57ab118147c37103dce764bf4559d641"><code>33a12b2</code></a> feat(useSorted): accept getter function as source (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3249">#3249</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/f39691f7a6b88b6b7db89c27d4cb08ef8f48c191"><code>f39691f</code></a> fix(useMediaQuery): only add/remove event listeners on query change (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3236">#3236</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/d3f7e6a9e18426cf45285665ba336087acbd7c90"><code>d3f7e6a</code></a> fix(useObjectUrl): improve parameter type (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/3239">#3239</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v10.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 recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-08-01 13:59:03 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 32fe6c42 - 1 commit from branch master
  • 526aa125 - Build(deps): bump @vueuse/core from 10.2.1 to 10.3.0

Compare with previous version

added 2 commits <ul><li>32fe6c42 - 1 commit from branch <code>master</code></li><li>526aa125 - Build(deps): bump @vueuse/core from 10.2.1 to 10.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1317/diffs?diff_id=749695684&start_sha=c6413c1cb610cdfba38562e145bd97554d1b3f8a)
argoyle (Migrated from gitlab.com) merged commit into master 2023-08-01 13:59:28 +00:00
Sign in to join this conversation.