chore(deps): update dependency vuetify to v3.11.3 #2705

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/vuetify-3.x into main 2025-12-09 13:42:57 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-12-09 13:07:02 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Change Age Confidence
vuetify (source) 3.11.2 -> 3.11.3 age confidence

Release Notes

vuetifyjs/vuetify (vuetify)

v3.11.3

Compare Source

🔧 Bug Fixes
🧪 Labs
  • VVideo: clean up listeners on unmount (0d37af0)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vuetify](https://vuetifyjs.com) ([source](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify)) | [`3.11.2` -> `3.11.3`](https://renovatebot.com/diffs/npm/vuetify/3.11.2/3.11.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vuetify/3.11.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vuetify/3.11.2/3.11.3?slim=true) | --- ### Release Notes <details> <summary>vuetifyjs/vuetify (vuetify)</summary> ### [`v3.11.3`](https://github.com/vuetifyjs/vuetify/releases/tag/v3.11.3) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v3.11.2...v3.11.3) ##### :wrench: Bug Fixes - **fields:** clean up aria attributes ([#&#8203;22418](https://github.com/vuetifyjs/vuetify/issues/22418)) ([054dbf4](https://github.com/vuetifyjs/vuetify/commit/054dbf488ac3da61e4aabd8c5a21eb5fd8f34a5d)) - **types:** support strict TS checks in templates ([#&#8203;22395](https://github.com/vuetifyjs/vuetify/issues/22395)) ([02710a6](https://github.com/vuetifyjs/vuetify/commit/02710a62d16d616f716181fd9b99c4402ce22110)) - **v-ripple:** remove mousedown and keydown listeners on unmount ([278a7e9](https://github.com/vuetifyjs/vuetify/commit/278a7e9c8fe2d4b2ea237e82bf20e8e5f1e95e4c)) - **VAppBar:** prevent navbar pop-up when reaching page bottom ([#&#8203;22224](https://github.com/vuetifyjs/vuetify/issues/22224)) ([8da1495](https://github.com/vuetifyjs/vuetify/commit/8da1495bbe893291c6c91f54616de92540a94301)), closes [#&#8203;20352](https://github.com/vuetifyjs/vuetify/issues/20352) - **VAutocomplete, VCombobox:** skip subheader for `auto-select-first` ([#&#8203;22402](https://github.com/vuetifyjs/vuetify/issues/22402)) ([9edd98c](https://github.com/vuetifyjs/vuetify/commit/9edd98cf18814597aef453f1916a571118a6d696)), closes [#&#8203;22398](https://github.com/vuetifyjs/vuetify/issues/22398) - **VBtn:** keep all styles within CSS layer ([c794da1](https://github.com/vuetifyjs/vuetify/commit/c794da1ced5067e47a3b2c404797ce53a94fe91b)) - **VColorPicker:** render inner outlines in forced-colors mode ([#&#8203;22317](https://github.com/vuetifyjs/vuetify/issues/22317)) ([c61c0d3](https://github.com/vuetifyjs/vuetify/commit/c61c0d3678ad64fc53c068d2414ae07887666682)) - **VDataTable:** selecting group should respect selectable prop ([#&#8203;22410](https://github.com/vuetifyjs/vuetify/issues/22410)) ([e295fa6](https://github.com/vuetifyjs/vuetify/commit/e295fa60bd6c6427b34f3531373ce0fa938cbbcd)), closes [#&#8203;22409](https://github.com/vuetifyjs/vuetify/issues/22409) - **VDataTable:** typo in header field `intent` » `indent` ([f44b2fd](https://github.com/vuetifyjs/vuetify/commit/f44b2fd24ad5e04814b5ed9498821726d319045e)) - **VDataTableFooter:** correct placement of aria label ([#&#8203;22359](https://github.com/vuetifyjs/vuetify/issues/22359)) ([137cb95](https://github.com/vuetifyjs/vuetify/commit/137cb95e99ad7a1037e59709d26fe3ef609e0872)), closes [#&#8203;20896](https://github.com/vuetifyjs/vuetify/issues/20896) - **VDatePicker:** correct year and month for jalali ([41067af](https://github.com/vuetifyjs/vuetify/commit/41067afd4fb8030ac7627ede62875f29091a1d4a)), closes [#&#8203;22417](https://github.com/vuetifyjs/vuetify/issues/22417) - **VDatePicker:** correct next year button disabled condition ([04a4608](https://github.com/vuetifyjs/vuetify/commit/04a4608cb9e6e352efb54dedd184e06debeaa77f)), closes [#&#8203;22408](https://github.com/vuetifyjs/vuetify/issues/22408) - **VHotkey:** avoid build errors when customizing VKbd sass variables ([fa1fb4f](https://github.com/vuetifyjs/vuetify/commit/fa1fb4f3c55c8582670bdee4796b3df9190f02f9)), closes [#&#8203;22372](https://github.com/vuetifyjs/vuetify/issues/22372) - **VInput:** prioritize slots over prepend/append icons ([#&#8203;22406](https://github.com/vuetifyjs/vuetify/issues/22406)) ([2a998ee](https://github.com/vuetifyjs/vuetify/commit/2a998ee49ed6f3e93d62d0935e41700b14b1184f)), closes [#&#8203;22332](https://github.com/vuetifyjs/vuetify/issues/22332) - **VNumberInput:** clean up listeners on unmount ([045bbaf](https://github.com/vuetifyjs/vuetify/commit/045bbafc89da61bd03b42aea16906375944e1123)) - **VOtpInput:** apply rounded prop to inner fields ([#&#8203;21499](https://github.com/vuetifyjs/vuetify/issues/21499)) ([f49803a](https://github.com/vuetifyjs/vuetify/commit/f49803a8e8af5c95b0836eef68daae01c126163d)), closes [#&#8203;20286](https://github.com/vuetifyjs/vuetify/issues/20286) - **VOverlay:** clean up focus trap listeners and data on unmount ([497ae4b](https://github.com/vuetifyjs/vuetify/commit/497ae4be510a244df5606684d86bee97efc5d88b)), closes [#&#8203;22397](https://github.com/vuetifyjs/vuetify/issues/22397) - **VSelect:** don't skip continuing keyboard lookup match ([f1f3c45](https://github.com/vuetifyjs/vuetify/commit/f1f3c45b32ed79d1e436224de26c42f64d217c3b)), closes [#&#8203;22423](https://github.com/vuetifyjs/vuetify/issues/22423) - **VSelects:** no closable chips when `readonly` or `disabled` ([#&#8203;22368](https://github.com/vuetifyjs/vuetify/issues/22368)) ([21c85eb](https://github.com/vuetifyjs/vuetify/commit/21c85eb458eefbaa96695a48db1a32eda707e301)), closes [#&#8203;22349](https://github.com/vuetifyjs/vuetify/issues/22349) - **VSlider:** clean up listeners on unmount ([f2621a3](https://github.com/vuetifyjs/vuetify/commit/f2621a31932b0d57661ee5ef83b5ca14215fab25)) - **VTextarea:** avoid placeholder obstructing the label ([27e854f](https://github.com/vuetifyjs/vuetify/commit/27e854ffc2e4f8119b631709aea115f3d5dbf398)), closes [#&#8203;22416](https://github.com/vuetifyjs/vuetify/issues/22416) - **VTextArea/VSelects:** help screen readers read field labels ([#&#8203;20339](https://github.com/vuetifyjs/vuetify/issues/20339)) ([04b6725](https://github.com/vuetifyjs/vuetify/commit/04b67258aecb8edf47e4a915f44646ea3835c797)), closes [#&#8203;19155](https://github.com/vuetifyjs/vuetify/issues/19155) [#&#8203;19156](https://github.com/vuetifyjs/vuetify/issues/19156) - **VTimePicker:** don't inherit defaults from VTextField ([3ffa749](https://github.com/vuetifyjs/vuetify/commit/3ffa749ee5c2fb2bdc7c2d6141a4ff70029ccc4d)), closes [#&#8203;22407](https://github.com/vuetifyjs/vuetify/issues/22407) - **VTimePicker:** clean up listeners on unmount ([60183d7](https://github.com/vuetifyjs/vuetify/commit/60183d74608059d74778b941222bcd015c32abf2)) - **VTooltip:** should be dismissable by default ([#&#8203;22419](https://github.com/vuetifyjs/vuetify/issues/22419)) ([c5ae129](https://github.com/vuetifyjs/vuetify/commit/c5ae129b1648c089d74153d89041d8d8f862e2d8)), closes [#&#8203;21501](https://github.com/vuetifyjs/vuetify/issues/21501) - **VVirtualScroll:** show more than 1 element when min height is 0 ([#&#8203;22420](https://github.com/vuetifyjs/vuetify/issues/22420)) ([08550fd](https://github.com/vuetifyjs/vuetify/commit/08550fda4b85f348a203fc8bce807107760b1ad5)) - **VWindow:** set transition-duration css variable ([4676b6d](https://github.com/vuetifyjs/vuetify/commit/4676b6dbef1f550aa6e712599403c0ad6946d40d)) ##### :test\_tube: Labs - **VVideo:** clean up listeners on unmount ([0d37af0](https://github.com/vuetifyjs/vuetify/commit/0d37af0dba43ee9eff1d26ccdffb46cb2dd38afd)) </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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4wIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-12-09 13:07:07 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle commented 2025-12-09 13:42:57 +00:00 (Migrated from gitlab.com)

mentioned in commit 56a37a74a5

mentioned in commit 56a37a74a5f552e7a839da5cda2e34b6329da6ad
argoyle (Migrated from gitlab.com) merged commit 56a37a74a5 into main 2025-12-09 13:42:57 +00:00
Sign in to join this conversation.