Skip to content

chore(deps): bump the vue group across 1 directory with 10 updates#2648

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/front-end/vue-0a5d7da7f8
Open

chore(deps): bump the vue group across 1 directory with 10 updates#2648
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/front-end/vue-0a5d7da7f8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps the vue group with 10 updates in the /front-end directory:

Package From To
@vuepic/vue-datepicker 11.0.3 12.1.0
@vueuse/core 12.8.2 14.2.1
pinia 2.3.1 3.0.4
vue-router 4.6.4 5.0.4
@vitejs/plugin-vue 5.2.4 6.0.5
@vue/eslint-config-typescript 14.1.3 14.7.0
@vue/tsconfig 0.7.0 0.9.1
eslint-plugin-vue 9.33.0 10.8.0
vue 3.5.29 3.5.32
vue-tsc 2.2.12 3.2.6

Updates @vuepic/vue-datepicker from 11.0.3 to 12.1.0

Release notes

Sourced from @​vuepic/vue-datepicker's releases.

v12.1.0

🚀 Features

  • Added support for arrow-navigation in multi-calendars mode (#1086)
  • Added support for multiple range separators in text-input (#1096)
  • Added option to disable auto range start/end switch (#1114)
  • Added applyOnBlur property in text-input configuration (#1182)
  • Added WeekStart enum export by @​ChronosMasterOfAllTime (#1199)
  • Improve UI/UX for fixed start/end range hover and extending the range (#1200)
  • Added formatValue to the action-preview slot props (#1207)
  • Exposed selectDate and disabled flag to action-buttons slot (#1207)
  • Exposed internal refs dpMenuRef, dpWrapMenuRef and inputRef (#1209)
  • Added options to floating prop for customizing shift and flip middleware behaviour (#1215)

🐛 Bug Fixes

  • Fixed issue where action-extra slot is displayed inline when the sidebar slot is provided (#1202)
  • Fixed issue with missing {hours/minutes/seconds}Increment in time-config prop type definition (#1203)
  • Fixed issue with vitest failing tests when using global.stubs.teleport from vue-test-utils (#1206)
  • Fixed issue with failing to properly parse text-input date when the pattern includes short year (#1208)

🔧 Refactor

  • arrow-navigation will now start from the active element instead of top-left (#1118)
  • Refactor slot propagation across components, added type exports per mode for [left/right]-sidebar and month-year slot props

v12.0.5

🐛 Bug Fixes

  • Fixed issue with menu re-rendering while in the open state (#1192)
  • FIxed issue where de-selecting multi-dates breaks time object (#1194)
  • Fixed issue with menu not opening when centered prop is enabled by @​alexpopovme (#1195)
  • Fixed issue with calendar days shifting depending on the OS timezone (#1198)

🔧 Refactor

  • boolean HTML attributes are removed from DOM when the value is false (#1191)

v12.0.4

🐛 Bug Fixes

  • Fixed issue where multi-calendars navigation in inline mode remounts calendar on position update (#1183)
  • Fixed issue where end time resets on range date select (#1184)
  • Fixed wrong type definition for action-row slot props (#1185)
  • Fixed issue where "blur" event is being emitted on every click outside (#1186)
  • Fixed issue where clearing text-input value with auto-apply emits an empty string (#1187)
  • Fixed issue where auto-apply on range select doesn't close the menu (#1188)
  • Fixed wrong type for updateTime function in time-picker slot (#1189)
  • Fixed issue where setDateOnMenuClose triggers update:model-value to be emitted on every click outside (#1190)

... (truncated)

Commits
  • 30d8154 docs: Update docs build
  • ae336a8 docs: Update docs build
  • 7654bc6 chore: Bump version
  • 41593fb docs: Mark features available in the new version
  • 848962b feat: Expose options to floating prop for customizing shift and flip mi...
  • cfae074 feat: Expose internal refs (resolves #1209)
  • 3ffa318 fix: Use simpler regex for text-input
  • 444dae9 feat: Expose internal refs (resolves #1209)
  • 5772452 chore: Update readme
  • 572c401 fix: Unable to properly parse text-input date when the pattern includes sho...
  • Additional commits viewable in compare view

Updates @vueuse/core from 12.8.2 to 14.2.1

Release notes

Sourced from @​vueuse/core's releases.

v14.2.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v14.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v14.1.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • c76c4ee chore: release v14.2.1
  • 8ce0dae fix(useRafFn): resolve reactive null fpsLimit not being handled (#5284)
  • 39afd85 refactor: explicitly define return type (#5275)
  • fa483b4 refactor: unify Supportable across composables (#5274)
  • bbd185d chore: release v14.2.0
  • a8a8587 feat(useDraggable): auto-scroll with restricted dragging within the container...
  • abcea64 fix(useInfiniteScroll): improve promise handling and add flush post to watch ...
  • df9f996 test(unrefElement): Add unit tests for unrefElement (#5237)
  • 313a646 chore(useIntersectionObserver): Align rootBounds assertion to the same callba...
  • c1282ff feat(useCssSupports): add useCssSupports (#5266)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vueuse/core since your current version.


Updates pinia from 2.3.1 to 3.0.4

Commits

Updates vue-router from 4.6.4 to 5.0.4

Release notes

Sourced from vue-router's releases.

v5.0.4

   🐞 Bug Fixes

    View changes on GitHub

v5.0.3

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 7f32e99 release: vue-router@5.0.4
  • 9036228 docs: typos (#2651)
  • 47f0334 fix: allow pushing to auto routes
  • ad6ba73 docs: no auto import section
  • f6923a5 build: include link and view in size computation
  • fce5d1e fix(loaders): restore context in sequential awaits
  • 9ab4cbf refactor: rename var
  • d030f2a chore: playground
  • 7b3dc27 docs(zh): add file-based routing related configuration documentation (#2643)
  • 0a01948 chore: hide route details in playground
  • Additional commits viewable in compare view

Updates @vitejs/plugin-vue from 5.2.4 to 6.0.5

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@6.0.5

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.4

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.3

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.2

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.1

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.0

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.0-beta.2

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.0-beta.1

Please refer to CHANGELOG.md for details.

plugin-vue@6.0.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

6.0.5 (2026-03-12)

Miscellaneous Chores

  • remove Vite 8 beta from supported range (#746) (b3f23e4)

6.0.4 (2026-02-02)

Bug Fixes

  • deps: update all non-major dependencies (#709) (924b28e)
  • deps: update all non-major dependencies (#722) (8a95809)
  • deps: update all non-major dependencies (#726) (e69d751)

Miscellaneous Chores

6.0.3 (2025-12-12)

Features

Bug Fixes

  • deps: update all non-major dependencies (#707) (799f419)
  • hmr: reload when components switch between vapor and vdom (#714) (6c45fe5)

Performance Improvements

Miscellaneous Chores

6.0.2 (2025-11-19)

Bug Fixes

  • deps: update all non-major dependencies (#643) (b702c1f)
  • deps: update all non-major dependencies (#653) (c6bd324)
  • deps: update all non-major dependencies (#663) (dbcd1d0)
  • deps: update all non-major dependencies (#665) (428dde0)
  • deps: update all non-major dependencies (#671) (59e0a51)
  • deps: update all non-major dependencies (#679) (f226dab)
  • deps: update all non-major dependencies (#685) (d990206)
  • deps: update all non-major dependencies (#688) (46edd7e)
  • deps: update all non-major dependencies (#692) (13accf3)
  • deps: update all non-major dependencies (#694) (9c77f01)

... (truncated)

Commits
  • 6ad6cc1 release: plugin-vue@6.0.5
  • b3f23e4 chore: remove Vite 8 beta from supported range (#746)
  • 5527bf4 release: plugin-vue@6.0.4
  • e69d751 fix(deps): update all non-major dependencies (#726)
  • cd0c8a8 chore(deps): update dependency rollup to ^4.57.1 (#733)
  • 239eb6a chore: add metadata for vite-plugin-registry (#730)
  • fa3ea0e chore(deps): update upstream (#727)
  • 8a95809 fix(deps): update all non-major dependencies (#722)
  • 924b28e fix(deps): update all non-major dependencies (#709)
  • 3ae94c4 release: plugin-vue@6.0.3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vitejs/plugin-vue since your current version.


Updates @vue/eslint-config-typescript from 14.1.3 to 14.7.0

Release notes

Sourced from @​vue/eslint-config-typescript's releases.

v14.7.0

What's Changed

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

v14.6.0

New Features

Full Changelog: vuejs/eslint-config-typescript@v14.5.1...v14.6.0

v14.5.1

Notable Changes

Full Changelog: vuejs/eslint-config-typescript@v14.5.0...v14.5.1

v14.5.0

What's Changed

Full Changelog: vuejs/eslint-config-typescript@v14.4.0...v14.5.0

v14.4.0

What's Changed

Full Changelog: vuejs/eslint-config-typescript@v14.3.0...v14.4.0

v14.3.0

New Features

  • A completely new approach to set up the ESLint configurations with helpers like defineConfigWithVueTs and vueTsConfigs. Please read the documentation for more details. With this new API set, you can easily override type-aware linting rules without worrying its position in the config array. Therefore there would be fewer mysterious errors or slowdown in a heavily customized project.

[!NOTE] The old style ...vueTsEslintConfig() still works, there's no need to update to the new style if that has been working well in your project.

Bug Fixes

... (truncated)

Commits
  • 0f874c4 14.7.0
  • 2a38acb chore(deps): update eslint monorepo to v10 (#262)
  • c1f1e6a chore(deps): update dependency vue-router to v5 (#261)
  • 4a39698 chore: update yml config
  • ad48e2d chore: migrate from unplugin-vue-router to vue-router 5
  • c2dba38 chore: approve @​parcel/watcher scripts
  • c356432 chore(deps): update dependency eslint-plugin-yml to v3 (#254)
  • e223c0c chore(deps): update all non-major dependencies (#260)
  • c5af2d7 chore(deps): replace dependency @​tsconfig/node22 with @​tsconfig/node24 (#259)
  • f3a1eee chore(deps): update dependency globals to v17 (#255)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vue/eslint-config-typescript since your current version.


Updates @vue/tsconfig from 0.7.0 to 0.9.1

Release notes

Sourced from @​vue/tsconfig's releases.

v0.9.1

Notable Changes

  • Align the TypeScript peer dependency requirement with the documentation (>= 5.8, including TypeScript 6)

Full Changelog: vuejs/tsconfig@v0.9.0...v0.9.1

v0.9.0

Noticeable Changes

  • feat: update lib to ES2022 by @​Slessi in vuejs/tsconfig#41
  • chore: move noUncheckedIndexedAccess from base config to the lib config [fa4423b]
    • This is because noUncheckedIndexedAccess may have false positives, making it hard for existing codebases to upgrade.
    • But for new codebases, it’s still recommended to enable this flag from the beginning.

New Contributors

Full Changelog: vuejs/tsconfig@v0.8.1...v0.9.0

v0.8.1

fix: do not turn on exactOptionalPropertyTypes for now [a235c5f]

Full Changelog: vuejs/tsconfig@v0.8.0...v0.8.1

v0.8.0

Breaking Changes


If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:

  • After upgrading to @vue/tsconfig, use supress-ts-errors (npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert @ts-expect-error comments in your current codebase.
  • This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.

Full Changelog: vuejs/tsconfig@v0.7.0...v0.8.0

Commits
  • dc7af0b 0.9.1
  • e73ef3c fix: align typescript peer dependency with documentation
  • 3569685 0.9.0
  • fa4423b chore: move noUncheckedIndexedAccess from base config to the lib config
  • 051d720 docs: update TypeScript version requirement
  • 3db886a feat: update lib to ES2022 (#41)
  • df9d3d4 docs: note the default value of types in TS 6+ has been changed to []
  • 0e39087 docs: note that strict mode is on by default in TS 6
  • ae3b1dc chore: make GitHub render tsconfig.*.json as JSONC
  • 4a223b2 0.8.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vue/tsconfig since your current version.


Updates eslint-plugin-vue from 9.33.0 to 10.8.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.8.0

Minor Changes

Patch Changes

v10.7.0

Minor Changes

Patch Changes

  • Fixed false positives in vue/define-props-destructuring rule when imported types are passed to defineProps (#2995)
  • Updated Vue 3 export names resources: added DirectiveModifiers (#2996)
  • Updated Vue 3 export names resources: added nodeOps and patchProp (#2986)

v10.6.2

Patch Changes

  • Fixed false positives in non-intersecting conditions in vue/no-duplicate-class-names and correctly detect duplicates in combining expressions (#2980)
  • Fixed false positives for TSImportType in

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 10, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 10, 2026 17:45
@dependabot dependabot bot requested a review from jbair06 April 10, 2026 17:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 10, 2026
@dependabot dependabot bot changed the title chore(deps): bump the vue group in /front-end with 10 updates chore(deps): bump the vue group across 1 directory with 10 updates Apr 10, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/front-end/vue-0a5d7da7f8 branch 2 times, most recently from fd97339 to 15676ec Compare April 11, 2026 00:12
Bumps the vue group in /front-end with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) | `11.0.3` | `12.1.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `12.8.2` | `14.2.1` |
| [pinia](https://github.com/vuejs/pinia) | `2.3.1` | `3.0.4` |
| [vue-router](https://github.com/vuejs/router) | `4.6.4` | `5.0.4` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.2.4` | `6.0.5` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `14.1.3` | `14.7.0` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.7.0` | `0.9.1` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.33.0` | `10.8.0` |
| [vue](https://github.com/vuejs/core) | `3.5.29` | `3.5.32` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.2.12` | `3.2.6` |


Updates `@vuepic/vue-datepicker` from 11.0.3 to 12.1.0
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Changelog](https://github.com/Vuepic/vue-datepicker/blob/main/CHANGELOG.md)
- [Commits](Vuepic/vue-datepicker@v11.0.3...v12.1.0)

Updates `@vueuse/core` from 12.8.2 to 14.2.1
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.2.1/packages/core)

Updates `pinia` from 2.3.1 to 3.0.4
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v2.3.1...v3.0.4)

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

Updates `@vitejs/plugin-vue` from 5.2.4 to 6.0.5
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.5/packages/plugin-vue)

Updates `@vue/eslint-config-typescript` from 14.1.3 to 14.7.0
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](vuejs/eslint-config-typescript@v14.1.3...v14.7.0)

Updates `@vue/tsconfig` from 0.7.0 to 0.9.1
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](vuejs/tsconfig@v0.7.0...v0.9.1)

Updates `eslint-plugin-vue` from 9.33.0 to 10.8.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v9.33.0...v10.8.0)

Updates `vue` from 3.5.29 to 3.5.32
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.29...v3.5.32)

Updates `vue-tsc` from 2.2.12 to 3.2.6
- [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.2.6/packages/tsc)

---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@vueuse/core"
  dependency-version: 14.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: pinia
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: vue-router
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: "@vue/eslint-config-typescript"
  dependency-version: 14.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@vue/tsconfig"
  dependency-version: 0.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: eslint-plugin-vue
  dependency-version: 10.8.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: vue
  dependency-version: 3.5.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-version: 3.2.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/front-end/vue-0a5d7da7f8 branch from 15676ec to e1e41bb Compare April 11, 2026 00:41
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