Build(deps): bump vuetify from 2.5.12 to 2.5.14 #110

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vuetify-2.5.14 into master 2021-11-09 20:11:52 +00:00
argoyle commented 2021-11-09 19:25:23 +00:00 (Migrated from gitlab.com)

Bumps vuetify from 2.5.12 to 2.5.14.

Release notes

Sourced from vuetify's releases.

v2.5.14

🔧 Bug Fixes

  • directives: null check handlers on unbind (0eec92f), closes #14390
  • VSelect: don't select dividers or headers on arrow press (13f08b6), closes #14372
  • VTextField: set label dimensions on mount (6e3d83f), closes #14391

v2.5.13

🔧 Bug Fixes

  • directives: remove listeners if bound multiple times to one element (64c254f), closes #13701 #14386
  • transitions: don't remove display style afterLeave (99f77d9), closes #14312
  • VCalendar: resolve drag drop issue on firefox (#14385) (2d63881), closes #14243
  • VDialog: allow scrolling <select multiple> in safari (0ca7d0d), closes #9470
  • VDialog: support horizontal scrolling (bc82074), closes #3765
  • VOverlay: passthrough native events (6e2f6cd), closes #11326
  • VRadioGroup: passthrough custom attributes (75e0ecc), closes #10704
  • VRangeSlider: allow both thumbs to be set to the same value (2aedfc5), closes #13738
  • VTabs: don't try to reactivate inactive tabs (c41b5bf), closes #14387
Commits
  • a1f7e06 chore(release): publish v2.5.14
  • 13f08b6 fix(VSelect): don't select dividers or headers on arrow press
  • 6e3d83f fix(VTextField): set label dimensions on mount
  • 0eec92f fix(directives): null check handlers on unbind
  • 836d4fb chore(release): publish v2.5.13
  • 2aedfc5 fix(VRangeSlider): allow both thumbs to be set to the same value
  • bc82074 fix(VDialog): support horizontal scrolling
  • 99f77d9 fix(transitions): don't remove display style afterLeave
  • 0ca7d0d fix(VDialog): allow scrolling <select multiple> in safari
  • 75e0ecc fix(VRadioGroup): passthrough custom attributes
  • 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.5.12 to 2.5.14. <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.5.14</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>directives:</strong> null check handlers on unbind (<a href="https://github.com/vuetifyjs/vuetify/commit/0eec92f01610c0757bc081afd17959599ffebf60">0eec92f</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14390">#14390</a></li> <li><strong>VSelect:</strong> don't select dividers or headers on arrow press (<a href="https://github.com/vuetifyjs/vuetify/commit/13f08b650805869e7bdcecb642ffe852cd41f5eb">13f08b6</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14372">#14372</a></li> <li><strong>VTextField:</strong> set label dimensions on mount (<a href="https://github.com/vuetifyjs/vuetify/commit/6e3d83f24c15bf02e120e6ee1244018dfeb78c73">6e3d83f</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14391">#14391</a></li> </ul> <h2>v2.5.13</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>directives:</strong> remove listeners if bound multiple times to one element (<a href="https://github.com/vuetifyjs/vuetify/commit/64c254fce2af2d6059d107f6ace8d8320ba44382">64c254f</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13701">#13701</a> <a href="https://github.com/vuetifyjs/vuetify/issues/14386">#14386</a></li> <li><strong>transitions:</strong> don't remove display style afterLeave (<a href="https://github.com/vuetifyjs/vuetify/commit/99f77d9dd37f624078678a6a2dfde789e54789ea">99f77d9</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14312">#14312</a></li> <li><strong>VCalendar:</strong> resolve drag drop issue on firefox (<a href="https://github.com/vuetifyjs/vuetify/issues/14385">#14385</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/2d63881f4d03e3f7d031725251a7c5e8b147263c">2d63881</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14243">#14243</a></li> <li><strong>VDialog:</strong> allow scrolling <code>&lt;select multiple&gt;</code> in safari (<a href="https://github.com/vuetifyjs/vuetify/commit/0ca7d0dd893ee878c2608c68259a1abd5a1fafbb">0ca7d0d</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/9470">#9470</a></li> <li><strong>VDialog:</strong> support horizontal scrolling (<a href="https://github.com/vuetifyjs/vuetify/commit/bc82074dfdd5d3174e7fefdac7b752312eb872cb">bc82074</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/3765">#3765</a></li> <li><strong>VOverlay:</strong> passthrough native events (<a href="https://github.com/vuetifyjs/vuetify/commit/6e2f6cdd7e07dcb4b550e382a30b9254f73ead35">6e2f6cd</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/11326">#11326</a></li> <li><strong>VRadioGroup:</strong> passthrough custom attributes (<a href="https://github.com/vuetifyjs/vuetify/commit/75e0ecc3a70af419ec66c80dcaf13ec5547e0a69">75e0ecc</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/10704">#10704</a></li> <li><strong>VRangeSlider:</strong> allow both thumbs to be set to the same value (<a href="https://github.com/vuetifyjs/vuetify/commit/2aedfc535199931208f68d2881de94ea5d119e84">2aedfc5</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/13738">#13738</a></li> <li><strong>VTabs:</strong> don't try to reactivate inactive tabs (<a href="https://github.com/vuetifyjs/vuetify/commit/c41b5bfac869ac99c20844211fcfb004c7b46536">c41b5bf</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/14387">#14387</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/a1f7e067a524ec1e3064617cbe74dc666e8e3a19"><code>a1f7e06</code></a> chore(release): publish v2.5.14</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/13f08b650805869e7bdcecb642ffe852cd41f5eb"><code>13f08b6</code></a> fix(VSelect): don't select dividers or headers on arrow press</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/6e3d83f24c15bf02e120e6ee1244018dfeb78c73"><code>6e3d83f</code></a> fix(VTextField): set label dimensions on mount</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/0eec92f01610c0757bc081afd17959599ffebf60"><code>0eec92f</code></a> fix(directives): null check handlers on unbind</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/836d4fb5073abc0d18595377cec1427fd207fce1"><code>836d4fb</code></a> chore(release): publish v2.5.13</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/2aedfc535199931208f68d2881de94ea5d119e84"><code>2aedfc5</code></a> fix(VRangeSlider): allow both thumbs to be set to the same value</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/bc82074dfdd5d3174e7fefdac7b752312eb872cb"><code>bc82074</code></a> fix(VDialog): support horizontal scrolling</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/99f77d9dd37f624078678a6a2dfde789e54789ea"><code>99f77d9</code></a> fix(transitions): don't remove display style afterLeave</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/0ca7d0dd893ee878c2608c68259a1abd5a1fafbb"><code>0ca7d0d</code></a> fix(VDialog): allow scrolling &lt;select multiple&gt; in safari</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/75e0ecc3a70af419ec66c80dcaf13ec5547e0a69"><code>75e0ecc</code></a> fix(VRadioGroup): passthrough custom attributes</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.5.14/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-11-09 19:25:24 +00:00 (Migrated from gitlab.com)

mentioned in merge request !52

mentioned in merge request !52
argoyle commented 2021-11-09 20:11:52 +00:00 (Migrated from gitlab.com)

mentioned in commit 66315c9ac0

mentioned in commit 66315c9ac0784a744e4fe429cbb5b19f24889a5e
argoyle (Migrated from gitlab.com) merged commit 66315c9ac0 into master 2021-11-09 20:11:52 +00:00
Sign in to join this conversation.