Update vue monorepo to v3.4.27 #52

Merged
Brain merged 1 commits from renovate/vue-monorepo into main 2024-05-10 12:04:50 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@vue/compiler-sfc (source) devDependencies patch 3.4.23 -> 3.4.27
vue (source) dependencies patch 3.4.23 -> 3.4.27

Release Notes

vuejs/core (@​vue/compiler-sfc)

v3.4.27

Compare Source

Bug Fixes

v3.4.26

Compare Source

Bug Fixes

v3.4.25

Compare Source

Bug Fixes

v3.4.24

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 these updates 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/compiler-sfc](https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme) ([source](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc)) | devDependencies | patch | [`3.4.23` -> `3.4.27`](https://renovatebot.com/diffs/npm/@vue%2fcompiler-sfc/3.4.23/3.4.27) | | [vue](https://github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://github.com/vuejs/core)) | dependencies | patch | [`3.4.23` -> `3.4.27`](https://renovatebot.com/diffs/npm/vue/3.4.23/3.4.27) | --- ### Release Notes <details> <summary>vuejs/core (@&#8203;vue/compiler-sfc)</summary> ### [`v3.4.27`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3427-2024-05-06) [Compare Source](https://github.com/vuejs/core/compare/v3.4.26...v3.4.27) ##### Bug Fixes - **compat:** include legacy scoped slots ([#&#8203;10868](https://github.com/vuejs/core/issues/10868)) ([8366126](https://github.com/vuejs/core/commit/83661264a4ced3cb2ff6800904a86dd9e82bbfe2)), closes [#&#8203;8869](https://github.com/vuejs/core/issues/8869) - **compiler-core:** add support for arrow aysnc function with unbracketed ([#&#8203;5789](https://github.com/vuejs/core/issues/5789)) ([ca7d421](https://github.com/vuejs/core/commit/ca7d421e8775f6813f8943d32ab485e0c542f98b)), closes [#&#8203;5788](https://github.com/vuejs/core/issues/5788) - **compiler-dom:** restrict createStaticVNode usage with option elements ([#&#8203;10846](https://github.com/vuejs/core/issues/10846)) ([0e3d617](https://github.com/vuejs/core/commit/0e3d6178b02d0386d779720ae2cc4eac1d1ec990)), closes [#&#8203;6568](https://github.com/vuejs/core/issues/6568) [#&#8203;7434](https://github.com/vuejs/core/issues/7434) - **compiler-sfc:** handle keyof operator ([#&#8203;10874](https://github.com/vuejs/core/issues/10874)) ([10d34a5](https://github.com/vuejs/core/commit/10d34a5624775f20437ccad074a97270ef74c3fb)), closes [#&#8203;10871](https://github.com/vuejs/core/issues/10871) - **hydration:** handle edge case of style mismatch without style attribute ([f2c1412](https://github.com/vuejs/core/commit/f2c1412e46a8fad3e13403bfa78335c4f704f21c)), closes [#&#8203;10786](https://github.com/vuejs/core/issues/10786) ### [`v3.4.26`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3426-2024-04-29) [Compare Source](https://github.com/vuejs/core/compare/v3.4.25...v3.4.26) ##### Bug Fixes - **compiler-core:** fix bail constant for globals ([fefce06](https://github.com/vuejs/core/commit/fefce06b41e3b75de3d748dc6399628ec5056e78)) - **compiler-core:** remove unnecessary constant bail check ([09b4df8](https://github.com/vuejs/core/commit/09b4df809e59ef5f4bc91acfc56dc8f82a8e243a)), closes [#&#8203;10807](https://github.com/vuejs/core/issues/10807) - **runtime-core:** attrs should be readonly in functional components ([#&#8203;10767](https://github.com/vuejs/core/issues/10767)) ([e8fd644](https://github.com/vuejs/core/commit/e8fd6446d14a6899e5e8ab1ee394d90088e01844)) - **runtime-core:** ensure slot compiler marker writable ([#&#8203;10825](https://github.com/vuejs/core/issues/10825)) ([9c2de62](https://github.com/vuejs/core/commit/9c2de6244cd44bc5fbfd82b5850c710ce725044f)), closes [#&#8203;10818](https://github.com/vuejs/core/issues/10818) - **runtime-core:** properly handle inherit transition during clone VNode ([#&#8203;10809](https://github.com/vuejs/core/issues/10809)) ([638a79f](https://github.com/vuejs/core/commit/638a79f64a7e184f2a2c65e21d764703f4bda561)), closes [#&#8203;3716](https://github.com/vuejs/core/issues/3716) [#&#8203;10497](https://github.com/vuejs/core/issues/10497) [#&#8203;4091](https://github.com/vuejs/core/issues/4091) - **Transition:** re-fix [#&#8203;10620](https://github.com/vuejs/core/issues/10620) ([#&#8203;10832](https://github.com/vuejs/core/issues/10832)) ([accf839](https://github.com/vuejs/core/commit/accf8396ae1c9dd49759ba0546483f1d2c70c9bc)), closes [#&#8203;10632](https://github.com/vuejs/core/issues/10632) [#&#8203;10827](https://github.com/vuejs/core/issues/10827) ### [`v3.4.25`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3425-2024-04-24) [Compare Source](https://github.com/vuejs/core/compare/v3.4.24...v3.4.25) ##### Bug Fixes - **defineModel:** align prod mode runtime type generation with defineProps ([4253a57](https://github.com/vuejs/core/commit/4253a57f1703a7f1ac701d77e0a235689203461d)), closes [#&#8203;10769](https://github.com/vuejs/core/issues/10769) - **runtime-core:** properly get keepAlive child ([#&#8203;10772](https://github.com/vuejs/core/issues/10772)) ([3724693](https://github.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783)), closes [#&#8203;10771](https://github.com/vuejs/core/issues/10771) - **runtime-core:** use normal object as internal prototype for attrs and slots ([064e82f](https://github.com/vuejs/core/commit/064e82f5855f30fe0b77fe9b5e4dd22700fd634d)), closes [/github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923](https://github.com//github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add/issues/r141304923) ### [`v3.4.24`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3424-2024-04-22) [Compare Source](https://github.com/vuejs/core/compare/v3.4.23...v3.4.24) ##### Bug Fixes - **compiler-core:** handle template ref bound via v-bind object on v-for ([#&#8203;10706](https://github.com/vuejs/core/issues/10706)) ([da7adef](https://github.com/vuejs/core/commit/da7adefa844265eecc9c336abfc727bc05b4f16e)), closes [#&#8203;10696](https://github.com/vuejs/core/issues/10696) - **compiler-core:** properly parse await expressions in edge cases ([b92c25f](https://github.com/vuejs/core/commit/b92c25f53dff0fc1687f57ca4033d0ac25218940)), closes [#&#8203;10754](https://github.com/vuejs/core/issues/10754) - **compiler-sfc:** handle readonly operator and ReadonlyArray/Map/Set types ([5cef52a](https://github.com/vuejs/core/commit/5cef52a5c23ba8ba3239e6def03b8ff008d3cc72)), closes [#&#8203;10726](https://github.com/vuejs/core/issues/10726) - **compiler-ssr:** fix hydration mismatch for conditional slot in transition ([f12c81e](https://github.com/vuejs/core/commit/f12c81efca3fcf9a7ce478af2261ad6ab9b0bfd7)), closes [#&#8203;10743](https://github.com/vuejs/core/issues/10743) - **compiler-ssr:** fix v-html SSR for nullish values ([1ff4076](https://github.com/vuejs/core/commit/1ff407676f9495883b459779a9b0370d7588b51f)), closes [#&#8203;10725](https://github.com/vuejs/core/issues/10725) - **deps:** update compiler ([#&#8203;10760](https://github.com/vuejs/core/issues/10760)) ([15df5c1](https://github.com/vuejs/core/commit/15df5c1b261b9b471eb811fd47ab7b3cfc41cf83)) - **runtime-core:** fix edge case of KeepAlive inside Transition with slot children ([#&#8203;10719](https://github.com/vuejs/core/issues/10719)) ([e51ca61](https://github.com/vuejs/core/commit/e51ca61ca060b2772e967d169548fc2f58fce6d1)), closes [#&#8203;10708](https://github.com/vuejs/core/issues/10708) - **runtime-core:** further fix slots \_ctx check ([cde7f05](https://github.com/vuejs/core/commit/cde7f05787d16dbb93d9419ef5331adf992816fd)), closes [#&#8203;10724](https://github.com/vuejs/core/issues/10724) - **runtime-core:** props should be readonly via direct template access ([b93f264](https://github.com/vuejs/core/commit/b93f26464785de227b88c51a88328ae80e80d804)), closes [#&#8203;8216](https://github.com/vuejs/core/issues/8216) [#&#8203;10736](https://github.com/vuejs/core/issues/10736) - **transition:** transition is breaking/flickering when enter is canceled ([#&#8203;10688](https://github.com/vuejs/core/issues/10688)) ([65109a7](https://github.com/vuejs/core/commit/65109a70f187473edae8cf4df11af3c33345e6f6)) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-04-25 17:34:54 +02:00
renovate/stability-days Updates have met minimum release age requirement Details
continuous-integration/drone/pr Build is passing Details
6d6a9397c9
Update vue monorepo to v3.4.24
renovate-bot force-pushed renovate/vue-monorepo from 6d6a9397c9 to 55be8441c8 2024-04-27 13:34:51 +02:00 Compare
renovate-bot changed title from Update vue monorepo to v3.4.24 to Update vue monorepo to v3.4.25 2024-04-27 13:34:52 +02:00
renovate-bot changed title from Update vue monorepo to v3.4.25 to Update vue monorepo to v3.4.26 2024-05-02 11:35:09 +02:00
renovate-bot force-pushed renovate/vue-monorepo from 55be8441c8 to b7e70257ec 2024-05-02 11:35:09 +02:00 Compare
renovate-bot changed title from Update vue monorepo to v3.4.26 to Update vue monorepo to v3.4.27 2024-05-10 02:34:53 +02:00
renovate-bot force-pushed renovate/vue-monorepo from b7e70257ec to 9ef0efaac4 2024-05-10 02:34:54 +02:00 Compare
Brain merged commit 7629e7a683 into main 2024-05-10 12:04:50 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wtf-eg/digitale-online-offline-registration#52
No description provided.