[PR #517] [CLOSED] chore(deps): bump @vueuse/components from 10.11.1 to 11.0.1 in /app #1008

Closed
opened 2026-02-26 12:10:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/517
Author: @dependabot[bot]
Created: 8/19/2024
Status: Closed

Base: devHead: dependabot/npm_and_yarn/app/dev/vueuse/components-11.0.1


📝 Commits (1)

  • fb36550 chore(deps): bump @vueuse/components from 10.11.1 to 11.0.1 in /app

📊 Changes

2 files changed (+36 additions, -8 deletions)

View changed files

📝 app/package.json (+1 -1)
📝 app/pnpm-lock.yaml (+35 -7)

📄 Description

Bumps @vueuse/components from 10.11.1 to 11.0.1.

Release notes

Sourced from @​vueuse/components's releases.

v11.0.1

   🐞 Bug Fixes

    View changes on GitHub

v11.0.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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/0xJacky/nginx-ui/pull/517 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/19/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/app/dev/vueuse/components-11.0.1` --- ### 📝 Commits (1) - [`fb36550`](https://github.com/0xJacky/nginx-ui/commit/fb3655077e4cac23d936265d26a00ebbe64ac6d5) chore(deps): bump @vueuse/components from 10.11.1 to 11.0.1 in /app ### 📊 Changes **2 files changed** (+36 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+1 -1) 📝 `app/pnpm-lock.yaml` (+35 -7) </details> ### 📄 Description Bumps [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components) from 10.11.1 to 11.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vueuse/vueuse/releases"><code>@​vueuse/components</code>'s releases</a>.</em></p> <blockquote> <h2>v11.0.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>usePermission</strong>: Fix memory leak  -  by <a href="https://github.com/ferferga"><code>@​ferferga</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4157">vueuse/vueuse#4157</a> <a href="https://github.com/vueuse/vueuse/commit/63a22fa2"><!-- raw HTML omitted -->(63a22)<!-- raw HTML omitted --></a></li> <li><strong>useStorage</strong>: Sync within the same document  -  by <a href="https://github.com/ferferga"><code>@​ferferga</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4152">vueuse/vueuse#4152</a> <a href="https://github.com/vueuse/vueuse/commit/a9b49f5b"><!-- raw HTML omitted -->(a9b49)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vueuse/vueuse/compare/v11.0.0...v11.0.1">View changes on GitHub</a></h5> <h2>v11.0.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li><strong>useChangeCase</strong>: Migrate to <code>change-case@v5</code>, closes <a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/components/issues/3457">#3457</a>  -  by <a href="https://github.com/wheatjs"><code>@​wheatjs</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3460">vueuse/vueuse#3460</a> and <a href="https://redirect.github.com/vueuse/vueuse/issues/3457">vueuse/vueuse#3457</a> <a href="https://github.com/vueuse/vueuse/commit/df343afd"><!-- raw HTML omitted -->(df343)<!-- raw HTML omitted --></a></li> <li><strong>useFuse</strong>: Upgrade <code>fuse.js</code> to v7  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4036">vueuse/vueuse#4036</a> <a href="https://github.com/vueuse/vueuse/commit/cb44cee2"><!-- raw HTML omitted -->(cb44c)<!-- raw HTML omitted --></a></li> <li><strong>useIntersectionObserver</strong>: Update the <code>threshold</code> default to 0  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4069">vueuse/vueuse#4069</a> <a href="https://github.com/vueuse/vueuse/commit/13e367c3"><!-- raw HTML omitted -->(13e36)<!-- raw HTML omitted --></a></li> <li><strong>useJwt</strong>: Upgrade <code>jwt-decode</code> to v4  -  by <a href="https://github.com/root5427"><code>@​root5427</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3510">vueuse/vueuse#3510</a> <a href="https://github.com/vueuse/vueuse/commit/9037d60d"><!-- raw HTML omitted -->(9037d)<!-- raw HTML omitted --></a></li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>integrations</strong>: Bump <code>drauu</code> and <code>universal-cookie</code> major version  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vueuse/vueuse/commit/1c9ecb1c"><!-- raw HTML omitted -->(1c9ec)<!-- raw HTML omitted --></a></li> <li><strong>useCssVars</strong>: Remove property on null/undefined  -  by <a href="https://github.com/ferferga"><code>@​ferferga</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3821">vueuse/vueuse#3821</a> <a href="https://github.com/vueuse/vueuse/commit/fe19c747"><!-- raw HTML omitted -->(fe19c)<!-- raw HTML omitted --></a></li> <li><strong>useDateFormat</strong>: Locales is now reactive  -  by <a href="https://github.com/OrbisK"><code>@​OrbisK</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3907">vueuse/vueuse#3907</a> <a href="https://github.com/vueuse/vueuse/commit/4a7a8ed9"><!-- raw HTML omitted -->(4a7a8)<!-- raw HTML omitted --></a></li> <li><strong>useDraggable</strong>: Add <code>buttons</code> option  -  by <a href="https://github.com/DrJonki"><code>@​DrJonki</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4084">vueuse/vueuse#4084</a> <a href="https://github.com/vueuse/vueuse/commit/e9938ea0"><!-- raw HTML omitted -->(e9938)<!-- raw HTML omitted --></a></li> <li><strong>useElementBounding</strong>: Add <code>updateTiming</code> option  -  by <a href="https://github.com/DerZade"><code>@​DerZade</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3869">vueuse/vueuse#3869</a> <a href="https://github.com/vueuse/vueuse/commit/0fa179ec"><!-- raw HTML omitted -->(0fa17)<!-- raw HTML omitted --></a></li> <li><strong>useElementHover</strong>: Add options to the directive  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3897">vueuse/vueuse#3897</a> <a href="https://github.com/vueuse/vueuse/commit/cf439ddf"><!-- raw HTML omitted -->(cf439)<!-- raw HTML omitted --></a></li> <li><strong>useFocusTrap</strong>: Support multiple refs  -  by <a href="https://github.com/Sma11X"><code>@​Sma11X</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4022">vueuse/vueuse#4022</a> <a href="https://github.com/vueuse/vueuse/commit/83c4181b"><!-- raw HTML omitted -->(83c41)<!-- raw HTML omitted --></a></li> <li><strong>useInfiniteScroll</strong>: Add a reset method  -  by <a href="https://github.com/schelmo"><code>@​schelmo</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3892">vueuse/vueuse#3892</a> <a href="https://github.com/vueuse/vueuse/commit/aefb64fa"><!-- raw HTML omitted -->(aefb6)<!-- raw HTML omitted --></a></li> <li><strong>usePermission</strong>: Add local-fonts permission  -  by <a href="https://github.com/seanmcbroom"><code>@​seanmcbroom</code></a>, <a href="https://github.com/antfu"><code>@​antfu</code></a> and <strong>autofix-ci[bot]</strong> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4098">vueuse/vueuse#4098</a> <a href="https://github.com/vueuse/vueuse/commit/5f584701"><!-- raw HTML omitted -->(5f584)<!-- raw HTML omitted --></a></li> <li><strong>useResizeObserver</strong>: Added <code>vResizeObserver</code> directive  -  by <a href="https://github.com/pkc918"><code>@​pkc918</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4008">vueuse/vueuse#4008</a> <a href="https://github.com/vueuse/vueuse/commit/d4310871"><!-- raw HTML omitted -->(d4310)<!-- raw HTML omitted --></a></li> <li><strong>useSpeechRecognition</strong>: Support <code>maxAlternatives</code> option  -  by <a href="https://github.com/pkc918"><code>@​pkc918</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4067">vueuse/vueuse#4067</a> <a href="https://github.com/vueuse/vueuse/commit/9eda885f"><!-- raw HTML omitted -->(9eda8)<!-- raw HTML omitted --></a></li> <li><strong>useStorage</strong>: Conditionally use event based on the used storage backend  -  by <a href="https://github.com/ferferga"><code>@​ferferga</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3822">vueuse/vueuse#3822</a> <a href="https://github.com/vueuse/vueuse/commit/5a3024cb"><!-- raw HTML omitted -->(5a302)<!-- raw HTML omitted --></a></li> <li><strong>useWebSocket</strong>: Allow different heartbeat response message  -  by <a href="https://github.com/lavolpecheprogramma"><code>@​lavolpecheprogramma</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3950">vueuse/vueuse#3950</a> <a href="https://github.com/vueuse/vueuse/commit/adbe0178"><!-- raw HTML omitted -->(adbe0)<!-- raw HTML omitted --></a></li> <li><strong>useWindowSize</strong>: Add ability to get outer sizes of the window  -  by <a href="https://github.com/khawarizmus"><code>@​khawarizmus</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/3999">vueuse/vueuse#3999</a> <a href="https://github.com/vueuse/vueuse/commit/bfba3f3f"><!-- raw HTML omitted -->(bfba3)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>computedWithControl</strong>: Allow optional oldValue parameter in computedWithControl getter  -  by <a href="https://github.com/haoyun"><code>@​haoyun</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4132">vueuse/vueuse#4132</a> <a href="https://github.com/vueuse/vueuse/commit/5725a581"><!-- raw HTML omitted -->(5725a)<!-- raw HTML omitted --></a></li> <li><strong>isDefined</strong>: Moves most specific overload to the top  -  by <a href="https://github.com/bjacobgordon-cy"><code>@​bjacobgordon-cy</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4141">vueuse/vueuse#4141</a> <a href="https://github.com/vueuse/vueuse/commit/fd8842b0"><!-- raw HTML omitted -->(fd884)<!-- raw HTML omitted --></a></li> <li><strong>until</strong>: Cleanup at next tick to avoid memory leak  -  by <a href="https://github.com/Gianthard-cyh"><code>@​Gianthard-cyh</code></a>, <a href="https://github.com/antfu"><code>@​antfu</code></a> and <strong>delaneyb</strong> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4039">vueuse/vueuse#4039</a> <a href="https://github.com/vueuse/vueuse/commit/8a023fe0"><!-- raw HTML omitted -->(8a023)<!-- raw HTML omitted --></a></li> <li><strong>useChangeCase</strong>: Use the exported key for filter  -  by <a href="https://github.com/thyngster"><code>@​thyngster</code></a>, <strong>autofix-ci[bot]</strong> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4130">vueuse/vueuse#4130</a> <a href="https://github.com/vueuse/vueuse/commit/5c598f15"><!-- raw HTML omitted -->(5c598)<!-- raw HTML omitted --></a></li> <li><strong>useColorMode, useDark</strong>: Fix full page reflows when calling useColorMode and useDark  -  by <a href="https://github.com/jpleclerc"><code>@​jpleclerc</code></a>, <strong>Jean-Philippe Leclerc</strong> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4001">vueuse/vueuse#4001</a> <a href="https://github.com/vueuse/vueuse/commit/905b9702"><!-- raw HTML omitted -->(905b9)<!-- raw HTML omitted --></a></li> <li><strong>useEventListener</strong>: Event target can be an empty ref/getter  -  by <a href="https://github.com/floryst"><code>@​floryst</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4014">vueuse/vueuse#4014</a> <a href="https://github.com/vueuse/vueuse/commit/edab62b3"><!-- raw HTML omitted -->(edab6)<!-- raw HTML omitted --></a></li> <li><strong>useGamepad</strong>: Handle case where hapticActuators is not present  -  by <a href="https://github.com/Aaron-zon"><code>@​Aaron-zon</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4068">vueuse/vueuse#4068</a> <a href="https://github.com/vueuse/vueuse/commit/0ca1341a"><!-- raw HTML omitted -->(0ca13)<!-- raw HTML omitted --></a></li> <li><strong>useMouseInElement</strong>: <code>el.getBoundingClientRect</code> is not a function  -  by <a href="https://github.com/loongzhu"><code>@​loongzhu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4056">vueuse/vueuse#4056</a> <a href="https://github.com/vueuse/vueuse/commit/efe4df89"><!-- raw HTML omitted -->(efe4d)<!-- raw HTML omitted --></a></li> <li><strong>useMutationObserver</strong>: Stop watching before cleaning up  -  by <a href="https://github.com/pimlie"><code>@​pimlie</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4037">vueuse/vueuse#4037</a> <a href="https://github.com/vueuse/vueuse/commit/489a9ff9"><!-- raw HTML omitted -->(489a9)<!-- raw HTML omitted --></a></li> <li><strong>useResizeObserver</strong>: Fix <code>target</code> is Ref Array  -  by <a href="https://github.com/Alfred-Skyblue"><code>@​Alfred-Skyblue</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4005">vueuse/vueuse#4005</a> <a href="https://github.com/vueuse/vueuse/commit/1c124276"><!-- raw HTML omitted -->(1c124)<!-- raw HTML omitted --></a></li> <li><strong>useRouteHash, useRouteParams, useRouteQuery</strong>: Fix effect triggering multiple times  -  by <a href="https://github.com/aethr"><code>@​aethr</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4113">vueuse/vueuse#4113</a> <a href="https://github.com/vueuse/vueuse/commit/965bf051"><!-- raw HTML omitted -->(965bf)<!-- raw HTML omitted --></a></li> <li><strong>useTextareaAutosize</strong>: Improve <code>triggerResize</code> triggering  -  by <a href="https://github.com/Mutter45"><code>@​Mutter45</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4074">vueuse/vueuse#4074</a> <a href="https://github.com/vueuse/vueuse/commit/06c6f37b"><!-- raw HTML omitted -->(06c6f)<!-- raw HTML omitted --></a></li> <li><strong>useWakeLock</strong>: Should delay wake lock request if document is hidden  -  by <a href="https://github.com/KermanX"><code>@​KermanX</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4055">vueuse/vueuse#4055</a> <a href="https://github.com/vueuse/vueuse/commit/5ca57d07"><!-- raw HTML omitted -->(5ca57)<!-- raw HTML omitted --></a></li> <li><strong>watchDeep</strong>: Unify overload declaration for watch functions  -  by <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/vueuse/vueuse/issues/4043">vueuse/vueuse#4043</a> <a href="https://github.com/vueuse/vueuse/commit/0716dfa1"><!-- raw HTML omitted -->(0716d)<!-- raw HTML omitted --></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/5a4224e269a7786e1748f11f97af6fa2255e7fa9"><code>5a4224e</code></a> chore: release v11.0.1</li> <li><a href="https://github.com/vueuse/vueuse/commit/42a4501712eeb927797451ae0ea28d8e8327b237"><code>42a4501</code></a> chore: release v11.0.0</li> <li><a href="https://github.com/vueuse/vueuse/commit/3a0f0db778ca4127a4648b9e90785bc72653f0aa"><code>3a0f0db</code></a> chore: release v11.0.0-beta.3</li> <li><a href="https://github.com/vueuse/vueuse/commit/fe71224538c448dbb87dd7867b7bdabff507e8ed"><code>fe71224</code></a> chore: update deps</li> <li><a href="https://github.com/vueuse/vueuse/commit/efd507956638328bb74b584712ebb78ed3590112"><code>efd5079</code></a> chore: release v11.0.0-beta.2</li> <li><a href="https://github.com/vueuse/vueuse/commit/d431087125d4a8b7fa4b5f2cd605cad499551317"><code>d431087</code></a> feat(useResizeObserver): added <code>vResizeObserver</code> directive (<a href="https://github.com/vueuse/vueuse/tree/HEAD/packages/components/issues/4008">#4008</a>)</li> <li><a href="https://github.com/vueuse/vueuse/commit/efb7f41e67ddd836bfa8df5897c7d9c489e7e8bb"><code>efb7f41</code></a> chore: release v11.0.0-beta.1</li> <li>See full diff in <a href="https://github.com/vueuse/vueuse/commits/v11.0.1/packages/components">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vueuse/components&package-manager=npm_and_yarn&previous-version=10.11.1&new-version=11.0.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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-02-26 12:10:12 +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/nginx-ui#1008
No description provided.