Skip to content

fix(deps): update dependency @vuepic/vue-datepicker to v14#778

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vuepic-vue-datepicker-14.x
Open

fix(deps): update dependency @vuepic/vue-datepicker to v14#778
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vuepic-vue-datepicker-14.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 8, 2026

This PR contains the following updates:

Package Change Age Confidence
@vuepic/vue-datepicker (source) ^12.0.5^14.0.0 age confidence

Release Notes

Vuepic/vue-datepicker (@​vuepic/vue-datepicker)

v14.0.0

Compare Source

⚠️ 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

Compare Source

⚠️ 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

🚀 Features

  • Automatically use week-start based on the locale prop (#​1236)

🐛 Bug Fixes

  • Fixed issue with text-input not parsing letters used for values (#​1222, #​1234)
  • Fixed teleport prop type for proper boolean support (by @​syyyr) (#​1223)
  • Fixed issue with input loosing focus upon opening the menu with selectOnFocus enabled (by @​abdouthetif) (#​1224, #​1225)
  • Fixed issue with missing source files warning (#​1226)
  • Fixed issue with new unplugin-dts types generating throwing error (#​1231)
  • Fixed TypeScript issue on slots that provide different props in different modes (#​1232)
  • Fixed issue with invalid time value when switching programatically between enabled/disabled range (by @​Kapcash) (#​1256, #​1259)
  • Fixed issue with broken filters.years on month-picker and quarter-picker (by @​umutcantopal) (#​1263, #​1264)
  • Fixed issue with formats.input not being propagated to formats.preview (#​1261)
  • Fixed issue with extra spaces in range separator where text input is enabled with range (by @​AlexanderNP) (#​1269, #​1271)
  • Fixed issue with menu wrap remaining in the DOM after closing the menu (by @​alexovn) (#​1278, #​1279)

🔧 Refactor

  • Added data-test-id for preview section (by @​jaccodenneboom) (#​1219, #​1220)
  • Repository converted to pnpm workspace and package manager changed to pnpm
  • Removed sass and replaced with plain css

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants