[PR #2634] [CLOSED] chore(deps-dev): bump @vueuse/core from 8.9.4 to 9.1.1 #3949

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 3ef79cd chore(deps-dev): bump @vueuse/core from 8.9.4 to 9.1.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.1.1.

Release notes

Sourced from @​vueuse/core's releases.

v9.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.0.2

   🐞 Bug Fixes

    View changes on GitHub

v9.0.1

   🚀 Features

... (truncated)

Commits
  • bc6afc1 chore: release v9.1.1
  • 6db0559 feat(usePreferredContrast): new function (#2040)
  • 73c753f docs(useEventListener): improve docs (#2105)
  • c534e43 fix(useActiveElement): use computedWithControl instead of counter ref (#2...
  • 1eb83c4 docs: fix typo (#2092)
  • 42dd901 docs: update export size
  • d9c0cd0 fix(useElementHover): support set el ref type (#2079)
  • 4230032 fix(useURLSearchParams): avoid referencing to global location (#2066)
  • 53a209e fix(useScroll): account for rounding errors when calculating arrivedState (#2...
  • 330dcd0 docs(onKeyStroke): allow typing into search on demo page (#2050)
  • 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/2634 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/5/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vueuse/core-9.1.1` --- ### 📝 Commits (1) - [`3ef79cd`](https://github.com/hoppscotch/hoppscotch/commit/3ef79cd81efc0a29460af20dab922dd33034424b) chore(deps-dev): bump @vueuse/core from 8.9.4 to 9.1.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.1.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.1.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>usePreferredContrast</strong>: New function  -  by <a href="https://github.com/Zhaocl1997"><code>@​Zhaocl1997</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2040">vueuse/vueuse#2040</a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>firebase</strong>: Improve externalization  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/e2a78284"><!-- raw HTML omitted -->(e2a78)<!-- raw HTML omitted --></a></li> <li><strong>shared</strong>: Resolve internal circular reference  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/0fdbbf4f"><!-- raw HTML omitted -->(0fdbb)<!-- raw HTML omitted --></a></li> <li><strong>useActiveElement</strong>: Use <code>computedWithControl</code> instead of <code>counter</code> ref  -  by <a href="https://github.com/vaakian"><code>@​vaakian</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2093">vueuse/vueuse#2093</a></li> <li><strong>useElementHover</strong>: Support set el ref type  -  by <a href="https://github.com/JiatLn"><code>@​JiatLn</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2079">vueuse/vueuse#2079</a></li> <li><strong>useScroll</strong>: Account for rounding errors when calculating arrivedState  -  by <a href="https://github.com/curtgrimes"><code>@​curtgrimes</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2051">vueuse/vueuse#2051</a></li> <li><strong>useURLSearchParams</strong>: Avoid referencing to global <code>location</code>  -  by <a href="https://github.com/mskr"><code>@​mskr</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2066">vueuse/vueuse#2066</a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.1.0...v9.1.1">View changes on GitHub</a></h5> <h2>v9.1.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>useCycleList</strong>: Support MaybeRef for initialValue  -  by <a href="https://github.com/Waleed-KH"><code>@​Waleed-KH</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2025">vueuse/vueuse#2025</a></li> <li><strong>usePrecision</strong>: New function  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/49c8ac4f"><!-- raw HTML omitted -->(49c8a)<!-- raw HTML omitted --></a></li> <li><strong>usePreferredReducedMotion</strong>: New function  -  by <a href="https://github.com/Zhaocl1997"><code>@​Zhaocl1997</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2039">vueuse/vueuse#2039</a></li> <li><strong>useToNumber</strong>: New function  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/f69a36df"><!-- raw HTML omitted -->(f69a3)<!-- raw HTML omitted --></a></li> <li><strong>useToString</strong>: New function  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/2b869adb"><!-- raw HTML omitted -->(2b869)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Improve <code>MaybeComputedRef</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/28c5a95f"><!-- raw HTML omitted -->(28c5a)<!-- raw HTML omitted --></a></li> <li><strong>useFavicon</strong>: Writable return type  -  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/2036">vueuse/vueuse#2036</a></li> <li><strong>useOffsetPagination</strong>: Min value for pageCount should be 1  -  by <a href="https://github.com/jd-solanki"><code>@​jd-solanki</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2001">vueuse/vueuse#2001</a></li> <li><strong>useScriptTag</strong>: Normalize <code>src</code> arg  -  by <a href="https://github.com/huynl-96"><code>@​huynl-96</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2030">vueuse/vueuse#2030</a></li> <li><strong>useToFixed</strong>: Deprecated in favor of <code>usePrecision</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/790ef402"><!-- raw HTML omitted -->(790ef)<!-- raw HTML omitted --></a></li> <li><strong>useTransition</strong>: Improve type of <code>TransitionPresets</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/cc8658aa"><!-- raw HTML omitted -->(cc865)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.0.2...v9.1.0">View changes on GitHub</a></h5> <h2>v9.0.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>nuxt</strong>: Disable auto import for <code>integrations</code>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/0a43b8e9"><!-- raw HTML omitted -->(0a43b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v9.0.1...v9.0.2">View changes on GitHub</a></h5> <h2>v9.0.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>useDateFormat</strong>: Support dd, ddd and dddd formatter  -  by <a href="https://github.com/aki77"><code>@​aki77</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/1986">vueuse/vueuse#1986</a></li> <li><strong>useFirestore</strong>: Support reactive query  -  by <a href="https://github.com/kiyopikko"><code>@​kiyopikko</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2008">vueuse/vueuse#2008</a></li> <li><strong>useToFixed</strong>: New function  -  by <a href="https://github.com/FliPPeDround"><code>@​FliPPeDround</code></a> in <a href="https://github-redirect.dependabot.com/vueuse/vueuse/issues/2003">vueuse/vueuse#2003</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/bc6afc1428086d1b269d79f1c8ad4c22c7e8a05a"><code>bc6afc1</code></a> chore: release v9.1.1</li> <li><a href="https://github.com/vueuse/vueuse/commit/6db0559c4223671c988ceef9a96ddfee7779d475"><code>6db0559</code></a> feat(usePreferredContrast): new function (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2040">#2040</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/73c753fac4ea55ff7b7dd7d058a3f042615d9343"><code>73c753f</code></a> docs(useEventListener): improve docs (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2105">#2105</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/c534e4377f721505c9f7deaee4cd35b4ccab2594"><code>c534e43</code></a> fix(useActiveElement): use <code>computedWithControl</code> instead of <code>counter</code> ref (<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/1eb83c41bb1ca6e6c8ee61c46ce9dbca7ab1613f"><code>1eb83c4</code></a> docs: fix typo (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2092">#2092</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/42dd9015f8fe31a15c28ce721be33207b16938d7"><code>42dd901</code></a> docs: update export size</li> <li><a href="https://github.com/vueuse/vueuse/commit/d9c0cd0b013066d31f1b215eb8225200ea380acc"><code>d9c0cd0</code></a> fix(useElementHover): support set el ref type (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2079">#2079</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/42300326ac916d00ed07718bb8b2571b99624ace"><code>4230032</code></a> fix(useURLSearchParams): avoid referencing to global <code>location</code> (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2066">#2066</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/53a209e1118687c0f0b7c876377fa4126afce624"><code>53a209e</code></a> fix(useScroll): account for rounding errors when calculating arrivedState (<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/330dcd07f19da8874fcfa4f5c6becd7a2c333e50"><code>330dcd0</code></a> docs(onKeyStroke): allow typing into search on demo page (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/core/issues/2050">#2050</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/vueuse/commits/v9.1.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.1.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:31:15 +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#3949
No description provided.