[PR #648] [MERGED] fix(deps): update vueuse to v13.1.0 #821

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

📋 Pull Request Information

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

Base: mainHead: renovate/vueuse


📝 Commits (1)

  • a48506d fix(deps): update vueuse to v13.1.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.0.0 -> 13.1.0 age adoption passing confidence
@vueuse/router (source) 13.0.0 -> 13.1.0 age adoption passing confidence

Release Notes

vueuse/vueuse (@​vueuse/core)

v13.1.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/648 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/vueuse` --- ### 📝 Commits (1) - [`a48506d`](https://github.com/go-vikunja/vikunja/commit/a48506d057a3014b767e44810c969d18b7768738) fix(deps): update vueuse to v13.1.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.0.0` -> `13.1.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/13.0.0/13.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fcore/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vueuse%2fcore/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vueuse%2fcore/13.0.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2fcore/13.0.0/13.1.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.0.0` -> `13.1.0`](https://renovatebot.com/diffs/npm/@vueuse%2frouter/13.0.0/13.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2frouter/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vueuse%2frouter/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vueuse%2frouter/13.0.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2frouter/13.0.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vueuse/vueuse (@&#8203;vueuse/core)</summary> ### [`v13.1.0`](https://redirect.github.com/vueuse/vueuse/releases/tag/v13.1.0) [Compare Source](https://redirect.github.com/vueuse/vueuse/compare/v13.0.0...v13.1.0) #####    🚀 Features - **shared**: Ensure return types exists  -  by [@&#8203;OrbisK](https://redirect.github.com/OrbisK) in [https://github.com/vueuse/vueuse/issues/4659](https://redirect.github.com/vueuse/vueuse/issues/4659) [<samp>(c1d6e)</samp>](https://redirect.github.com/vueuse/vueuse/commit/c1d6e010) - **useSortable**: Add possibility to use it with Component ref  -  by [@&#8203;michaelcozzolino](https://redirect.github.com/michaelcozzolino) in [https://github.com/vueuse/vueuse/issues/4684](https://redirect.github.com/vueuse/vueuse/issues/4684) [<samp>(15917)</samp>](https://redirect.github.com/vueuse/vueuse/commit/159175b2) #####    🐞 Bug Fixes - **docs**: Blog moved to different domain  -  by [@&#8203;th1m0](https://redirect.github.com/th1m0) in [https://github.com/vueuse/vueuse/issues/4663](https://redirect.github.com/vueuse/vueuse/issues/4663) [<samp>(72c9a)</samp>](https://redirect.github.com/vueuse/vueuse/commit/72c9aea0) - **nuxt**: Don't require `@vueuse/core` installed at root  -  by [@&#8203;danielroe](https://redirect.github.com/danielroe) in [https://github.com/vueuse/vueuse/issues/4698](https://redirect.github.com/vueuse/vueuse/issues/4698) [<samp>(17a46)</samp>](https://redirect.github.com/vueuse/vueuse/commit/17a46a94) - **tryOnMounted**: Pass target to getLifeCycleTarget  -  by [@&#8203;Eazash](https://redirect.github.com/Eazash) in [https://github.com/vueuse/vueuse/issues/4685](https://redirect.github.com/vueuse/vueuse/issues/4685) [<samp>(16551)</samp>](https://redirect.github.com/vueuse/vueuse/commit/16551af6) - **useDropZone**: Allow passing `document` as target  -  by [@&#8203;osbre](https://redirect.github.com/osbre) in [https://github.com/vueuse/vueuse/issues/4681](https://redirect.github.com/vueuse/vueuse/issues/4681) [<samp>(21fa6)</samp>](https://redirect.github.com/vueuse/vueuse/commit/21fa6523) #####     [View changes on GitHub](https://redirect.github.com/vueuse/vueuse/compare/v13.0.0...v13.1.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <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:04:55 -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#821