Build(deps): bump vuetify from 2.6.1 to 2.6.2 #189

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vuetify-2.6.2 into master 2021-12-29 06:27:57 +00:00
argoyle commented 2021-12-29 04:58:20 +00:00 (Migrated from gitlab.com)

Bumps vuetify from 2.6.1 to 2.6.2.

Release notes

Sourced from vuetify's releases.

v2.6.2

🔧 Bug Fixes

Commits
  • 35d59f4 chore(release): publish v2.6.2
  • 092fceb fix(VSlideGroup): account for inverted RTL scrolling
  • 24ccd88 fix(VMenu): don't add button role with openOnHover
  • 28a64c4 fix(VTooltip): allow disabling openOnClick/openOnFocus
  • 79cd41d fix(VCombobox): don't reset search when cleared (#14531)
  • bab2fa2 fix(VOtpInput): update internalValue on paste
  • c58f02a fix(VOtpInput): update the otp when value changes (#14460)
  • 74ec950 fix(VTabs): correctly set active state with exact prop (#14500)
  • 03e683f fix(VNavigationDrawer): always bind mouseover events (#14523)
  • 8fd3510 fix(VSelect): Do not keep null items when filtering duplicates (#14464)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.1 to 2.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuetifyjs/vuetify/releases">vuetify's releases</a>.</em></p> <blockquote> <h2>v2.6.2</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>application:</strong> allow use of multiple drawers (<a href="https://github.com/vuetifyjs/vuetify/issues/14450">#14450</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/85a1186331583e05c82ca7f1d1833029ca35a9bc">85a1186</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13665">#13665</a></li> <li><strong>types:</strong> add missing VOtpInput export in lib.d.ts (<a href="https://github.com/vuetifyjs/vuetify/issues/14497">#14497</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/00f3f0aa05caf4b8d53fb8d7187ac4216a198011">00f3f0a</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14496">#14496</a></li> <li><strong>VBottomNavigation:</strong> only calculate isActive state when using hideOnScroll (<a href="https://github.com/vuetifyjs/vuetify/commit/f58afb4f17bfb4c1c696af39c4658f96f7697258">f58afb4</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/11640">#11640</a></li> <li><strong>VCombobox:</strong> don't reset search when cleared (<a href="https://github.com/vuetifyjs/vuetify/issues/14531">#14531</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/79cd41d4399371ba3943dc48f6f2a1b0f6b2cd3b">79cd41d</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14507">#14507</a></li> <li><strong>VMenu:</strong> don't add button role with openOnHover (<a href="https://github.com/vuetifyjs/vuetify/commit/24ccd8810008d8878649ad1e27301d8bb257bf6e">24ccd88</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14377">#14377</a></li> <li><strong>VNavigationDrawer:</strong> always bind mouseover events (<a href="https://github.com/vuetifyjs/vuetify/issues/14523">#14523</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/03e683f286e652b942b83a817cecc080d4c4a6eb">03e683f</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13309">#13309</a></li> <li><strong>VOtpInput:</strong> update internalValue on paste (<a href="https://github.com/vuetifyjs/vuetify/commit/bab2fa23488eb815c6b20a8ad122c5b3bf4fb4b7">bab2fa2</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14536">#14536</a></li> <li><strong>VOtpInput:</strong> update the <code>otp</code> when <code>value</code> changes (<a href="https://github.com/vuetifyjs/vuetify/issues/14460">#14460</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/c58f02a4da36c79c136fefbbfbdcdb357a2f70d0">c58f02a</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14437">#14437</a></li> <li><strong>VSelect:</strong> Do not keep null items when filtering duplicates (<a href="https://github.com/vuetifyjs/vuetify/issues/14464">#14464</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/8fd35106fd3adc91fa8d063683cd2e79890fccca">8fd3510</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14421">#14421</a></li> <li><strong>VSlideGroup:</strong> account for inverted RTL scrolling (<a href="https://github.com/vuetifyjs/vuetify/commit/092fcebb88b2163c12ec16240084e0e7b34bb4bb">092fceb</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14529">#14529</a></li> <li><strong>VSlideGroup:</strong> skip width update if destroyed (<a href="https://github.com/vuetifyjs/vuetify/commit/1bb1455660e5863cecb8f012019b8591994bbbbb">1bb1455</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14470">#14470</a></li> <li><strong>VStepper:</strong> editable step tab navigation (<a href="https://github.com/vuetifyjs/vuetify/issues/14036">#14036</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/256fa93db584a0c9cfc1137596b65aedf89999a0">256fa93</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14022">#14022</a></li> <li><strong>VTabs:</strong> correctly set active state with exact prop (<a href="https://github.com/vuetifyjs/vuetify/issues/14500">#14500</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/74ec950fa81441178b1e8fac60630d98fd6089ba">74ec950</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14431">#14431</a> <a href="https://github.com/vuetifyjs/vuetify/issues/14459">#14459</a></li> <li><strong>VTextarea:</strong> apply correct input styles with solo-inverted prop (<a href="https://github.com/vuetifyjs/vuetify/commit/ea960843c449fbb02ff9c3686c94720ba943f071">ea96084</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/11848">#11848</a></li> <li><strong>VTooltip:</strong> allow disabling openOnClick/openOnFocus (<a href="https://github.com/vuetifyjs/vuetify/commit/28a64c4d0e3b01ba0a6b7d79f285561e084f12f8">28a64c4</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14444">#14444</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/35d59f42026f02920e1a89e128aa75bb90e4aaa1"><code>35d59f4</code></a> chore(release): publish v2.6.2</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/092fcebb88b2163c12ec16240084e0e7b34bb4bb"><code>092fceb</code></a> fix(VSlideGroup): account for inverted RTL scrolling</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/24ccd8810008d8878649ad1e27301d8bb257bf6e"><code>24ccd88</code></a> fix(VMenu): don't add button role with openOnHover</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/28a64c4d0e3b01ba0a6b7d79f285561e084f12f8"><code>28a64c4</code></a> fix(VTooltip): allow disabling openOnClick/openOnFocus</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/79cd41d4399371ba3943dc48f6f2a1b0f6b2cd3b"><code>79cd41d</code></a> fix(VCombobox): don't reset search when cleared (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14531">#14531</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/bab2fa23488eb815c6b20a8ad122c5b3bf4fb4b7"><code>bab2fa2</code></a> fix(VOtpInput): update internalValue on paste</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/c58f02a4da36c79c136fefbbfbdcdb357a2f70d0"><code>c58f02a</code></a> fix(VOtpInput): update the <code>otp</code> when <code>value</code> changes (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14460">#14460</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/74ec950fa81441178b1e8fac60630d98fd6089ba"><code>74ec950</code></a> fix(VTabs): correctly set active state with exact prop (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14500">#14500</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/03e683f286e652b942b83a817cecc080d4c4a6eb"><code>03e683f</code></a> fix(VNavigationDrawer): always bind mouseover events (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14523">#14523</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/8fd35106fd3adc91fa8d063683cd2e79890fccca"><code>8fd3510</code></a> fix(VSelect): Do not keep null items when filtering duplicates (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14464">#14464</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.6.2/packages/vuetify">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2021-12-29 06:27:57 +00:00 (Migrated from gitlab.com)

mentioned in commit 5ca3ccf9de

mentioned in commit 5ca3ccf9dead459ced3d78db8840010cde8e34e0
argoyle (Migrated from gitlab.com) merged commit 5ca3ccf9de into master 2021-12-29 06:27:58 +00:00
Sign in to join this conversation.