Skip to content

fix(deps): update dependency vuetify to v4#2491

Open
renovate[bot] wants to merge 5 commits into
masterfrom
renovate/vuetify-4.x
Open

fix(deps): update dependency vuetify to v4#2491
renovate[bot] wants to merge 5 commits into
masterfrom
renovate/vuetify-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 24, 2026

This PR contains the following updates:

Package Change Age Confidence
vuetify (source) 3.11.84.0.2 age confidence

Release Notes

vuetifyjs/vuetify (vuetify)

v4.0.2

Compare Source

🚀 Features
🔧 Bug Fixes
🧪 Labs
  • VAvatarGroup: ❗ change the limit behavior to cover overflow item (e580ebc), closes #​22702 #​22703
  • VCommandPalette: add closeOnSelect prop and before-select event (#​22634) (d534f79)
  • VCommandPalette: correct name of the inner component (bfed30c)

v4.0.1

Compare Source

🚀 Features
🔧 Bug Fixes
🧪 Labs
  • VFileUpload: hide-browse should hide divider as well (84f70ef)
  • VFileUpload: expose controlRef for internal <input /> (36d3d3c)
  • VFileUpload: append instead of replacing files when multiple (c93d2b7)
  • VFileUpload: integrate VInput & split internal logic (#​22637) (027ab86)

v4.0.0

Compare Source

v4.0.0 (Revisionist)

Welcome to the v4.0.0 release of Vuetify!

Supporting Vuetify

Vuetify is an open source MIT project that has been made possible due to the generous contributions by sponsors and backers. If your business depend on Vuetify, please consider joining sponsors and backers on various platforms to help support ongoing development and new features.

💯 Release notes

🚀 Features
🔧 Bug Fixes
  • colors: correct CSS layer name (47d4b70)
  • defaults: skip undefined values (2a74859), closes #​17845
  • inputs: restore plain/underlined icon alignment (5495cca)
  • styles: utilities should override responsive typography (#​22573) (878907f)
  • VSnackbarQueue: pause all items when collapsed and hovered (df63fec)
  • theme: re-merge default variables when themes is set (a14c763)
  • theme: helpers should override theme base (2690877)
  • theme: override automatic text color with classes (#​22475) (59b11d5)
  • theme: .text- classes always override color from .bg- (7edf33a), closes #​21787
  • VContainer: drop dependency on utility class (47ca5c8)
  • VCounter: inherit color (aligns with VMessages) (#​22424) (ecd07b9)
  • VField: append/prepend should fill height (add5d2d)
  • VOverlay: apply scrollbar offset to body and VNavigationDrawer (ec926d7)
🔬 Code Refactoring
  • styles: replace !important with layers (7484c81)
  • VBtn: remove default text transform (#​21079) (712bdd6)
  • VBtn: convert display from grid to flex (41b7768)

v3.12.3

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.12.2

Compare Source

🔧 Bug Fixes
🧪 Labs
  • VFileUpload: hide-browse should hide divider as well (db3b4a2)
  • VFileUpload: expose controlRef for internal <input /> (4a21b87)
  • VFileUpload: append instead of replacing files when multiple (98f7561)
  • VFileUpload: integrate VInput & split internal logic (#​22637) (251adb0)

v3.12.1

Compare Source

🔄 Reverts
  • Revert "fix(VTreeview, VList): reworked indentation and spacing in trees and nested lists (#​22589)" (a9227bc)

v3.12.0

Compare Source

❗ Breaking

(Note: ☝🏼 reverted in v3.12.1)

🚀 Features
🔧 Bug Fixes
  • router: ensure reactivity for dynamic to prop in useLink (e9e8123)
  • styles: skip VRow/VCol styles when using only VContainer or VSpacer (f899803)
  • transitions: avoid collapsing width with default expand transition (1ce59af), closes #​22570
  • v-intersect: re-mount on prop updates (#​22556) (6262290 + 23603a5), closes #​22554
🧪 Labs

v3.11.9

Compare Source

🔧 Bug Fixes
🧪 Labs

Configuration

📅 Schedule: Branch creation - "on the 7th day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2026
@MetRonnie MetRonnie added investigation stop-updating Prevent Renovate from continuously updating this PR labels Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/vuetify-4.x branch from ea80c5f to 8d68af9 Compare March 17, 2026 13:34
@MetRonnie MetRonnie self-assigned this Mar 17, 2026
@MetRonnie MetRonnie marked this pull request as draft March 18, 2026 16:16
@MetRonnie
Copy link
Copy Markdown
Member

@MetRonnie MetRonnie force-pushed the renovate/vuetify-4.x branch from 71f192a to 2805b55 Compare March 19, 2026 15:38
@MetRonnie MetRonnie marked this pull request as ready for review March 19, 2026 15:39
#c-sidebar, .v-main {
// Prevent Vuetify-provided transitions during resize to ensure responsiveness
transition: none !important;
transition: none;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that vuetify uses cascade layers, !important is seldom needed as our defined styles will always override theirs

@MetRonnie MetRonnie linked an issue Mar 19, 2026 that may be closed by this pull request
@MetRonnie MetRonnie added this to the 2.x milestone Mar 19, 2026
@MetRonnie MetRonnie removed the stop-updating Prevent Renovate from continuously updating this PR label Apr 20, 2026
@MetRonnie
Copy link
Copy Markdown
Member

Fixes this warning that has started appearing in a recent vue-router update:

[Vue Router warn]: The next() callback in navigation guards is deprecated. Return the value instead of calling next(value).

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 20, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@MetRonnie MetRonnie force-pushed the renovate/vuetify-4.x branch from 2805b55 to b9d83c4 Compare April 23, 2026 11:04
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.

vuetify: change default button text case from upper to capitalize

1 participant