⬆️ Update dependency vuetify to v3.5.11 #71

Merged
sebclem merged 1 commits from renovate/vuetify-3.x into main 2024-03-22 15:25:08 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vuetify (source) dependencies patch 3.5.9 -> 3.5.11

Release Notes

vuetifyjs/vuetify (vuetify)

v3.5.11

Compare Source

v3.5.10

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.5.9` -> `3.5.11`](https://renovatebot.com/diffs/npm/vuetify/3.5.9/3.5.11) | --- ### Release Notes <details> <summary>vuetifyjs/vuetify (vuetify)</summary> ### [`v3.5.11`](https://github.com/vuetifyjs/vuetify/compare/v3.5.10...v3.5.11) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.5.10...v3.5.11) ### [`v3.5.10`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.5.10) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.5.9...v3.5.10) ##### :wrench: Bug Fixes - **entry-bundler:** add missing blueprints export for Vuetify Play ([fbf7ec5](https://github.com/vuetifyjs/vuetify/commit/fbf7ec528d1cd53ad6cfbc1075e9c504c7dec193)) - **locale:** translate `open` for no.ts ([#&#8203;19380](https://github.com/vuetifyjs/vuetify/issues/19380)) ([b465273](https://github.com/vuetifyjs/vuetify/commit/b465273955c704ee614089a9f7b694c8991f0419)) - **theme:** add null check for current dark check ([#&#8203;19408](https://github.com/vuetifyjs/vuetify/issues/19408)) ([5e07860](https://github.com/vuetifyjs/vuetify/commit/5e078604868b22858dabd7877ca56c1e2874fc24)) - **VAutocomplete/VCombobox:** allow delete in single mode ([#&#8203;19387](https://github.com/vuetifyjs/vuetify/issues/19387)) ([a95aeb2](https://github.com/vuetifyjs/vuetify/commit/a95aeb2ce257bf08f5e0b4a132b9a0641cd0dcf9)), closes [#&#8203;19369](https://github.com/vuetifyjs/vuetify/issues/19369) - **VBreadcrumbs:** item types for slots ([#&#8203;19341](https://github.com/vuetifyjs/vuetify/issues/19341)) ([756331e](https://github.com/vuetifyjs/vuetify/commit/756331e642437afbd6f20c533dac23f631572217)), closes [#&#8203;19339](https://github.com/vuetifyjs/vuetify/issues/19339) - **VDatePickerMonth:** set correct rangeStart/Stop from model ([#&#8203;19372](https://github.com/vuetifyjs/vuetify/issues/19372)) ([f4055aa](https://github.com/vuetifyjs/vuetify/commit/f4055aab2b3e4abe843608e874ab35940bc327ba)), closes [#&#8203;19366](https://github.com/vuetifyjs/vuetify/issues/19366) - **VField:** Seamlessly fit loader inside outlined border ([56faf45](https://github.com/vuetifyjs/vuetify/commit/56faf45b3c506bb92f4ff8a13dd7c2a03cda4bbf)), closes [#&#8203;19410](https://github.com/vuetifyjs/vuetify/issues/19410) - **VIcon:** add tabindex to clickable icons ([873550d](https://github.com/vuetifyjs/vuetify/commit/873550d85272eff2af596d499a141d6997089937)) - **VListItem:** use .value to check activatable and selectable ([fa5f351](https://github.com/vuetifyjs/vuetify/commit/fa5f351f9636f32c998614ada1bfd09fa94bde2b)) - **VMenu:** close when press key enter or space ([#&#8203;19368](https://github.com/vuetifyjs/vuetify/issues/19368)) ([cc266f4](https://github.com/vuetifyjs/vuetify/commit/cc266f40aad476d948be112c164c705be648ce34)), closes [#&#8203;19361](https://github.com/vuetifyjs/vuetify/issues/19361) - **VNavigationDrawer:** missing image slot and transition ([1b01835](https://github.com/vuetifyjs/vuetify/commit/1b01835184f26ef441d06d65f8fa05a1c4d576e6)) - **VOtpInput:** paste string to input number ([#&#8203;19345](https://github.com/vuetifyjs/vuetify/issues/19345)) ([32b30cf](https://github.com/vuetifyjs/vuetify/commit/32b30cf5653983b01b0cb111288a6a1541a3c26f)), closes [#&#8203;18931](https://github.com/vuetifyjs/vuetify/issues/18931) - **VOverlay:** click outside only applies to scrim ([#&#8203;19393](https://github.com/vuetifyjs/vuetify/issues/19393)) ([03b66fa](https://github.com/vuetifyjs/vuetify/commit/03b66fa1998595db6b71a9130e9766dfc7b525bd)), closes [#&#8203;18384](https://github.com/vuetifyjs/vuetify/issues/18384) - **VOverlay:** correct scrollStrategy teardown ordering ([4c7d254](https://github.com/vuetifyjs/vuetify/commit/4c7d254e4ae0e5f4f8c5af18bb93031ec27386ba)), closes [#&#8203;19373](https://github.com/vuetifyjs/vuetify/issues/19373) - **VProgressLinear:** animation issue with will-change ([#&#8203;19435](https://github.com/vuetifyjs/vuetify/issues/19435)) ([0167be4](https://github.com/vuetifyjs/vuetify/commit/0167be4cafad9646e239deab8acf0a0c242c2861)), closes [#&#8203;19410](https://github.com/vuetifyjs/vuetify/issues/19410) ##### :test_tube: Labs - **VNumberInput:** add new component to labs ([#&#8203;18162](https://github.com/vuetifyjs/vuetify/issues/18162)) ([319b9c6](https://github.com/vuetifyjs/vuetify/commit/319b9c6373ef09d667154be3602ca60dcfe0dacf)) - **VSpeedDial:** forward menu slots ([46ed018](https://github.com/vuetifyjs/vuetify/commit/46ed01893a929a87475c0c892b87063688571dce)), closes [#&#8203;19381](https://github.com/vuetifyjs/vuetify/issues/19381) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added 1 commit 2024-03-20 03:05:21 +01:00
⬆️ Update dependency vuetify to v3.5.10
All checks were successful
ci/woodpecker/pr/preview Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
cbf6977035
Owner

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

<!--woodpeckerci-plugin-surge-preview--> Deployment of preview was successful: https://sebclem-Claptrap-ui-pr-71.surge.sh
renovate-bot force-pushed renovate/vuetify-3.x from cbf6977035 to 531c55d592 2024-03-22 03:04:07 +01:00 Compare
renovate-bot changed title from ⬆️ Update dependency vuetify to v3.5.10 to ⬆️ Update dependency vuetify to v3.5.11 2024-03-22 03:04:08 +01:00
renovate-bot force-pushed renovate/vuetify-3.x from 531c55d592 to 0f8f9e3274 2024-03-22 03:06:47 +01:00 Compare
sebclem merged commit b3cc71b07f into main 2024-03-22 15:25:08 +01:00
sebclem deleted branch renovate/vuetify-3.x 2024-03-22 15:25:09 +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#71
No description provided.