[PR #979] [MERGED] fix(deps): update dependency vue to v3.5.17 #1119

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

📋 Pull Request Information

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

Base: mainHead: renovate/vue-monorepo


📝 Commits (1)

  • b308a7a fix(deps): update dependency vue to v3.5.17

📊 Changes

2 files changed (+193 additions, -128 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+192 -127)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue (source) 3.5.16 -> 3.5.17 age adoption passing confidence

Release Notes

vuejs/core (vue)

v3.5.17

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/979 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/vue-monorepo` --- ### 📝 Commits (1) - [`b308a7a`](https://github.com/go-vikunja/vikunja/commit/b308a7ad43eefbe15aab7262791ca52386154a39) fix(deps): update dependency vue to v3.5.17 ### 📊 Changes **2 files changed** (+193 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+192 -127) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.16` -> `3.5.17`](https://renovatebot.com/diffs/npm/vue/3.5.16/3.5.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.5.16/3.5.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.16/3.5.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.17`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3517-2025-06-18) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.16...v3.5.17) ##### Bug Fixes - **compat:** allow v-model built in modifiers on component ([#&#8203;12654](https://redirect.github.com/vuejs/core/issues/12654)) ([cb14b86](https://redirect.github.com/vuejs/core/commit/cb14b860f150c4a83bcd52cd26096b7a5aa3a2bf)), closes [#&#8203;12652](https://redirect.github.com/vuejs/core/issues/12652) - **compile-sfc:** handle mapped types work with omit and pick ([#&#8203;12648](https://redirect.github.com/vuejs/core/issues/12648)) ([4eb46e4](https://redirect.github.com/vuejs/core/commit/4eb46e443f1878199755cb73d481d318a9714392)), closes [#&#8203;12647](https://redirect.github.com/vuejs/core/issues/12647) - **compiler-core:** do not increase newlines in `InEntity` state ([#&#8203;13362](https://redirect.github.com/vuejs/core/issues/13362)) ([f05a8d6](https://redirect.github.com/vuejs/core/commit/f05a8d613bd873b811cfdb9979ccac8382dba322)) - **compiler-core:** ignore whitespace when matching adjacent v-if ([#&#8203;12321](https://redirect.github.com/vuejs/core/issues/12321)) ([10ebcef](https://redirect.github.com/vuejs/core/commit/10ebcef8c870dbc042b0ea49b1424b2e8f692145)), closes [#&#8203;9173](https://redirect.github.com/vuejs/core/issues/9173) - **compiler-core:** prevent comments from blocking static node hoisting ([#&#8203;13345](https://redirect.github.com/vuejs/core/issues/13345)) ([55dad62](https://redirect.github.com/vuejs/core/commit/55dad625acd9e9ddd5a933d5e323ecfdec1a612f)), closes [#&#8203;13344](https://redirect.github.com/vuejs/core/issues/13344) - **compiler-sfc:** improved type resolution for function type aliases ([#&#8203;13452](https://redirect.github.com/vuejs/core/issues/13452)) ([f3479aa](https://redirect.github.com/vuejs/core/commit/f3479aac9625f4459e650d1c0a70e73863147903)), closes [#&#8203;13444](https://redirect.github.com/vuejs/core/issues/13444) - **custom-element:** ensure configureApp is applied to async component ([#&#8203;12607](https://redirect.github.com/vuejs/core/issues/12607)) ([5ba1afb](https://redirect.github.com/vuejs/core/commit/5ba1afba09c3ea56c1c17484f5d8aeae210ce52a)), closes [#&#8203;12448](https://redirect.github.com/vuejs/core/issues/12448) - **custom-element:** prevent injecting child styles if shadowRoot is false ([#&#8203;12769](https://redirect.github.com/vuejs/core/issues/12769)) ([73055d8](https://redirect.github.com/vuejs/core/commit/73055d8d9578d485e3fe846726b50666e1aa56f5)), closes [#&#8203;12630](https://redirect.github.com/vuejs/core/issues/12630) - **reactivity:** add `__v_skip` flag to `Dep` to prevent reactive conversion ([#&#8203;12804](https://redirect.github.com/vuejs/core/issues/12804)) ([e8d8f5f](https://redirect.github.com/vuejs/core/commit/e8d8f5f604e821acc46b4200d5b06979c05af1c2)), closes [#&#8203;12803](https://redirect.github.com/vuejs/core/issues/12803) - **runtime-core:** unset old ref during patching when new ref is absent ([#&#8203;12900](https://redirect.github.com/vuejs/core/issues/12900)) ([47ddf98](https://redirect.github.com/vuejs/core/commit/47ddf986021dff8de68b0da72787e53a6c19de4c)), closes [#&#8203;12898](https://redirect.github.com/vuejs/core/issues/12898) - **slots:** make cache indexes marker non-enumerable ([#&#8203;13469](https://redirect.github.com/vuejs/core/issues/13469)) ([919c447](https://redirect.github.com/vuejs/core/commit/919c44744bba1f0c661c87d2059c3b429611aa7e)), closes [#&#8203;13468](https://redirect.github.com/vuejs/core/issues/13468) - **ssr:** handle initial selected state for select with v-model + v-for/v-if option ([#&#8203;13487](https://redirect.github.com/vuejs/core/issues/13487)) ([1552095](https://redirect.github.com/vuejs/core/commit/15520954f9f1c7f834175938a50dba5d4be0e6c4)), closes [#&#8203;13486](https://redirect.github.com/vuejs/core/issues/13486) - **types:** typo of `vOnce` and `vSlot` ([#&#8203;13343](https://redirect.github.com/vuejs/core/issues/13343)) ([762fae4](https://redirect.github.com/vuejs/core/commit/762fae4b57ad60602e5c84465a3bff562785b314)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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:11:23 -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#1119