[PR #2814] [CLOSED] build(deps): bump @vueuse/core from 8.9.4 to 9.3.1 #4083

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • ccb2c53 build(deps): bump @vueuse/core from 8.9.4 to 9.3.1

📊 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.3.1.

Release notes

Sourced from @​vueuse/core's releases.

v9.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.2.0

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • d0dffc6 chore: release v9.3.1
  • cb42f26 chore: update deps
  • 0199b98 fix(useBluetooth): use shallowRef for bluetooth instance
  • 8c1ba50 fix(useTitle): prevent observe and titleTemplate been specified at the sa...
  • feaa195 feat(useSorted): new function (#1799)
  • e08f758 test: improve test coverage (#2300)
  • a06b7bd fix(useStorage): fixed data desynchronization in case of clearing storage (#2...
  • bdc261b docs: add course links
  • 457509a fix(useFetch): fix incorrect chainCallbacks behavior (#2231)
  • 5ce2f6d test: improve test coverage (#2256)
  • 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/2814 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/24/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vueuse/core-9.3.1` --- ### 📝 Commits (1) - [`ccb2c53`](https://github.com/hoppscotch/hoppscotch/commit/ccb2c53625e929e28933108974d1b6a9f24ea8b1) build(deps): bump @vueuse/core from 8.9.4 to 9.3.1 ### 📊 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.3.1. <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.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> <li><strong>useTimeAgo</strong>: New <code>showSecond</code> option  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2209">vueuse/vueuse#2209</a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>onClickOutside</strong>: Put ignore logic on <code>pointerdown</code> event  -  by <a href="https://github.com/GODLiangCY"><code>@​GODLiangCY</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2198">vueuse/vueuse#2198</a></li> <li><strong>templateRef</strong>: Add Component type  -  by <a href="https://github.com/Holi0317"><code>@​Holi0317</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2203">vueuse/vueuse#2203</a></li> <li><strong>until</strong>: <code>.not</code> returns new instance  -  by <a href="https://github.com/lsdsjy"><code>@​lsdsjy</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2224">vueuse/vueuse#2224</a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.2.0...v9.3.0">View changes on GitHub</a></h5> <h2>v9.2.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Bump Nuxt support to RC.9, update <code>autoImports:sources</code> hook  -  by <a href="https://github.com/DamianGlowala"><code>@​DamianGlowala</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2166">vueuse/vueuse#2166</a></li> </ul> <h3>   🚀 Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/vueuse/vueuse/commit/0199b9830134cdb6e22f13b7e95f0d78ffc3c567"><code>0199b98</code></a> fix(useBluetooth): use <code>shallowRef</code> for bluetooth instance</li> <li><a href="https://github.com/vueuse/vueuse/commit/8c1ba50cafa4b99c44e76f9f34854f0c3f8a12b8"><code>8c1ba50</code></a> fix(useTitle): prevent <code>observe</code> and <code>titleTemplate</code> been specified at the sa...</li> <li><a href="https://github.com/vueuse/vueuse/commit/feaa195ae48e1c4f7fb7e49d21c0adddeb64530e"><code>feaa195</code></a> feat(useSorted): new function (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/1799">#1799</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/e08f758df50efa7a83158c5ce15deebaad006c9c"><code>e08f758</code></a> test: improve test coverage (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2300">#2300</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/a06b7bd1f944a6f8093f3caa650faa194d1bd209"><code>a06b7bd</code></a> fix(useStorage): fixed data desynchronization in case of clearing storage (<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/bdc261b7239899b915133db66a71a760639b96d1"><code>bdc261b</code></a> docs: add course links</li> <li><a href="https://github.com/vueuse/vueuse/commit/457509a67f4bb5a173c7889583206b4c81152c6a"><code>457509a</code></a> fix(useFetch): fix incorrect <code>chainCallbacks</code> behavior (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2231">#2231</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/5ce2f6d7262f4dd791576fdcbd2c7d04bd3cdbd5"><code>5ce2f6d</code></a> test: improve test coverage (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2256">#2256</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v9.3.1/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.3.1)](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:03 +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#4083
No description provided.