cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

fix(deps): update dependency vuetify to v3.5.14 #1743

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

vuetifyjs/vuetify (vuetify) ### [`v3.5.14`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.5.14) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.5.13...v3.5.14) ##### :wrench: Bug Fixes - **router:** make props.to individually reactive ([f15b57b](https://togithub.com/vuetifyjs/vuetify/commit/f15b57bec0eb91468dc40ec8502f39eb2731cd00)), closes [#​19515](https://togithub.com/vuetifyjs/vuetify/issues/19515) - **VBtn:** prevent keyboard tab while loading ([#​18639](https://togithub.com/vuetifyjs/vuetify/issues/18639)) ([bf65296](https://togithub.com/vuetifyjs/vuetify/commit/bf65296462a1f33bedd13746d8d92d91f8fdcb97)), closes [#​18524](https://togithub.com/vuetifyjs/vuetify/issues/18524) - **VChip:** prevent default onClose ([#​19496](https://togithub.com/vuetifyjs/vuetify/issues/19496)) ([3e3294a](https://togithub.com/vuetifyjs/vuetify/commit/3e3294aedd4d53d2b176105f4fc4bb0d517bb365)), closes [#​19461](https://togithub.com/vuetifyjs/vuetify/issues/19461) - **VDataTableServer:** add missing VDivider above footer ([#​19488](https://togithub.com/vuetifyjs/vuetify/issues/19488)) ([5f6c723](https://togithub.com/vuetifyjs/vuetify/commit/5f6c723d68f42cab8b55cc35bb38353535bd49eb)) - **VDatePicker:** fixed missing adapter abstractions ([#​19516](https://togithub.com/vuetifyjs/vuetify/issues/19516)) ([cc96e14](https://togithub.com/vuetifyjs/vuetify/commit/cc96e141845a322c7f31bf10a001de2ddfa68b6e)), closes [#​18942](https://togithub.com/vuetifyjs/vuetify/issues/18942) - **VField:** pass events to clear slot ([07cfde8](https://togithub.com/vuetifyjs/vuetify/commit/07cfde884c61012cddf35efd5086d793b538db90)) - **VFileInput:** conditionally return single File instead of File\[] ([581bbbc](https://togithub.com/vuetifyjs/vuetify/commit/581bbbcab572074ab090b244d54a34c062404992)) - **VListItem:** remove hover effect when not clickable ([#​19506](https://togithub.com/vuetifyjs/vuetify/issues/19506)) ([7f86562](https://togithub.com/vuetifyjs/vuetify/commit/7f86562a08edd6d7d016478a28a19328b853ca5a)), closes [#​19005](https://togithub.com/vuetifyjs/vuetify/issues/19005) - **VOtpInput:** don't convert null model to string ([d93b9d7](https://togithub.com/vuetifyjs/vuetify/commit/d93b9d7741fc2a06f7e619b84c69a178d0775c00)) - **VRangeSlider:** mimic VSlider readonly behavior ([8b00a5b](https://togithub.com/vuetifyjs/vuetify/commit/8b00a5b15702deb343cb92269eb7cc0033368089)) - **VSelects:** focus / activation of chips and clearable w/ kb ([#​18838](https://togithub.com/vuetifyjs/vuetify/issues/18838)) ([384d89e](https://togithub.com/vuetifyjs/vuetify/commit/384d89ecfe526b78219cbf4ff9004f25099dd799)), closes [#​18482](https://togithub.com/vuetifyjs/vuetify/issues/18482) - **VSwitch:** label when using direction vertical ([#​19504](https://togithub.com/vuetifyjs/vuetify/issues/19504)) ([6748fd7](https://togithub.com/vuetifyjs/vuetify/commit/6748fd772378e64a0aa6644f9a10074bed44b1ed)), closes [#​18952](https://togithub.com/vuetifyjs/vuetify/issues/18952) ##### :test_tube: Labs - **VEmptyState:** add mobile support for headline ([85b2651](https://togithub.com/vuetifyjs/vuetify/commit/85b265180b6cef5dfceb8b57e6edfb66e7c5bbc0)) - **VEmptyState:** apply color to icon ([d0f95c2](https://togithub.com/vuetifyjs/vuetify/commit/d0f95c23b75c2c02b32284c6876480eeb2be91f6)) - **VNumberInput:** use css to apply 0 border radius to controls ([4405214](https://togithub.com/vuetifyjs/vuetify/commit/4405214bc3dee1f8f27cb9353512acf63b323d65)) - **VNumberInput:** default rounded-0 for all control buttons ([46eaff3](https://togithub.com/vuetifyjs/vuetify/commit/46eaff3cc21778cccb4a8bd4bc2381f891ba9776)), closes [#​19463](https://togithub.com/vuetifyjs/vuetify/issues/19463) ### [`v3.5.13`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.5.13) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.5.12...v3.5.13) ##### :wrench: Bug Fixes - check `RouterLink.useLink` exists before using it ([#​19492](https://togithub.com/vuetifyjs/vuetify/issues/19492)) ([5f23fad](https://togithub.com/vuetifyjs/vuetify/commit/5f23fad0d4b3230878ce7763662f3457002c9542)), closes [#​19487](https://togithub.com/vuetifyjs/vuetify/issues/19487) ### [`v3.5.12`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.5.12) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.5.11...v3.5.12) ##### :wrench: Bug Fixes - **MaybeTransition:** don't override custom props with undefined ([508a307](https://togithub.com/vuetifyjs/vuetify/commit/508a307d52d7df866166db87fd50f05dbbb0e471)), closes [#​19446](https://togithub.com/vuetifyjs/vuetify/issues/19446) - **router:** make useLink link reactive ([#​19386](https://togithub.com/vuetifyjs/vuetify/issues/19386)) ([7cca1b5](https://togithub.com/vuetifyjs/vuetify/commit/7cca1b51c61bc84e6be1954de3c9cbd335395c27)), closes [#​19300](https://togithub.com/vuetifyjs/vuetify/issues/19300) - **VAvatar:** add missing style for start/end props ([#​19449](https://togithub.com/vuetifyjs/vuetify/issues/19449)) ([b3067be](https://togithub.com/vuetifyjs/vuetify/commit/b3067be4f52824f6a59b124e6f51e23f1868205c)), closes [#​19349](https://togithub.com/vuetifyjs/vuetify/issues/19349) - **VChip:** apply correct default v-icon sizing ([6969bf7](https://togithub.com/vuetifyjs/vuetify/commit/6969bf78a66b08b81c5d8da8a8ea54bb0b5aa3a4)) - **VChip:** comfortable / compact density sizing ([23d9d3b](https://togithub.com/vuetifyjs/vuetify/commit/23d9d3bbb5464a7566012549f638fc0c2d2a1a01)) - **VDivider:** vertical prop height in flexbox ([72e5319](https://togithub.com/vuetifyjs/vuetify/commit/72e5319ac2792c5a90bce79669c2c1a8a65a24ad)) - **VExpansionPanel:** accordion variant border radius ([#​19433](https://togithub.com/vuetifyjs/vuetify/issues/19433)) ([955fc62](https://togithub.com/vuetifyjs/vuetify/commit/955fc6204ef3059718a7a8be33b65b7f37442cdf)), closes [#​19379](https://togithub.com/vuetifyjs/vuetify/issues/19379) - **VField:** use xl border-radius for rounded prop ([#​19457](https://togithub.com/vuetifyjs/vuetify/issues/19457)) ([2e993ef](https://togithub.com/vuetifyjs/vuetify/commit/2e993eff9f52c0cb5fe610c54eeb5cd1a52b1971)), closes [#​19151](https://togithub.com/vuetifyjs/vuetify/issues/19151) - **VForm:** return promise from reset and resetValidation ([800b0c5](https://togithub.com/vuetifyjs/vuetify/commit/800b0c5043d74bd07436c02b447634dd6c8e7e8d)), closes [#​19399](https://togithub.com/vuetifyjs/vuetify/issues/19399) - **VSelectionContolGroup:** update ripple prop type ([#​19465](https://togithub.com/vuetifyjs/vuetify/issues/19465)) ([12cc8cc](https://togithub.com/vuetifyjs/vuetify/commit/12cc8cc4068bbcead456b31e31e39afbe0ffe64e)), closes [#​19462](https://togithub.com/vuetifyjs/vuetify/issues/19462) - **VSelectionControl:** add aria labels ([#​19406](https://togithub.com/vuetifyjs/vuetify/issues/19406)) ([7f65b1f](https://togithub.com/vuetifyjs/vuetify/commit/7f65b1f7a9c457f8b3306a0dc37f64495ed29ffa)), closes [#​18228](https://togithub.com/vuetifyjs/vuetify/issues/18228) ##### :arrows_counterclockwise: Reverts - Revert "chore(package.json): update vite-plugin-vuetify peerDep version" ([110985e](https://togithub.com/vuetifyjs/vuetify/commit/110985e30b32d031e5d45261ea90326c39b86c77)) ##### :test_tube: Labs - **VNumberInput:** two-way binding model value ([dfe48ba](https://togithub.com/vuetifyjs/vuetify/commit/dfe48bae686d9d8a83e8078deafddbf4921e87a7)), closes [#​19442](https://togithub.com/vuetifyjs/vuetify/issues/19442) - **VTimePicker:** port to v3 ([#​18153](https://togithub.com/vuetifyjs/vuetify/issues/18153)) ([695f5f4](https://togithub.com/vuetifyjs/vuetify/commit/695f5f42e35bbed5a02b2eb69deea97b8ffd3376)), closes [#​13516](https://togithub.com/vuetifyjs/vuetify/issues/13516) ### [`v3.5.11`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.5.11) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.5.10...v3.5.11) ##### :rocket: Features - update vite-plugin-vuetify peerDep version ([ec08558](https://togithub.com/vuetifyjs/vuetify/commit/ec08558623b07415742b851dd7cc88521a58b35b)) ##### :wrench: Bug Fixes - **VOtpInput:** accept keyboard number input ([c1e75bb](https://togithub.com/vuetifyjs/vuetify/commit/c1e75bb8baedec00f4944e8e75dfd853db8a5cf8)), closes [#​19439](https://togithub.com/vuetifyjs/vuetify/issues/19439) ##### :test_tube: Labs - **VNumberInput:** use built-in icon aliases ([34d4712](https://togithub.com/vuetifyjs/vuetify/commit/34d4712162589fd68136fbd07365530fad7af421))

Configuration

📅 Schedule: Branch creation - "on the 7th day of the month" (UTC), 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.



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

renovate[bot] commented 7 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.