Build(deps): bump @vueuse/core from 9.5.0 to 9.6.0 #769

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-9.6.0 into master 2022-11-23 07:38:31 +00:00
argoyle commented 2022-11-23 04:38:06 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 9.5.0 to 9.6.0.

Release notes

Sourced from @​vueuse/core's releases.

v9.6.0

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 043bcba chore: release v9.6.0
  • 944134c fix(useStyleTag): allow use of existing node (#2442)
  • fe4b964 docs(useClipboard): add brief of option legacy (#2447)
  • ff96dc7 fix(onClickOutside): call handler if click event is fired by a keypress (#2...
  • 2aa3e67 refactor(getTimeAgo): rename getTimeago to getTimeAgo (#2427)
  • 32098fc docs(useManualRefHistory): correct import (#2428)
  • 0a49ea4 fix(useTransition): call pause() to stop useRafFn when disabling (#2360)
  • 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.5.0 to 9.6.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.6.0</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>onClickOutside</strong>: Call handler if <code>click</code> event is fired by a keypress  -  by <a href="https://github.com/sibbng"><code>@​sibbng</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2426">vueuse/vueuse#2426</a> <a href="https://github.com/vueuse/vueuse/commit/ff96dc77"><!-- raw HTML omitted -->(ff96d)<!-- raw HTML omitted --></a></li> <li><strong>ssr-plugin</strong>: Use useHead instead of useMeta  -  by <a href="https://github.com/daniil4udo"><code>@​daniil4udo</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2449">vueuse/vueuse#2449</a> <a href="https://github.com/vueuse/vueuse/commit/01c28206"><!-- raw HTML omitted -->(01c28)<!-- raw HTML omitted --></a></li> <li><strong>useFirestore</strong>: Fix falsy type error  -  by <a href="https://github.com/kiyopikko"><code>@​kiyopikko</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2431">vueuse/vueuse#2431</a> <a href="https://github.com/vueuse/vueuse/commit/6886ed12"><!-- raw HTML omitted -->(6886e)<!-- raw HTML omitted --></a></li> <li><strong>useIDBKeyval</strong>: Incorrect value init set  -  by <a href="https://github.com/sun0day"><code>@​sun0day</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2416">vueuse/vueuse#2416</a> <a href="https://github.com/vueuse/vueuse/commit/1d8413dc"><!-- raw HTML omitted -->(1d841)<!-- raw HTML omitted --></a></li> <li><strong>useStyleTag</strong>: Allow use of existing node  -  by <a href="https://github.com/jameswragg"><code>@​jameswragg</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2442">vueuse/vueuse#2442</a> <a href="https://github.com/vueuse/vueuse/commit/944134c2"><!-- raw HTML omitted -->(94413)<!-- raw HTML omitted --></a></li> <li><strong>useTransition</strong>: Call pause() to stop useRafFn when disabling  -  by <a href="https://github.com/huodoushigemi"><code>@​huodoushigemi</code></a>, <strong>李众豪</strong> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2360">vueuse/vueuse#2360</a> <a href="https://github.com/vueuse/vueuse/commit/0a49ea4d"><!-- raw HTML omitted -->(0a49e)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.5.0...v9.6.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/043bcba60744e70f03b387f0460c0ab8ec4f959f"><code>043bcba</code></a> chore: release v9.6.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/944134c215f76f9cd3deea716b6936c507a9f41f"><code>944134c</code></a> fix(useStyleTag): allow use of existing node (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2442">#2442</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/fe4b964d3a98e984d6f9b2c38f695079c1b668d6"><code>fe4b964</code></a> docs(useClipboard): add brief of option legacy (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2447">#2447</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/ff96dc77a23f6ae557f93d080fd74e0d7aafe1e4"><code>ff96dc7</code></a> fix(onClickOutside): call handler if <code>click</code> event is fired by a keypress (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2">#2</a>...</li> <li><a href="https://github.com/vueuse/vueuse/commit/2aa3e671d89eac2ea0826886fe8a16c1adea2e66"><code>2aa3e67</code></a> refactor(getTimeAgo): rename <code>getTimeago</code> to <code>getTimeAgo</code> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2427">#2427</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/32098fc0a20321bbfb48b73204b8c7fe1f92a980"><code>32098fc</code></a> docs(useManualRefHistory): correct import (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2428">#2428</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/0a49ea4dacbd98cdeb6e4be1bba3bc9347a8845a"><code>0a49ea4</code></a> fix(useTransition): call pause() to stop useRafFn when disabling (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2360">#2360</a>)</li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v9.6.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-11-23 07:38:32 +00:00
Sign in to join this conversation.