Build(deps): bump @vueuse/core from 9.13.0 to 10.0.2 #1104

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-10.0.2 into master 2023-04-15 10:20:57 +00:00
argoyle commented 2023-04-15 04:37:56 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 9.13.0 to 10.0.2.

Release notes

Sourced from @​vueuse/core's releases.

v10.0.2

   🐞 Bug Fixes

    View changes on GitHub

v10.0.1

   🐞 Bug Fixes

    View changes on GitHub

v10.0.0

VueUse v10

    Highlights

   🚨 Breaking Changes

... (truncated)

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.13.0 to 10.0.2. <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.0.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Module reference, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2972">#2972</a>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2972">vueuse/vueuse#2972</a> <a href="https://github.com/vueuse/vueuse/commit/7d001e33"><!-- raw HTML omitted -->(7d001)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v10.0.1...v10.0.2">View changes on GitHub</a></h5> <h2>v10.0.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>nuxt</strong>: Do not auto-import <code>toRef</code> and <code>toValue</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/9225fc77"><!-- raw HTML omitted -->(9225f)<!-- raw HTML omitted --></a></li> <li><strong>useIntersectionObserver</strong>: Targets length check  -  by <a href="https://github.com/schelmo"><code>@​schelmo</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2968">vueuse/vueuse#2968</a> <a href="https://github.com/vueuse/vueuse/commit/b95b6210"><!-- raw HTML omitted -->(b95b6)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v10.0.0...v10.0.1">View changes on GitHub</a></h5> <h2>v10.0.0</h2> <p><img src="https://user-images.githubusercontent.com/11247099/231996807-fb756cbe-8e19-45f0-a33a-91a80b35482b.png" alt="VueUse v10" /></p> <h3>   ✨ Highlights</h3> <ul> <li><a href="https://vueuse.org/core/createreusabletemplate/"><code>createReusableTemplate</code></a> from <a href="https://github.com/antfu/vue-reuse-template">https://github.com/antfu/vue-reuse-template</a></li> <li><a href="https://vueuse.org/core/createTemplatePromise/"><code>createTemplatePromise</code></a> from <a href="https://github.com/antfu/vue-template-promise">https://github.com/antfu/vue-template-promise</a></li> <li><a href="https://vueuse.org/core/useAnimate/"><code>useAnimate</code></a> for native animation API, thanks to <a href="https://github.com/tolking"><code>@​tolking</code></a></li> <li>Renamed <code>resolveRef</code> to <code>toRef</code>, <code>resolveUnref</code> to <code>toValue</code>, aligning with Vue 3.3: <a href="https://github.com/vuejs/core/pull/7997">vuejs/core#7997</a></li> <li>Improved tree-shaking</li> <li>Cleaned up long-lasting PRs, thanks to all!</li> </ul> <h3>   🚨 Breaking Changes</h3> <ul> <li>Remove deprecated types  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2656">vueuse/vueuse#2656</a> <a href="https://github.com/vueuse/vueuse/commit/c2fee4e5"><!-- raw HTML omitted -->(c2fee)<!-- raw HTML omitted --></a></li> <li>Remove <code>isFunction</code> and <code>isString</code> utils <a href="https://github.com/vueuse/vueuse/commit/cb644e03"><!-- raw HTML omitted -->(cb644)<!-- raw HTML omitted --></a></li> <li><strong>computedAsync</strong>: <ul> <li>Set shallow defalut to true  -  by <a href="https://github.com/xiankaiqun"><code>@​xiankaiqun</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2621">vueuse/vueuse#2621</a> <a href="https://github.com/vueuse/vueuse/commit/23c9d45d"><!-- raw HTML omitted -->(23c9d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>toRef</strong>: <ul> <li>Rename <code>resolveRef</code> to <code>toRef</code> <a href="https://github.com/vueuse/vueuse/commit/10e98911"><!-- raw HTML omitted -->(10e98)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>types</strong>: <ul> <li>Rename <code>MaybeComputedRef</code> to <code>MaybeRefOrGetter</code> <a href="https://github.com/vueuse/vueuse/commit/4d7577ee"><!-- raw HTML omitted -->(4d757)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>useAxios</strong>: <ul> <li><code>error</code> should return type <code>unknown</code>  -  by <a href="https://github.com/jbaubree"><code>@​jbaubree</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2807">vueuse/vueuse#2807</a> <a href="https://github.com/vueuse/vueuse/commit/d8d732e0"><!-- raw HTML omitted -->(d8d73)<!-- raw HTML omitted --></a></li> <li>Remove deprecated apis <a href="https://github.com/vueuse/vueuse/commit/1f8b92c1"><!-- raw HTML omitted -->(1f8b9)<!-- raw HTML omitted --></a></li> <li>Reject promise on <code>execute</code>  -  by <a href="https://github.com/FRSgit"><code>@​FRSgit</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2485">vueuse/vueuse#2485</a> <a href="https://github.com/vueuse/vueuse/commit/edece1a2"><!-- raw HTML omitted -->(edece)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>useColorMode</strong>: <ul> <li>Enable <code>disableTransition</code> by default <a href="https://github.com/vueuse/vueuse/commit/5c82cf3a"><!-- raw HTML omitted -->(5c82c)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>useElementVisibility</strong>: <ul> <li>Use useIntersectionObserver instead of scroll event handler  -  by <a href="https://github.com/curtgrimes"><code>@​curtgrimes</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2551">vueuse/vueuse#2551</a> <a href="https://github.com/vueuse/vueuse/commit/74b00a09"><!-- raw HTML omitted -->(74b00)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>useEventBus,createEventHook</strong>: <ul> <li>Dedupe registration of the same function  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2748">vueuse/vueuse#2748</a> <a href="https://github.com/vueuse/vueuse/commit/dd514616"><!-- raw HTML omitted -->(dd514)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>useFullscreen</strong>: <ul> <li>Better cross-platform compatibility  -  by <a href="https://github.com/ferferga"><code>@​ferferga</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2915">vueuse/vueuse#2915</a> <a href="https://github.com/vueuse/vueuse/commit/2e46781f"><!-- raw HTML omitted -->(2e467)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>useIDBKeyval</strong>:</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/47be62a55dd996b2c86ca414e7f3e3a52da15e73"><code>47be62a</code></a> chore: release v10.0.2</li> <li><a href="https://github.com/vueuse/vueuse/commit/7d001e33ae0747bbf4417e027be5cf688778af30"><code>7d001e3</code></a> fix: module reference, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2972">#2972</a></li> <li><a href="https://github.com/vueuse/vueuse/commit/69be02c83c0f10866cdb1655e75be54633cc552f"><code>69be02c</code></a> chore: release v10.0.1</li> <li><a href="https://github.com/vueuse/vueuse/commit/3445c45801c4aa47bd6400d9904042771ac747f4"><code>3445c45</code></a> docs: update</li> <li><a href="https://github.com/vueuse/vueuse/commit/dd2f2ed6252b6a5581eeb21c7caa22f832febed9"><code>dd2f2ed</code></a> chore: typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2971">#2971</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/fe8cdd4485c5895003866da07bf3f82638b8d39b"><code>fe8cdd4</code></a> chore: typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2969">#2969</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/b95b6210102a7affdc4825dcd81b1bab8e8540dd"><code>b95b621</code></a> fix(useIntersectionObserver): targets length check (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2968">#2968</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/138b2787fc091b90b8fd6c7742b53ec8b5e220c0"><code>138b278</code></a> chore: release v10.0.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/f87f87741d436825b6a72ea2ab44c056922104d8"><code>f87f877</code></a> feat(useIntersectionObserver): allow multiple targets (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2964">#2964</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/d142af15d613861ab22e13eaaea92499e02a7e92"><code>d142af1</code></a> docs: improve styling</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v10.0.2/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 2023-04-15 10:20:58 +00:00
Sign in to join this conversation.