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.0 #2248

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2025

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

Release notes

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

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
  • 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
  • 9261649 fix: Error if no local date is provided
  • 3322d7b fix: Type error
  • 2cfc335 fix: Clicking DST date from outside DST and active timezone increments by an ...
  • fb8df1f fix: Reset start time on value clear (fixes #1048)
  • aa9f0cf fix: Wrong year format on start week in week-picker mode (fixes #1055)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/vuepic/vue-datepicker-11.0.0 branch from f984318 to 0dca641 Compare January 8, 2025 05:40
@xmatthias xmatthias enabled auto-merge January 8, 2025 05:42
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 10.0.0 to 11.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@v10.0.0...v11.0.0)

---
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 force-pushed the dependabot/npm_and_yarn/main/vuepic/vue-datepicker-11.0.0 branch from 0dca641 to 272d815 Compare January 8, 2025 05:46
@xmatthias xmatthias merged commit e94c505 into main Jan 8, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/vuepic/vue-datepicker-11.0.0 branch January 8, 2025 05:52
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.

1 participant