⬆️ Update dependency vuetify to v3.5.14 #73

Merged
sebclem merged 1 commits from renovate/vuetify-3.x into main 2024-04-07 14:14:46 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vuetify (source) dependencies patch 3.5.13 -> 3.5.14

Release Notes

vuetifyjs/vuetify (vuetify)

v3.5.14

Compare Source

🔧 Bug Fixes
🧪 Labs
  • VEmptyState: add mobile support for headline (85b2651)
  • VEmptyState: apply color to icon (d0f95c2)
  • VNumberInput: use css to apply 0 border radius to controls (4405214)
  • VNumberInput: default rounded-0 for all control buttons (46eaff3), closes #​19463

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.5.13` -> `3.5.14`](https://renovatebot.com/diffs/npm/vuetify/3.5.13/3.5.14) | --- ### Release Notes <details> <summary>vuetifyjs/vuetify (vuetify)</summary> ### [`v3.5.14`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.5.14) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.5.13...v3.5.14) ##### :wrench: Bug Fixes - **router:** make props.to individually reactive ([f15b57b](https://github.com/vuetifyjs/vuetify/commit/f15b57bec0eb91468dc40ec8502f39eb2731cd00)), closes [#&#8203;19515](https://github.com/vuetifyjs/vuetify/issues/19515) - **VBtn:** prevent keyboard tab while loading ([#&#8203;18639](https://github.com/vuetifyjs/vuetify/issues/18639)) ([bf65296](https://github.com/vuetifyjs/vuetify/commit/bf65296462a1f33bedd13746d8d92d91f8fdcb97)), closes [#&#8203;18524](https://github.com/vuetifyjs/vuetify/issues/18524) - **VChip:** prevent default onClose ([#&#8203;19496](https://github.com/vuetifyjs/vuetify/issues/19496)) ([3e3294a](https://github.com/vuetifyjs/vuetify/commit/3e3294aedd4d53d2b176105f4fc4bb0d517bb365)), closes [#&#8203;19461](https://github.com/vuetifyjs/vuetify/issues/19461) - **VDataTableServer:** add missing VDivider above footer ([#&#8203;19488](https://github.com/vuetifyjs/vuetify/issues/19488)) ([5f6c723](https://github.com/vuetifyjs/vuetify/commit/5f6c723d68f42cab8b55cc35bb38353535bd49eb)) - **VDatePicker:** fixed missing adapter abstractions ([#&#8203;19516](https://github.com/vuetifyjs/vuetify/issues/19516)) ([cc96e14](https://github.com/vuetifyjs/vuetify/commit/cc96e141845a322c7f31bf10a001de2ddfa68b6e)), closes [#&#8203;18942](https://github.com/vuetifyjs/vuetify/issues/18942) - **VField:** pass events to clear slot ([07cfde8](https://github.com/vuetifyjs/vuetify/commit/07cfde884c61012cddf35efd5086d793b538db90)) - **VFileInput:** conditionally return single File instead of File\[] ([581bbbc](https://github.com/vuetifyjs/vuetify/commit/581bbbcab572074ab090b244d54a34c062404992)) - **VListItem:** remove hover effect when not clickable ([#&#8203;19506](https://github.com/vuetifyjs/vuetify/issues/19506)) ([7f86562](https://github.com/vuetifyjs/vuetify/commit/7f86562a08edd6d7d016478a28a19328b853ca5a)), closes [#&#8203;19005](https://github.com/vuetifyjs/vuetify/issues/19005) - **VOtpInput:** don't convert null model to string ([d93b9d7](https://github.com/vuetifyjs/vuetify/commit/d93b9d7741fc2a06f7e619b84c69a178d0775c00)) - **VRangeSlider:** mimic VSlider readonly behavior ([8b00a5b](https://github.com/vuetifyjs/vuetify/commit/8b00a5b15702deb343cb92269eb7cc0033368089)) - **VSelects:** focus / activation of chips and clearable w/ kb ([#&#8203;18838](https://github.com/vuetifyjs/vuetify/issues/18838)) ([384d89e](https://github.com/vuetifyjs/vuetify/commit/384d89ecfe526b78219cbf4ff9004f25099dd799)), closes [#&#8203;18482](https://github.com/vuetifyjs/vuetify/issues/18482) - **VSwitch:** label when using direction vertical ([#&#8203;19504](https://github.com/vuetifyjs/vuetify/issues/19504)) ([6748fd7](https://github.com/vuetifyjs/vuetify/commit/6748fd772378e64a0aa6644f9a10074bed44b1ed)), closes [#&#8203;18952](https://github.com/vuetifyjs/vuetify/issues/18952) ##### :test_tube: Labs - **VEmptyState:** add mobile support for headline ([85b2651](https://github.com/vuetifyjs/vuetify/commit/85b265180b6cef5dfceb8b57e6edfb66e7c5bbc0)) - **VEmptyState:** apply color to icon ([d0f95c2](https://github.com/vuetifyjs/vuetify/commit/d0f95c23b75c2c02b32284c6876480eeb2be91f6)) - **VNumberInput:** use css to apply 0 border radius to controls ([4405214](https://github.com/vuetifyjs/vuetify/commit/4405214bc3dee1f8f27cb9353512acf63b323d65)) - **VNumberInput:** default rounded-0 for all control buttons ([46eaff3](https://github.com/vuetifyjs/vuetify/commit/46eaff3cc21778cccb4a8bd4bc2381f891ba9776)), closes [#&#8203;19463](https://github.com/vuetifyjs/vuetify/issues/19463) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-04-03 03:05:50 +02:00
⬆️ Update dependency vuetify to v3.5.14
All checks were successful
ci/woodpecker/pr/preview Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
e822aabaa6
Owner

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

<!--woodpeckerci-plugin-surge-preview--> Deployment of preview was successful: https://sebclem-Claptrap-ui-pr-73.surge.sh
renovate-bot force-pushed renovate/vuetify-3.x from e822aabaa6 to d682662274 2024-04-05 09:30:43 +02:00 Compare
sebclem merged commit 66d7fd2b93 into main 2024-04-07 14:14:46 +02:00
sebclem deleted branch renovate/vuetify-3.x 2024-04-07 14:14:46 +02: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#73
No description provided.