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

Update dependency vuetify to v3 #736

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 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

Configuration

๐Ÿ“… Schedule: Branch creation - "after 3pm and before 7pm" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป 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 added the renovate create PR by Renovate label Feb 12, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Feb 12, 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: syakusyaku@undefined
npm ERR! Found: vue@2.7.16
npm ERR! node_modules/vue
npm ERR!   vue@"2.7.16" 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-07T20_36_18_110Z-debug-0.log

@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 6 times, most recently from 102a9cc to adab39b Compare February 19, 2023 11:39
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 5 times, most recently from 91ad30a to 6059a8b Compare February 26, 2023 12:38
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 4541c34 to 58a5323 Compare March 6, 2023 14:23
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 10 times, most recently from 8fac014 to 322d71b Compare March 15, 2023 11:46
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 5 times, most recently from df5b00c to 08d374a Compare March 18, 2023 08:44
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 4 times, most recently from 5234ee0 to 68a7e00 Compare May 7, 2024 20:36
Copy link
Contributor Author

renovate bot commented May 9, 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: syakusyaku@undefined
npm ERR! Found: vue@2.7.16
npm ERR! node_modules/vue
npm ERR!   vue@"2.7.16" 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-03T09_53_26_954Z-debug-0.log

@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 3 times, most recently from 9af40df to f1bb527 Compare May 14, 2024 18:02
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 6 times, most recently from 59c2689 to e072dbf Compare May 25, 2024 12:18
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 3 times, most recently from 11328e5 to e56f83f Compare May 31, 2024 09:13
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 4 times, most recently from 7251c7b to abf4c3b Compare June 12, 2024 15:31
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 4 times, most recently from 8be7502 to 4de2c27 Compare June 21, 2024 11:16
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 1fdaefd to b7fae72 Compare July 3, 2024 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate create PR by Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants