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 #451

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

vuetifyjs/vuetify (vuetify)

v3.6.11

Compare Source

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
๐Ÿงช Labs

v3.5.17

Compare Source

๐Ÿ”ง Bug Fixes
๐Ÿ”„ Reverts
๐Ÿงช Labs

v3.5.16

Compare Source

๐Ÿ”ง Bug Fixes
๐Ÿงช Labs

v3.5.15

Compare Source

๐Ÿ”ง Bug Fixes
๐Ÿงช Labs

v3.5.14

Compare Source

๐Ÿ”ง Bug Fixes
๐Ÿงช Labs
  • VEmptyState: add mobile support for headline (85b2651)
  • VEmptyState: apply color to icon (d0f95c2)
  • VNumberInput: use css to apply 0 border radius to controls (4405214)
  • VNumberInput: default rounded-0 for all control buttons (46eaff3), closes #โ€‹19463

v3.5.13

Compare Source

๐Ÿ”ง Bug Fixes

v3.5.12

Compare Source

๐Ÿ”ง Bug Fixes
๐Ÿ”„ Reverts
  • Revert "chore(package.json): update vite-plugin-vuetify peerDep version" (110985e)
๐Ÿงช Labs

v3.5.11

Compare Source

๐Ÿš€ Features
  • update vite-plugin-vuetify peerDep version (ec08558)
๐Ÿ”ง Bug Fixes
๐Ÿงช Labs
  • VNumberInput: use built-in icon aliases (34d4712)

v3.5.10

Compare Source

๐Ÿ”ง Bug Fixes
๐Ÿงช Labs
  • VNumberInput: add new component to labs ([#&#8203

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 requested a review from Morl99 as a code owner February 11, 2023 18:44
@renovate
Copy link
Contributor Author

renovate bot commented Feb 11, 2023

โš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

โ™ป Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: trivy-vulnerability-explorer@0.0.0-development
npm ERR! Found: vue@2.6.14
npm ERR! node_modules/vue
npm ERR!   vue@"2.6.14" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.3.0" from vuetify@3.6.4
npm ERR! node_modules/vuetify
npm ERR!   vuetify@"3.6.4" from the root project
npm ERR!   peer vuetify@"^3.0.0" from vite-plugin-vuetify@2.0.3
npm ERR!   node_modules/vite-plugin-vuetify
npm ERR!     peerOptional vite-plugin-vuetify@">=1.0.0" from vuetify@3.6.4
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-07T18_28_43_910Z-debug-0.log

@renovate renovate bot added the Renovate label Feb 11, 2023
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 6ff3151 to 60db514 Compare March 21, 2023 16:33
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from d70dc33 to cd97fe7 Compare April 4, 2023 17:11
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 8a7ab1d to 7323b94 Compare April 26, 2023 16:04
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 3 times, most recently from e80be1f to 1263d25 Compare May 2, 2023 16:38
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 3 times, most recently from 1b6e6fd to cf660e2 Compare May 16, 2023 05:43
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 98a59f1 to 844f9e4 Compare May 29, 2023 14:52
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 23aae9e to c4d2ba8 Compare June 13, 2023 23:15
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 17f405a to 93a442a Compare June 20, 2023 20:30
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 14b9910 to e0e5bf3 Compare July 12, 2023 18:14
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 8e57251 to 0f55dd8 Compare February 14, 2024 06:43
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 5218b61 to e33d569 Compare February 24, 2024 04:47
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 3 times, most recently from ea9e5c5 to 6dca2f3 Compare March 8, 2024 20:08
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 87c5ac7 to 40e4d38 Compare March 20, 2024 23:49
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 34834cc to 42c9fb9 Compare March 28, 2024 06:54
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from e99b408 to 9e42577 Compare April 9, 2024 17:48
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from b24713a to 9676766 Compare April 23, 2024 16:33
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 3 times, most recently from 21acd54 to 25dfd53 Compare May 2, 2024 05:40
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 8a3720b to cecdd5e Compare May 10, 2024 21:36
Copy link
Contributor Author

renovate bot commented May 10, 2024

โš ๏ธ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

โ™ป Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: trivy-vulnerability-explorer@0.0.0-development
npm ERR! Found: vue@2.6.14
npm ERR! node_modules/vue
npm ERR!   vue@"2.6.14" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.3.0" from vuetify@3.6.11
npm ERR! node_modules/vuetify
npm ERR!   vuetify@"3.6.11" from the root project
npm ERR!   peer vuetify@"^3.0.0" from vite-plugin-vuetify@2.0.3
npm ERR!   node_modules/vite-plugin-vuetify
npm ERR!     peerOptional vite-plugin-vuetify@">=1.0.0" from vuetify@3.6.11
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-07-03T02_04_31_019Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants