Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0 #518

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-9.1.0 into master 2022-08-05 13:01:59 +00:00
argoyle commented 2022-08-05 04:39:16 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 9.0.2 to 9.1.0.

Release notes

Sourced from @​vueuse/core's releases.

v9.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • ca4344e chore: release v9.1.0
  • e808b68 feat(usePreferredReducedMotion): new function (#2039)
  • b6503dc fix(useOffsetPagination): min value for pageCount should be 1 (#2001)
  • cc8658a fix(useTransition): improve type of TransitionPresets
  • 06e2639 fix(useFavicon): writable return type (#2036)
  • fa2f6b8 feat(useCycleList): support MaybeRef for initialValue (#2025)
  • 8f2b799 fix(useScriptTag): normalize src arg (#2030)
  • 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.0.2 to 9.1.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.1.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>useCycleList</strong>: Support MaybeRef for initialValue  -  by <a href="https://github.com/Waleed-KH"><code>@​Waleed-KH</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2025">vueuse/vueuse#2025</a></li> <li><strong>usePrecision</strong>: New function  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/49c8ac4f"><!-- raw HTML omitted -->(49c8a)<!-- raw HTML omitted --></a></li> <li><strong>usePreferredReducedMotion</strong>: New function  -  by <a href="https://github.com/Zhaocl1997"><code>@​Zhaocl1997</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2039">vueuse/vueuse#2039</a></li> <li><strong>useToNumber</strong>: New function  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/f69a36df"><!-- raw HTML omitted -->(f69a3)<!-- raw HTML omitted --></a></li> <li><strong>useToString</strong>: New function  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/2b869adb"><!-- raw HTML omitted -->(2b869)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Improve <code>MaybeComputedRef</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/28c5a95f"><!-- raw HTML omitted -->(28c5a)<!-- raw HTML omitted --></a></li> <li><strong>useFavicon</strong>: Writable return type  -  by <a href="https://github.com/chaii3"><code>@​chaii3</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2036">vueuse/vueuse#2036</a></li> <li><strong>useOffsetPagination</strong>: Min value for pageCount should be 1  -  by <a href="https://github.com/jd-solanki"><code>@​jd-solanki</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2001">vueuse/vueuse#2001</a></li> <li><strong>useScriptTag</strong>: Normalize <code>src</code> arg  -  by <a href="https://github.com/huynl-96"><code>@​huynl-96</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2030">vueuse/vueuse#2030</a></li> <li><strong>useToFixed</strong>: Deprecated in favor of <code>usePrecision</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/790ef402"><!-- raw HTML omitted -->(790ef)<!-- raw HTML omitted --></a></li> <li><strong>useTransition</strong>: Improve type of <code>TransitionPresets</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/cc8658aa"><!-- raw HTML omitted -->(cc865)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.0.2...v9.1.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/ca4344eb9efe45a352b949ee624ac53f0985a0b5"><code>ca4344e</code></a> chore: release v9.1.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/e808b6895c59159ca2193da7a9f4518b0ae6c9d1"><code>e808b68</code></a> feat(usePreferredReducedMotion): new function (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2039">#2039</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/b6503dcc7f10024496c140037343e299aaf9cba4"><code>b6503dc</code></a> fix(useOffsetPagination): min value for pageCount should be 1 (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2001">#2001</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/cc8658aac64fcd1ed70f5337a6001a3c9521b4ca"><code>cc8658a</code></a> fix(useTransition): improve type of <code>TransitionPresets</code></li> <li><a href="https://github.com/vueuse/vueuse/commit/06e26390f9320a4af35ec69edabc3ea91effc4d8"><code>06e2639</code></a> fix(useFavicon): writable return type (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2036">#2036</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/fa2f6b8f06db089512e5c7866d07d35a656d7cdd"><code>fa2f6b8</code></a> feat(useCycleList): support MaybeRef for initialValue (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2025">#2025</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/8f2b799de83c73ad2861be56256e4d66cb38f528"><code>8f2b799</code></a> fix(useScriptTag): normalize <code>src</code> arg (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2030">#2030</a>)</li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v9.1.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 commented 2022-08-05 11:37:59 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 95510d42 - 1 commit from branch master
  • c7402ff7 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0

Compare with previous version

added 2 commits <ul><li>95510d42 - 1 commit from branch <code>master</code></li><li>c7402ff7 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/469/diffs?diff_id=454840430&start_sha=698122583a7d3825ced0dad980577fc213cebc34)
argoyle commented 2022-08-05 11:51:23 +00:00 (Migrated from gitlab.com)

added 2 commits

  • d4d70f41 - 1 commit from branch master
  • e660beb5 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0

Compare with previous version

added 2 commits <ul><li>d4d70f41 - 1 commit from branch <code>master</code></li><li>e660beb5 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/469/diffs?diff_id=454851502&start_sha=c7402ff7b68ca3a397a7c175c21d494f946390f1)
argoyle commented 2022-08-05 12:03:55 +00:00 (Migrated from gitlab.com)

added 2 commits

  • c08fced3 - 1 commit from branch master
  • cca80ec9 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0

Compare with previous version

added 2 commits <ul><li>c08fced3 - 1 commit from branch <code>master</code></li><li>cca80ec9 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/469/diffs?diff_id=454862492&start_sha=e660beb51ebe079e9a6f83e4edaba57f7e8a3c1b)
argoyle commented 2022-08-05 12:17:20 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 0ca65d7a - 1 commit from branch master
  • 606fa62e - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0

Compare with previous version

added 2 commits <ul><li>0ca65d7a - 1 commit from branch <code>master</code></li><li>606fa62e - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/469/diffs?diff_id=454874623&start_sha=cca80ec919a7dde4b9038eb7a2b62552001bf983)
argoyle commented 2022-08-05 12:32:55 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e2d68589 - 1 commit from branch master
  • 8fd7ec79 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0

Compare with previous version

added 2 commits <ul><li>e2d68589 - 1 commit from branch <code>master</code></li><li>8fd7ec79 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/469/diffs?diff_id=454889950&start_sha=606fa62e20f380829724d174e8aea87b059489a3)
argoyle commented 2022-08-05 12:48:24 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e6888eac - 1 commit from branch master
  • 99d31746 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0

Compare with previous version

added 2 commits <ul><li>e6888eac - 1 commit from branch <code>master</code></li><li>99d31746 - Build(deps): bump @vueuse/core from 9.0.2 to 9.1.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/469/diffs?diff_id=454904187&start_sha=8fd7ec7977fefb15f8a78180a260374e62c598f1)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-08-05 12:52:36 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-08-05 13:01:59 +00:00
Sign in to join this conversation.