[PR #1163] [MERGED] fix(deps): update dependency vue to v3.5.18 #9056

Closed
opened 2026-04-23 08:39:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/vue-monorepo


📝 Commits (1)

  • 8d0788c fix(deps): update dependency vue to v3.5.18

📊 Changes

2 files changed (+199 additions, -157 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+198 -156)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
vue (source) 3.5.17 -> 3.5.18 age confidence

Release Notes

vuejs/core (vue)

v3.5.18

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/1163 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/vue-monorepo` --- ### 📝 Commits (1) - [`8d0788c`](https://github.com/go-vikunja/vikunja/commit/8d0788c8c9d1faa718aed08fed593809030e0d47) fix(deps): update dependency vue to v3.5.18 ### 📊 Changes **2 files changed** (+199 additions, -157 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+198 -156) </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.17` -> `3.5.18`](https://renovatebot.com/diffs/npm/vue/3.5.17/3.5.18) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.17/3.5.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.18`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3518-2025-07-23) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.17...v3.5.18) ##### Bug Fixes - **compiler-core:** avoid cached text vnodes retaining detached DOM nodes ([#&#8203;13662](https://redirect.github.com/vuejs/core/issues/13662)) ([00695a5](https://redirect.github.com/vuejs/core/commit/00695a5b41b2d032deaeada83831ff83aa6bfd4e)), closes [#&#8203;13661](https://redirect.github.com/vuejs/core/issues/13661) - **compiler-core:** avoid self updates of `v-pre` ([#&#8203;12556](https://redirect.github.com/vuejs/core/issues/12556)) ([21b685a](https://redirect.github.com/vuejs/core/commit/21b685ad9d9d0e6060fc7d07b719bf35f2d9ae1f)) - **compiler-core:** identifiers in function parameters should not be inferred as references ([#&#8203;13548](https://redirect.github.com/vuejs/core/issues/13548)) ([9b02923](https://redirect.github.com/vuejs/core/commit/9b029239edf88558465b941e1e4c085f92b1ebff)) - **compiler-core:** recognize empty string as non-identifier ([#&#8203;12553](https://redirect.github.com/vuejs/core/issues/12553)) ([ce93339](https://redirect.github.com/vuejs/core/commit/ce933390ad1c72bed258f7ad959a78f0e8acdf57)) - **compiler-core:** transform empty `v-bind` dynamic argument content correctly ([#&#8203;12554](https://redirect.github.com/vuejs/core/issues/12554)) ([d3af67e](https://redirect.github.com/vuejs/core/commit/d3af67e878790892f9d34cfea15d13625aabe733)) - **compiler-sfc:** transform empty srcset w/ includeAbsolute: true ([#&#8203;13639](https://redirect.github.com/vuejs/core/issues/13639)) ([d8e40ef](https://redirect.github.com/vuejs/core/commit/d8e40ef7e1c20ee86b294e7cf78e2de60d12830e)), closes [vitejs/vite-plugin-vue#631](https://redirect.github.com/vitejs/vite-plugin-vue/issues/631) - **css-vars:** nullish v-bind in style should not lead to unexpected inheritance ([#&#8203;12461](https://redirect.github.com/vuejs/core/issues/12461)) ([c85f1b5](https://redirect.github.com/vuejs/core/commit/c85f1b5a132eb8ec25f71b250e25e65a5c20964f)), closes [#&#8203;12434](https://redirect.github.com/vuejs/core/issues/12434) [#&#8203;12439](https://redirect.github.com/vuejs/core/issues/12439) [#&#8203;7474](https://redirect.github.com/vuejs/core/issues/7474) [#&#8203;7475](https://redirect.github.com/vuejs/core/issues/7475) - **custom-element:** ensure exposed methods are accessible from custom elements by making them enumerable ([#&#8203;13634](https://redirect.github.com/vuejs/core/issues/13634)) ([90573b0](https://redirect.github.com/vuejs/core/commit/90573b06bf6fb6c14c6bbff6c4e34e0ab108953a)), closes [#&#8203;13632](https://redirect.github.com/vuejs/core/issues/13632) - **hydration:** prevent lazy hydration for updated components ([#&#8203;13511](https://redirect.github.com/vuejs/core/issues/13511)) ([a9269c6](https://redirect.github.com/vuejs/core/commit/a9269c642bf944560bc29adb5dae471c11cd9ee8)), closes [#&#8203;13510](https://redirect.github.com/vuejs/core/issues/13510) - **runtime-core:** ensure correct anchor el for unresolved async components ([#&#8203;13560](https://redirect.github.com/vuejs/core/issues/13560)) ([7f29943](https://redirect.github.com/vuejs/core/commit/7f2994393dcdb82cacbf62e02b5ba5565f32588b)), closes [#&#8203;13559](https://redirect.github.com/vuejs/core/issues/13559) - **slots:** refine internal key checking to support slot names starting with an underscore ([#&#8203;13612](https://redirect.github.com/vuejs/core/issues/13612)) ([c5f7db1](https://redirect.github.com/vuejs/core/commit/c5f7db11542bb2246363aef78c88a8e6cef0ee93)), closes [#&#8203;13611](https://redirect.github.com/vuejs/core/issues/13611) - **ssr:** ensure empty slots render as a comment node in Transition ([#&#8203;13396](https://redirect.github.com/vuejs/core/issues/13396)) ([8cfc10a](https://redirect.github.com/vuejs/core/commit/8cfc10a80b9cbf5d801ab149e49b8506d192e7e1)), closes [#&#8203;13394](https://redirect.github.com/vuejs/core/issues/13394) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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-23 08:39:36 -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#9056