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

fix(deps): update dependency @vuepic/vue-datepicker to v10 #847

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vuepic/vue-datepicker (source) ^8.8.0 -> ^10.0.0 age adoption passing confidence

Release Notes

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

v10.0.0

Compare Source

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

Compare Source

🐛 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

Compare Source

🐛 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)
  • Fixed wrong slot type for slot marker-tooltip (#​959)
  • Fixed text-input tabSubmit focusing clear button instead of parsing value (#​961) by @​OlaAlsaker

v9.0.1

Compare Source

🐛 Bug Fixes

  • Fixed issue where the wrong class is applied on the clear-icon slot (#​945) by @​Tsuyoshi84
  • Fixed issue where the clearInput aria-label is set on the wrong element (#​942)

🔧 Refactor

  • Calendar direction property is extracted to a CSS variable (#​943)

v9.0.0

Compare Source

⚠️ Breaking changes

  • Deprecated props are removed
  • Class dp__clear_icon is renamed to dp--clear-btn and the icon is wrapped in <button> tag
  • textInput.openMenu boolean value true is changed to 'open' | 'toggle'
  • Removed calendarWrap and calendarDays from the aria-labels prop due to accessibility violations
  • When using the component with web components, it must be enabled explicitly via config.shadowDom property

For more info, take a look at the migration guide

🚀 Features

  • Added option to enable menu toggle when clicking the input field in text-input mode (#​905)
  • Added @text-input event (#​906)
  • Exposed dpWrapMenuRef (#​918)
  • Added customPosition function to the marker object (#​933)
  • Added new slot menu-header that spans across all instances (#​935)
  • Additional arria labels for overlays are added (#​941)

🐛 Bug Fixes

  • Fixed issue with required double touch to select date when the date has a marker on iOS devices (#​904)
  • Fixed accessibility violation with aria-label on the input field (#​907)
  • Fixed accessibility issue with unable to focus the x button in the input field via keyboard (#​908)
  • Fixed issue with wrong month & year assignment for auto-range in multi-calendars mode (#​909) by @​Tsuyoshi84
  • Fixed positioning issue when layout altering slots are used (fixes #​922)
  • Fixed broken layout on direction: rtl (#​931)
  • Fixed issue where partial-flow closes the menu after the first flow step (#​936)
  • Fixed issue where the menu changes position on text-input (#​940)

🔧 Refactor

  • Accessibility improvements
    • All svg icons now have a role attribute
    • The handleTab function from dp-input slots now receives a second (optional) boolean parameter, indicating that the event comes from the input field
    • Keyboard helpers (Home, PageUp and PageDown events) will now add focus (#​822, #​932)
    • The clear icon is now wrapped inside the button tag instead of the span

Configuration

📅 Schedule: 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 is behind base branch, 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.


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

Copy link

Quality Gate Passed Quality Gate passed for 'Pay Transparency backend-external'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Copy link

Copy link

Copy link

Quality Gate Passed Quality Gate passed for 'Pay Transparency admin-frontend'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Copy link

Quality Gate Passed Quality Gate passed for 'Pay Transparency doc-gen-service'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@jerekm jerekm merged commit 4b8895c into main Nov 21, 2024
47 checks passed
@jerekm jerekm deleted the renovate/vuepic-vue-datepicker-10.x branch November 21, 2024 18:46
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.

1 participant