Skip to content

Bump vuetify from 3.12.7 to 4.1.4 in /cloud/frontend#113

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cloud/frontend/vuetify-4.1.4
Closed

Bump vuetify from 3.12.7 to 4.1.4 in /cloud/frontend#113
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cloud/frontend/vuetify-4.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps vuetify from 3.12.7 to 4.1.4.

Release notes

Sourced from vuetify's releases.

v4.1.4

[!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 the sad economic reality), 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

  • date: correct locale on StringDateAdapter (83ed8d4)
  • theme: provideTheme current should use computedThemes (#22987) (998fe6a), closes #22986
  • VDateInput: do not fill range on blur (b7569fe), closes #22984
  • VMenu: correct close cascade for nested menus (5902e09), closes #20003 #21606 #22227
  • VMenu: correct click-outside detection when content resizes (007f546), closes #22488
  • VNumberInput: accept non-ASCII minus sign (6063d7a), closes #22988
  • VNumberInput: keep all decimals when precision is null (87b0e57), closes #22990

v4.1.3

🔧 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)

v4.1.2

🔧 Bug Fixes

  • theme: async transition should return a Promise (904f949), closes #22900
  • utilites: merge height values into single group (ff6e4e4), closes #22916
  • VDialog: clear inline styles when enabling fullscreen mode (ea29378), closes #22926
  • VOverlay: static location should snap to edges using CSS (#22921) (4fc3c8e), closes #22911
  • VOverlay: do not clear position when closing (923b3b6), closes #22930
  • VOverlay: keep overlay attached with iOS keyboard open (#22923) (2e51298), closes #22376
  • VOverlay: resolve size with CSS function (calc, min, vw) to pixels (bf105bf)

... (truncated)

Commits
  • 80a7d6e chore(release): publish v4.1.4
  • 5902e09 fix(VMenu): correct close cascade for nested menus
  • 007f546 fix(VMenu): correct click-outside detection when content resizes
  • 6063d7a fix(VNumberInput): accept non-ASCII minus sign
  • 87b0e57 fix(VNumberInput): keep all decimals when precision is null
  • 83ed8d4 fix(date): correct locale on StringDateAdapter
  • 998fe6a fix(theme): provideTheme current should use computedThemes (#22987)
  • b7569fe fix(VDateInput): do not fill range on blur
  • a153728 chore(release): publish v4.1.3
  • aea8e77 fix(VDataTable): keep rows visible after hiding a column with a custom filter...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 3.12.7 to 4.1.4.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v4.1.4/packages/vuetify)

---
updated-dependencies:
- dependency-name: vuetify
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 9, 2026
@osswald

osswald commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Superseded by #120, which combines this update with the other open Dependabot PRs. Closing in favor of the combined PR.

@osswald

osswald commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Superseded by #120

@osswald osswald closed this Jul 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/cloud/frontend/vuetify-4.1.4 branch July 9, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant