[PR #2700] [CLOSED] chore(deps): bump @vueuse/core from 8.9.4 to 9.3.0 #4004

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2700
Author: @dependabot[bot]
Created: 9/29/2022
Status: Closed

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


📝 Commits (1)

  • 96e3ba1 chore(deps): bump @vueuse/core from 8.9.4 to 9.3.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.3.0.

Release notes

Sourced from @​vueuse/core's releases.

v9.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.2.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

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/2700 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/29/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vueuse/core-9.3.0` --- ### 📝 Commits (1) - [`96e3ba1`](https://github.com/hoppscotch/hoppscotch/commit/96e3ba130be044e66925f32c1f98b3e375e8f303) chore(deps): bump @vueuse/core from 8.9.4 to 9.3.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.3.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.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> <ul> <li><strong>useAxios</strong>: Support RequestConfig for <code>execute</code>  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2152">vueuse/vueuse#2152</a></li> <li><strong>useBreakpoints</strong>: Support <code>greaterOrEqual</code> etc.  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2148">vueuse/vueuse#2148</a></li> <li><strong>useCloned</strong>: New function  -  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-redirect.dependabot.com/vueuse/vueuse/issues/2045">vueuse/vueuse#2045</a></li> <li><strong>useDraggable</strong>: Support customizing <code>trigger</code> element  -  by <a href="https://github.com/imguolao"><code>@​imguolao</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2133">vueuse/vueuse#2133</a></li> <li><strong>useElementSize</strong>: Support <code>box</code> sizing  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2143">vueuse/vueuse#2143</a></li> <li><strong>useElementVisibility</strong>: Support watch the real element  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2169">vueuse/vueuse#2169</a></li> <li><strong>useUrlSearchParams</strong>: Add <code>write</code> option  -  by <a href="https://github.com/waldonUB"><code>@​waldonUB</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2165">vueuse/vueuse#2165</a></li> <li><strong>useVModel</strong>: Support <code>clone</code> option  -  by <a href="https://github.com/edumudu"><code>@​edumudu</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2022">vueuse/vueuse#2022</a></li> <li><strong>useWebSocket</strong>: Enhence heartbeat  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2170">vueuse/vueuse#2170</a></li> <li><strong>useWindowSize</strong>: Support <code>includeScrollbar</code>  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2161">vueuse/vueuse#2161</a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>useArrayMap</strong>: Allow return type matches the mapper function  -  by <a href="https://github.com/GODLiangCY"><code>@​GODLiangCY</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2172">vueuse/vueuse#2172</a></li> <li><strong>useAxios</strong>: Reset error on <code>execute</code>  -  by <a href="https://github.com/flyingTodream"><code>@​flyingTodream</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2095">vueuse/vueuse#2095</a></li> <li><strong>useDevicePixelRatio</strong>: More efficient mechanism  -  by <a href="https://github.com/Waleed-KH"><code>@​Waleed-KH</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2044">vueuse/vueuse#2044</a></li> <li><strong>useFavicon</strong>: Improve type overload  -  by <a href="https://github.com/azaleta"><code>@​azaleta</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2123">vueuse/vueuse#2123</a></li> <li><strong>useFileDialog</strong>: Choose file not work on mobile  -  by <a href="https://github.com/1SZX1"><code>@​1SZX1</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2080">vueuse/vueuse#2080</a></li> <li><strong>useFocusWithin</strong>: Change focused typing to ComputedRef  -  by <a href="https://github.com/chaii3"><code>@​chaii3</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2073">vueuse/vueuse#2073</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/8a8fe377d5c37b87c801d090611810049a946af8"><code>8a8fe37</code></a> chore: release v9.3.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/33dbc9eab62d3f596016e299182be041a8dbc440"><code>33dbc9e</code></a> feat: optional callback for useInterval, useTimeout &amp; useTimestamp (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2240">#2240</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/553f07ae57158d9717d55f14907a2c913a75cc8a"><code>553f07a</code></a> feat(useTimeAgo): new <code>showSecond</code> option (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2209">#2209</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/ee310f5327737269b3e3692dcdcb7a7a514c8429"><code>ee310f5</code></a> docs(useDark): not about default localStorage key (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2236">#2236</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/d1531c4d9872a20d2b49d05fa34ba9eef53e6d8c"><code>d1531c4</code></a> test: improve test coverage (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2233">#2233</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/324ff521d64c7aea196d4911b4cdf0698f12930c"><code>324ff52</code></a> feat(useScroll): support setting scroll position and toggling smooth scrollin...</li> <li><a href="https://github.com/vueuse/vueuse/commit/4b72d9773ad062fb1459b23e671e6bb5fac06a09"><code>4b72d97</code></a> docs(useWebSocket): heartbeat message type (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2243">#2243</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/6529deaaaed645a4522cf46cc973a8a0fee3696e"><code>6529dea</code></a> docs(useStorage): fix broken link</li> <li><a href="https://github.com/vueuse/vueuse/commit/f7519793e0299428fe9207c6fc5b79ce071b4ff7"><code>f751979</code></a> docs: fix typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2237">#2237</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/a1d93d3b7068ad9e08ee38b75504d8cbf0c16e0b"><code>a1d93d3</code></a> chore: typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2217">#2217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v9.3.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.3.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:34:16 +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#4004
No description provided.