Build(deps): bump vuetify from 2.6.15 to 3.2.2 #1152

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vuetify-3.2.2 into master
argoyle commented 2023-05-08 19:08:05 +00:00 (Migrated from gitlab.com)

Bumps vuetify from 2.6.15 to 3.2.2.

Release notes

Sourced from vuetify's releases.

v3.2.2

🔧 Bug Fixes

  • inputs: pass active prop to VField (b7cbf1b)
  • types: re-export DateInstance interface (4fa3c60), closes #17242
  • VAppBar: correct fade-image ratio, inverted behavior (2d579b5)
  • VAppBarNavIcon: use makeBtnProps, set default variant (5b25057)
  • VAutocomplete: remove selected item when deleting search (#17100) (66e7ee4), closes #17019
  • VAutocomplete: hide chip when focused single select (e5cc426), closes #16186 #17208
  • VDataTable: switch page if beyond page count (a6f9e3e), closes #17226
  • VDataTable: checkbox vertical alignment (96f8a9e), closes #17235
  • VIcon: default slot reactivity (78bb19f), closes #17266
  • VNavigationDrawer: remove inset styles from scrim (d345a6a), closes #16261
  • VSelect: render prependIcon in items (e900eac), closes #17247
  • VSelects: prevent menu from opening when closing chips (7805988), closes #17253
  • VSheet: add missing positions (875fcd4), closes #17249

🔬 Code Refactoring

  • VBtn: explicitly define onClick function (633f0b1)

v3.2.1

🚀 Features

  • defaults: simplify useDefaults usage (9b7b7b9)

v3.2.0

Welcome to the v3.2 release of Vuetify! The team has been hard at work on some exciting new updates and we're excited to finally get it into your hands!

Orion has a huge focus on improving the defaults engine and giving users more tools to customize their application. We started by adding support for global class and style defaults; then hooked it up to virtual components.

For example, you can set the default class for all v-btn components to be my-btn:

import { createVuetify } from 'vuetify'

export default createVuetify({ defaults: { VBtn: { class: 'my-btn', }, }, </tr></table>

... (truncated)

Commits
  • d57187a chore(release): publish v3.2.2
  • 78bb19f fix(VIcon): default slot reactivity
  • 66e7ee4 fix(VAutocomplete): remove selected item when deleting search (#17100)
  • 875fcd4 fix(VSheet): add missing positions
  • 15f912e chore(VSelects): re-order imports
  • b7cbf1b fix(inputs): pass active prop to VField
  • e900eac fix(VSelect): render prependIcon in items
  • d345a6a fix(VNavigationDrawer): remove inset styles from scrim
  • ea566b1 test(VCheckboxBtn): fix failing cypress test
  • d495215 chore(dev): move playground template to correct location
  • 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.15 to 3.2.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>v3.2.2</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>inputs:</strong> pass active prop to VField (<a href="https://github.com/vuetifyjs/vuetify/commit/b7cbf1ba795fc3ce70aed45cf3b55a6373301a94">b7cbf1b</a>)</li> <li><strong>types:</strong> re-export DateInstance interface (<a href="https://github.com/vuetifyjs/vuetify/commit/4fa3c60d504b6b03e4b925b067cb3e905343035a">4fa3c60</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17242">#17242</a></li> <li><strong>VAppBar:</strong> correct fade-image ratio, inverted behavior (<a href="https://github.com/vuetifyjs/vuetify/commit/2d579b5ce850f1b0c7ec48d30b31333aa0b3ffa1">2d579b5</a>)</li> <li><strong>VAppBarNavIcon:</strong> use makeBtnProps, set default variant (<a href="https://github.com/vuetifyjs/vuetify/commit/5b25057a5659797815af11b97ee7c0a3fe566e4b">5b25057</a>)</li> <li><strong>VAutocomplete:</strong> remove selected item when deleting search (<a href="https://github.com/vuetifyjs/vuetify/issues/17100">#17100</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/66e7ee41ad2f389cd888a199e7abc10b42e9de29">66e7ee4</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17019">#17019</a></li> <li><strong>VAutocomplete:</strong> hide chip when focused single select (<a href="https://github.com/vuetifyjs/vuetify/commit/e5cc42603b976e0d1182e9f3142a9a68dfdc7375">e5cc426</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/16186">#16186</a> <a href="https://github.com/vuetifyjs/vuetify/issues/17208">#17208</a></li> <li><strong>VDataTable:</strong> switch page if beyond page count (<a href="https://github.com/vuetifyjs/vuetify/commit/a6f9e3e3601b48acff2eba9733837c2d666974cb">a6f9e3e</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17226">#17226</a></li> <li><strong>VDataTable:</strong> checkbox vertical alignment (<a href="https://github.com/vuetifyjs/vuetify/commit/96f8a9e725f4afb8b73cbe11e138848c4e06d8d5">96f8a9e</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17235">#17235</a></li> <li><strong>VIcon:</strong> default slot reactivity (<a href="https://github.com/vuetifyjs/vuetify/commit/78bb19f6f8362cacccb3bd2e7d94210fb257d0f3">78bb19f</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17266">#17266</a></li> <li><strong>VNavigationDrawer:</strong> remove inset styles from scrim (<a href="https://github.com/vuetifyjs/vuetify/commit/d345a6ab7bb222782cf51bdd4d6dabe8d1230013">d345a6a</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/16261">#16261</a></li> <li><strong>VSelect:</strong> render prependIcon in items (<a href="https://github.com/vuetifyjs/vuetify/commit/e900eacd6011afcba820a9073d866c3d7f0e8aac">e900eac</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17247">#17247</a></li> <li><strong>VSelects:</strong> prevent menu from opening when closing chips (<a href="https://github.com/vuetifyjs/vuetify/commit/7805988c502ca58c7056304427b21eb448ab20dc">7805988</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17253">#17253</a></li> <li><strong>VSheet:</strong> add missing positions (<a href="https://github.com/vuetifyjs/vuetify/commit/875fcd4aeff40e89cc0890a62c5592dcea72c3be">875fcd4</a>), closes <a href="https://github.com/vuetifyjs/vuetify/issues/17249">#17249</a></li> </ul> <h3>:microscope: Code Refactoring</h3> <ul> <li><strong>VBtn:</strong> explicitly define onClick function (<a href="https://github.com/vuetifyjs/vuetify/commit/633f0b182db64c7deb90f665d92f35425921a437">633f0b1</a>)</li> </ul> <h2>v3.2.1</h2> <h3>:rocket: Features</h3> <ul> <li><strong>defaults:</strong> simplify useDefaults usage (<a href="https://github.com/vuetifyjs/vuetify/commit/9b7b7b95eb302e89b6c1eee5c9f72be759d64f33">9b7b7b9</a>)</li> </ul> <h2>v3.2.0</h2> <!-- raw HTML omitted --> <p>Welcome to the v3.2 release of Vuetify! The team has been hard at work on some exciting new updates and we're excited to finally get it into your hands!</p> <p>Orion has a huge focus on improving the defaults engine and giving users more tools to customize their application. We started by adding support for global class and style defaults; then hooked it up to virtual components.</p> <p>For example, you can set the default class for all <code>v-btn</code> components to be <code>my-btn</code>:</p> <pre lang="js"><code>import { createVuetify } from 'vuetify' <p>export default createVuetify({ defaults: { VBtn: { class: 'my-btn', }, }, &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/d57187aa9c12c2b0cba165b3d02d77118c410267"><code>d57187a</code></a> chore(release): publish v3.2.2</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/78bb19f6f8362cacccb3bd2e7d94210fb257d0f3"><code>78bb19f</code></a> fix(VIcon): default slot reactivity</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/66e7ee41ad2f389cd888a199e7abc10b42e9de29"><code>66e7ee4</code></a> fix(VAutocomplete): remove selected item when deleting search (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/17100">#17100</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/875fcd4aeff40e89cc0890a62c5592dcea72c3be"><code>875fcd4</code></a> fix(VSheet): add missing positions</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/15f912eebb37364efb9a48a957d96ed72d16a10e"><code>15f912e</code></a> chore(VSelects): re-order imports</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/b7cbf1ba795fc3ce70aed45cf3b55a6373301a94"><code>b7cbf1b</code></a> fix(inputs): pass active prop to VField</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/e900eacd6011afcba820a9073d866c3d7f0e8aac"><code>e900eac</code></a> fix(VSelect): render prependIcon in items</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/d345a6ab7bb222782cf51bdd4d6dabe8d1230013"><code>d345a6a</code></a> fix(VNavigationDrawer): remove inset styles from scrim</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/ea566b1ca201c2ddc1dd0b16d56b8e6b5d35ae6b"><code>ea566b1</code></a> test(VCheckboxBtn): fix failing cypress test</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/d495215713bd3cd8c3f730969088979899248491"><code>d495215</code></a> chore(dev): move playground template to correct location</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v3.2.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 (Migrated from gitlab.com) closed this pull request 2023-05-08 19:10:46 +00:00
argoyle commented 2023-05-08 19:10:48 +00:00 (Migrated from gitlab.com)

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.
Sign in to join this conversation.