[PR #1760] [MERGED] fix(deps): update dependency vue to v3.5.23 #5204

Closed
opened 2026-04-16 13:30:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/vue-monorepo


📝 Commits (1)

  • 8f4fb74 fix(deps): update dependency vue to v3.5.23

📊 Changes

2 files changed (+197 additions, -119 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+196 -118)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
vue (source) 3.5.22 -> 3.5.23 age confidence

Release Notes

vuejs/core (vue)

v3.5.23

Compare Source

Bug Fixes

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/1760 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/vue-monorepo` --- ### 📝 Commits (1) - [`8f4fb74`](https://github.com/go-vikunja/vikunja/commit/8f4fb744d23b0d117e65b999041ec1b72d2ee093) fix(deps): update dependency vue to v3.5.23 ### 📊 Changes **2 files changed** (+197 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+196 -118) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.22` -> `3.5.23`](https://renovatebot.com/diffs/npm/vue/3.5.22/3.5.23) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.22/3.5.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.23`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3523-2025-11-06) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.22...v3.5.23) ##### Bug Fixes - **compiler-core:** correctly handle ts type assertions in expressions ([#&#8203;13397](https://redirect.github.com/vuejs/core/issues/13397)) ([e6544ac](https://redirect.github.com/vuejs/core/commit/e6544ac292b5b473274f87cdb83ebeac3e7e61a4)), closes [#&#8203;13395](https://redirect.github.com/vuejs/core/issues/13395) - **compiler-core:** fix v-bind shorthand handling for in-DOM templates ([#&#8203;13933](https://redirect.github.com/vuejs/core/issues/13933)) ([b3cca26](https://redirect.github.com/vuejs/core/commit/b3cca2611c656b85f0c4e737b9ec248d2627dded)), closes [#&#8203;13930](https://redirect.github.com/vuejs/core/issues/13930) - **compiler-sfc:** resolve numeric literals and template literals without expressions as static property key ([#&#8203;13998](https://redirect.github.com/vuejs/core/issues/13998)) ([75d44c7](https://redirect.github.com/vuejs/core/commit/75d44c718981f91843e197265cc68e82fe2532dd)) - **compiler-ssr:** textarea with v-text directive SSR ([#&#8203;13975](https://redirect.github.com/vuejs/core/issues/13975)) ([006a0c1](https://redirect.github.com/vuejs/core/commit/006a0c1011a224bcbf21195c6df76812c3a7e757)) - **compiler:** using guard instead of non-nullish assertion ([#&#8203;13982](https://redirect.github.com/vuejs/core/issues/13982)) ([dcc6f36](https://redirect.github.com/vuejs/core/commit/dcc6f362577ed86ccad31c2623c6cf75137dd27a)) - **custom-element:** batch custom element prop patching ([#&#8203;13478](https://redirect.github.com/vuejs/core/issues/13478)) ([c13e674](https://redirect.github.com/vuejs/core/commit/c13e674fb9f92ab9339d28a862d18de460faf56e)), closes [#&#8203;12619](https://redirect.github.com/vuejs/core/issues/12619) - **custom-element:** optimize slot retrieval to avoid duplicates ([#&#8203;13961](https://redirect.github.com/vuejs/core/issues/13961)) ([84ca349](https://redirect.github.com/vuejs/core/commit/84ca349fef73f6f55fc98299fcfa5c1eeef721db)), closes [#&#8203;13955](https://redirect.github.com/vuejs/core/issues/13955) - **hydration:** avoid mismatch during hydrate text with newlines in interpolation ([#&#8203;9232](https://redirect.github.com/vuejs/core/issues/9232)) ([6cbdf78](https://redirect.github.com/vuejs/core/commit/6cbdf7823b0c961190bee5b7c117b7f2bbeb832f)), closes [#&#8203;9229](https://redirect.github.com/vuejs/core/issues/9229) - **runtime-core:** pass props and children to loadingComponent ([#&#8203;13997](https://redirect.github.com/vuejs/core/issues/13997)) ([40c4b2a](https://redirect.github.com/vuejs/core/commit/40c4b2a876ce606973521dfc3024e26bfc10953a)) - **runtime-dom:** ensure iframe sandbox is handled as an attribute to prevent unintended behavior ([#&#8203;13950](https://redirect.github.com/vuejs/core/issues/13950)) ([5689884](https://redirect.github.com/vuejs/core/commit/5689884c8e32cda6a802ac36b4d23218f67b38ed)), closes [#&#8203;13946](https://redirect.github.com/vuejs/core/issues/13946) - **suspense:** clear placeholder and fallback el after resolve to enable GC ([#&#8203;13928](https://redirect.github.com/vuejs/core/issues/13928)) ([f411c66](https://redirect.github.com/vuejs/core/commit/f411c6604c12c531883aa0d30b81a7f69092f8a6)) - **transition-group:** use offsetLeft and offsetTop instead of getBoundingClientRect to avoid transform scale affect animation ([#&#8203;6108](https://redirect.github.com/vuejs/core/issues/6108)) ([dc4dd59](https://redirect.github.com/vuejs/core/commit/dc4dd594fbecce6ed7f44ffa69dc8b5d022287b6)), closes [#&#8203;6105](https://redirect.github.com/vuejs/core/issues/6105) - **v-model:** handle number modifier on change ([#&#8203;13959](https://redirect.github.com/vuejs/core/issues/13959)) ([8fbe48f](https://redirect.github.com/vuejs/core/commit/8fbe48fe396d830999afd07f9413d899157d5f5e)), closes [#&#8203;13958](https://redirect.github.com/vuejs/core/issues/13958) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <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-04-16 13:30:26 -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#5204