Update dependency vue to v3.5.30 #4

Merged
renovate-bot merged 1 commits from renovate/vue-monorepo into main 2026-03-25 00:02:41 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
vue (source) 3.5.283.5.30 age confidence

Release Notes

vuejs/core (vue)

v3.5.30

Compare Source

Bug Fixes

v3.5.29

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vue](https://github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://github.com/vuejs/core)) | [`3.5.28` → `3.5.30`](https://renovatebot.com/diffs/npm/vue/3.5.28/3.5.30) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.30?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.28/3.5.30?slim=true) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.30`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3530-2026-03-09) [Compare Source](https://github.com/vuejs/core/compare/v3.5.29...v3.5.30) ##### Bug Fixes - **compat:** add `entities` to [@&#8203;vue/compat](https://github.com/vue/compat) deps to fix CJS edge cases ([#&#8203;12514](https://github.com/vuejs/core/issues/12514)) ([e725a67](https://github.com/vuejs/core/commit/e725a679e434a688c3493fc9af496501a8d1eeec)), closes [#&#8203;10609](https://github.com/vuejs/core/issues/10609) - **custom-element:** ensure child component styles are injected in correct order before parent styles ([#&#8203;13374](https://github.com/vuejs/core/issues/13374)) ([1398bf8](https://github.com/vuejs/core/commit/1398bf8dfbfef6b1bca154fc98d37044011a51be)), closes [#&#8203;13029](https://github.com/vuejs/core/issues/13029) - **custom-element:** properly locate parent when slotted in shadow dom ([#&#8203;12480](https://github.com/vuejs/core/issues/12480)) ([f06c81a](https://github.com/vuejs/core/commit/f06c81aa3dddbeff8bc2e2e63c0b6b6debcbdc13)), closes [#&#8203;12479](https://github.com/vuejs/core/issues/12479) - **custom-element:** should properly patch as props for vue custom elements ([#&#8203;12409](https://github.com/vuejs/core/issues/12409)) ([740983e](https://github.com/vuejs/core/commit/740983e6736255b183ee27a3f8b40e89ad7e3ba3)), closes [#&#8203;12408](https://github.com/vuejs/core/issues/12408) - **reactivity:** avoid duplicate raw/proxy entries in Set.add ([#&#8203;14545](https://github.com/vuejs/core/issues/14545)) ([d943612](https://github.com/vuejs/core/commit/d943612e59feb656e16568dea77b97856923c58c)) - **reactivity:** fix reduce on reactive arrays to preserve reactivity ([#&#8203;12737](https://github.com/vuejs/core/issues/12737)) ([16ef165](https://github.com/vuejs/core/commit/16ef165415224def18ec8247dabb84d5a1338c17)), closes [#&#8203;12735](https://github.com/vuejs/core/issues/12735) - **reactivity:** handle `Set` with initial reactive values edge case ([#&#8203;12393](https://github.com/vuejs/core/issues/12393)) ([5dc27ca](https://github.com/vuejs/core/commit/5dc27ca68fdbab95b37af15870d91515fc2412b2)), closes [#&#8203;8647](https://github.com/vuejs/core/issues/8647) - **runtime-core:** warn about negative number in v-for ([#&#8203;12308](https://github.com/vuejs/core/issues/12308)) ([9438cc5](https://github.com/vuejs/core/commit/9438cc54506a38038a1bf4b6698025f9a4cafb48)) - **ssr:** prevent watch from firing after async setup await ([#&#8203;14547](https://github.com/vuejs/core/issues/14547)) ([6cda71d](https://github.com/vuejs/core/commit/6cda71d48bd45c5e0ed2822866b83c4fafff1be9)), closes [#&#8203;14546](https://github.com/vuejs/core/issues/14546) - **types:** make generics with runtime props in defineComponent work (fix [#&#8203;11374](https://github.com/vuejs/core/issues/11374)) ([#&#8203;13119](https://github.com/vuejs/core/issues/13119)) ([cea3cf7](https://github.com/vuejs/core/commit/cea3cf758645c9683db51822590b073ce3069dda)), closes [#&#8203;13763](https://github.com/vuejs/core/issues/13763) - **types:** narrow useAttrs class/style typing for TSX ([#&#8203;14492](https://github.com/vuejs/core/issues/14492)) ([bbb8977](https://github.com/vuejs/core/commit/bbb89775b137eac12b92ae4eb49999a7fd6b52b0)), closes [#&#8203;14489](https://github.com/vuejs/core/issues/14489) ### [`v3.5.29`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3529-2026-02-24) [Compare Source](https://github.com/vuejs/core/compare/v3.5.28...v3.5.29) ##### Bug Fixes - **runtime-core:** prevent instance leak in withAsyncContext ([#&#8203;14445](https://github.com/vuejs/core/issues/14445)) ([702284f](https://github.com/vuejs/core/commit/702284f6a7d0dd6d4e648142e7977a3eb02d77f5)), closes [nuxt/nuxt#33644](https://github.com/nuxt/nuxt/issues/33644) - **server-renderer:** render className as escaped string ([#&#8203;14469](https://github.com/vuejs/core/issues/14469)) ([da6690c](https://github.com/vuejs/core/commit/da6690cae359ec3576403c18040a1a5f017a63b1)) - **transition:** prevent enter if leave is in progress ([#&#8203;14443](https://github.com/vuejs/core/issues/14443)) ([df059f8](https://github.com/vuejs/core/commit/df059f890460e4c703b62a54f410627ff29c489b)), closes [#&#8203;12091](https://github.com/vuejs/core/issues/12091) [#&#8203;12133](https://github.com/vuejs/core/issues/12133) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44Ni4xIiwidXBkYXRlZEluVmVyIjoiNDMuODYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-03-25 00:02:31 +00:00
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-25 00:02:37 +00:00
renovate-bot merged commit 1ec638453d into main 2026-03-25 00:02:41 +00:00
renovate-bot deleted branch renovate/vue-monorepo 2026-03-25 00:02:45 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: spenke-nordic-ab/pomoday-app#4