Bump @vuepic/vue-datepicker from 5.2.0 to 5.3.0 #95

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/vuepic/vue-datepicker-5.3.0 into main
dependabot[bot] commented 2023-06-19 01:38:37 +00:00 (Migrated from github.com)

Bumps @vuepic/vue-datepicker from 5.2.0 to 5.3.0.

Release notes

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

v5.3.0

🚀 Features

  • Added time-picker-inline prop to show time-picker under the calendar (#388)
  • Added auto-apply-month prop to enable/disable auto month/year select in month-picker mode (#409)
  • Added calendar prop to modify calendar view (#436, #438)

🐛 Bug Fixes

  • Fixed issue with preview-format being ignored when format string is provided (#431)
  • Fixed issue with wrongly mapped allowed-dates (#432)

v.5.2.1

🐛 Bug Fixes

  • Fixed issue where textInputOptions.tabSubmit not submitting parsed date on initial try (#423)
  • Fixed redundant condition used for auto left/right positioning (#424)
  • Fixed performance issue when large arrays are provided to disabled-dates, allowed-dates, and highlight props (#425)
  • Fixed issue where offset dates are highlighted when the hide-offset-dates prop is enabled (#426)
  • Fixed issue where pressing the enter key on arrow buttons skips months (#427)
  • Fixed issue with arrow-[up/down] slots not added in vertical mode icons (#428)
  • Fixed issue where pressing the enter key not opening month and year overlays when text-input is enabled (#429)
  • Fixed issue when tabbing out of overlay goes behind the overlay (#430)
Commits
  • b2a5fe3 chore: Update documentation
  • 91fa8f0 refactor: Update type definition for calendar prop
  • 1b1b601 chore: Update dependencies
  • ef17a6c refactor: Adjust transition key
  • a41c96a style: Code cleanup
  • 122a1f3 feat: Add auto-apply-month to enable/disable auto month/year switch in `mon...
  • cd60229 fix: Remove double prop declaration
  • 5eb4919 feat: Add calendar prop to modify calendar (resolves #438, resolves #436)
  • 6d81c98 fix: allowed-dates disabling wrong dates (fixes #432)
  • 5b9ad64 fix: preview-format being ignored when format string is provided (fixes #431)
  • 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 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.2.0 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Vuepic/vue-datepicker/releases"><code>@​vuepic/vue-datepicker</code>'s releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <h2>🚀 Features</h2> <ul> <li>Added <code>time-picker-inline</code> prop to show time-picker under the calendar (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/388">#388</a>)</li> <li>Added <code>auto-apply-month</code> prop to enable/disable auto month/year select in <code>month-picker</code> mode (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/409">#409</a>)</li> <li>Added <code>calendar</code> prop to modify calendar view (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/436">#436</a>, <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/438">#438</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fixed issue with <code>preview-format</code> being ignored when <code>format</code> string is provided (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/431">#431</a>)</li> <li>Fixed issue with wrongly mapped <code>allowed-dates</code> (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/432">#432</a>)</li> </ul> <h2>v.5.2.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Fixed issue where <code>textInputOptions.tabSubmit</code> not submitting parsed date on initial try (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/423">#423</a>)</li> <li>Fixed redundant condition used for auto left/right positioning (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/424">#424</a>)</li> <li>Fixed performance issue when large arrays are provided to <code>disabled-dates</code>, <code>allowed-dates</code>, and <code>highlight</code> props (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/425">#425</a>)</li> <li>Fixed issue where offset dates are highlighted when the <code>hide-offset-dates</code> prop is enabled (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/426">#426</a>)</li> <li>Fixed issue where pressing the <code>enter</code> key on arrow buttons skips months (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/427">#427</a>)</li> <li>Fixed issue with <code>arrow-[up/down]</code> slots not added in <code>vertical</code> mode icons (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/428">#428</a>)</li> <li>Fixed issue where pressing the <code>enter</code> key not opening month and year overlays when <code>text-input</code> is enabled (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/429">#429</a>)</li> <li>Fixed issue when tabbing out of overlay goes behind the overlay (<a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/430">#430</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/b2a5fe3add0ea056c833d7bdba26baf92ea7e55c"><code>b2a5fe3</code></a> chore: Update documentation</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/91fa8f0d4a4b835f1aca480a7791e58147462b90"><code>91fa8f0</code></a> refactor: Update type definition for <code>calendar</code> prop</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/1b1b601db107d401c72d665d79012b68e91559de"><code>1b1b601</code></a> chore: Update dependencies</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/ef17a6c4e2c32093589d4b67840ab4134506a8b8"><code>ef17a6c</code></a> refactor: Adjust transition key</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/a41c96a12b7ab1359830d46cb9e8c9b6fbdd3762"><code>a41c96a</code></a> style: Code cleanup</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/122a1f3fd314d5d1088dc581106814e2eb53e024"><code>122a1f3</code></a> feat: Add <code>auto-apply-month</code> to enable/disable auto month/year switch in `mon...</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/cd6022932860fb146e615543d428bfe336111814"><code>cd60229</code></a> fix: Remove double prop declaration</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/5eb4919be81a6e93f9a2c54249c92a12a7cc4cb0"><code>5eb4919</code></a> feat: Add <code>calendar</code> prop to modify calendar (resolves <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/438">#438</a>, resolves <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/436">#436</a>)</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/6d81c98aec426669d4ebe4cc79a0357d5e5cd086"><code>6d81c98</code></a> fix: <code>allowed-dates</code> disabling wrong dates (fixes <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/432">#432</a>)</li> <li><a href="https://github.com/Vuepic/vue-datepicker/commit/5b9ad6442c1cee764c3eb6acea9300b3540695f8"><code>5b9ad64</code></a> fix: <code>preview-format</code> being ignored when format string is provided (fixes <a href="https://redirect.github.com/Vuepic/vue-datepicker/issues/431">#431</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Vuepic/vue-datepicker/compare/v5.2.0...v5.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vuepic/vue-datepicker&package-manager=npm_and_yarn&previous-version=5.2.0&new-version=5.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
dependabot[bot] commented 2023-06-22 07:17:04 +00:00 (Migrated from github.com)

Looks like @vuepic/vue-datepicker is up-to-date now, so this is no longer needed.

Looks like @vuepic/vue-datepicker is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.