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

build(deps): bump @vuepic/vue-datepicker from 7.2.0 to 8.1.0 #1072

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps @vuepic/vue-datepicker from 7.2.0 to 8.1.0.

Release notes

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

v8.1.0

🚀 Features

  • The timezone prop is extended with the configuration object
  • Added fixedStart and fixedEnd range support to month-picker (#742)

🐛 Bug Fixes

  • Fixed slow year update in text-input mode combined with range (#694)
  • Fixed issue with time update on model-auto with pre-defined v-model (#719)
  • Fixed issue causing stretched menu after device rotation (#739)

🔧 Refactor

  • ⚠️ Timezone validation rewrite
    • (Pottentionaly breaking), make sure to check the updated configuration
  • Rewritten internal handling of props that provide date values
  • Deprecated prop emit-timezone

v8.0.0

⚠️ Breaking Changes

  • Default week-picker format is changed to week numbers
  • Tabbing out from the overlay will shift focus to the action row button if present
  • highlight prop types are changed to either a configuration object or a function
  • Removed deprecated props
  • id for cell days in the calendar is changed to format value instead ISO date
  • date-fns-tz dependency is removed
  • date-fns is updated to version v3 (#688)

For more info, take a look at the migration guide

🚀 Features

  • Added dp--past and dp--future classes in the calendar (#676)
  • Added range support for week-picker (#700, #665, #283)
  • Added loading prop that adds loading overlay in the menu (#722)
  • Added minMaxRawRange in the range configuration object (#732)

🐛 Bug Fixes

  • Fixed slow year update in text-input mode combined with range (#694)
  • Fixed year 0 on the second solo calendar when the range is within the first calendar (#702)
  • Fixed issue with scroll jump when selecting year range (#705)
  • Fixed unhandled error when using flow with month-picker (#712)
  • Fixed issue where the @update-month-year event is not being triggered in year-picker (#716)
  • Fixed issue where the dp-input slot is not showing on :inline={ input: true } mode (#717)
  • Fixed issue with time update on model-auto with pre-defined v-model (#719)
  • Fixed select button style override by global CSS selectors (#721)
  • Fixed issue with partial-range and predefined v-model not highlighting hovered date and resetting selection (#726)

... (truncated)

Commits
  • 1c2c90a chore: Update documentation
  • e2b7be6 chore: Bump version
  • 2076b14 test: Adjust test cases
  • 29a1e01 refactor: Code cleanup
  • 4d4f7f5 fix: Stretched menu after device rotation (fixes #739)
  • 4b58f5c feat: Add fixedStart and fixedEnd range support to month-picker (reso...
  • b61e1ed fix: Failing test
  • b0e62fd chore: Update types
  • 485b532 fix: Time not updating on model-auto with provided single date in v-model...
  • 43839c9 fix: Calendar freeze when year is out of range (fixes #694)
  • 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 7.2.0 to 8.1.0.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Commits](Vuepic/vue-datepicker@v7.2.0...v8.1.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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

Superseded by #1079.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vuepic/vue-datepicker-8.1.0 branch February 19, 2024 02:33
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