fix(deps): update dependency vue to v3.3.13 - autoclosed #3848

Closed
renovate wants to merge 1 commits from renovate/vue-monorepo into main
Member

This PR contains the following updates:

Package Type Update Change
vue (source) dependencies patch 3.3.10 -> 3.3.13

Release Notes

vuejs/core (vue)

v3.3.13

Compare Source

Bug Fixes

v3.3.12

Compare Source

Bug Fixes

v3.3.11

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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue](https://github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://github.com/vuejs/core)) | dependencies | patch | [`3.3.10` -> `3.3.13`](https://renovatebot.com/diffs/npm/vue/3.3.10/3.3.13) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.3.13`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3313-2023-12-19) [Compare Source](https://github.com/vuejs/core/compare/v3.3.12...v3.3.13) ##### Bug Fixes - **compiler-core:** fix v-on with modifiers on inline expression of undefined ([#&#8203;9866](https://github.com/vuejs/core/issues/9866)) ([bae79dd](https://github.com/vuejs/core/commit/bae79ddf8564a2da4a5365cfeb8d811990f42335)), closes [#&#8203;9865](https://github.com/vuejs/core/issues/9865) - **runtime-dom:** cache event handlers by key/modifiers ([#&#8203;9851](https://github.com/vuejs/core/issues/9851)) ([04d2c05](https://github.com/vuejs/core/commit/04d2c05054c26b02fbc1d84839b0ed5cd36455b6)), closes [#&#8203;9849](https://github.com/vuejs/core/issues/9849) - **types:** extract properties from extended collections ([#&#8203;9854](https://github.com/vuejs/core/issues/9854)) ([24b1c1d](https://github.com/vuejs/core/commit/24b1c1dd57fd55d998aa231a147500e010b10219)), closes [#&#8203;9852](https://github.com/vuejs/core/issues/9852) ### [`v3.3.12`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3312-2023-12-16) [Compare Source](https://github.com/vuejs/core/compare/v3.3.11...v3.3.12) ##### Bug Fixes - **hydration:** handle appear transition before patch props ([#&#8203;9837](https://github.com/vuejs/core/issues/9837)) ([e70f4c4](https://github.com/vuejs/core/commit/e70f4c47c553b6e16d8fad70743271ca23802fe7)), closes [#&#8203;9832](https://github.com/vuejs/core/issues/9832) - **sfc/cssVars:** fix loss of CSS v-bind variables when setting inline style with string value ([#&#8203;9824](https://github.com/vuejs/core/issues/9824)) ([0a387df](https://github.com/vuejs/core/commit/0a387dfb1d04afb6eae4296b6da76dfdaca77af4)), closes [#&#8203;9821](https://github.com/vuejs/core/issues/9821) - **ssr:** fix suspense hydration of fallback content ([#&#8203;7188](https://github.com/vuejs/core/issues/7188)) ([60415b5](https://github.com/vuejs/core/commit/60415b5d67df55f1fd6b176615299c08640fa142)) - **types:** add `xmlns:xlink` to `SVGAttributes` ([#&#8203;9300](https://github.com/vuejs/core/issues/9300)) ([0d61b42](https://github.com/vuejs/core/commit/0d61b429ecf63591d31e09702058fa4c7132e1a7)), closes [#&#8203;9299](https://github.com/vuejs/core/issues/9299) - **types:** fix `shallowRef` type error ([#&#8203;9839](https://github.com/vuejs/core/issues/9839)) ([9a57158](https://github.com/vuejs/core/commit/9a571582b53220270e498d8712ea59312c0bef3a)) - **types:** support for generic keyof slots ([#&#8203;8374](https://github.com/vuejs/core/issues/8374)) ([213eba4](https://github.com/vuejs/core/commit/213eba479ce080efc1053fe636f6be4a4c889b44)) ### [`v3.3.11`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3311-2023-12-08) [Compare Source](https://github.com/vuejs/core/compare/v3.3.10...v3.3.11) ##### Bug Fixes - **custom-element:** correctly handle number type props in prod ([#&#8203;8989](https://github.com/vuejs/core/issues/8989)) ([d74d364](https://github.com/vuejs/core/commit/d74d364d62db8e48881af6b5a75ce4fb5f36cc35)) - **reactivity:** fix mutation on user proxy of reactive Array ([6ecbd5c](https://github.com/vuejs/core/commit/6ecbd5ce2a7f59314a8326a1d193874b87f4d8c8)), closes [#&#8203;9742](https://github.com/vuejs/core/issues/9742) [#&#8203;9751](https://github.com/vuejs/core/issues/9751) [#&#8203;9750](https://github.com/vuejs/core/issues/9750) - **runtime-dom:** fix width and height prop check condition ([5b00286](https://github.com/vuejs/core/commit/5b002869c533220706f9788b496b8ca8d8e98609)), closes [#&#8203;9762](https://github.com/vuejs/core/issues/9762) - **shared:** handle Map with symbol keys in toDisplayString ([#&#8203;9731](https://github.com/vuejs/core/issues/9731)) ([364821d](https://github.com/vuejs/core/commit/364821d6bdb1775e2f55a69bcfb9f40f7acf1506)), closes [#&#8203;9727](https://github.com/vuejs/core/issues/9727) - **shared:** handle more Symbol cases in toDisplayString ([983d45d](https://github.com/vuejs/core/commit/983d45d4f8eb766b5a16b7ea93b86d3c51618fa6)) - **Suspense:** properly get anchor when mount fallback vnode ([#&#8203;9770](https://github.com/vuejs/core/issues/9770)) ([b700328](https://github.com/vuejs/core/commit/b700328342e17dc16b19316c2e134a26107139d2)), closes [#&#8203;9769](https://github.com/vuejs/core/issues/9769) - **types:** ref() return type should not be any when initial value is any ([#&#8203;9768](https://github.com/vuejs/core/issues/9768)) ([cdac121](https://github.com/vuejs/core/commit/cdac12161ec27b45ded48854c3d749664b6d4a6d)) - **watch:** should not fire pre watcher on child component unmount ([#&#8203;7181](https://github.com/vuejs/core/issues/7181)) ([6784f0b](https://github.com/vuejs/core/commit/6784f0b1f8501746ea70d87d18ed63a62cf6b76d)), closes [#&#8203;7030](https://github.com/vuejs/core/issues/7030) </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MC4xIiwidXBkYXRlZEluVmVyIjoiMzcuNTAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
dependencies
label 2023-12-08 06:16:46 +00:00
renovate added 1 commit 2023-12-08 06:16:49 +00:00
continuous-integration/drone/pr Build is failing Details
fadf4ddab2
fix(deps): update dependency vue to v3.3.11
renovate force-pushed renovate/vue-monorepo from da72c1b70e to fadf4ddab2 2023-12-08 06:16:51 +00:00 Compare
renovate changed title from fix(deps): update dependency vue to v3.3.11 to fix(deps): update dependency vue to v3.3.12 2023-12-16 07:16:01 +00:00
renovate force-pushed renovate/vue-monorepo from fadf4ddab2 to c1e7a68438 2023-12-16 07:16:09 +00:00 Compare
renovate changed title from fix(deps): update dependency vue to v3.3.12 to fix(deps): update dependency vue to v3.3.13 2023-12-19 11:24:48 +00:00
renovate force-pushed renovate/vue-monorepo from c1e7a68438 to 2c784ecd65 2023-12-19 11:24:59 +00:00 Compare
renovate changed title from fix(deps): update dependency vue to v3.3.13 to fix(deps): update dependency vue to v3.3.13 - autoclosed 2023-12-19 15:19:32 +00:00
renovate closed this pull request 2023-12-19 15:19:32 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.