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.7.1 #5

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2024

This PR contains the following updates:

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

Release Notes

vuetifyjs/vuetify (vuetify)

v3.7.1

Compare Source

🔧 Bug Fixes
🧪 Labs
  • VNumberInput: emit model when input is a number between max & min (836087f), closes #​20337

v3.7.0

Compare Source

🚀 Features
🔧 Bug Fixes
🔄 Reverts
🧪 Labs

Changes from v3.7.0-beta.1
🚀 Features
🔧 Bug Fixes
🔬 Code Refactoring
  • VSpeedDial: fix type error (4077948)
🔄 Reverts
🧪 Labs
  • VPullToRefresh: add disabled prop (79cc227), closes #​20242
  • VTreeview: add modelValue which is equivalent to selected (2336637)

v3.6.15

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.6.14

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.6.13

Compare Source

🔧 Bug Fixes
🧪 Labs
🔄 Reverts

v3.6.12

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.6.11

Compare Source

🔧 Bug Fixes
  • VOverlay: add null coalescing to true if no shadowDomRoot (27b4b1e), closes #​20001
🧪 Labs

v3.6.10

Compare Source

🔧 Bug Fixes
  • VDatePicker: don't update month/year if new model is empty (154e751), closes #​20015
  • VExpansionPanel: remove unused toRef (0931cec)
  • VExpansionPanel: propagate defaults provided by VExpansionPanels (666484a)
  • VExpansionPanelTitle: propagate VIcon defaults (cec2094)

v3.6.9

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.6.8

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.6.7

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.6.6

Compare Source

🔧 Bug Fixes
🔄 Reverts
  • Revert "fix(colors): apply theme-on-surface override for bg text color" (1b56e4e)
🧪 Labs

v3.6.5

Compare Source

🔧 Bug Fixes
  • VDataTable: add missing hide-default-header/footer props (#​19774) (a6340ac)
  • VFileInput: allow dirty prop to trigger dirty state (85c41db), closes #​19699
  • VStepper: add missing hover and focus styling (b45ab1a)
  • VStepper: add missing non-linear styles (da6d5f3)
  • VStepper: only show edit icon if editable and selected (34bb202)
  • VStepper: do not spread raw property onto VStepperItem (3d9deb7)
🧪 Labs

v3.6.4

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.6.3

Compare Source

🔄 Reverts

v3.6.2

Compare Source

🔧 Bug Fixes

v3.6.1

Compare Source

See v3.6 Release here

🚀 Features
  • VConfirmEdit/VEmptyState/VFab/VSpeedDial/VSparkline: promote from labs (c8a03cd)
🔧 Bug Fixes
  • VSnackbar: return correct children (5056034)

v3.6.0

Compare Source

v3.6.0 (Nebula)

Welcome to the v3.6.0 release of Vuetify!


Hero

💪 Support Vuetify Development

Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsors and backers. If you are interested in supporting this project, please consider:

📖 Table of Contents

📑 Upgrade guide

  • If you want to opt out of the mobile data table view, set the mobile prop to false
  • Remove any manual imports of Labs components that were promoted as of this release

🏅 Component promotions

The following components have been promoted to the core framework from labs:

confirm-edit

The confirm edit component is a powerful tool that allows you to confirm changes to a field before they are saved. This is especially useful in scenarios where you want to prevent accidental changes to a field.

empty-state

The empty state component is a simple way to display a message when a list or page is empty. This is useful for informing users that there is no data to display.

fab

The floating action button is a layout aware component that is always visible on the screen. It can also be used inline in conjunction with cards and lists.

sparkline

The sparkline component is a simple way to display a small chart inline with text. This is useful for displaying trends or other data in a compact format.

speed-dial

The speed dial component is a floating action button that expands into a menu of actions. This is useful for providing quick access to common actions in a compact format.

💯 Release notes

🚀 Features
🔧 Bug Fixes
  • layout: translate full amount if element and layout size is 0 (99ea55d)
  • VDataTable: add missing scss variable for loading opacity (69b5cc8)
  • VDialog: adjust styling to better match material spec (383bbdc)
  • VNavigationDrawer: don't restrict elementSize when location is top or bottom (1ee802d)
  • VOverlay: move targetRef out of props (5e40cc8), closes #​19685
🧪 Labs

v3.5.18

Compare Source

🔧 Bug Fixes
  • locale: ko translations (#​19687) (a063f94)
  • useDirectiveComponent: cannot read properties of undefined (#​19693) (b9a588f)
  • VDatePicker: stay on current month when selecting multiple (2d13e36)
  • VSnackbar: make touchstart listener passive (24d1066)
  • VSnackbar: conditionally load layout styles (9504efa), closes #​19717
🧪 Labs

v3.5.17

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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Feb 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wg-conf-gen ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2024 2:23am

@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.6 fix(deps): update dependency vuetify to v3.5.7 Mar 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.7 fix(deps): update dependency vuetify to v3.5.8 Mar 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.8 fix(deps): update dependency vuetify to v3.5.9 Mar 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.9 fix(deps): update dependency vuetify to v3.5.10 Mar 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.10 fix(deps): update dependency vuetify to v3.5.11 Mar 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.11 fix(deps): update dependency vuetify to v3.5.12 Mar 28, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.12 fix(deps): update dependency vuetify to v3.5.13 Mar 29, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.13 fix(deps): update dependency vuetify to v3.5.14 Apr 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.14 fix(deps): update dependency vuetify to v3.5.15 Apr 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.15 fix(deps): update dependency vuetify to v3.5.16 Apr 17, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.16 fix(deps): update dependency vuetify to v3.5.17 Apr 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.5.17 fix(deps): update dependency vuetify to v3.6.1 May 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.1 fix(deps): update dependency vuetify to v3.6.3 May 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.3 fix(deps): update dependency vuetify to v3.6.4 May 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.4 fix(deps): update dependency vuetify to v3.6.5 May 11, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.5 fix(deps): update dependency vuetify to v3.6.7 May 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.7 fix(deps): update dependency vuetify to v3.6.8 May 30, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.8 fix(deps): update dependency vuetify to v3.6.9 Jun 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.9 fix(deps): update dependency vuetify to v3.6.10 Jun 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.10 fix(deps): update dependency vuetify to v3.6.11 Jul 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.11 fix(deps): update dependency vuetify to v3.6.12 Jul 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.12 fix(deps): update dependency vuetify to v3.6.13 Jul 19, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.13 fix(deps): update dependency vuetify to v3.6.14 Aug 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.6.14 fix(deps): update dependency vuetify to v3.7.0 Aug 16, 2024
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.7.0 fix(deps): update dependency vuetify to v3.7.1 Aug 28, 2024
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.

None yet

0 participants