Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

fix(deps): update dependencies #590

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

fix(deps): update dependencies #590

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) 1.4.0 -> 1.5.0 age adoption passing confidence
pinia 2.1.3 -> 2.1.6 age adoption passing confidence
pinia-plugin-persistedstate (source) 3.1.0 -> 3.2.0 age adoption passing confidence
vue-router 4.2.2 -> 4.2.4 age adoption passing confidence
vuetify (source) 3.2.0 -> 3.3.14 age adoption passing confidence

Release Notes

axios/axios (axios)

v1.5.0

Compare Source

Bug Fixes
  • adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#​5837) (9a414bb)
  • dns: fixed cacheable-lookup integration; (#​5836) (b3e327d)
  • headers: added support for setting header names that overlap with class methods; (#​5831) (d8b4ca0)
  • headers: fixed common Content-Type header merging; (#​5832) (8fda276)
Features
Contributors to this release
vuejs/pinia (pinia)

v2.1.6

Compare Source

Please refer to CHANGELOG.md for details.

v2.1.5

Compare Source

Please refer to CHANGELOG.md for details.

v2.1.4

Compare Source

Please refer to CHANGELOG.md for details.

prazdevs/pinia-plugin-persistedstate (pinia-plugin-persistedstate)

v3.2.0

Compare Source

vuejs/router (vue-router)

v4.2.4

Compare Source

Please refer to CHANGELOG.md for details.

v4.2.3

Compare Source

Please refer to CHANGELOG.md for details.

vuetifyjs/vuetify (vuetify)

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
🧪 Labs

v3.3.1

Compare Source

🔧 Bug Fixes
🧪 Labs
  • VDataTable: add item-selectable and select-strategy props (6348e9a)
  • VDataTable: set item-value default value to "id" (50dcd93), closes #​17422

v3.3.0

Compare Source

v3.3.0 (Icarus)

Welcome to the v3.3.0 release of Vuetify!

This MINOR release is meant to coincide with Vue v3.3 and includes a few new features and bug fixes.

The v-bottom-sheet component has hit labs and is ready for testing:

bottom sheets

It is a modified version of v-dialog that extends from the bottom of the screen.

The group composable's model now respects selection order:

group selection order

We cleaned up the Forms validation documentation and added greater control over when an input is validated.

form validation

The new lazy option skips validation on mount allowing you to avoid unnecessary rule invocation.

The following is a table of the different validation options:

validate-on= "input" "blur" "submit" "lazy"
On mount
On input *
On blur *
On submit *

*Uses the behavior of whatever it's combined with.

In addition, we ported over auto-select-first from v2, added loading indicators to all Data Table variants, and added Data Iterators to labs.

The team is now shifting focus to v2.7 Nirvana-lts and v3.4 (Blackguard); while also preparing to move Date Pickers and Calendars to Labs and promoting Data Tables to the core framework. These updates bring Vuetify 3 dangerously close to feature parity with Vuetify 2 and will mark a major milestone in the Vuetify 3 release cycle.

Once we have completed the above, it will free up the team to work on shoring up our GitHub issues and adding new features and functionality. Speaking of issues, in preparation for LTS, the team has been on an absolute tear triaging and dispositioning:

image

We hope that you enjoy this release and we look forward to rounding out the year with some exciting updates.

Until next time,

John Leider


💪 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

  • The active-color prop on v-list-item is deprecated, just use color (they did the same thing anyway)
  • v-img now has an automatic width and height, so you can probably remove some flex styles and explicit dimensions

💯 Release notes

🚀 Features
🔧 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 21, 2022
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.0.6 fix(deps): update dependency vuetify to v3.0.7 Jan 4, 2023
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.0.7 fix(deps): update dependency vuetify to v3.1.0 Jan 5, 2023
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.1.0 fix(deps): update dependency vuetify to v3.1.1 Jan 10, 2023
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.1.1 fix(deps): update dependencies Jan 15, 2023
@renovate renovate bot force-pushed the renovate/deps branch 3 times, most recently from 28229b3 to 0c968bc Compare February 2, 2023 06:43
@renovate renovate bot force-pushed the renovate/deps branch 2 times, most recently from ef72be5 to 2f059c0 Compare March 16, 2023 07:57
@renovate renovate bot force-pushed the renovate/deps branch 3 times, most recently from 3da866b to 8831767 Compare May 29, 2023 14:44
@renovate renovate bot force-pushed the renovate/deps branch 2 times, most recently from ed08b70 to 858c8f4 Compare June 7, 2023 09:34
@renovate renovate bot changed the title fix(deps): update dependencies fix(deps): update dependency vuetify to v3.3.3 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/deps branch 2 times, most recently from f47990c to 36b41e2 Compare June 12, 2023 11:41
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.3.3 fix(deps): update dependency vuetify to v3.3.4 Jun 13, 2023
@renovate renovate bot changed the title fix(deps): update dependency vuetify to v3.3.4 fix(deps): update dependencies Jun 17, 2023
@renovate renovate bot force-pushed the renovate/deps branch 2 times, most recently from 74d6bec to ab5d843 Compare June 20, 2023 19:05
@renovate renovate bot force-pushed the renovate/deps branch 3 times, most recently from 6bd8c26 to d0e6e54 Compare July 6, 2023 19:15
@renovate renovate bot force-pushed the renovate/deps branch 2 times, most recently from 6c94427 to f36f426 Compare July 18, 2023 22:49
@renovate renovate bot force-pushed the renovate/deps branch 3 times, most recently from 33b9cf9 to e9d75a8 Compare July 26, 2023 15:30
@renovate renovate bot force-pushed the renovate/deps branch 2 times, most recently from e0143e7 to b00e4e8 Compare August 16, 2023 01:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants