fix(deps): update dependency vue to v3.4.18 #2096

Merged
konrad merged 1 commits from renovate/vue-monorepo into main 2024-02-11 08:33:10 +00:00
Member

This PR contains the following updates:

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

Release Notes

vuejs/core (vue)

v3.4.18

Compare Source

Bug Fixes

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.18`](https://renovatebot.com/diffs/npm/vue/3.4.15/3.4.18) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.4.18`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3418-2024-02-09) [Compare Source](https://github.com/vuejs/core/compare/v3.4.17...v3.4.18) ##### Bug Fixes - **dx:** warn against reserved keys as prop name ([77a804b](https://github.com/vuejs/core/commit/77a804b1d0d6a3f12fb3674cdceb85ebd6481e02)), closes [#&#8203;10281](https://github.com/vuejs/core/issues/10281) - **runtime-dom:** ensure v-show respects display value set via v-bind ([#&#8203;10297](https://github.com/vuejs/core/issues/10297)) ([c224897](https://github.com/vuejs/core/commit/c224897dd4e189a10ec601a97fe08cb638ebee19)), closes [#&#8203;10151](https://github.com/vuejs/core/issues/10151) ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added the
dependencies
label 2024-02-08 14:03:54 +00:00
renovate changed title from fix(deps): update dependency vue to v3.4.16 to fix(deps): update dependency vue to v3.4.17 2024-02-09 01:06:03 +00:00
renovate force-pushed renovate/vue-monorepo from 97cc1a696d to 571677a1dc 2024-02-09 01:06:13 +00:00 Compare
renovate changed title from fix(deps): update dependency vue to v3.4.17 to fix(deps): update dependency vue to v3.4.18 2024-02-09 03:06:14 +00:00
renovate force-pushed renovate/vue-monorepo from 571677a1dc to 540838e77c 2024-02-09 03:06:23 +00:00 Compare
renovate force-pushed renovate/vue-monorepo from 540838e77c to 7cefb86a78 2024-02-11 08:05:46 +00:00 Compare
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2096-renovate-vue-monorepo--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2096-renovate-vue-monorepo--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 7cefb86a78 into main 2024-02-11 08:33:10 +00:00
konrad deleted branch renovate/vue-monorepo 2024-02-11 08:33:10 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
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: vikunja/vikunja#2096
No description provided.