Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency vuetify to v3 #1657

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vuetify (source) 2.7.1 -> 3.3.20 age adoption passing confidence

Release Notes

vuetifyjs/vuetify (vuetify)

v3.3.20

Compare Source

🔧 Bug Fixes
  • forwardRefs: skip vue internal properties (631b42b), closes #​18364
  • validation: null check errorMessages (6c7a4b9)
  • VList: collapse avatar and append slot in rail drawer (bfb3cde)
  • VNavigationDrawer: reactive prop watchers (8b10d36)
  • VSlider: correct display and interaction when reversed or rtl (1ddeb32), closes #​18389 #​18312
  • VTextField: don't show counter unless counter prop is set (e3554bb), closes #​18342
  • VTimeline: consistent item width (0c40304), closes #​17288
🔄 Reverts
🧪 Labs
  • VSkeletonLoader: add new default type ossein (9e61694)
  • VDataTableVirtual: remove spacer height transition, pass correct key (fe2696a), closes #​18351
  • VDatePicker: use correct "no" date locale (56b8137), closes #​18144

v3.3.19

Compare Source

🔧 Bug Fixes
  • VList: spread itemProps on VListItem (633356d)
🧪 Labs

v3.3.18

Compare Source

⚠️ 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.

🔧 Bug Fixes
🧪 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.

v3.3.17

Compare Source

🔧 Bug Fixes
🧪 Labs
  • date: add shortDate date format (a42c27b)
  • VBottomSheet: add configuration for md3 blueprint (f1a9ca4)
  • VBottomSheet: merge contentClass with internal (5d86301)
  • VDataTable: don't check select-all when table has no rows (#​18271) (fa2d514), closes #​18268
  • VDatePicker: add variant prop (e5df1e0)
  • VDatePicker: set correct max year (#​18141) (fce67bf), closes #​18112
  • VDatePicker: remove forced active when selected (ad54bb5)
  • VDatePicker: mode icon and toggle animation (0dc5b93)
  • VDatePicker: don't apply color to current day (90347f5)
  • VPicker: remove title color declaration (008eb93)
  • VPicker: add missing title/header color and add bgColor prop (0f0d055)

v3.3.16

Compare Source

🔧 Bug Fixes
🧪 Labs
  • date: add startOfDay and endOfDay functions (6bd0f2c)
  • date: check if date is null | undefined | falsy in isValid (a1a1ca7)
  • filter: always pass InternalItem to custom filter function (#​17832) (bbe5b2c), closes #​17487
  • VBottomSheet: add elevation to content (5a6167d)
  • VDatePicker: enforce min/max on keyboard input (#​18115) (e74d19d), closes #​18113
  • VDatePickerYears: adjust default height (be1d41f)

v3.3.15

Compare Source

🔧 Bug Fixes

v3.3.14

Compare Source

🔧 Bug Fixes
🧪 Labs
  • VDatePicker: add missing min/max support (4e3539c), closes #​18015
  • VSkeletonLoader: show intellisense for type prop (a0030a9)

v3.3.13

Compare Source

It's possible that e4e4f4c may cause a visual regression in your application. Reach out to us if you have issues.

🔧 Bug Fixes
  • VAppBar: add scroll behavior prop types (81904cd)
  • VBottomNavigation: inherit transition when using shift prop (38808c6)
  • VBtn: rounded icon border radius (bb8cdc2)
  • VField: input autofill style occupies whole container (#​17892) (7debe6d), closes #​17865
  • VField: apply colorStyles to same element as colorClasses (c2d4059)
  • VFileInput: correctly align error messages with other inputs (cc1715d), closes #​17248
  • VList: avatar size when using the rail prop (ec7e627)
  • VListItem: apply prepend/append badge margin correctly (e4e4f4c)
  • VMenu: check active status on focus in (4ad68bf)
  • VNavigationDrawer: remove unnecessary will-change (abcb3aa), closes #​12890 #​18031
  • VRadioGroup: align radios with label + details (e690a0e)
  • VRadioGroup: input details padding (3533236)
  • VSelects: add missing open / close labels and update roles (#​17786) (a6dd699)
  • VSwitch: update to match material specs (#​17994) (e92ecd9), closes #​17638
  • VTimeline: horizontal timeline gap (#​18022) (0b56a69)
🔬 Code Refactoring
🔄 Reverts

v3.3.12

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.3.11

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.3.10

Compare Source

🔧 Bug Fixes

v3.3.9

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.3.8

Compare Source

🔧 Bug Fixes
🔬 Code Refactoring
  • VOverlay: only gen teleport if mounted and has content (4268a68)

v3.3.7

Compare Source

🚀 Features
🔧 Bug Fixes
🔄 Reverts

v3.3.6

Compare Source

🔧 Bug Fixes
🔬 Code Refactoring

v3.3.5

Compare Source

🔧 Bug Fixes
  • VDatePicker: year / month transition (1673b96)
  • VDatePicker: remove set height, update to better match spec (2ce7096)
  • VDatePicker: remove legacy sass imports (0ecd917), closes #​17603
  • VDatePicker: don't throw on empty model (e5e3d84), closes #​17601
  • VDatePickerMonth: remove defined height (80af8e6)
  • VPicker: remove legacy sass imports (cf05b0d), closes #​17603

v3.3.4

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.3.3

Compare Source

🔧 Bug Fixes
🧪 Labs
  • VDataTable: loading prop causes scrollbar to appear (923f5b7), closes #​17462
  • VDataTable: unselect properly in single select strategy (30f7b81)

v3.3.2

Compare Source

🔧 Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot assigned njzjz Oct 8, 2023
@renovate renovate bot requested a review from njzjz October 8, 2023 16:04
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 8, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: b1c72b4
Status:⚡️  Build in progress...

View logs

@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 3 times, most recently from 44d29e6 to d7b6cb0 Compare October 9, 2023 01:17
@renovate
Copy link
Contributor Author

renovate bot commented Oct 9, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/vuetify-3.x branch October 9, 2023 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant