Skip to content

fix(deps): bump vuetify from 3.1.6 to 3.2.3#82

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps vuetify from 3.1.6 to 3.2.3.

Release notes

Sourced from vuetify's releases.

v3.2.3

🔧 Bug Fixes

  • click-outside: ignore mousedown from before element exists (cd88563), closes #16684
  • forwardRefs: include forwarded elements in instance type (6fd1a13), closes #17299
  • framework: remove components index imports (a6ed4c3)
  • locale: add rtl classes to components (bc0436d), closes #16586
  • theme: correct emphasis opacity in default dark theme (#17279) (1f6b2b3)
  • VAutocomplete: hide selection slot when focused (#17294) (6885b43), closes #17291
  • VAutocomplete/VCombobox: reset selection index on blur (516c306)
  • VChip: overflow text in chip selections (#17283) (0a681c8), closes #16472
  • VColorPicker: don't display 0 alpha as 1 (#17323) (6f67aad), closes #17322
  • VExpansionPanel: remove duplicate aria-expanded (#17284) (94335b1), closes #15514
  • VNavigationDrawer: account for VOverlay body offset when sticky (c45cc65)
  • VOverlay: initialise position to top left with fixed activator (de08cb5)
  • VOverlay: subtract body scroll from contentBox (b7e3da6), closes #16770
  • VSelect: replace onfocusout with onAfterleave (#17218) (36e75c2), closes #17214

🧪 Labs

  • date: allow passing already constructed DateInstance (507d87e), closes #17293
  • VInfiniteScroll: add tag prop (24614e5), closes #17311

🔬 Code Refactoring

  • framework: convert all component props to factory functions (#17263) (b5d725b)

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

... (truncated)

Commits
  • 9a8bbef chore(release): publish v3.2.3
  • 0a681c8 fix(VChip): overflow text in chip selections (#17283)
  • 6f67aad fix(VColorPicker): don't display 0 alpha as 1 (#17323)
  • 7264a12 docs(api): reduce transition prop formatted length
  • 6885b43 fix(VAutocomplete): hide selection slot when focused (#17294)
  • de08cb5 fix(VOverlay): initialise position to top left with fixed activator
  • 516c306 fix(VAutocomplete/VCombobox): reset selection index on blur
  • 1323127 chore(VToolbarItems): improve variant types
  • 24614e5 feat(VInfiniteScroll): add tag prop
  • b5d725b refactor: convert all component props to factory functions (#17263)
  • 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.3.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.2.3/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 10, 2023
@dependabot dependabot bot requested a review from inoue2002 May 10, 2023 01:24
@vercel
Copy link

vercel bot commented May 10, 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 10, 2023 1:25am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2023

Superseded by #83.

@dependabot dependabot bot closed this May 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vuetify-3.2.3 branch May 12, 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