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

Bump @vuepic/vue-datepicker from 5.4.0 to 10.0.0 in /Apps/WebClient/src/ClientApp #6390

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps @vuepic/vue-datepicker from 5.4.0 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

v9.0.3

🐛 Bug Fixes

  • Fixed tabSubmit not updating model-value when the clear button is shown (#961)
  • Fixed missing aria-label field for input field (#967)
  • Fixed issue with partial range in week-picker mode setting current week as the second week (#972)
  • Fixed issue where click event from dp-input slot wrapper blocks slot clicks (#973)
  • Fixed issue where hidden calendar cell can be focused (#978)

🔧 Refactor

  • Emit invalid-date event when validating date from text-input (#971)

v9.0.2

🐛 Bug Fixes

  • Fixed issue where touch on Android device causes double selection in range picker (#948, #964)
  • Fixed issue where null values in min and max dates with prevent-min-max-navigation prevent navigation (#951)
  • Fixed issue where --dp-menu-min-width is not propagated to month-picker mode (#954)
  • Fixed preview-format prop not formatting based on the provided prop (#957)

... (truncated)

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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@vuepic/vue-datepicker [>= 6.0.a, < 6.1]
@vuepic/vue-datepicker [>= 6.1.a, < 6.2]
@vuepic/vue-datepicker [>= 7.a, < 8]
@vuepic/vue-datepicker [>= 8.8.a, < 8.9]

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 5.4.0 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@v5.4.0...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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 13, 2024
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