Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 7.4.1 to 8.0.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>v8.0.0</h2>
<h2>⚠️ Breaking Changes</h2>
<ul>
<li>Default <code>week-picker</code> format is changed to week numbers</li>
<li>Tabbing out from the overlay will shift focus to the action row button if present</li>
<li><code>highlight</code> prop types are changed to either a configuration object or a function</li>
<li>Removed deprecated props</li>
<li><code>id</code> for cell days in the calendar is changed to format value instead ISO date</li>
<li><code>date-fns-tz</code> dependency is removed</li>
<li><code>date-fns</code> is updated to version <code>v3</code> (<a href="https://github.com/Vuepic/vue-datepicker/issues/688">#688</a>)</li>
</ul>
<p>For more info, take a look at the <strong><a href="https://vue3datepicker.com/migration/from-v7.html">migration guide</a></strong></p>
<h2>🚀 Features</h2>
<ul>
<li>Added <code>dp--past</code> and <code>dp--future</code> classes in the calendar (<a href="https://github.com/Vuepic/vue-datepicker/issues/676">#676</a>)</li>
<li>Added <code>range</code> support for <code>week-picker</code> (<a href="https://github.com/Vuepic/vue-datepicker/issues/700">#700</a>, <a href="https://github.com/Vuepic/vue-datepicker/issues/665">#665</a>, <a href="https://github.com/Vuepic/vue-datepicker/issues/283">#283</a>)</li>
<li>Added <code>loading</code> prop that adds loading overlay in the menu (<a href="https://github.com/Vuepic/vue-datepicker/issues/722">#722</a>)</li>
<li>Added <code>minMaxRawRange</code> in the <code>range</code> configuration object (<a href="https://github.com/Vuepic/vue-datepicker/issues/732">#732</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fixed slow year update in <code>text-input</code> mode combined with <code>range</code> (<a href="https://github.com/Vuepic/vue-datepicker/issues/694">#694</a>)</li>
<li>Fixed year <code>0</code> on the second solo calendar when the range is within the first calendar (<a href="https://github.com/Vuepic/vue-datepicker/issues/702">#702</a>)</li>
<li>Fixed issue with scroll jump when selecting year range (<a href="https://github.com/Vuepic/vue-datepicker/issues/705">#705</a>)</li>
<li>Fixed unhandled error when using <code>flow</code> with <code>month-picker</code> (<a href="https://github.com/Vuepic/vue-datepicker/issues/712">#712</a>)</li>
<li>Fixed issue where the <code>@update-month-year</code> event is not being triggered in <code>year-picker</code> (<a href="https://github.com/Vuepic/vue-datepicker/issues/716">#716</a>)</li>
<li>Fixed issue where the <code>dp-input</code> slot is not showing on <code>:inline={ input: true }</code> mode (<a href="https://github.com/Vuepic/vue-datepicker/issues/717">#717</a>)</li>
<li>Fixed issue with time update on <code>model-auto</code> with pre-defined <code>v-model</code> (<a href="https://github.com/Vuepic/vue-datepicker/issues/719">#719</a>)</li>
<li>Fixed select button style override by global CSS selectors (<a href="https://github.com/Vuepic/vue-datepicker/issues/721">#721</a>)</li>
<li>Fixed issue with <code>partial-range</code> and predefined <code>v-model</code> not highlighting hovered date and resetting selection (<a href="https://github.com/Vuepic/vue-datepicker/issues/726">#726</a>)</li>
<li>Fixed issue with bypassing <code>[min/max]-time</code> when selected boundary values (<a href="https://github.com/Vuepic/vue-datepicker/issues/727">#727</a>)</li>
<li>Fixed issue with vue compact warnings (<a href="https://github.com/Vuepic/vue-datepicker/issues/728">#728</a>)</li>
<li>Fixed issue with word break on Chinese action button labels (<a href="https://github.com/Vuepic/vue-datepicker/issues/733">#733</a>)</li>
<li>Fixed issue with duplicated calendars when using <code>preset-dates</code> and <code>:multi-calendars="{ solo: true }"</code> (<a href="https://github.com/Vuepic/vue-datepicker/issues/735">#735</a>)</li>
<li>Fixed issue with wrong month selection in <code>month-picker</code> mode when the current date is greater than the days on the selected month (<a href="https://github.com/Vuepic/vue-datepicker/issues/736">#736</a>, <a href="https://github.com/Vuepic/vue-datepicker/issues/738">#738</a>)</li>
<li>Fixed wrong <code>transitions</code> type (<a href="https://github.com/Vuepic/vue-datepicker/issues/740">#740</a>)</li>
</ul>
<h2>🔧 Refactor</h2>
<ul>
<li>Update the mobile layout if the calendar width is larger than the document width (<a href="https://github.com/Vuepic/vue-datepicker/issues/690">#690</a>)</li>
<li>When tabbing out from overlay, shift focus to the action row button (<a href="https://github.com/Vuepic/vue-datepicker/issues/695">#695</a>)</li>
<li>Debounce on <code>month-change-on-scroll</code> is changed to a variable rate throttle (<a href="https://github.com/Vuepic/vue-datepicker/issues/725">#725</a>) by <a href="https://github.com/phillanier"><code>@phillanier</code></a></li>
<li>Use <code>format</code> instead of ISO date split for day cell <code>id</code> (<a href="https://github.com/Vuepic/vue-datepicker/issues/729">#729</a>)</li>
<li><code>range</code> prop can now accept configuration object</li>
<li>Deprecated the following props in favor of the range configuration object:
<ul>
<li><code>show-last-in-range</code></li>
<li><code>no-disabled-range</code></li>
<li><code>disable-time-range-validation</code></li>
<li><code>max-range</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/5fed57e03eddd397c0d8f29f0e7e479a2191f546"><code>5fed57e</code></a> chore: Update documentation</li>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/e198c9b7a7c75a66788efe540eaae85b9a44ad6b"><code>e198c9b</code></a> refactor: Add year in <code>week-picker</code> format string</li>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/c2aa49e25b00b1f0518ece74ebcf701b17e22c9c"><code>c2aa49e</code></a> fix: Not utilizing <code>disableTimeRangeValidation</code> from default mapper</li>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/9eab4847af33f97d109c2f853e1ddf375a9a9e71"><code>9eab484</code></a> fix: new <code>week-picker</code> value mapper throwing error</li>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/2c8f5a636cebf476a7f589c6bb856e5381516526"><code>2c8f5a6</code></a> fix: Initial <code>collapse</code> value set to false</li>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/f03bbb70390bd9596dc4d6cd805da37656217ed5"><code>f03bbb7</code></a> chore: Code cleanup</li>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/b2bcac8c1d915e4c327d1e9dfef02f35ed694d46"><code>b2bcac8</code></a> chore: Remove <code>date-fns-tz</code> dependency (followup)</li>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/a579db5d5b62c0ce5f8aeefd0c4d2dbba7777c2e"><code>a579db5</code></a> refactor!: Update <code>date-fns</code> to <code>v3</code> (resolves <a href="https://github.com/Vuepic/vue-datepicker/issues/688">#688</a>)</li>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/91732a4cc15313a4fbf39cfe777ca4b56171021e"><code>91732a4</code></a> fix: Correct <code>transitions</code> type (fixes <a href="https://github.com/Vuepic/vue-datepicker/issues/740">#740</a>)</li>
<li><a href="https://github.com/Vuepic/vue-datepicker/commit/3826865401864f2b8c231c2afce4725655394c5d"><code>3826865</code></a> refactor!: Remove date-fns-tz dependency</li>
<li>Additional commits viewable in <a href="https://github.com/Vuepic/vue-datepicker/compare/v7.4.1...v8.0.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @vuepic/vue-datepicker from 7.4.1 to 8.0.0.
Release notes
Sourced from
@vuepic/vue-datepicker's releases.... (truncated)
Commits
5fed57echore: Update documentatione198c9brefactor: Add year inweek-pickerformat stringc2aa49efix: Not utilizingdisableTimeRangeValidationfrom default mapper9eab484fix: newweek-pickervalue mapper throwing error2c8f5a6fix: Initialcollapsevalue set to falsef03bbb7chore: Code cleanupb2bcac8chore: Removedate-fns-tzdependency (followup)a579db5refactor!: Updatedate-fnstov3(resolves #688)91732a4fix: Correcttransitionstype (fixes #740)3826865refactor!: Remove date-fns-tz dependencyDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts$dependabot recreate
⚠️
dependabot-gitlabis recreating merge request. All changes will be overwritten! ⚠️❌
dependabot-gitlabfailed to recreate merge request. ❌Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an
ignorecondition with the desiredupdate_typesto your config file.Pull request closed