Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @vuepic/vue-datepicker from 10.0.0 to 11.0.1 #857

Open
wants to merge 1 commit into
base: dependabot/develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps @vuepic/vue-datepicker from 10.0.0 to 11.0.1.

Release notes

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

v11.0.1

🐛 Bug Fixes

  • Fixed issue with increased bundle size in v11 (#1069)
  • Fixed issue with swipe on the calendar not working

v11.0.0

⚠️ Breaking Changes

  • Library now requires vue >= v3.3
  • Calendar cells id attribute is now prefixed with dp-
  • Calendar cells data-test-id attribute now matches the id value
  • Ref dpWrapMenuRef is now exposed via the getter function getDpWrapMenuRef instead of direct access

For more info, take a look at the migration guide

🚀 Features

  • Allow preset-dates value to be computed when clicked 11bd8bcb53c100dbbae5c4793d00c5a058f93596 (#1031) by @​ayrtonandino
  • Added prop always-clearable 94ff47df5240fd5339b48da98a2bac50f5dd8bdb (#1033) by @​Georglider
  • Added option escClose to the text-input configuration object (#1038)
  • When min or max range config is provided, the calendar will auto-disable dates out of range (#1039)
  • Custom onClickOutside function now receives the second param of type PointerEvent (#1040)
  • Exposed isDisabled to month-year slot props 19a1bbd77e2da3b0b486b7001391e711f01e2c44 (#1056) by @​vukadinFE

🐛 Bug Fixes

  • Fixed issue with incorrect handling of allowed-dates in month-picker and year-picker modes (#1035, #1047)
  • Fixed issue where the start time is not reset on value reset (#1048)
  • Fixed invalid calendar cell id (#1051)
  • Fixed typescript error from wrongly exposed property (#1053)
  • Fixed issue with the wrong year format on the first week in week-picker mode (#1055)
  • Fixed issue where clicking DST date from outside DST and active timezone increments by an hour (#1059)
  • Fixed issue with being unable to scroll over the calendar without selecting the date on iOS touch devices (#1061, #1066)
  • Fixed typescript error due to missing type export InternalTime 724027ed767705121a53a51bd4e17693a90f6379 (#1062) by @​davidglezz
Commits
  • efcecf3 chore: Update documentation
  • 1fe191f chore: Update lock file
  • 8006a56 chore: Bump version
  • 46052b3 fix: Add touch end for all touch devices
  • c74a973 fix: Increased bundle size in v11 (fixes #1069)
  • d71488b chore: Update documentation
  • 645d3b8 revert: Remove AllProps export
  • 3403aa2 chore: Bump version
  • 31968fa fix: Unable to scroll over calendar without selecting the date on iOS touch d...
  • 36a8c2a chore: Code cleanup
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 10.0.0 to 11.0.1.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Changelog](https://github.com/Vuepic/vue-datepicker/blob/main/CHANGELOG.md)
- [Commits](Vuepic/vue-datepicker@v10.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Relating to project dependencies label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relating to project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant