Build(deps): bump @vueuse/core from 9.7.0 to 9.8.2 #821

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vueuse-core-9.8.2 into master 2022-12-21 07:22:40 +00:00
argoyle commented 2022-12-21 04:39:16 +00:00 (Migrated from gitlab.com)

Bumps @vueuse/core from 9.7.0 to 9.8.2.

Release notes

Sourced from @​vueuse/core's releases.

v9.8.2

   🐞 Bug Fixes

    View changes on GitHub

v9.8.1

   🐞 Bug Fixes

  • useStorage: Resume the watch after setting the value, fix loop updates  -  by @​antfu (c3851)
    View changes on GitHub

v9.8.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 4dea4be chore: release v9.8.2
  • 800f74f fix(useStorage): sync within page, close #1595
  • 30a43b2 chore: release v9.8.1
  • c3851b4 fix(useStorage): resume the watch after setting the value, fix loop updates
  • d4c5933 chore: release v9.8.0
  • 7b3db82 feat(onClickOutside): allow selector strings for ignore list (#2439)
  • 12e21d3 fix(onClickOutside): apply ignore list on keyboard clicks (#2438)
  • f40a021 fix(useTimeAgo): rounding unit fallback
  • 9293c1b feat(useTimeAgo): non-reactive version formatTimeAgo
  • 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.7.0 to 9.8.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>v9.8.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>useStorage</strong>: Sync within page, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/1595">#1595</a>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/1595">vueuse/vueuse#1595</a> <a href="https://github.com/vueuse/vueuse/commit/800f74f4"><!-- raw HTML omitted -->(800f7)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.8.1...v9.8.2">View changes on GitHub</a></h5> <h2>v9.8.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>useStorage</strong>: Resume the watch after setting the value, fix loop updates  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/c3851b4c"><!-- raw HTML omitted -->(c3851)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.8.0...v9.8.1">View changes on GitHub</a></h5> <h2>v9.8.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>extendRef</strong>: Support 2.7, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2340">#2340</a>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2340">vueuse/vueuse#2340</a> <a href="https://github.com/vueuse/vueuse/commit/8c82e5ef"><!-- raw HTML omitted -->(8c82e)<!-- raw HTML omitted --></a></li> <li><strong>onClickOutside</strong>: Allow selector strings for ignore list  -  by <a href="https://github.com/sibbng"><code>@​sibbng</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2439">vueuse/vueuse#2439</a> <a href="https://github.com/vueuse/vueuse/commit/7b3db826"><!-- raw HTML omitted -->(7b3db)<!-- raw HTML omitted --></a></li> <li><strong>useTimeAgo</strong>: Non-reactive version <code>formatTimeAgo</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/9293c1ba"><!-- raw HTML omitted -->(9293c)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>onClickOutside</strong>: Apply ignore list on keyboard clicks  -  by <a href="https://github.com/sibbng"><code>@​sibbng</code></a> in <a href="https://github.com/vueuse/vueuse/issues/2438">vueuse/vueuse#2438</a> <a href="https://github.com/vueuse/vueuse/commit/12e21d32"><!-- raw HTML omitted -->(12e21)<!-- raw HTML omitted --></a></li> <li><strong>useTimeAgo</strong>: Rounding unit fallback  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/f40a0215"><!-- raw HTML omitted -->(f40a0)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.7.0...v9.8.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/4dea4be6f46a85a880ccd08954c84febf332187a"><code>4dea4be</code></a> chore: release v9.8.2</li> <li><a href="https://github.com/vueuse/vueuse/commit/800f74f49197b11ee5691ac8f4061eb2459ad07e"><code>800f74f</code></a> fix(useStorage): sync within page, close <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/1595">#1595</a></li> <li><a href="https://github.com/vueuse/vueuse/commit/30a43b297707e5ba2f380718aa0675e2a1cef80a"><code>30a43b2</code></a> chore: release v9.8.1</li> <li><a href="https://github.com/vueuse/vueuse/commit/c3851b4c38eb979a50c42fbee08482a6719f3669"><code>c3851b4</code></a> fix(useStorage): resume the watch after setting the value, fix loop updates</li> <li><a href="https://github.com/vueuse/vueuse/commit/d4c59337e65f8874083a60eb632480e88ff6c643"><code>d4c5933</code></a> chore: release v9.8.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/7b3db826115f420b52bf174a2c3233733680325d"><code>7b3db82</code></a> feat(onClickOutside): allow selector strings for ignore list (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2439">#2439</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/12e21d32a0c02d6eccf76a917128f2953797825f"><code>12e21d3</code></a> fix(onClickOutside): apply ignore list on keyboard clicks (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2438">#2438</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/f40a0215f63831765b63481f887e4d870711053e"><code>f40a021</code></a> fix(useTimeAgo): rounding unit fallback</li> <li><a href="https://github.com/vueuse/vueuse/commit/9293c1baa63ebe1e75e4fc14e8ab567fde40bed8"><code>9293c1b</code></a> feat(useTimeAgo): non-reactive version <code>formatTimeAgo</code></li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v9.8.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 commented 2022-12-21 07:12:34 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 61b77bc2 - 1 commit from branch master
  • e12a10e3 - Build(deps): bump @vueuse/core from 9.7.0 to 9.8.2

Compare with previous version

added 2 commits <ul><li>61b77bc2 - 1 commit from branch <code>master</code></li><li>e12a10e3 - Build(deps): bump @vueuse/core from 9.7.0 to 9.8.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/772/diffs?diff_id=562321869&start_sha=0dfd80d12e2088c76f06c8dfa6107bd705c47ba4)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-12-21 07:13:30 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-12-21 07:22:40 +00:00
Sign in to join this conversation.