[PR #766] [MERGED] fix(deps): update vueuse to v13.2.0 #925

Closed
opened 2025-11-01 21:07:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/766
Author: @renovate[bot]
Created: 5/14/2025
Status: Merged
Merged: 5/14/2025
Merged by: @kolaente

Base: mainHead: renovate/vueuse


📝 Commits (1)

  • 6f6f6a5 fix(deps): update vueuse to v13.2.0

📊 Changes

2 files changed (+21 additions, -21 deletions)

View changed files

📝 frontend/package.json (+2 -2)
📝 frontend/pnpm-lock.yaml (+19 -19)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vueuse/core (source) 13.1.0 -> 13.2.0 age adoption passing confidence
@vueuse/router (source) 13.1.0 -> 13.2.0 age adoption passing confidence

Release Notes

vueuse/vueuse (@​vueuse/core)

v13.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 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/go-vikunja/vikunja/pull/766 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/vueuse` --- ### 📝 Commits (1) - [`6f6f6a5`](https://github.com/go-vikunja/vikunja/commit/6f6f6a5b06bdad06cd7c0a16985bf15b43610882) fix(deps): update vueuse to v13.2.0 ### 📊 Changes **2 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -2) 📝 `frontend/pnpm-lock.yaml` (+19 -19) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vueuse/core](https://redirect.github.com/vueuse/vueuse) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/core)) | [`13.1.0` -> `13.2.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/13.1.0/13.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fcore/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vueuse%2fcore/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vueuse%2fcore/13.1.0/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2fcore/13.1.0/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@vueuse/router](https://redirect.github.com/vueuse/vueuse/tree/main/packages/router#readme) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/router)) | [`13.1.0` -> `13.2.0`](https://renovatebot.com/diffs/npm/@vueuse%2frouter/13.1.0/13.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2frouter/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vueuse%2frouter/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vueuse%2frouter/13.1.0/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2frouter/13.1.0/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vueuse/vueuse (@&#8203;vueuse/core)</summary> ### [`v13.2.0`](https://redirect.github.com/vueuse/vueuse/releases/tag/v13.2.0) [Compare Source](https://redirect.github.com/vueuse/vueuse/compare/v13.1.0...v13.2.0) #####    🚀 Features - **computedAsync**: Add option to control watcher's flush timing  -  by [@&#8203;ferferga](https://redirect.github.com/ferferga) in [https://github.com/vueuse/vueuse/issues/4746](https://redirect.github.com/vueuse/vueuse/issues/4746) [<samp>(b1bc8)</samp>](https://redirect.github.com/vueuse/vueuse/commit/b1bc8047) - **useFileDialog**: Allow custom input element for file dialog  -  by [@&#8203;ishakhorski](https://redirect.github.com/ishakhorski) in [https://github.com/vueuse/vueuse/issues/4679](https://redirect.github.com/vueuse/vueuse/issues/4679) [<samp>(0ea16)</samp>](https://redirect.github.com/vueuse/vueuse/commit/0ea16e05) - **useScroll**: Add missing measure documentation  -  by [@&#8203;Matkolit](https://redirect.github.com/Matkolit) and **Mateusz Kołodziej** in [https://github.com/vueuse/vueuse/issues/4727](https://redirect.github.com/vueuse/vueuse/issues/4727) [<samp>(dd98a)</samp>](https://redirect.github.com/vueuse/vueuse/commit/dd98a7a7) - **useStyleTag**: Support passing `nonce`  -  by [@&#8203;1-dilikelei](https://redirect.github.com/1-dilikelei) and **董梁玮** in [https://github.com/vueuse/vueuse/issues/4749](https://redirect.github.com/vueuse/vueuse/issues/4749) [<samp>(fa2c0)</samp>](https://redirect.github.com/vueuse/vueuse/commit/fa2c00ac) - **watchOnce**: Use vue's native once behaviour  -  by [@&#8203;ferferga](https://redirect.github.com/ferferga) in [https://github.com/vueuse/vueuse/issues/4750](https://redirect.github.com/vueuse/vueuse/issues/4750) [<samp>(08f7d)</samp>](https://redirect.github.com/vueuse/vueuse/commit/08f7dc4a) #####    🐞 Bug Fixes - Allow vertical scroll in usePointerSwipe  -  by [@&#8203;2nofa11](https://redirect.github.com/2nofa11) in [https://github.com/vueuse/vueuse/issues/4637](https://redirect.github.com/vueuse/vueuse/issues/4637) and [https://github.com/vueuse/vueuse/issues/4720](https://redirect.github.com/vueuse/vueuse/issues/4720) [<samp>(d3ed6)</samp>](https://redirect.github.com/vueuse/vueuse/commit/d3ed667f) - Always mount listeners in useStorage  -  by [@&#8203;43081j](https://redirect.github.com/43081j) in [https://github.com/vueuse/vueuse/issues/4730](https://redirect.github.com/vueuse/vueuse/issues/4730) [<samp>(65a99)</samp>](https://redirect.github.com/vueuse/vueuse/commit/65a99c41) - **UseArrayFindReturn**: Missing template type  -  by [@&#8203;michaelcozzolino](https://redirect.github.com/michaelcozzolino) in [https://github.com/vueuse/vueuse/issues/4715](https://redirect.github.com/vueuse/vueuse/issues/4715) [<samp>(43903)</samp>](https://redirect.github.com/vueuse/vueuse/commit/43903a0a) - **computedAsync**: Return `ComputedRef<T>` type when `lazy: true`  -  by [@&#8203;ferferga](https://redirect.github.com/ferferga) in [https://github.com/vueuse/vueuse/issues/4751](https://redirect.github.com/vueuse/vueuse/issues/4751) [<samp>(b1718)</samp>](https://redirect.github.com/vueuse/vueuse/commit/b1718930) - **docs**: Grammar in /packages/nuxt/README.md  -  by [@&#8203;neeko-cat](https://redirect.github.com/neeko-cat) in [https://github.com/vueuse/vueuse/issues/4701](https://redirect.github.com/vueuse/vueuse/issues/4701) [<samp>(44b40)</samp>](https://redirect.github.com/vueuse/vueuse/commit/44b402ef) - **fromEvent**: Fix type error of element reference  -  by [@&#8203;ywenhao](https://redirect.github.com/ywenhao) and [@&#8203;antfu](https://redirect.github.com/antfu) in [https://github.com/vueuse/vueuse/issues/4728](https://redirect.github.com/vueuse/vueuse/issues/4728) [<samp>(94fea)</samp>](https://redirect.github.com/vueuse/vueuse/commit/94fea430) - **onClickOutside**: Workaround for iOS  -  by [@&#8203;ferferga](https://redirect.github.com/ferferga) in [https://github.com/vueuse/vueuse/issues/4735](https://redirect.github.com/vueuse/vueuse/issues/4735) [<samp>(1c60c)</samp>](https://redirect.github.com/vueuse/vueuse/commit/1c60c68b) - **useElementSize**: Component type warning  -  by [@&#8203;menghany](https://redirect.github.com/menghany) in [https://github.com/vueuse/vueuse/issues/4722](https://redirect.github.com/vueuse/vueuse/issues/4722) [<samp>(9889f)</samp>](https://redirect.github.com/vueuse/vueuse/commit/9889fa0c) - **useEventSource**: Add missing data generic  -  by [@&#8203;OrbisK](https://redirect.github.com/OrbisK) in [https://github.com/vueuse/vueuse/issues/4726](https://redirect.github.com/vueuse/vueuse/issues/4726) [<samp>(a969e)</samp>](https://redirect.github.com/vueuse/vueuse/commit/a969e257) - **useFullscreen**: Get the correct initial state while mounted  -  by [@&#8203;ben-lau](https://redirect.github.com/ben-lau) and **liubaobin** in [https://github.com/vueuse/vueuse/issues/4745](https://redirect.github.com/vueuse/vueuse/issues/4745) [<samp>(09cbd)</samp>](https://redirect.github.com/vueuse/vueuse/commit/09cbd3e7) - **useMagicKeys**: Correctly clear current pressed keys when releasing Shift  -  by [@&#8203;Kedlingar](https://redirect.github.com/Kedlingar) and **Skstud5** in [https://github.com/vueuse/vueuse/issues/4731](https://redirect.github.com/vueuse/vueuse/issues/4731) [<samp>(ab7ac)</samp>](https://redirect.github.com/vueuse/vueuse/commit/ab7acd91) #####     [View changes on GitHub](https://redirect.github.com/vueuse/vueuse/compare/v13.1.0...v13.2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:07:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#925