chore(deps): update dependency vuetify to v4.1.3 #2976

Merged
renovate merged 1 commits from renovate/vuetify-4.x into main 2026-07-05 16:09:43 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
vuetify (source) 4.1.24.1.3 age confidence

Release Notes

vuetifyjs/vuetify (vuetify)

v4.1.3

Compare Source

[!IMPORTANT]
Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently unable to compensate our contributors for their continued work on the framework and the ecosystem tools.

If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes.

Sponsor via Open Collective

Even if you look with optimism into the future (despite obvious economic signals), it is not responsible to keep your largest open source dependency in this poor financial state. Vuetify is on the borrowed time - if anything happens to maintainers primary employment, they are more likely to drop off.

Every contribution helps us keep Vuetify alive and signals to maintainers that their effort is appreciated.

Thank you.


🔧 Bug Fixes
  • rounded: translate 2xl, 3xl, etc. to classes (0ea03f4), closes #​22978
  • VAutocomplete: don't trigger keydown listener during IME composition (#​22974) (c1ef7fa)
  • VDataTable: keep rows visible after hiding a column with a custom filter (#​22971) (aea8e77), closes #​22863
  • VDataTable: apply text-align to columns with align 'start' (02f5f81), closes #​22979
  • VDateInput: derive display format from date adapter locale (#​22976) (962cda0)
  • VDateInput: do not ignore the first click when actions are visible (7fb5ef8)
  • VOtpInput: move focus correctly in RTL mode (f0145aa)
  • VOtpInput: pasting from mobile device (5c39a64), closes #​22931
  • VSelect/VAutocomplete/VCombobox: respect no-auto-scroll (adb2597), closes #​22920
  • locale: correctly resolve Kurdish locale to RTL (4782312)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate.

This PR 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)) | [`4.1.2` → `4.1.3`](https://renovatebot.com/diffs/npm/vuetify/4.1.2/4.1.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vuetify/4.1.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vuetify/4.1.2/4.1.3?slim=true) | --- ### Release Notes <details> <summary>vuetifyjs/vuetify (vuetify)</summary> ### [`v4.1.3`](https://github.com/vuetifyjs/vuetify/releases/tag/v4.1.3) [Compare Source](https://github.com/vuetifyjs/vuetify/compare/v4.1.2...v4.1.3) > \[!IMPORTANT] > Vuetify Needs Your Support! The OpenCollective funds dried up. We are currently **unable to compensate our contributors** for their continued work on the framework and the ecosystem tools. > > If Vuetify is part of your stack, please consider sponsoring the project so we can continue delivering updates and fixes. > > **[Sponsor via Open Collective](https://opencollective.com/vuetify)** > > Even if you look with optimism into the future (despite obvious economic signals), it is not responsible to keep your largest open source dependency in this poor financial state. Vuetify is on the borrowed time - if anything happens to maintainers primary employment, they are more likely to drop off. > > Every contribution helps us keep Vuetify alive and signals to maintainers that their effort is appreciated. > > Thank you. *** ##### :wrench: Bug Fixes - **rounded:** translate `2xl`, `3xl`, etc. to classes ([0ea03f4](https://github.com/vuetifyjs/vuetify/commit/0ea03f4c2297081fbb558822b6716f0e63442a1f)), closes [#&#8203;22978](https://github.com/vuetifyjs/vuetify/issues/22978) - **VAutocomplete:** don't trigger keydown listener during IME composition ([#&#8203;22974](https://github.com/vuetifyjs/vuetify/issues/22974)) ([c1ef7fa](https://github.com/vuetifyjs/vuetify/commit/c1ef7fa05836b6f8afc4227306b6cb5468ab3fd9)) - **VDataTable:** keep rows visible after hiding a column with a custom filter ([#&#8203;22971](https://github.com/vuetifyjs/vuetify/issues/22971)) ([aea8e77](https://github.com/vuetifyjs/vuetify/commit/aea8e77e6c5482d3ece15200916f0be06aa77261)), closes [#&#8203;22863](https://github.com/vuetifyjs/vuetify/issues/22863) - **VDataTable:** apply text-align to columns with align 'start' ([02f5f81](https://github.com/vuetifyjs/vuetify/commit/02f5f810ea470af0d579311462280dd91b4957b4)), closes [#&#8203;22979](https://github.com/vuetifyjs/vuetify/issues/22979) - **VDateInput:** derive display format from date adapter locale ([#&#8203;22976](https://github.com/vuetifyjs/vuetify/issues/22976)) ([962cda0](https://github.com/vuetifyjs/vuetify/commit/962cda09e4ef91cdfbc57476a5b5ac7f4076b436)) - **VDateInput:** do not ignore the first click when actions are visible ([7fb5ef8](https://github.com/vuetifyjs/vuetify/commit/7fb5ef8357576de3aea0127e95ffa7b3bd8115e0)) - **VOtpInput:** move focus correctly in RTL mode ([f0145aa](https://github.com/vuetifyjs/vuetify/commit/f0145aaf07681d189e8e0582241a6e0bf296efe3)) - **VOtpInput:** pasting from mobile device ([5c39a64](https://github.com/vuetifyjs/vuetify/commit/5c39a64fa8d033276d6c265353b0599e6edb3fe1)), closes [#&#8203;22931](https://github.com/vuetifyjs/vuetify/issues/22931) - **VSelect/VAutocomplete/VCombobox:** respect `no-auto-scroll` ([adb2597](https://github.com/vuetifyjs/vuetify/commit/adb259741d6b348f4331dae8e495be88e921ba04)), closes [#&#8203;22920](https://github.com/vuetifyjs/vuetify/issues/22920) - **locale:** correctly resolve Kurdish locale to RTL ([4782312](https://github.com/vuetifyjs/vuetify/commit/4782312961ec71cf05fb6ccba07e50cfcbac0e7a)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDMuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-07-05 16:04:35 +00:00
chore(deps): update dependency vuetify to v4.1.3
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 1m52s
dancefinder-app / deploy-prod (pull_request) Has been skipped
9b990c93b3
renovate scheduled this pull request to auto merge when all checks succeed 2026-07-05 16:04:37 +00:00
renovate merged commit 9761c013bc into main 2026-07-05 16:09:43 +00:00
renovate deleted branch renovate/vuetify-4.x 2026-07-05 16:09:45 +00:00
Sign in to join this conversation.