Build(deps): bump vuetify from 2.6.6 to 2.6.7 #440

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vuetify-2.6.7 into master 2022-06-30 06:07:06 +00:00
argoyle commented 2022-06-30 04:45:19 +00:00 (Migrated from gitlab.com)

Bumps vuetify from 2.6.6 to 2.6.7.

Release notes

Sourced from vuetify's releases.

v2.6.7

🔧 Bug Fixes

Commits
  • b52e48b chore(release): publish v2.6.7
  • 969aba4 fix(VSelect): allow keyboard selection of items with value 0
  • ffbaae1 fix(VDialog): focus on internal content when shown (#14584)
  • 621f273 fix(styles): resolve css validation errors
  • 817df79 fix(VList): don't trigger keyboard events on disabled items (#15339)
  • ff519c6 fix(VTabs): use ResizeObserver if available
  • 760490d fix(VInput): allow text selection in disabled inputs (#14465)
  • 3115798 fix(VRadio): use correct disabled color for icons
  • 27ba2c9 fix(VTimeline): disable arrow shadow on clickable cards
  • 8c67ed8 fix(VOtpInput): support paste and autofill on mobile
  • See full diff 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.6 to 2.6.7. <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.7</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>styles:</strong> resolve css validation errors (<a href="https://github.com/vuetifyjs/vuetify/commit/621f273bc1608038184255f57b10671dab2a031d">621f273</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/15320">#15320</a></li> <li><strong>VDialog:</strong> focus on internal content when shown (<a href="https://github.com/vuetifyjs/vuetify/issues/14584">#14584</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/ffbaae129d36e40bb2926914f2960b09370befb2">ffbaae1</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14581">#14581</a></li> <li><strong>VInput:</strong> allow text selection in disabled inputs (<a href="https://github.com/vuetifyjs/vuetify/issues/14465">#14465</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/760490da75fc531fca9edcd4ef308f2698ba02aa">760490d</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14238">#14238</a></li> <li><strong>VList:</strong> don't trigger keyboard events on disabled items (<a href="https://github.com/vuetifyjs/vuetify/issues/15339">#15339</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/817df79726167fc547a86f1d7c0017080aa1a7e5">817df79</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/15322">#15322</a></li> <li><strong>VOtpInput:</strong> support paste and autofill on mobile (<a href="https://github.com/vuetifyjs/vuetify/commit/8c67ed8cf96334a86c6f087b7abfa845992098a2">8c67ed8</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14801">#14801</a></li> <li><strong>VRadio:</strong> use correct disabled color for icons (<a href="https://github.com/vuetifyjs/vuetify/commit/31157988d61373af86c015e9e77ed7806b54b658">3115798</a>)</li> <li><strong>VSelect:</strong> allow keyboard selection of items with value 0 (<a href="https://github.com/vuetifyjs/vuetify/commit/969aba42229275bd1d703d8c51890674105ac6c2">969aba4</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/15166">#15166</a></li> <li><strong>VTabs:</strong> use ResizeObserver if available (<a href="https://github.com/vuetifyjs/vuetify/commit/ff519c6121cc995069caba9b232c216633d6f801">ff519c6</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/4733">#4733</a> <a href="https://github.com/vuetifyjs/vuetify/issues/10455">#10455</a> <a href="https://github.com/vuetifyjs/vuetify/issues/12783">#12783</a> <a href="https://github.com/vuetifyjs/vuetify/issues/14195">#14195</a> <a href="https://github.com/vuetifyjs/vuetify/issues/15316">#15316</a></li> <li><strong>VTimeline:</strong> disable arrow shadow on clickable cards (<a href="https://github.com/vuetifyjs/vuetify/commit/27ba2c9b7663ce70a35556a3c4336fec44f87605">27ba2c9</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14193">#14193</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/b52e48bc60b126f0172e36df28c008de157d1f61"><code>b52e48b</code></a> chore(release): publish v2.6.7</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/969aba42229275bd1d703d8c51890674105ac6c2"><code>969aba4</code></a> fix(VSelect): allow keyboard selection of items with value 0</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/ffbaae129d36e40bb2926914f2960b09370befb2"><code>ffbaae1</code></a> fix(VDialog): focus on internal content when shown (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14584">#14584</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/621f273bc1608038184255f57b10671dab2a031d"><code>621f273</code></a> fix(styles): resolve css validation errors</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/817df79726167fc547a86f1d7c0017080aa1a7e5"><code>817df79</code></a> fix(VList): don't trigger keyboard events on disabled items (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/15339">#15339</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/ff519c6121cc995069caba9b232c216633d6f801"><code>ff519c6</code></a> fix(VTabs): use ResizeObserver if available</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/760490da75fc531fca9edcd4ef308f2698ba02aa"><code>760490d</code></a> fix(VInput): allow text selection in disabled inputs (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14465">#14465</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/31157988d61373af86c015e9e77ed7806b54b658"><code>3115798</code></a> fix(VRadio): use correct disabled color for icons</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/27ba2c9b7663ce70a35556a3c4336fec44f87605"><code>27ba2c9</code></a> fix(VTimeline): disable arrow shadow on clickable cards</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/8c67ed8cf96334a86c6f087b7abfa845992098a2"><code>8c67ed8</code></a> fix(VOtpInput): support paste and autofill on mobile</li> <li>See full diff in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.6.7/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 (Migrated from gitlab.com) merged commit into master 2022-06-30 06:07:06 +00:00
Sign in to join this conversation.