⬆️ Update dependency vue to v3.4.17 #57

Merged
sebclem merged 1 commits from renovate/vue-monorepo into main 2024-02-09 10:39:27 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vue (source) dependencies patch 3.4.15 -> 3.4.17

Release Notes

vuejs/core (vue)

v3.4.17

Compare Source

Reverts

v3.4.16

Compare Source

Bug Fixes
Reverts

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.4.15` -> `3.4.17`](https://renovatebot.com/diffs/npm/vue/3.4.15/3.4.17) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.4.17`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3417-2024-02-09) [Compare Source](https://github.com/vuejs/core/compare/v3.4.16...v3.4.17) ##### Reverts - fix(runtime-dom): ensure v-show respects display value set via v-bind ([#&#8203;10161](https://github.com/vuejs/core/issues/10161)) ([2cd5b05](https://github.com/vuejs/core/commit/2cd5b05c3bf171be5c0b473c084c01704a058ffa)), closes [#&#8203;10294](https://github.com/vuejs/core/issues/10294) [#&#8203;10151](https://github.com/vuejs/core/issues/10151) ### [`v3.4.16`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3416-2024-02-08) [Compare Source](https://github.com/vuejs/core/compare/v3.4.15...v3.4.16) ##### Bug Fixes - **compiler-core:** handle same-name shorthand edge case for in-DOM templates ([cb87b62](https://github.com/vuejs/core/commit/cb87b6213d7b003fa7280712c285c7c9d9f291ca)), closes [#&#8203;10280](https://github.com/vuejs/core/issues/10280) - **compiler-core:** support v-bind shorthand syntax for dynamic slot name ([#&#8203;10218](https://github.com/vuejs/core/issues/10218)) ([91f058a](https://github.com/vuejs/core/commit/91f058a90cd603492649633d153b120977c4df6b)), closes [#&#8203;10213](https://github.com/vuejs/core/issues/10213) - **deps:** update compiler ([#&#8203;10269](https://github.com/vuejs/core/issues/10269)) ([336bb65](https://github.com/vuejs/core/commit/336bb65820243006efdf990e6ea3610696467508)) - **hydration:** fix SFC style v-bind hydration mismatch warnings ([#&#8203;10250](https://github.com/vuejs/core/issues/10250)) ([f0b5f7e](https://github.com/vuejs/core/commit/f0b5f7ed8ddf74f9f5ba47cb65e8300370875291)), closes [#&#8203;10215](https://github.com/vuejs/core/issues/10215) - **reactivity:** avoid infinite recursion from side effects in computed getter ([#&#8203;10232](https://github.com/vuejs/core/issues/10232)) ([0bced13](https://github.com/vuejs/core/commit/0bced13ee5c53a02d5f10e5db76fe38b6e131440)), closes [#&#8203;10214](https://github.com/vuejs/core/issues/10214) - **reactivity:** handle `MaybeDirty` recurse ([#&#8203;10187](https://github.com/vuejs/core/issues/10187)) ([6c7e0bd](https://github.com/vuejs/core/commit/6c7e0bd88f021b0b6365370e97b0c7e243d7d70b)), closes [#&#8203;10185](https://github.com/vuejs/core/issues/10185) - **reactivity:** skip non-extensible objects when using `markRaw` ([#&#8203;10289](https://github.com/vuejs/core/issues/10289)) ([2312184](https://github.com/vuejs/core/commit/2312184bc335e0d32aa4c0c0b49190b6334849b4)), closes [#&#8203;10288](https://github.com/vuejs/core/issues/10288) - **runtime-core:** avoid inlining isShallow ([#&#8203;10238](https://github.com/vuejs/core/issues/10238)) ([53eee72](https://github.com/vuejs/core/commit/53eee72c3a96420db35236b5e8e4d9308a56e1b4)) - **runtime-core:** support for nested calls to runWithContext ([#&#8203;10261](https://github.com/vuejs/core/issues/10261)) ([75e02b5](https://github.com/vuejs/core/commit/75e02b5099a08166bdf407127916734c48209ee9)), closes [#&#8203;10260](https://github.com/vuejs/core/issues/10260) - **runtime-dom:** ensure v-show respects display value set via v-bind ([#&#8203;10161](https://github.com/vuejs/core/issues/10161)) ([9b19f09](https://github.com/vuejs/core/commit/9b19f0912104bfccb10c8cf5beab02b21a648935)), closes [#&#8203;10151](https://github.com/vuejs/core/issues/10151) - **runtime-dom:** fix option selected update failed ([#&#8203;10200](https://github.com/vuejs/core/issues/10200)) ([f31d782](https://github.com/vuejs/core/commit/f31d782e4668050a188ac0f11ba8d5b861b913ca)), closes [#&#8203;10194](https://github.com/vuejs/core/issues/10194) [#&#8203;10267](https://github.com/vuejs/core/issues/10267) ##### Reverts - perf(templateRef): avoid double render when using template ref on v-for ([eb1b911](https://github.com/vuejs/core/commit/eb1b9116d7cd4a5747e8dadcdc5ba921df011f64)), closes [#&#8203;9908](https://github.com/vuejs/core/issues/9908) [#&#8203;10210](https://github.com/vuejs/core/issues/10210) [#&#8203;10234](https://github.com/vuejs/core/issues/10234) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added 1 commit 2024-02-09 03:05:13 +01:00
⬆️ Update dependency vue to v3.4.17
All checks were successful
ci/woodpecker/pr/preview Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
65e8a85576
Owner

Deployment of preview was successful: https://sebclem-Claptrap-ui-pr-57.surge.sh

<!--woodpeckerci-plugin-surge-preview--> Deployment of preview was successful: https://sebclem-Claptrap-ui-pr-57.surge.sh
renovate-bot force-pushed renovate/vue-monorepo from 65e8a85576 to b5d828a942 2024-02-09 03:10:06 +01:00 Compare
sebclem merged commit af54460116 into main 2024-02-09 10:39:27 +01:00
sebclem deleted branch renovate/vue-monorepo 2024-02-09 10:39:27 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 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: sebclem/Claptrap-ui#57
No description provided.