[PR #2161] [CLOSED] chore(deps-dev): bump @vueuse/core from 7.7.1 to 8.0.0 #3655

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2161
Author: @dependabot[bot]
Created: 3/14/2022
Status: Closed

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


📝 Commits (1)

  • 3fe2466 chore(deps-dev): bump @vueuse/core from 7.7.1 to 8.0.0

📊 Changes

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

View changed files

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

📄 Description

Bumps @vueuse/core from 7.7.1 to 8.0.0.

Release notes

Sourced from @​vueuse/core's releases.

v8.0.0

Breaking Changes

  • Deprecated usage of @vueuse/core/nuxt has been removed, use @vueuse/nuxt instead
  • syncRef renamed to syncRefs (5ec1da1d8f6920ad915fe5d5bd0397cb341a48c8)
  • biSyncRef renamed to syncRef, with configurable syncing direction (360833d901df2acd019464984aaa2e5ed194f91e)
  • fix(useTextSelection)!: listen to selectionchange event by @​okxiaoliang4 in vueuse/vueuse#1194
  • refactor(useFocus)!: made target an required argument instead of an option by @​wtykirby in vueuse/vueuse#1010

Bug Fixes

  • useAxios: args param need limit (#1343) (42fc7a7)
  • useFetch: uppercase HTTP methods in useFetch (#1336) (4ce7c72)
  • useTextSelection: ssr compactible (2a87733)
  • onClickOutside: should work normal w/ directive (#1366) (66cefd5)

New Features

  • New @vueuse/metadata package to replace the indexes.json with proper types
  • Better support of related functions in docs
  • Support alias of functions
  • New functions
  • Enhancements
    • useAxios: allow useAxios to be awaited (#1228) (8812e7e)
    • useAxios: allow not passing url in constructor (#1388) (2a582d4)
    • useDraggable: add stopPropagation option (#1391) (7445f0a)
  • Directive support for functions

Refactoring

  • Normalize the function names with the backward compact alias
    • eagerComputed -> computedEager
    • asyncComputed -> computedAsync
    • controlledComputed -> computedWithControl
    • useThrottle, throttledRef -> refThrottled
    • useDebounce, debouncedRef -> refDebounced
    • controlledRef -> refWithControl
    • pasuableWatch -> watchPasuable

... (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/2161 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/14/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vueuse/core-8.0.0` --- ### 📝 Commits (1) - [`3fe2466`](https://github.com/hoppscotch/hoppscotch/commit/3fe2466344113b82d90e947468a41ef0695ee694) chore(deps-dev): bump @vueuse/core from 7.7.1 to 8.0.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 7.7.1 to 8.0.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>v8.0.0</h2> <h2>Breaking Changes</h2> <ul> <li>Deprecated usage of <code>@vueuse/core/nuxt</code> has been removed, use <code>@vueuse/nuxt</code> instead</li> <li><code>syncRef</code> renamed to <code>syncRefs</code> (5ec1da1d8f6920ad915fe5d5bd0397cb341a48c8)</li> <li><code>biSyncRef</code> renamed to <code>syncRef</code>, with configurable syncing direction (360833d901df2acd019464984aaa2e5ed194f91e)</li> <li>fix(useTextSelection)!: listen to <code>selectionchange</code> event by <a href="https://github.com/okxiaoliang4"><code>@​okxiaoliang4</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/pull/1194">vueuse/vueuse#1194</a></li> <li>refactor(useFocus)!: made target an required argument instead of an option by <a href="https://github.com/wtykirby"><code>@​wtykirby</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/pull/1010">vueuse/vueuse#1010</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li><strong>useAxios:</strong> args param need limit (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1343">#1343</a>) (<a href="https://github.com/vueuse/vueuse/commit/42fc7a7">42fc7a7</a>)</li> <li><strong>useFetch:</strong> uppercase HTTP methods in useFetch (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1336">#1336</a>) (<a href="https://github.com/vueuse/vueuse/commit/4ce7c72">4ce7c72</a>)</li> <li><strong>useTextSelection:</strong> ssr compactible (<a href="https://github.com/vueuse/vueuse/commit/2a87733">2a87733</a>)</li> <li><strong>onClickOutside:</strong> should work normal w/ directive (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1366">#1366</a>) (<a href="https://github.com/vueuse/vueuse/commit/66cefd5">66cefd5</a>)</li> </ul> <h2>New Features</h2> <ul> <li>New <code>@vueuse/metadata</code> package to replace the <code>indexes.json</code> with proper types</li> <li>Better support of related functions in docs</li> <li>Support alias of functions</li> <li>New functions <ul> <li><strong>useTimeoutPoll:</strong> new function (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1178">#1178</a>) (<a href="https://github.com/vueuse/vueuse/commit/abd59a2">abd59a2</a>)</li> <li><strong>useDateFormat:</strong> new function (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1123">#1123</a>) (<a href="https://github.com/vueuse/vueuse/commit/5c445d8">5c445d8</a>)</li> <li><strong>useGamepad:</strong> new function (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1355">#1355</a>) (<a href="https://github.com/vueuse/vueuse/commit/5071118">5071118</a>)</li> <li><strong>useFileSystemAccess:</strong> new function (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1243">#1243</a>) (<a href="https://github.com/vueuse/vueuse/commit/28066cb">28066cb</a>)</li> <li><strong>integrations:</strong> add useChangeCase (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1371">#1371</a>) (<a href="https://github.com/vueuse/vueuse/commit/a98e569">a98e569</a>)</li> </ul> </li> <li>Enhancements <ul> <li><strong>useAxios:</strong> allow useAxios to be awaited (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1228">#1228</a>) (<a href="https://github.com/vueuse/vueuse/commit/8812e7e">8812e7e</a>)</li> <li><strong>useAxios:</strong> allow not passing url in constructor (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1388">#1388</a>) (<a href="https://github.com/vueuse/vueuse/commit/2a582d4">2a582d4</a>)</li> <li><strong>useDraggable:</strong> add stopPropagation option (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1391">#1391</a>) (<a href="https://github.com/vueuse/vueuse/commit/7445f0a">7445f0a</a>)</li> </ul> </li> <li>Directive support for functions <ul> <li><strong>onKeyStroke:</strong> directive support (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1362">#1362</a>) (<a href="https://github.com/vueuse/vueuse/commit/9f8eabb">9f8eabb</a>)</li> <li><strong>useElementHover:</strong> directive support (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1359">#1359</a>) (<a href="https://github.com/vueuse/vueuse/commit/73b0def">73b0def</a>)</li> <li><strong>useInfiniteScroll:</strong> directive support (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1340">#1340</a>) (<a href="https://github.com/vueuse/vueuse/commit/fd8ca8e">fd8ca8e</a>)</li> <li><strong>useIntersectionObserver:</strong> directive support (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1339">#1339</a>) (<a href="https://github.com/vueuse/vueuse/commit/53d4dfd">53d4dfd</a>)</li> <li><strong>useScroll:</strong> directive support (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1348">#1348</a>) (<a href="https://github.com/vueuse/vueuse/commit/0daf86f">0daf86f</a>)</li> <li><strong>useScrollLock:</strong> directive support (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1360">#1360</a>) (<a href="https://github.com/vueuse/vueuse/commit/4356613">4356613</a>)</li> <li><strong>useElementSize:</strong> directive support (<a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1365">#1365</a>) (<a href="https://github.com/vueuse/vueuse/commit/1346456">1346456</a>)</li> </ul> </li> </ul> <h2>Refactoring</h2> <ul> <li>Normalize the function names with the backward compact alias <ul> <li><code>eagerComputed</code> -&gt; <code>computedEager</code></li> <li><code>asyncComputed</code> -&gt; <code>computedAsync</code></li> <li><code>controlledComputed</code> -&gt; <code>computedWithControl</code></li> <li><code>useThrottle</code>, <code>throttledRef</code> -&gt; <code>refThrottled</code></li> <li><code>useDebounce</code>, <code>debouncedRef</code> -&gt; <code>refDebounced</code></li> <li><code>controlledRef</code> -&gt; <code>refWithControl</code></li> <li><code>pasuableWatch</code> -&gt; <code>watchPasuable</code></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/vueuse/commit/0382f31574b52af021693021cdfc9c306ed9a1ae"><code>0382f31</code></a> chore: release v8.0.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/09ad19095a7f2998283e92ce53a6a013f2a4d887"><code>09ad190</code></a> chore: upgrade deps</li> <li><a href="https://github.com/vueuse/vueuse/commit/25b38e65073b3c3998c63140ec9e63f15cdd0f18"><code>25b38e6</code></a> docs: add useWebNotification demo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/1390">#1390</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/28066cbc1dae4ffc99ba4ebbda23833620201d14"><code>28066cb</code></a> feat(useFileSystemAccess): new function (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/1243">#1243</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/7445f0ab591f009cecf20c6f78d84d04ffcf7759"><code>7445f0a</code></a> feat(useDraggable): add stopPropagation option (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/1391">#1391</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/ea640c340b29741c4c9a44bd93f0e266a191f7eb"><code>ea640c3</code></a> chore: lint markdowns</li> <li><a href="https://github.com/vueuse/vueuse/commit/b58de5b1e5c4b97ccfd51199ca1b882081a27853"><code>b58de5b</code></a> docs(useAsyncState): update function documentation (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/1384">#1384</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/9a5d12a549f3ade97d1dea68bce4fccb48f1536f"><code>9a5d12a</code></a> chore: typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/1380">#1380</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/f87f7f2c3e4c588827939bdfb1033c97d345ba43"><code>f87f7f2</code></a> chore: release v8.0.0-beta.3</li> <li><a href="https://github.com/vueuse/vueuse/commit/1346456deb467cc05474befcb3c3d67e850b905d"><code>1346456</code></a> feat(useElementSize): directive support (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/1365">#1365</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v8.0.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=7.7.1&new-version=8.0.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:14:56 +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#3655
No description provided.