Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

chore(deps): bump vuetify from 2.6.12 to 3.3.1 in /client #1471

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps vuetify from 2.6.12 to 3.3.1.

Release notes

Sourced from vuetify's releases.

v3.3.1

🔧 Bug Fixes

  • sass: declare all variables with !default (2e4f59a)
  • types: remove redundant slot types (#17418) (52016ee)
  • types: add exports entry for moduleResolution=bundler (89ac54c)
  • VField: forward VInput sass variables (75e0472), closes #17419
  • VInput: always show explicit errorMessages (1740693), closes #17420
  • VSlider: only target direct children (14a92ac), closes #17430

🧪 Labs

  • VDataTable: add item-selectable and select-strategy props (6348e9a)
  • VDataTable: set item-value default value to "id" (50dcd93), closes #17422

v3.3.0

Welcome to the v3.3.0 release of Vuetify!

This MINOR release is meant to coincide with Vue v3.3 and includes a few new features and bug fixes.

The v-bottom-sheet component has hit labs and is ready for testing:

bottom sheets

It is a modified version of v-dialog that extends from the bottom of the screen.

The group composable's model now respects selection order:

group selection order

We cleaned up the Forms validation documentation and added greater control over when an input is validated.

form validation

The new lazy option skips validation on mount allowing you to avoid unnecessary rule invocation.

The following is a table of the different validation options:

validate-on= "input" "blur" "submit" "lazy"
On mount
On input *
On blur *
On submit *

*Uses the behavior of whatever it's combined with.

In addition, we ported over auto-select-first from v2, added loading indicators to all Data Table variants, and added Data Iterators to labs.

... (truncated)

Commits
  • 6ff79db chore(release): publish v3.3.1
  • 1740693 fix(VInput): always show explicit errorMessages
  • 14a92ac fix(VSlider): only target direct children
  • 52016ee fix(types): remove redundant slot types (#17418)
  • 50dcd93 fix(VDataTable): set item-value default value to "id"
  • 75e0472 fix(VField): forward VInput sass variables
  • 2e4f59a fix(sass): declare all variables with !default
  • 6348e9a feat(VDataTable): add item-selectable and select-strategy props
  • 89ac54c fix(types): add exports entry for moduleResolution=bundler
  • f1d452f chore(release): publish v3.3.0
  • 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 2.6.12 to 3.3.1.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.3.1/packages/vuetify)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants