Skip to content

fix(deps): bump vuetify from 3.1.6 to 3.2.2#81

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vuetify-3.2.2
Closed

fix(deps): bump vuetify from 3.1.6 to 3.2.2#81
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vuetify-3.2.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2023

Bumps vuetify from 3.1.6 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 3.1.6 to 3.2.2.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.2.2/packages/vuetify)

---
updated-dependencies:
- dependency-name: vuetify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 3, 2023
@vercel
Copy link

vercel bot commented May 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
line-message-validator ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 3, 2023 1:10am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 10, 2023

Superseded by #82.

@dependabot dependabot bot closed this May 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vuetify-3.2.2 branch May 10, 2023 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant