jooy2 / vutron

💚 Quick Start Templates for Vite + Electron + Vue 3 + Vuetify + TypeScript. Vutron is a preconfigured template for developing Electron cross-platform desktop apps. It uses Vue 3 and allows you to build a fast development environment with little effort.
https://vutron.cdget.com
MIT License
253 stars 21 forks source link

build(deps): bump vuetify from 3.3.17 to 3.3.19 #156

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps vuetify from 3.3.17 to 3.3.19.

Release notes

Sourced from vuetify's releases.

v3.3.19

:wrench: Bug Fixes

  • VList: spread itemProps on VListItem (633356d)

:test_tube: Labs

  • VDataTable: display loading-text if provided (deb7683), closes #18335

v3.3.18

⚠️ There was a bug found related to list items that shipped with this release. Reference this for patch notes but please install v3.3.19.

:wrench: Bug Fixes

:test_tube: Labs

BREAKING CHANGES

  • VDataTable: Slot props have changed. item is now the original item object, item.raw and item.columns have moved to a new internalItem property. You can fix this with find+replace, just make sure to leave item.raw on select/autocomplete/combobox as that remains unchanged.
Commits
  • 9fac5ca chore(release): publish v3.3.19
  • 633356d fix(VList): spread itemProps on VListItem
  • deb7683 fix(VDataTable): display loading-text if provided
  • ad7a8dc chore(release): publish v3.3.18
  • b13e7f9 fix(VTimeline): prevent divider gap with truncate-line (#18160)
  • a7bdff2 chore: fix failing test
  • ffb1c80 fix(VList): respect return-object in list items (#18325)
  • 497254a fix(VTimeline): horizontal timeline alignment (#18324)
  • fdbd59a fix(VBottomSheet): apply class and style props (#18321)
  • 8286b21 feat(VDataTable): allow columns with no id, alias id to value if not set
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 1 year ago

Looks like vuetify is up-to-date now, so this is no longer needed.