⬆️ Update dependency vuetify to v3.6.7 #91

Merged
sebclem merged 1 commits from renovate/vuetify-3.x into main 2024-05-29 11:41:33 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vuetify (source) dependencies patch 3.6.6 -> 3.6.7

Release Notes

vuetifyjs/vuetify (vuetify)

v3.6.7

Compare Source

🔧 Bug Fixes
🧪 Labs

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 | |---|---|---|---| | [vuetify](https://vuetifyjs.com) ([source](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify)) | dependencies | patch | [`3.6.6` -> `3.6.7`](https://renovatebot.com/diffs/npm/vuetify/3.6.6/3.6.7) | --- ### Release Notes <details> <summary>vuetifyjs/vuetify (vuetify)</summary> ### [`v3.6.7`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.6.7) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.6.6...v3.6.7) ##### :wrench: Bug Fixes - **defaults:** allow null component and global values ([#&#8203;19842](https://github.com/vuetifyjs/vuetify/issues/19842)) ([9342288](https://github.com/vuetifyjs/vuetify/commit/934228846a83468657429250f53e6601a4f9c4ad)), closes [#&#8203;19783](https://github.com/vuetifyjs/vuetify/issues/19783) - **layout:** find children inside suspense boundary ([c209d09](https://github.com/vuetifyjs/vuetify/commit/c209d0952862540c5c503e46c5114c6cefb2e243)), closes [#&#8203;19830](https://github.com/vuetifyjs/vuetify/issues/19830) - **locale:** update missing persian translations ([#&#8203;19812](https://github.com/vuetifyjs/vuetify/issues/19812)) ([17a0561](https://github.com/vuetifyjs/vuetify/commit/17a056162267fb56e4f8f96e98c287253e95b904)) - **VAutocomplete/VCombobox:** remove tab key listener ([#&#8203;19846](https://github.com/vuetifyjs/vuetify/issues/19846)) ([5703a6c](https://github.com/vuetifyjs/vuetify/commit/5703a6c8a0b95a7a0567576ac3d0f0d980a0079e)), closes [#&#8203;19840](https://github.com/vuetifyjs/vuetify/issues/19840) - **VAutocomplete/VCombobox:** prevent focus on menu icon ([4b387b5](https://github.com/vuetifyjs/vuetify/commit/4b387b5ceb3baa35a604526c55dab3510167254b)) - **VBtn:** remove negative prepend/append margin with slim prop ([665c616](https://github.com/vuetifyjs/vuetify/commit/665c616254e5a5727482c4f5d894d1e958675edb)) - **VDataTable:** add ability to hide default body ([#&#8203;19844](https://github.com/vuetifyjs/vuetify/issues/19844)) ([2f8ee0f](https://github.com/vuetifyjs/vuetify/commit/2f8ee0fa1c61d0b6342f014f7e931f27cd3116ad)), closes [#&#8203;18854](https://github.com/vuetifyjs/vuetify/issues/18854) - **VDataTable:** fit mobile row height to content ([#&#8203;19843](https://github.com/vuetifyjs/vuetify/issues/19843)) ([f016954](https://github.com/vuetifyjs/vuetify/commit/f016954313ba919e187754cbe6fa29ea324b1245)) - **VDataTable:** add missing disable-sort prop ([#&#8203;19820](https://github.com/vuetifyjs/vuetify/issues/19820)) ([4a2de37](https://github.com/vuetifyjs/vuetify/commit/4a2de375b84851fe5cdf26d4f391f5028d0a2854)), closes [#&#8203;19197](https://github.com/vuetifyjs/vuetify/issues/19197) - **VDatePicker:** disable months outside min/max value ([#&#8203;19822](https://github.com/vuetifyjs/vuetify/issues/19822)) ([67ab46c](https://github.com/vuetifyjs/vuetify/commit/67ab46cdb97a1b8a1e0171c98ed83785e2c59708)), closes [#&#8203;19810](https://github.com/vuetifyjs/vuetify/issues/19810) - **VDivider:** visiblity in container with dynamic height ([#&#8203;19828](https://github.com/vuetifyjs/vuetify/issues/19828)) ([ea567bb](https://github.com/vuetifyjs/vuetify/commit/ea567bbe0fd09641e8fc68762cca8aaa3e4aeef2)), closes [#&#8203;19827](https://github.com/vuetifyjs/vuetify/issues/19827) - **VDivider:** don't wrap content ([d6b292f](https://github.com/vuetifyjs/vuetify/commit/d6b292f9b2df6d0a5eda76583176d51d835323f8)) - **VField:** avoid cascaded overlay multiplier from parent components ([88badc6](https://github.com/vuetifyjs/vuetify/commit/88badc63f228dfe22bda14f57e0a94180dd20655)) - **VList:** pass return-object to nested VListChildren ([#&#8203;19848](https://github.com/vuetifyjs/vuetify/issues/19848)) ([feeb467](https://github.com/vuetifyjs/vuetify/commit/feeb4672c4c25661c68afeccaa998be06b09e45d)) - **VMenu:** min width property ([#&#8203;19771](https://github.com/vuetifyjs/vuetify/issues/19771)) ([7d955d2](https://github.com/vuetifyjs/vuetify/commit/7d955d270922b596cb8deb4c9152b0e85644888a)), closes [#&#8203;16987](https://github.com/vuetifyjs/vuetify/issues/16987) ##### :test_tube: Labs - **VCalendar:** use date adapter to create new date ([#&#8203;19823](https://github.com/vuetifyjs/vuetify/issues/19823)) ([905eb63](https://github.com/vuetifyjs/vuetify/commit/905eb633d8550a96e01f5a399c8252bb62776b7c)), closes [#&#8203;19814](https://github.com/vuetifyjs/vuetify/issues/19814) - **VConfirmEdit:** expose save, cancel, isPristine ([8ed8731](https://github.com/vuetifyjs/vuetify/commit/8ed87310890e2b6c8ad2a626a02c17f9467cbb60)), closes [#&#8203;19747](https://github.com/vuetifyjs/vuetify/issues/19747) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM3MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-05-22 03:12:00 +02:00
⬆️ Update dependency vuetify to v3.6.7
All checks were successful
ci / docker (pull_request) Successful in 40s
15c0b380ba
renovate-bot force-pushed renovate/vuetify-3.x from 15c0b380ba to 25d0105848 2024-05-29 03:04:57 +02:00 Compare
sebclem merged commit 715c5843ef into main 2024-05-29 11:41:33 +02:00
sebclem deleted branch renovate/vuetify-3.x 2024-05-29 11:41:34 +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: sebclem/Claptrap-ui#91
No description provided.