Skip to content

fix(deps): bump vuetify from 3.1.6 to 3.2.1#78

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2023

Bumps vuetify from 3.1.6 to 3.2.1.

Release notes

Sourced from vuetify's releases.

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',
},
},
})

The same is possible for virtual components as well. Simply alias a core component and reference it by its name in the config object:

import { createVuetify } from 'vuetify'
import { VBtn } from 'vuetify/components/VBtn'
export default createVuetify({
aliases: {
MyBtn: VBtn,
},
defaults: {
MyBtn: {
color: 'primary',
class: 'my-btn',
variant: 'tonal',
},
},
</tr></table>

... (truncated)

Commits
  • 1e016a9 chore(release): publish v3.2.1
  • 9b7b7b9 feat(defaults): simplify useDefaults usage
  • 6c96c3a chore(release): publish v3.2.0
  • eb00082 fix(defaults): remove required default and add chain operator
  • 35b9411 fix(types): change update:focused event type to boolean (#17237)
  • c3f79aa fix(VVirtualScroll): reuse existing elements
  • 760ac21 feat(VVirtualScroll): remove visibleItems prop
  • 9f12b0f fix(VVirtualScroll): correct midpoint calculation
  • 78853f5 chore: fix build error
  • 64a361c chore: move playgrounds into dedicated folder
  • 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.1.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.2.1/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 Apr 28, 2023
@dependabot dependabot bot requested a review from inoue2002 April 28, 2023 01:04
@vercel
Copy link

vercel bot commented Apr 28, 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 Apr 28, 2023 1:04am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2023

Superseded by #81.

@dependabot dependabot bot closed this May 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vuetify-3.2.1 branch May 3, 2023 01:07
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