Skip to content

build(deps): bump @vuepic/vue-datepicker from 11.0.2 to 14.0.0#7490

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vuepic/vue-datepicker-14.0.0
Open

build(deps): bump @vuepic/vue-datepicker from 11.0.2 to 14.0.0#7490
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vuepic/vue-datepicker-14.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps @vuepic/vue-datepicker from 11.0.2 to 14.0.0.

Release notes

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

v14.0.0

⚠️ Breaking Changes

  • Exposed flow method handleFlow now accepts a step value instead of an index and has been renamed to executeFlow
  • partial in flow prop is removed, since it has no effect on the behaviour. Prop remains an object in case of potential updates
  • @flow-step emitted event will provide the step value instead of the step index

For more info, take a look at the migration guide

🚀 Features

  • Accessibility improvements (#1211)
    • New events added (@menu-mounted, @menu-unmounted), each carries the menu HTMLElement
    • New property added in config, onInternalKeydown
    • onKeyUp is now teleport-aware
    • Forced shift + tab close is now gated behind config.tabOutClosesMenu
    • onKeyDown is now aware of config.spaceConfirm
    • Enter key on the input field is guarded by preventDefault + stopImmediatePropagation
    • Added Enter case for onKeyDown in the menu with the same opt-in logic
    • Various aria-* improvements

🐛 Bug Fixes

  • Fixed issue with nuxt hydration mismatch error and warnings (#1210)
  • Fixed issue with text-input in time-picker snaps to startTime/now mid-typing, not respecting invalid input value (#1212)
  • Fixed issue with elements under overlays remain focusable (#1213)
  • Fixed issue with wrong calendar when using timezone (#1233)
  • Fixed issue with quasar marking time input as disabled (#1243)
  • Fixed issue when using textInput.format function throwing an error (#1246)
  • Fixed issue with "Now" button only working in date picker mode (#1249)
  • Fixed issue where menu arrow is missing when positioning the menu to top-start/end or bottom-start/end (#1257)
  • Fixed issue where update-month-year is not being emitted when changed from selecting a date from a different month (#1258)
  • Fixed issue with infinite loop when using timezone and multi-calendars (#1273)
  • Fixed issue where menu arrow is not centered compared to the reference element when menu position is shifted
  • Fixed issue where year selection overlay in year flow step opens the overlay on top instead of selected year position
  • Fixed issue where fixed start/end range dates times were mutable

🔧 Refactor

  • Flow has been re-worked to be more stable, it will also resume from any step if the flow is broken.

v13.0.0

⚠️ Breaking Chnages

  • All class names are renamed from underscore to dash
  • Few class wordings are changed and few removed
  • week-start is now taken from the locale prop instead of defaulting to Monday.

For more info, take a look at the migration guide

... (truncated)

Commits
  • 1049e0c fix: Revert unplugin-dts to v1.0.1
  • 059a5dd docs: Update docs
  • f422e70 chore: Bump version
  • 3c1dc9d fix: text-input in time-picker snaps to startTime/now mid-typing, respect...
  • c1df481 fix: Elements under overlays remain focusable (fixes #1213)
  • 2474591 chore: Regenerate lock file, bump pnpm to v11
  • 7a7740b chore: Update dependencies
  • baa55bc refactor: Code cleanup
  • 036d5e2 docs: Update docs
  • 7362762 fix (lib): Nuxt hydration mismatch (fixes #1210)
  • 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 [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 11.0.2 to 14.0.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.2...v14.0.0)

---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
  dependency-version: 14.0.0
  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 Jun 15, 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