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 9.0.3 to 10.0.0 #2150

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2024

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

Release notes

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

v10.0.0

⚠️ Breaking changes

  • date-fns library is updated to version 4
  • data-test attribute is renamed to data-test-id (#987)
  • alt-position now accepts any returned style and won't do any conversion (#1018)

For more info, take a look at the migration guide

🚀 Features

  • Added two new properties in the config prop
    • mobileBreakpoint allows change of mobile breakpoint (#993)
    • setDateOnMenuClose sets the date on the menu click-away (#1027)
  • Inline date picker will now emit a blur event on click away (#995)
  • Added option to force top or bottom positioning via auto-position prop (#1026)

🐛 Bug Fixes

  • Fixed issue where inline-time-picker with is-24="false" overflows the container (#990)
  • Fixed issue where selecting dates between DST and non-DST timezone results in hours updating every selection (#991)
  • Fixed issue where the marker tooltip is showing on hidden offset dates (#994)
  • Fixed issue where multi-dates select is not working when allowPreventDefault is enabled in the config (#999)
  • Fixed issue where the now button is not working properly in multi-dates mode (#1000)
  • Month range picker doesn't trigger range-start and range-end events properly (#1005) by @​jllavec
  • Fixed issue where allowed-dates are not marking disabled months in month-picker (#1008)
  • Fixed issue with typescript build error (#1023)
  • Fixed issues where on multi-calendars solo mode, next calendar keeps resetting month on range picker (#1025)
  • Fixed the issue where the clock icon is not aligned on the mobile view
Commits
  • a4b050b chore: Update documentation (fixes #998, fixes #1012)
  • 23bbbb7 fix: Disable responsive check on shadow render
  • e8ea4a4 chore: Replace npm-run-all with npm-run-all2
  • 00d4ad9 fix: Type corrections
  • 203d86f feat: Add setDateOnMenuClose in config prop (resolves #1027)
  • eba21dd fix: Multi calendars assignments
  • 72592e1 refactor: Use constant instead of inline string
  • 2956562 feat: Add option to force top or bottom position (resolves #1026)
  • e68e8fc chore: Update eslint config
  • cf34d5f fix: multi-calendars solo next calendar keeps resetting month on range pi...
  • 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 Nov 6, 2024
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 9.0.3 to 10.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@v9.0.3...v10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/vuepic/vue-datepicker-10.0.0 branch from 3474e60 to e6c38a7 Compare November 6, 2024 05:29
@xmatthias xmatthias merged commit 07c1d65 into main Nov 6, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/vuepic/vue-datepicker-10.0.0 branch November 6, 2024 05:35
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