[PR #2839] [CLOSED] build(deps): bump @vueuse/core from 8.9.4 to 9.4.0 #4099

Closed
opened 2026-03-17 01:39:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2839
Author: @dependabot[bot]
Created: 10/31/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/vueuse/core-9.4.0


📝 Commits (1)

  • a35cfb3 build(deps): bump @vueuse/core from 8.9.4 to 9.4.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps @vueuse/core from 8.9.4 to 9.4.0.

Release notes

Sourced from @​vueuse/core's releases.

v9.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.3.0

   🚀 Features

... (truncated)

Commits
  • 24747b6 chore: release v9.4.0
  • bcedacd feat(useVirtualList): horizontal list (#2310)
  • a823d86 chore: types
  • d4c3263 fix(useWebSocket): don't reconnect WebSocket if close issued between retrie...
  • c88491b feat(useWebWorker): support overloads (#2259)
  • ec7e69b chore(useWebSocket): skip call to clearTimeout when heartbeat disabled (#2339)
  • a3af5fa test: improve test coverage (#2327)
  • 5ec654a feat(useClipboard): support legacy copy (#2336)
  • d0dffc6 chore: release v9.3.1
  • cb42f26 chore: update deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2839 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/31/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vueuse/core-9.4.0` --- ### 📝 Commits (1) - [`a35cfb3`](https://github.com/hoppscotch/hoppscotch/commit/a35cfb3cd94980c326d0be14d2db890a408dc4ff) build(deps): bump @vueuse/core from 8.9.4 to 9.4.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 8.9.4 to 9.4.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.4.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>refDebounced</strong>: Use MaybeComputedRef for ms  -  by <a href="https://github.com/dominikklein"><code>@​dominikklein</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2337">vueuse/vueuse#2337</a></li> <li><strong>useClipboard</strong>: Support legacy copy  -  by <a href="https://github.com/lumdzeehol"><code>@​lumdzeehol</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2336">vueuse/vueuse#2336</a></li> <li><strong>useVirtualList</strong>: Horizontal list  -  by <a href="https://github.com/Surof1n"><code>@​Surof1n</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2310">vueuse/vueuse#2310</a></li> <li><strong>useWebWorker</strong>: Support overloads  -  by <a href="https://github.com/GODLiangCY"><code>@​GODLiangCY</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2259">vueuse/vueuse#2259</a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>useCounter</strong>: Set and reset should also be limited  -  by <a href="https://github.com/iChengbo"><code>@​iChengbo</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2179">vueuse/vueuse#2179</a></li> <li><strong>useRouteHash, useRouteParams, useRouteQuery</strong>: Override only selected route param  -  by <a href="https://github.com/dvh91"><code>@​dvh91</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2350">vueuse/vueuse#2350</a></li> <li><strong>useWebSocket</strong>: Don't reconnect WebSocket if <code>close</code> issued between retries  -  by <a href="https://github.com/rotu"><code>@​rotu</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2330">vueuse/vueuse#2330</a></li> <li><strong>watchThrottled</strong>: Wait incorrect remaining time  -  by <a href="https://github.com/sun0day"><code>@​sun0day</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2267">vueuse/vueuse#2267</a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.3.1...v9.4.0">View changes on GitHub</a></h5> <h2>v9.3.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>fromEvent</strong>: Support HTMLElement  -  by <a href="https://github.com/rorry121"><code>@​rorry121</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2048">vueuse/vueuse#2048</a></li> <li><strong>useAxios</strong>: Add R genericity type for custom response data  -  by <a href="https://github.com/jahnli"><code>@​jahnli</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2304">vueuse/vueuse#2304</a></li> <li><strong>useFocusTrap</strong>: Enable options in component  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2321">vueuse/vueuse#2321</a></li> <li><strong>useSorted</strong>: New function  -  by <a href="https://github.com/okxiaoliang4"><code>@​okxiaoliang4</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1799">vueuse/vueuse#1799</a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>nuxt</strong>: Wrap ssr plugin in defineNuxtPlugin  -  by <a href="https://github.com/dan-online"><code>@​dan-online</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2326">vueuse/vueuse#2326</a></li> <li><strong>useBluetooth</strong>: Use <code>shallowRef</code> for bluetooth instance  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/0199b983"><!-- raw HTML omitted -->(0199b)<!-- raw HTML omitted --></a></li> <li><strong>useFetch</strong>: Fix incorrect <code>chainCallbacks</code> behavior  -  by <a href="https://github.com/GODLiangCY"><code>@​GODLiangCY</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2231">vueuse/vueuse#2231</a></li> <li><strong>useFirestore</strong>: Auto dispose documents  -  by <a href="https://github.com/Zehir"><code>@​Zehir</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2318">vueuse/vueuse#2318</a></li> <li><strong>useStorage</strong>: Fixed data desynchronization in case of clearing storage  -  by <a href="https://github.com/yuryrudey"><code>@​yuryrudey</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2221">vueuse/vueuse#2221</a></li> <li><strong>useTitle</strong>: Prevent <code>observe</code> and <code>titleTemplate</code> been specified at the same time  -  by <a href="https://github.com/huynl-96"><code>@​huynl-96</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2049">vueuse/vueuse#2049</a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.3.0...v9.3.1">View changes on GitHub</a></h5> <h2>v9.3.0</h2> <h3>   🚀 Features</h3> <ul> <li>Optional callback for useInterval, useTimeout &amp; useTimestamp  -  by <a href="https://github.com/Waleed-KH"><code>@​Waleed-KH</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2240">vueuse/vueuse#2240</a></li> <li><strong>onClickOutside</strong>: Add <code>bubble</code> modifier to directive  -  by <a href="https://github.com/sibbng"><code>@​sibbng</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2183">vueuse/vueuse#2183</a></li> <li><strong>onKeyStroke</strong>: Support capture all handler  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2197">vueuse/vueuse#2197</a></li> <li><strong>useAxios</strong>: Improve type  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2208">vueuse/vueuse#2208</a></li> <li><strong>useAxios</strong>: Add second generic type to error  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2248">vueuse/vueuse#2248</a></li> <li><strong>useAxios</strong>: Add option for choosing shallowRef or ref  -  by <a href="https://github.com/jahnli"><code>@​jahnli</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2251">vueuse/vueuse#2251</a></li> <li><strong>useDateFormat</strong>: Support MMM and MMMM formatter  -  by <a href="https://github.com/777Vasya77"><code>@​777Vasya77</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2234">vueuse/vueuse#2234</a></li> <li><strong>useDateFormat</strong>: Support meridiem format  -  by <a href="https://github.com/huynl-96"><code>@​huynl-96</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2011">vueuse/vueuse#2011</a></li> <li><strong>useFirestore</strong>: Support dependent queries  -  by <a href="https://github.com/kiyopikko"><code>@​kiyopikko</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2103">vueuse/vueuse#2103</a></li> <li><strong>useMediaQuery</strong>: Allow query to be a <code>ref</code>  -  by <a href="https://github.com/GODLiangCY"><code>@​GODLiangCY</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2178">vueuse/vueuse#2178</a></li> <li><strong>useScroll</strong>: Support setting scroll position and toggling smooth scrolling  -  by <a href="https://github.com/curtgrimes"><code>@​curtgrimes</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1996">vueuse/vueuse#1996</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/24747b636c61d23fa9c14474ba1a5ce78956dae1"><code>24747b6</code></a> chore: release v9.4.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/bcedacdfa08fea91de3a9f155b50b013737cb25f"><code>bcedacd</code></a> feat(useVirtualList): horizontal list (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2310">#2310</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/a823d864959fc7cbb545dd83a911da03a37e7295"><code>a823d86</code></a> chore: types</li> <li><a href="https://github.com/vueuse/vueuse/commit/d4c32637be8c81909e565c52a97586d727a7e394"><code>d4c3263</code></a> fix(useWebSocket): don't reconnect WebSocket if <code>close</code> issued between retrie...</li> <li><a href="https://github.com/vueuse/vueuse/commit/c88491b4b330b72c3e8858e1d437a399b5616d11"><code>c88491b</code></a> feat(useWebWorker): support overloads (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2259">#2259</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/ec7e69b56841660df119b346d09db25679266611"><code>ec7e69b</code></a> chore(useWebSocket): skip call to clearTimeout when heartbeat disabled (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2339">#2339</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/a3af5faa398286f063a448d45dc080b8771e30a3"><code>a3af5fa</code></a> test: improve test coverage (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2327">#2327</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/5ec654a6d54a12b07031000366c9daec73a43ced"><code>5ec654a</code></a> feat(useClipboard): support legacy copy (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2336">#2336</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/d0dffc6f514f8c0f4b163d6c8c2f8835d1f68913"><code>d0dffc6</code></a> chore: release v9.3.1</li> <li><a href="https://github.com/vueuse/vueuse/commit/cb42f26244a0d17c5efdb07364740075426c29fb"><code>cb42f26</code></a> chore: update deps</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v9.4.0/packages/core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vueuse/core&package-manager=npm_and_yarn&previous-version=8.9.4&new-version=9.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:39:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4099
No description provided.