⬆️ Update dependency vuetify to v3.6.10 #96

Merged
sebclem merged 1 commits from renovate/vuetify-3.x into main 2024-06-20 12:07:38 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vuetify (source) dependencies patch 3.6.8 -> 3.6.10

Release Notes

vuetifyjs/vuetify (vuetify)

v3.6.10

Compare Source

🔧 Bug Fixes
  • VDatePicker: don't update month/year if new model is empty (154e751), closes #​20015
  • VExpansionPanel: remove unused toRef (0931cec)
  • VExpansionPanel: propagate defaults provided by VExpansionPanels (666484a)
  • VExpansionPanelTitle: propagate VIcon defaults (cec2094)

v3.6.9

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.8` -> `3.6.10`](https://renovatebot.com/diffs/npm/vuetify/3.6.8/3.6.10) | --- ### Release Notes <details> <summary>vuetifyjs/vuetify (vuetify)</summary> ### [`v3.6.10`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.6.10) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.6.9...v3.6.10) ##### :wrench: Bug Fixes - **VDatePicker:** don't update month/year if new model is empty ([154e751](https://github.com/vuetifyjs/vuetify/commit/154e7516b89eb28f2f6c7568be92a5a28b5f572e)), closes [#&#8203;20015](https://github.com/vuetifyjs/vuetify/issues/20015) - **VExpansionPanel:** remove unused toRef ([0931cec](https://github.com/vuetifyjs/vuetify/commit/0931cec21c35c062192b8f22b0438542f31bbce8)) - **VExpansionPanel:** propagate defaults provided by VExpansionPanels ([666484a](https://github.com/vuetifyjs/vuetify/commit/666484ae265194dc1512cb4f84f53ab928f5482b)) - **VExpansionPanelTitle:** propagate VIcon defaults ([cec2094](https://github.com/vuetifyjs/vuetify/commit/cec20943af77b1c723c560d7282ebecee865e38b)) ### [`v3.6.9`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.6.9) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.6.8...v3.6.9) ##### :wrench: Bug Fixes - **VAppBar:** inability to scroll to the bottom ([#&#8203;19921](https://github.com/vuetifyjs/vuetify/issues/19921)) ([7ccff92](https://github.com/vuetifyjs/vuetify/commit/7ccff92e55fbfa27f022d9f61cbdf7d09d924f69)), closes [#&#8203;19090](https://github.com/vuetifyjs/vuetify/issues/19090) - **VAutocomplete/VCombobox:** disallow auto-select-first via pure blur ([2368668](https://github.com/vuetifyjs/vuetify/commit/2368668d49b322a1ac7aa5a9d602676affdef9b2)), closes [#&#8203;19929](https://github.com/vuetifyjs/vuetify/issues/19929) - **VBanner:** set index when using sticky prop ([9e2d22f](https://github.com/vuetifyjs/vuetify/commit/9e2d22f3f76515809ab47c147b689efc7cb09bf0)) - **VEmptyState:** support VBtn variants when using actions slot ([99279d9](https://github.com/vuetifyjs/vuetify/commit/99279d97711f4953c7d266247f8ff0415fd601a2)) - **VFab:** change type for location prop ([#&#8203;19949](https://github.com/vuetifyjs/vuetify/issues/19949)) ([07a6fb8](https://github.com/vuetifyjs/vuetify/commit/07a6fb861318781bedcc145d0533a49d54b8121a)), closes [#&#8203;19944](https://github.com/vuetifyjs/vuetify/issues/19944) - **VMenu:** allow enter keypress to work in input element ([#&#8203;19922](https://github.com/vuetifyjs/vuetify/issues/19922)) ([193301c](https://github.com/vuetifyjs/vuetify/commit/193301cb2d55ceacc4d2ef2cdbadf62c87675297)), closes [#&#8203;19920](https://github.com/vuetifyjs/vuetify/issues/19920) - **VOverlay:** check for Shadow DOM on mount ([#&#8203;19947](https://github.com/vuetifyjs/vuetify/issues/19947)) ([e6e76d5](https://github.com/vuetifyjs/vuetify/commit/e6e76d5670c8b6e0a41cd2d1c6db97b12673495f)), closes [#&#8203;19943](https://github.com/vuetifyjs/vuetify/issues/19943) ##### :test_tube: Labs - **VNumberInput:** attributes fall through to root ([#&#8203;19959](https://github.com/vuetifyjs/vuetify/issues/19959)) ([df6440d](https://github.com/vuetifyjs/vuetify/commit/df6440dc99d55d8db743be35bc5cc50e1fea88b2)) - **VTimePicker:** properly apply disabled props ([#&#8203;19964](https://github.com/vuetifyjs/vuetify/issues/19964)) ([0ba4b78](https://github.com/vuetifyjs/vuetify/commit/0ba4b7864f4531b5ccac1880ea32c123ff1fbd7c)) - **VTreeview:** remove redundant treeview re-render during open ([#&#8203;19968](https://github.com/vuetifyjs/vuetify/issues/19968)) ([9e1cfbd](https://github.com/vuetifyjs/vuetify/commit/9e1cfbddbfd0ce7043aa096bd7d370beef382c7f)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-06-14 03:05:19 +02:00
⬆️ Update dependency vuetify to v3.6.9
All checks were successful
ci / docker (pull_request) Successful in 1m38s
fc43d02c46
renovate-bot force-pushed renovate/vuetify-3.x from fc43d02c46 to 2ca743f2ee 2024-06-14 03:06:09 +02:00 Compare
renovate-bot force-pushed renovate/vuetify-3.x from 2ca743f2ee to 7fbbcfb6c1 2024-06-15 03:06:19 +02:00 Compare
renovate-bot force-pushed renovate/vuetify-3.x from 7fbbcfb6c1 to f2cd4b3bf9 2024-06-16 03:04:59 +02:00 Compare
renovate-bot force-pushed renovate/vuetify-3.x from f2cd4b3bf9 to 761e1ff9d6 2024-06-19 03:06:14 +02:00 Compare
renovate-bot force-pushed renovate/vuetify-3.x from 761e1ff9d6 to 2e8a516733 2024-06-20 03:06:15 +02:00 Compare
renovate-bot changed title from ⬆️ Update dependency vuetify to v3.6.9 to ⬆️ Update dependency vuetify to v3.6.10 2024-06-20 03:06:19 +02:00
sebclem merged commit da88de94dd into main 2024-06-20 12:07:38 +02:00
sebclem deleted branch renovate/vuetify-3.x 2024-06-20 12:07:38 +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#96
No description provided.