[PR #2014] [MERGED] fix(deps): update dependency vue to v3.5.26 #3868

Closed
opened 2026-03-22 14:55:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/vue-monorepo


📝 Commits (1)

  • 663e90e fix(deps): update dependency vue to v3.5.26

📊 Changes

2 files changed (+165 additions, -135 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+164 -134)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
vue (source) 3.5.25 -> 3.5.26 age confidence

Release Notes

vuejs/core (vue)

v3.5.26

Compare Source

Bug Fixes
Performance Improvements

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 this update 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/2014 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 12/21/2025 **Status:** ✅ Merged **Merged:** 12/21/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/vue-monorepo` --- ### 📝 Commits (1) - [`663e90e`](https://github.com/go-vikunja/vikunja/commit/663e90ee05b90e9be25b9494d4df5b4048a4f0ac) fix(deps): update dependency vue to v3.5.26 ### 📊 Changes **2 files changed** (+165 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+164 -134) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.25` -> `3.5.26`](https://renovatebot.com/diffs/npm/vue/3.5.25/3.5.26) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.26?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.25/3.5.26?slim=true) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.26`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3526-2025-12-18) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.25...v3.5.26) ##### Bug Fixes - **compat:** fix compat handler of draggable ([#&#8203;12445](https://redirect.github.com/vuejs/core/issues/12445)) ([ed85953](https://redirect.github.com/vuejs/core/commit/ed85953e28741ae1913cfc92b7b66e1a8da47f8c)), closes [#&#8203;12444](https://redirect.github.com/vuejs/core/issues/12444) - **compat:** handle v-model deprecation warning with missing appContext ([#&#8203;14203](https://redirect.github.com/vuejs/core/issues/14203)) ([945a543](https://redirect.github.com/vuejs/core/commit/945a543152e8d80903d4f7a18a84ebe8d36e56f8)), closes [#&#8203;14202](https://redirect.github.com/vuejs/core/issues/14202) - **compiler-sfc:** demote const reactive bindings used in v-model ([#&#8203;14214](https://redirect.github.com/vuejs/core/issues/14214)) ([e24ff7d](https://redirect.github.com/vuejs/core/commit/e24ff7d302a887ea532571c231a385362fa17279)), closes [#&#8203;11265](https://redirect.github.com/vuejs/core/issues/11265) [#&#8203;11275](https://redirect.github.com/vuejs/core/issues/11275) - **compiler-ssr:** handle ssr attr fallthrough when preserve whitespace ([#&#8203;12304](https://redirect.github.com/vuejs/core/issues/12304)) ([4783118](https://redirect.github.com/vuejs/core/commit/47831189196b62b12dd17f6e909efc51d9d22fd2)), closes [#&#8203;8072](https://redirect.github.com/vuejs/core/issues/8072) - **hmr:** handle cached text node update ([#&#8203;14134](https://redirect.github.com/vuejs/core/issues/14134)) ([69ce3c7](https://redirect.github.com/vuejs/core/commit/69ce3c7d755db868cfa66d67ab5b3f383a44e053)), closes [#&#8203;14127](https://redirect.github.com/vuejs/core/issues/14127) - **keep-alive:** use resolved component name for async components in cache pruning ([#&#8203;14212](https://redirect.github.com/vuejs/core/issues/14212)) ([dfe667c](https://redirect.github.com/vuejs/core/commit/dfe667c8567d48167c250062483d2d2cfc7bdc03)), closes [#&#8203;14210](https://redirect.github.com/vuejs/core/issues/14210) - **runtime-core:** ensure correct anchor el for deeper unresolved async components ([#&#8203;14182](https://redirect.github.com/vuejs/core/issues/14182)) ([f5b3bf2](https://redirect.github.com/vuejs/core/commit/f5b3bf264d2e12725381bed1c492069437069b03)), closes [#&#8203;14173](https://redirect.github.com/vuejs/core/issues/14173) - **runtime-core:** handle patch stable fragment edge case ([#&#8203;12411](https://redirect.github.com/vuejs/core/issues/12411)) ([94aeb64](https://redirect.github.com/vuejs/core/commit/94aeb64ccdf20d541059b533c9780977c14db9cb)), closes [#&#8203;12410](https://redirect.github.com/vuejs/core/issues/12410) - **runtime-core:** pass component instance to flushPreFlushCbs on unmount ([#&#8203;14221](https://redirect.github.com/vuejs/core/issues/14221)) ([e857e12](https://redirect.github.com/vuejs/core/commit/e857e12c0aff03c0148e3e52d92935918872dc33)), closes [#&#8203;14215](https://redirect.github.com/vuejs/core/issues/14215) ##### Performance Improvements - **compiler-core:** use binary-search to get line and column ([#&#8203;14222](https://redirect.github.com/vuejs/core/issues/14222)) ([1904053](https://redirect.github.com/vuejs/core/commit/1904053f1f7986c2d6dbe858ee1b594b4b229c17)) </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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 2026-03-22 14:55:54 -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#3868