naeruru / mimiuchi

a free, customizable, osc capable speech-to-text interface for relaying text to different types of applications
https://mimiuchi.com
GNU General Public License v3.0
41 stars 4 forks source link

Bump vuetify from 3.0.0-beta.9 to 3.0.0-beta.11 #2

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps vuetify from 3.0.0-beta.9 to 3.0.0-beta.11.

Release notes

Sourced from vuetify's releases.

v3.0.0-beta.11

:rocket: Features

  • proxiedModel: require event binding for controlled model (#15776) a01de65, closes #15776
  • routing: add exact prop to routable components 50733a3
  • VAvatar: add variant support (#15717) a6fc62b, closes #15717
  • VBtn: inherit active route state b1b1740, closes #8172
  • VTimeline: add justify prop (#15715) ea5a7eb, closes #15715 #15681

:wrench: Bug Fixes

  • aliases: store original name for use in getCurrentInstance e265b01
  • VBtn: use sizeStyles 4cefc67, closes #15746
  • VCarousel: add index to delimiters aria-label 06e3943
  • VCarousel: use correct active class 6ea4348, closes #15769
  • reset prop defaults scope to root in VDialog and VMenu 26c6a37, closes #15777
  • VDialog: default to 100% width 6468859, closes #14766 #15403
  • VDialog: don't try to focus tabindex="-1" or hidden inputs b8369a9, closes #15745
  • VField: center input when singleLine or no label (#15750) 53d5d7e, closes #15750 #15610
  • VField: increase specificity for prepended start padding 0632063
  • VField: input placeholder opacity (#15739) ef5bb3e, closes #15739
  • VFileInput: always render dummy input element 011aa46, closes #15484
  • VImg: don't reuse vnodes 3c071db, closes #15724
  • VOverlay: don't close openOnHover+scrim until content is hovered 63130d0, closes #15738
  • VPagination: ignore transform when calculating item width 299b164, closes #15773
  • VPagination: prevent duplicate keys warning a105dd2
  • VRadioGroup: correct label location 6d1a0df, closes #15680
  • VSelect: don't pass internal model to validation rules (#15766) 4a1589d, closes #15766 #15765
  • VSlider: support fractional ticks c3233e1, closes #15751
  • VTextarea: align hint text with VTextField 428d6f3, closes #15618
  • VToolbar: only apply scrollbar offset padding to fixed app-bar 5c02627
  • generate types for all components ca76c4f, closes #15699

:microscope: Code Refactoring

  • VImg: replace h() with jsx 8230319

BREAKING CHANGES

  • routing: to is now matched with isActive instead of isExactActive, use exact to restore previous behaviour
  • proxiedModel: model props will now simply set an initial value if the corresponding update: event is not also bound. To have a readonly value you can use an empty event handler like model-value="foo" @update:model-value=""
  • VDialog: default width is now 100% like in v2, use width="auto" to restore previous behaviour
  • VBtn: to will now be highlighted if the route is active, use :active="false" to prevent this

v3.0.0-beta.10

:wrench: Bug Fixes

... (truncated)

Commits
  • faf6671 chore(release): publish v3.0.0-beta.11
  • b1b1740 feat(VBtn): inherit active route state
  • 50733a3 feat(routing): add exact prop to routable components
  • 6468859 fix(VDialog): default to 100% width
  • 06e3943 fix(VCarousel): add index to delimiters aria-label
  • 6ea4348 fix(VCarousel): use correct active class
  • 26c6a37 fix: reset prop defaults scope to root in VDialog and VMenu
  • 5c02627 fix(VToolbar): only apply scrollbar offset padding to fixed app-bar
  • 299b164 fix(VPagination): ignore transform when calculating item width
  • aae5924 fix(VDialog): limit content width to 100%
  • 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)
github-actions[bot] commented 2 years ago

👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions. The complete list of files we can't accept are:

You'll need to revert all of the files you changed in that list using GitHub Desktop or git checkout origin/main <file name>. Once you get those files reverted, we can continue with the review process. :octocat:

More discussion:

dependabot[bot] commented 1 year ago

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