[PR #1558] [MERGED] fix(deps): update dependency vue to v3.5.22 #1568

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

📋 Pull Request Information

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

Base: mainHead: renovate/vue-monorepo


📝 Commits (1)

  • 8bee08a fix(deps): update dependency vue to v3.5.22

📊 Changes

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

View changed files

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

📄 Description

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

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

Release Notes

vuejs/core (vue)

v3.5.22

Compare Source

Bug Fixes
Features
  • custom-element: allow specifying additional options for shadowRoot in custom elements (#​12965) (47e628d), closes #​12964
Reverts
  • Revert "fix(hmr): prevent VUE_HMR_RUNTIME from being overwritten by vue runtime in 3rd-party libraries" (#​13925) (6b68f72), closes #​13925

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 is behind base branch, 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/1558 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/28/2025 **Status:** ✅ Merged **Merged:** 9/28/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/vue-monorepo` --- ### 📝 Commits (1) - [`8bee08a`](https://github.com/go-vikunja/vikunja/commit/8bee08a51d8de1bf23d99fb76e8035d548463e48) fix(deps): update dependency vue to v3.5.22 ### 📊 Changes **2 files changed** (+191 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+190 -118) </details> ### 📄 Description Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). 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.21` -> `3.5.22`](https://renovatebot.com/diffs/npm/vue/3.5.21/3.5.22) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.21/3.5.22?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.22`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3522-2025-09-25) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.21...v3.5.22) ##### Bug Fixes - **compiler-core:** identifiers in switch-case should not be inferred as references ([#&#8203;13923](https://redirect.github.com/vuejs/core/issues/13923)) ([5953c9f](https://redirect.github.com/vuejs/core/commit/5953c9ff90090e128372f645d377bd99137a5fb4)) - **compiler-dom:** nodes with v-once shouldn't be stringified ([#&#8203;13878](https://redirect.github.com/vuejs/core/issues/13878)) ([95c1975](https://redirect.github.com/vuejs/core/commit/95c197560409f5d39a0d376c0a43d89a47a604e8)) - **compiler-sfc:** add support for `@vue-ignore` in runtime type resolution ([#&#8203;13906](https://redirect.github.com/vuejs/core/issues/13906)) ([ba7f7f9](https://redirect.github.com/vuejs/core/commit/ba7f7f90f689f6e7e0417a192d081db542de28ec)) - **compiler-sfc:** enhance inferRuntimeType to support TSMappedType with indexed access ([#&#8203;13848](https://redirect.github.com/vuejs/core/issues/13848)) ([e388f1a](https://redirect.github.com/vuejs/core/commit/e388f1a09fde78cf006450f060813d972ac8c23d)), closes [#&#8203;13847](https://redirect.github.com/vuejs/core/issues/13847) - **compiler-sfc:** ensure css custom properties do not start with a digit ([#&#8203;13870](https://redirect.github.com/vuejs/core/issues/13870)) ([9c27951](https://redirect.github.com/vuejs/core/commit/9c279517b9bc1f4c250c555ec9b9eb6104756d56)) - **compiler-sfc:** ensure props bindings register before compiling template ([#&#8203;13922](https://redirect.github.com/vuejs/core/issues/13922)) ([abd5638](https://redirect.github.com/vuejs/core/commit/abd563822abafe63047f7b599bff266380ee2b64)), closes [#&#8203;13920](https://redirect.github.com/vuejs/core/issues/13920) - **compiler-ssr:** ensure v-show has a higher priority in SSR ([#&#8203;12171](https://redirect.github.com/vuejs/core/issues/12171)) ([836b829](https://redirect.github.com/vuejs/core/commit/836b82976ffb7aa0ea9cbe417bef07deae3ca47c)), closes [#&#8203;12162](https://redirect.github.com/vuejs/core/issues/12162) - **custom-element:** properly mount multiple Teleports in custom element component w/ shadowRoot false ([#&#8203;13900](https://redirect.github.com/vuejs/core/issues/13900)) ([5e1e791](https://redirect.github.com/vuejs/core/commit/5e1e791880238380a1038ae2c505e206ceb34d77)), closes [#&#8203;13899](https://redirect.github.com/vuejs/core/issues/13899) - **custom-element:** set prop runs pending mutations before disconnect ([#&#8203;13897](https://redirect.github.com/vuejs/core/issues/13897)) ([c4a88cd](https://redirect.github.com/vuejs/core/commit/c4a88cdd0dfed3ef46a8aa9be448c01781fdc4f0)), closes [#&#8203;13315](https://redirect.github.com/vuejs/core/issues/13315) - **custom-element:** use `PatchFlags.BAIL` for slot when props are present ([#&#8203;13907](https://redirect.github.com/vuejs/core/issues/13907)) ([5358bca](https://redirect.github.com/vuejs/core/commit/5358bca4a80cf52d19ed91967eeaa025a786083d)), closes [#&#8203;13904](https://redirect.github.com/vuejs/core/issues/13904) - **reactivity:** respect readonly during ref unwrapping ([#&#8203;13905](https://redirect.github.com/vuejs/core/issues/13905)) ([aba7fed](https://redirect.github.com/vuejs/core/commit/aba7feda1703e69e5a7c37f784718de0371adadc)), closes [#&#8203;13903](https://redirect.github.com/vuejs/core/issues/13903) - **reactivity:** update iterator to check for completion instead of value presence ([#&#8203;13761](https://redirect.github.com/vuejs/core/issues/13761)) ([2078f8b](https://redirect.github.com/vuejs/core/commit/2078f8b7565cf637f47fcd5b0abdfb2b264225bb)) - **runtime-core:** simplify block-tracking disabling in `h` helper ([#&#8203;13841](https://redirect.github.com/vuejs/core/issues/13841)) ([75220c7](https://redirect.github.com/vuejs/core/commit/75220c7995a13a483ae9599a739075be1c8e17f8)) - **transition-group:** run `forceReflow` on the correct document (fix [#&#8203;13849](https://redirect.github.com/vuejs/core/issues/13849)) ([#&#8203;13853](https://redirect.github.com/vuejs/core/issues/13853)) ([1be5ddf](https://redirect.github.com/vuejs/core/commit/1be5ddfe878c8bfddaa2c50e82105b247f50b9ba)) - **types:** more precise types for Events and added missing definitions ([#&#8203;9675](https://redirect.github.com/vuejs/core/issues/9675)) ([8bb8fb2](https://redirect.github.com/vuejs/core/commit/8bb8fb236257c03bfa0bccadcfffe3eb4592f71b)) - **types:** set dom stub type to `never` instead of `{}` ([#&#8203;13915](https://redirect.github.com/vuejs/core/issues/13915)) ([8620a61](https://redirect.github.com/vuejs/core/commit/8620a616eb02a64fe32dd52d9be68e360687ef9d)), closes [#&#8203;11564](https://redirect.github.com/vuejs/core/issues/11564) - **types:** widen directive arg type from string to any ([#&#8203;13758](https://redirect.github.com/vuejs/core/issues/13758)) ([4b71706](https://redirect.github.com/vuejs/core/commit/4b7170625d0bc93b26a3343aeda98850c1138f82)), closes [#&#8203;13757](https://redirect.github.com/vuejs/core/issues/13757) ##### Features - **custom-element:** allow specifying additional options for `shadowRoot` in custom elements ([#&#8203;12965](https://redirect.github.com/vuejs/core/issues/12965)) ([47e628d](https://redirect.github.com/vuejs/core/commit/47e628df1ce1914c5677010ad5bddd18d037cb3c)), closes [#&#8203;12964](https://redirect.github.com/vuejs/core/issues/12964) ##### Reverts - Revert "fix(hmr): prevent **VUE\_HMR\_RUNTIME** from being overwritten by vue runtime in 3rd-party libraries" ([#&#8203;13925](https://redirect.github.com/vuejs/core/issues/13925)) ([6b68f72](https://redirect.github.com/vuejs/core/commit/6b68f72673dac5db349f26eeefb2f2e0e342586b)), closes [#&#8203;13925](https://redirect.github.com/vuejs/core/issues/13925) </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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <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:22:58 -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#1568