mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 22:25:15 +00:00
fix(deps): update dependency vue to v3.5.26 (#2014)
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) |  |  | --- ### 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 ([#​12445](https://redirect.github.com/vuejs/core/issues/12445)) ([ed85953](ed85953e28)), closes [#​12444](https://redirect.github.com/vuejs/core/issues/12444) - **compat:** handle v-model deprecation warning with missing appContext ([#​14203](https://redirect.github.com/vuejs/core/issues/14203)) ([945a543](945a543152)), closes [#​14202](https://redirect.github.com/vuejs/core/issues/14202) - **compiler-sfc:** demote const reactive bindings used in v-model ([#​14214](https://redirect.github.com/vuejs/core/issues/14214)) ([e24ff7d](e24ff7d302)), closes [#​11265](https://redirect.github.com/vuejs/core/issues/11265) [#​11275](https://redirect.github.com/vuejs/core/issues/11275) - **compiler-ssr:** handle ssr attr fallthrough when preserve whitespace ([#​12304](https://redirect.github.com/vuejs/core/issues/12304)) ([4783118](4783118919)), closes [#​8072](https://redirect.github.com/vuejs/core/issues/8072) - **hmr:** handle cached text node update ([#​14134](https://redirect.github.com/vuejs/core/issues/14134)) ([69ce3c7](69ce3c7d75)), closes [#​14127](https://redirect.github.com/vuejs/core/issues/14127) - **keep-alive:** use resolved component name for async components in cache pruning ([#​14212](https://redirect.github.com/vuejs/core/issues/14212)) ([dfe667c](dfe667c856)), closes [#​14210](https://redirect.github.com/vuejs/core/issues/14210) - **runtime-core:** ensure correct anchor el for deeper unresolved async components ([#​14182](https://redirect.github.com/vuejs/core/issues/14182)) ([f5b3bf2](f5b3bf264d)), closes [#​14173](https://redirect.github.com/vuejs/core/issues/14173) - **runtime-core:** handle patch stable fragment edge case ([#​12411](https://redirect.github.com/vuejs/core/issues/12411)) ([94aeb64](94aeb64ccd)), closes [#​12410](https://redirect.github.com/vuejs/core/issues/12410) - **runtime-core:** pass component instance to flushPreFlushCbs on unmount ([#​14221](https://redirect.github.com/vuejs/core/issues/14221)) ([e857e12](e857e12c0a)), closes [#​14215](https://redirect.github.com/vuejs/core/issues/14215) ##### Performance Improvements - **compiler-core:** use binary-search to get line and column ([#​14222](https://redirect.github.com/vuejs/core/issues/14222)) ([1904053](1904053f1f)) </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--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
"sortablejs": "1.15.6",
|
||||
"tailwindcss": "3.4.19",
|
||||
"ufo": "1.6.1",
|
||||
"vue": "3.5.25",
|
||||
"vue": "3.5.26",
|
||||
"vue-advanced-cropper": "2.8.9",
|
||||
"vue-flatpickr-component": "11.0.5",
|
||||
"vue-i18n": "11.2.2",
|
||||
|
||||
Reference in New Issue
Block a user