Skip to content

Bump the vue group in /web with 4 updates - #53

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/vue-5d34e1a635
Open

Bump the vue group in /web with 4 updates#53
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/vue-5d34e1a635

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown

Bumps the vue group in /web with 4 updates: vue, vue-router, vuetify and vue-tsc.

Updates vue from 3.5.39 to 3.5.41

Release notes

Sourced from vue's releases.

v3.5.41

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.40

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.41 (2026-08-05)

Bug Fixes

3.5.40 (2026-07-16)

Bug Fixes

Commits

Updates vue-router from 4.6.4 to 5.2.0

Release notes

Sourced from vue-router's releases.

v5.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.7

   🚀 Features

   🐞 Bug Fixes

  • matcher:

... (truncated)

Commits

Updates vuetify from 3.12.9 to 4.1.8

Release notes

Sourced from vuetify's releases.

v4.1.8

🔧 Bug Fixes

  • accept Vue 3.6 prereleases in the vue peer range (#23040) (831fb2d)
  • theme: correct color-scheme for light theme (#23071) (9df2c71), closes #22119
  • VFileUpload: avoid SSR hydration mismatch on empty file list (4cd5288), closes #23086
  • VNumberInput: strip grouping separator before parsing number (94e94a9), closes #23050
  • VOverlay: resolve ownership from the activator instead of aria-owns (a57ec6e), closes #23056
  • VOverlay: correct viewport size for "desktop view" on Android (8849b6b), closes #22124

v4.1.7

🔧 Bug Fixes

  • elevation: hover-elevation prop should not require elevation (378f593)
  • VAutocomplete,VCombobox: camelize item props for prepend icon and avatar (8a20623), closes #20989
  • VProgressLinear,VIconBtn: avoid Vite v8 dropping transition timing (f23af8a), closes #23046
  • VStepperVerticalItem: unnecessary error color to step content (fce4eaa), closes #23032
  • VStepperWindow/VTouch: guard against double teardown (#23030) (54a2b6a)
  • VTextField: respect hide-details="auto" with counter (#22620) (a94efe4), closes #19998

v4.1.6

🔧 Bug Fixes

  • defaults: keep nested root defaults through teleport reset (#23015) (3ad37e6), closes #23009 #22506 #21814
  • VDataTableVirtual: avoid scroll glitches with expanded rows (#23014) (bb6d1ef), closes #20457
  • VDialog: defer auto-focus until the inner field is focusable (8908e7e), closes #18456
  • VDialog/VField/etc.: correct focus resolution in Shadow DOM (#23027) (27504ff)
  • VImg: handle image ref deferred by Nuxt page transition (0f72baf), closes #23011
  • VList: resolve keyboard navigation inside an open Shadow DOM (#23024) (48628c6)
  • VListItem/VChip/VDatePickerHeader: only attach click when interactive (#23028) (47492b6), closes #22854
  • VOverlay: unnecessary target attribute for CSS transitions (#22190) (e56352a)
  • VSelect: release focus on first click outside (ff966d2), closes #22828
  • VSelect: only focus first item when menu is opened with keyboard (4bb9151), closes #22283
  • VSelect/VAutocomplete/VCombobox: reliable list with selection (#23029) (745dc9a), closes #22531 #22539 #21404 #20482
  • VVirtualScroll: trim leading items when appending to bottom (1ac7cb7), closes #20959
  • VVirtualScroll: recalculate visible items on item resize (#22938) (7bd046e), closes #22937

v4.1.5

🔧 Bug Fixes

  • types: preserve RouteLocationRaw in emitted declarations (d4d7b4b), closes #22615
  • VCalendar: prevent next day hours when customizing intervals (4e36892)
  • VCalendar: add missing interval props (#23000) (d1f6f96), closes #22718
  • VDataTable: hide empty header cell in mobile view (a759055)
  • VOverlay: skip click-outside DOM scan for inactive overlays (74e297f), closes #22995
  • VSwitch: resolve inset thumb scale ratios in Sass (86fcfaa), closes #23004
  • VTreeview: search should match reactive nodes when using return-object (#22640) (1e92d74), closes #22533

🧪 Labs

... (truncated)

Commits
  • 0ccc125 chore(release): publish v4.1.8
  • a57ec6e fix(VOverlay): resolve ownership from the activator instead of aria-owns
  • 831fb2d fix: accept Vue 3.6 prereleases in the vue peer range (#23040)
  • 4cd5288 fix(VFileUpload): avoid SSR hydration mismatch on empty file list
  • 8849b6b fix(VOverlay): correct viewport size for "desktop view" on Android
  • 9df2c71 fix(theme): correct color-scheme for light theme (#23071)
  • 94e94a9 fix(VNumberInput): strip grouping separator before parsing number
  • 053542d chore(release): publish v4.1.7
  • a94efe4 fix(VTextField): respect hide-details="auto" with counter (#22620)
  • f23af8a fix(VProgressLinear,VIconBtn): avoid Vite v8 dropping transition timing
  • Additional commits viewable in compare view

Updates vue-tsc from 3.3.7 to 3.3.9

Release notes

Sourced from vue-tsc's releases.

v3.3.9

language-core

language-service

  • fix: preserve trailing modifiers when completing in the middle of a directive (#6133) - Thanks to @​lazerg!
  • fix: only replace current directive modifier on completion - Thanks to @​KazariEX!
  • fix: preserve current modifier when filtering completion duplicates - Thanks to @​KazariEX!

component-meta

workspace

  • feat: migrate build and tests to typescript-native-bridge (#6129)

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.3.9 (2026-07-31)

component-meta

language-core

language-service

  • fix: preserve trailing modifiers when completing in the middle of a directive (#6133) - Thanks to @​lazerg!
  • fix: only replace current directive modifier on completion - Thanks to @​KazariEX!
  • fix: preserve current modifier when filtering completion duplicates - Thanks to @​KazariEX!

workspace

  • feat: migrate build and tests to typescript-native-bridge (#6129)

3.3.8 (2026-07-22)

language-core

workspace

  • chore: upgrade to TypeScript 7 and support @typescript/typescript6 (#6123) - Thanks to @​WaldemarEnns!
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vue group in /web with 4 updates: [vue](https://github.com/vuejs/core), [vue-router](https://github.com/vuejs/router), [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).


Updates `vue` from 3.5.39 to 3.5.41
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.39...v3.5.41)

Updates `vue-router` from 4.6.4 to 5.2.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.6.4...v5.2.0)

Updates `vuetify` from 3.12.9 to 4.1.8
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v4.1.8/packages/vuetify)

Updates `vue-tsc` from 3.3.7 to 3.3.9
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.3.9/packages/tsc)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-router
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: vuetify
  dependency-version: 4.1.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-version: 3.3.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
...

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 Aug 14, 2026
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.

0 participants