ufabc-next / ufabc-next-web

📈 Plataforma web para auxiliar na graduação dos alunos da UFABC com informações sobre a performance, processo de matrículas e os discentes da universidade
https://ufabcnext.com
GNU Affero General Public License v3.0
55 stars 17 forks source link

fix(deps): update all non-major dependencies #338

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@amcharts/amcharts5 (source) 5.9.2 -> 5.9.4 age adoption passing confidence
@tanstack/query-core (source) 5.29.0 -> 5.32.0 age adoption passing confidence
@tanstack/react-query (source) 5.29.2 -> 5.32.0 age adoption passing confidence
@tanstack/vue-query (source) 5.29.0 -> 5.32.0 age adoption passing confidence
@tanstack/vue-query-devtools (source) 5.29.0 -> 5.32.0 age adoption passing confidence
@types/react (source) 18.2.78 -> 18.3.1 age adoption passing confidence
@types/react (source) 18.2.79 -> 18.3.1 age adoption passing confidence
@types/react-dom (source) 18.2.25 -> 18.3.0 age adoption passing confidence
dayjs (source) 1.11.10 -> 1.11.11 age adoption passing confidence
element-plus (source) 2.7.1 -> 2.7.2 age adoption passing confidence
eslint-config-turbo (source) 1.13.2 -> 1.13.3 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
turbo (source) 1.13.2 -> 1.13.3 age adoption passing confidence
vue (source) 3.4.23 -> 3.4.25 age adoption passing confidence
vuetify (source) 3.5.16 -> 3.5.17 age adoption passing confidence
zod (source) 3.23.0 -> 3.23.4 age adoption passing confidence

Release Notes

amcharts/amcharts5 (@​amcharts/amcharts5) ### [`v5.9.4`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.4) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.3...5.9.4) #### \[5.9.4] - 2024-04-26 ##### Fixed - `StockChart` with `VolumeProfile` indicator was snapping scrollbar's left grip to the start. - Logarithmic axis was not showing labels less than 10e-5. - `Treemap`'s labels would sometimes not adjust its size (usually with a lot of data). ### [`v5.9.3`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.3) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.2...5.9.3) #### \[5.9.3] - 2024-04-23 ##### Added - Added possibility to add bullets to links in a linked hierarchy charts, like Force-directed and Tree. [More info](https://www.amcharts.com/docs/v5/charts/hierarchy/hierarchy-link-bullets/). - New `IndicatorControl` method: `clearIndicators()`. Allows clearing all indicators from the chart at once. ##### Changed - `StockChart` will now automatically disable select mode when exitting drawing mode. - `XYChart` background fill color and opacity have been moved to a default theme, so that it can be overridden by custom themes. ##### Fixed - Resize bubbles on `StockChart`'s drawings were sometimes disabled when switching and drawing with another drawing tool. - Resize bubbles on `StockChart`'s were not shown after Eraser was turned on and off. - Resize bubbles on `StockChart`'s were not shown when drawing mode was toggled off and then back on. - `PieChart` was not updating radius if resized very quickly. - If an `XYSeries` was initially hidden, its tooltip was still visible on an `XYChart` with cursor. - Clicking on a selected icon drawing in a `SockChart` would not unselect it. - A perfectly vertical or horizontal line with `strokeGradient` set was invisible. - Removing an indicator from `StockChart` could cause Y-axis to be auto-zoomed incorrectly. - The centering of a scaled HTML content was not taking `centerX`/`centerY` into account.
TanStack/query (@​tanstack/query-core) ### [`v5.32.0`](https://togithub.com/TanStack/query/releases/tag/v5.32.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.31.0...v5.32.0) Version 5.32.0 - 4/23/2024, 7:31 AM ##### Changes ##### Feat - core: make observers on Query a public property ([#​7326](https://togithub.com/TanStack/query/issues/7326)) ([`e3240f0`](https://togithub.com/TanStack/query/commit/e3240f02)) by Dominik Dorfmeister ##### Chore - docs: fix prettier ([`f025a7c`](https://togithub.com/TanStack/query/commit/f025a7c2)) by Dominik Dorfmeister ##### Docs - fix pages breaking due to diff in markdown ([#​7321](https://togithub.com/TanStack/query/issues/7321)) ([`b92fb04`](https://togithub.com/TanStack/query/commit/b92fb043)) by [@​KushagraMehta](https://togithub.com/KushagraMehta) - fix broken internal links in the query docs ([#​7247](https://togithub.com/TanStack/query/issues/7247)) ([`8fa8265`](https://togithub.com/TanStack/query/commit/8fa82653)) by fuko ##### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).32.0 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).32.0 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).32.0 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).32.0 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).32.0 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).32.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).32.0 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).32.0 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).32.0 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).32.0 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).32.0 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).32.0 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).32.0 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).32.0 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).32.0 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).32.0 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).32.0 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).32.0 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).32.0 ### [`v5.31.0`](https://togithub.com/TanStack/query/releases/tag/v5.31.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.29.0...v5.31.0) Version 5.31.0 - 4/22/2024, 6:41 AM ##### Changes ##### Feat - scoped mutations ([#​7312](https://togithub.com/TanStack/query/issues/7312)) ([`24f1d45`](https://togithub.com/TanStack/query/commit/24f1d45c)) by Dominik Dorfmeister ##### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).31.0 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).31.0 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).31.0 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).31.0 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).31.0 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).31.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).31.0 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).31.0 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).31.0 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).31.0 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).31.0 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).31.0 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).31.0 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).31.0 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).31.0 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).31.0 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).31.0 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).31.0 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).31.0
iamkun/dayjs (dayjs) ### [`v1.11.11`](https://togithub.com/iamkun/dayjs/releases/tag/v1.11.11) [Compare Source](https://togithub.com/iamkun/dayjs/compare/v1.11.10...v1.11.11) ##### Bug Fixes - day of week type literal ([#​2630](https://togithub.com/iamkun/dayjs/issues/2630)) ([f68d73e](https://togithub.com/iamkun/dayjs/commit/f68d73efe562fdedd9e288ecb0ce6565e602f507)) - improve locale "zh-hk" format and meridiem ([#​2419](https://togithub.com/iamkun/dayjs/issues/2419)) ([a947a51](https://togithub.com/iamkun/dayjs/commit/a947a5171aad5695eaf593bc95fe073de0f0894a)) - Update 'da' locale to match correct first week of year ([#​2592](https://togithub.com/iamkun/dayjs/issues/2592)) ([44b0936](https://togithub.com/iamkun/dayjs/commit/44b0936ad709212b63e48672d8b9c225e2c3b830)) - update locale Bulgarian monthsShort Jan ([#​2538](https://togithub.com/iamkun/dayjs/issues/2538)) ([f0c9a41](https://togithub.com/iamkun/dayjs/commit/f0c9a41c6ec91528f3790e442b0c5dff15a4e640))
element-plus/element-plus (element-plus) ### [`v2.7.2`](https://togithub.com/element-plus/element-plus/releases/tag/2.7.2) [Compare Source](https://togithub.com/element-plus/element-plus/compare/2.7.1...2.7.2) ##### 2.7.2 *2024-04-26* ##### Features - Hooks add use-aria hooks ([#​16598](https://togithub.com/element-plus/element-plus/issues/16598) by [@​kooriookami](https://togithub.com/kooriookami)) - Components \[color-picker] add `teleported` prop ([#​16634](https://togithub.com/element-plus/element-plus/issues/16634) by [@​zhixiaotong](https://togithub.com/zhixiaotong)) - Components \[form] add validate callback promise type ([#​16652](https://togithub.com/element-plus/element-plus/issues/16652) by [@​warmthsea](https://togithub.com/warmthsea)) ##### Bug fixes - 🐛 update autocomplete default width ([#​16633](https://togithub.com/element-plus/element-plus/issues/16633) by [@​xxholly32](https://togithub.com/xxholly32)) - Components \[select] group error when custom option component ([#​16621](https://togithub.com/element-plus/element-plus/issues/16621) by [@​Liao-js](https://togithub.com/Liao-js)) - Components \[table] return type of function summary-method supports VNode ([#​16648](https://togithub.com/element-plus/element-plus/issues/16648) by [@​FrontEndDog](https://togithub.com/FrontEndDog)) - Test-utils fix main export error ([#​16504](https://togithub.com/element-plus/element-plus/issues/16504) by [@​wzc520pyfm](https://togithub.com/wzc520pyfm)) - Components Add missing export ([#​16323](https://togithub.com/element-plus/element-plus/issues/16323) by [@​zzh948498](https://togithub.com/zzh948498)) - Components \[table-v2] fix scrolling fail ([#​16470](https://togithub.com/element-plus/element-plus/issues/16470) by [@​Tsong-LC](https://togithub.com/Tsong-LC)) - Components \[select] `isDisabled` is not fresh ([#​16419](https://togithub.com/element-plus/element-plus/issues/16419) by [@​makedopamine](https://togithub.com/makedopamine)) - Components \[progress] bar background support gradient ([#​16666](https://togithub.com/element-plus/element-plus/issues/16666) by [@​btea](https://togithub.com/btea)) - Components \[select-v2] custom options init error in multiple ([#​16664](https://togithub.com/element-plus/element-plus/issues/16664) by [@​Liao-js](https://togithub.com/Liao-js))
vercel/turbo (eslint-config-turbo) ### [`v1.13.3`](https://togithub.com/vercel/turbo/compare/v1.13.2...v1.13.3) [Compare Source](https://togithub.com/vercel/turbo/compare/v1.13.2...v1.13.3)
facebook/react (eslint-plugin-react-hooks) ### [`v4.6.2`](https://togithub.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) ### [`v4.6.1`](https://togithub.com/facebook/react/compare/be229c5655074642ee664f532f2e7411dd7dccc7...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/be229c5655074642ee664f532f2e7411dd7dccc7...a87edf62d7d69705ddbcec9a24f0780b3db7535f)
facebook/react (react) ### [`v18.3.1`](https://togithub.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://togithub.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.2.0...v18.3.0)
facebook/react (react-dom) ### [`v18.3.1`](https://togithub.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://togithub.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.2.0...v18.3.0)
vercel/turbo (turbo) ### [`v1.13.3`](https://togithub.com/vercel/turbo/compare/v1.13.2...v1.13.3) [Compare Source](https://togithub.com/vercel/turbo/compare/v1.13.2...v1.13.3)
vuejs/core (vue) ### [`v3.4.25`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3425-2024-04-24) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.24...v3.4.25) ##### Bug Fixes - **defineModel:** align prod mode runtime type generation with defineProps ([4253a57](https://togithub.com/vuejs/core/commit/4253a57f1703a7f1ac701d77e0a235689203461d)), closes [#​10769](https://togithub.com/vuejs/core/issues/10769) - **runtime-core:** properly get keepAlive child ([#​10772](https://togithub.com/vuejs/core/issues/10772)) ([3724693](https://togithub.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783)), closes [#​10771](https://togithub.com/vuejs/core/issues/10771) - **runtime-core:** use normal object as internal prototype for attrs and slots ([064e82f](https://togithub.com/vuejs/core/commit/064e82f5855f30fe0b77fe9b5e4dd22700fd634d)), closes [/github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923](https://togithub.com//github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add/issues/r141304923) ### [`v3.4.24`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3424-2024-04-22) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.23...v3.4.24) ##### Bug Fixes - **compiler-core:** handle template ref bound via v-bind object on v-for ([#​10706](https://togithub.com/vuejs/core/issues/10706)) ([da7adef](https://togithub.com/vuejs/core/commit/da7adefa844265eecc9c336abfc727bc05b4f16e)), closes [#​10696](https://togithub.com/vuejs/core/issues/10696) - **compiler-core:** properly parse await expressions in edge cases ([b92c25f](https://togithub.com/vuejs/core/commit/b92c25f53dff0fc1687f57ca4033d0ac25218940)), closes [#​10754](https://togithub.com/vuejs/core/issues/10754) - **compiler-sfc:** handle readonly operator and ReadonlyArray/Map/Set types ([5cef52a](https://togithub.com/vuejs/core/commit/5cef52a5c23ba8ba3239e6def03b8ff008d3cc72)), closes [#​10726](https://togithub.com/vuejs/core/issues/10726) - **compiler-ssr:** fix hydration mismatch for conditional slot in transition ([f12c81e](https://togithub.com/vuejs/core/commit/f12c81efca3fcf9a7ce478af2261ad6ab9b0bfd7)), closes [#​10743](https://togithub.com/vuejs/core/issues/10743) - **compiler-ssr:** fix v-html SSR for nullish values ([1ff4076](https://togithub.com/vuejs/core/commit/1ff407676f9495883b459779a9b0370d7588b51f)), closes [#​10725](https://togithub.com/vuejs/core/issues/10725) - **deps:** update compiler ([#​10760](https://togithub.com/vuejs/core/issues/10760)) ([15df5c1](https://togithub.com/vuejs/core/commit/15df5c1b261b9b471eb811fd47ab7b3cfc41cf83)) - **runtime-core:** fix edge case of KeepAlive inside Transition with slot children ([#​10719](https://togithub.com/vuejs/core/issues/10719)) ([e51ca61](https://togithub.com/vuejs/core/commit/e51ca61ca060b2772e967d169548fc2f58fce6d1)), closes [#​10708](https://togithub.com/vuejs/core/issues/10708) - **runtime-core:** further fix slots \_ctx check ([cde7f05](https://togithub.com/vuejs/core/commit/cde7f05787d16dbb93d9419ef5331adf992816fd)), closes [#​10724](https://togithub.com/vuejs/core/issues/10724) - **runtime-core:** props should be readonly via direct template access ([b93f264](https://togithub.com/vuejs/core/commit/b93f26464785de227b88c51a88328ae80e80d804)), closes [#​8216](https://togithub.com/vuejs/core/issues/8216) [#​10736](https://togithub.com/vuejs/core/issues/10736) - **transition:** transition is breaking/flickering when enter is canceled ([#​10688](https://togithub.com/vuejs/core/issues/10688)) ([65109a7](https://togithub.com/vuejs/core/commit/65109a70f187473edae8cf4df11af3c33345e6f6))
vuetifyjs/vuetify (vuetify) ### [`v3.5.17`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.5.17) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.5.16...v3.5.17) ##### :wrench: Bug Fixes - **group:** update the value when delete an item ([#​19663](https://togithub.com/vuetifyjs/vuetify/issues/19663)) ([5918658](https://togithub.com/vuetifyjs/vuetify/commit/5918658a76f06c74db105731a8523fc9578cbd6b)), closes [#​19655](https://togithub.com/vuetifyjs/vuetify/issues/19655) [#​19213](https://togithub.com/vuetifyjs/vuetify/issues/19213) - **typography:** preserve property order when unwrapping $typography ([f0f0fa0](https://togithub.com/vuetifyjs/vuetify/commit/f0f0fa0b5cf98dc0d6811c68322a23cf73d5b0bd)) - **typography:** use relative line heights ([#​19628](https://togithub.com/vuetifyjs/vuetify/issues/19628)) ([1086426](https://togithub.com/vuetifyjs/vuetify/commit/10864261bf5a07c79fb0a67c4f1e5503fa859edd)) - **VCarouselItem:** add missing class prop ([#​19649](https://togithub.com/vuetifyjs/vuetify/issues/19649)) ([635946c](https://togithub.com/vuetifyjs/vuetify/commit/635946ca4bfb43b2684a702c96911c30a210db4d)), closes [#​19630](https://togithub.com/vuetifyjs/vuetify/issues/19630) - **VChip:** prevent text selection for link chips ([#​19653](https://togithub.com/vuetifyjs/vuetify/issues/19653)) ([9981395](https://togithub.com/vuetifyjs/vuetify/commit/99813955f0340439efffd1a222b8628b1e779f75)) - **VCombobox:** don't delete chips on backspace until search is empty ([d6a500b](https://togithub.com/vuetifyjs/vuetify/commit/d6a500be40baaa44d58c151fb898cde8ab875e1a)), closes [#​19626](https://togithub.com/vuetifyjs/vuetify/issues/19626) - **VDatePicker:** change calendar when date is changed ([#​19570](https://togithub.com/vuetifyjs/vuetify/issues/19570)) ([a1b47bb](https://togithub.com/vuetifyjs/vuetify/commit/a1b47bb7789c4148afea5897f9d428b0eb4d93f1)), closes [#​19421](https://togithub.com/vuetifyjs/vuetify/issues/19421) - **VDialog:** add afterLeave event ([#​19664](https://togithub.com/vuetifyjs/vuetify/issues/19664)) ([d5f1dc3](https://togithub.com/vuetifyjs/vuetify/commit/d5f1dc3cee9bb3da28353646ec7ce00454cef993)), closes [#​19660](https://togithub.com/vuetifyjs/vuetify/issues/19660) - **VDialog:** partial revert of changes made in [`8083d89`](https://togithub.com/vuetifyjs/vuetify/commit/8083d89) ([e569110](https://togithub.com/vuetifyjs/vuetify/commit/e56911012bf2b9b452c2aab8e8eca6817a57c34c)) - **VFileInput:** emit single if default is undefined & !multiple ([#​19656](https://togithub.com/vuetifyjs/vuetify/issues/19656)) ([edd311f](https://togithub.com/vuetifyjs/vuetify/commit/edd311fc9154b89f6af3a3a7ad13e4399f26c0a0)), closes [#​19297](https://togithub.com/vuetifyjs/vuetify/issues/19297) - **VInput:** add theme class ([#​19602](https://togithub.com/vuetifyjs/vuetify/issues/19602)) ([97cc161](https://togithub.com/vuetifyjs/vuetify/commit/97cc161b323af39e0d2acce355b8ee101854ed61)), closes [#​19598](https://togithub.com/vuetifyjs/vuetify/issues/19598) - **VList:** don't takeover focus control when target is INPUT ([468a9c1](https://togithub.com/vuetifyjs/vuetify/commit/468a9c1ab495ee78ee134c6d14bb277ed343659d)) - **VNavigationDrawer:** manually apply dragging styles to avoid rerender ([bb486ae](https://togithub.com/vuetifyjs/vuetify/commit/bb486ae9b6ea04bc0bc6cce962d7f733b13b833a)) - **VNavigationDrawer:** element drag area size ([8a52ff3](https://togithub.com/vuetifyjs/vuetify/commit/8a52ff3246bffa558decf7664d82acfa0e6b45de)), closes [#​17352](https://togithub.com/vuetifyjs/vuetify/issues/17352) - **VProgressLinear:** only apply locationStyles when absolute ([3d810e1](https://togithub.com/vuetifyjs/vuetify/commit/3d810e1f9a5eadfcf1b4641c8d969b02a9bc0a79)) - **VSelect:** don't set scroll position on model change ([7d2991c](https://togithub.com/vuetifyjs/vuetify/commit/7d2991c0d194dfe517379a92a6028f20db5ec964)), closes [#​19635](https://togithub.com/vuetifyjs/vuetify/issues/19635) [#​19642](https://togithub.com/vuetifyjs/vuetify/issues/19642) - **VSelect:** auto scroll to the last selected item when open menu ([d65d586](https://togithub.com/vuetifyjs/vuetify/commit/d65d5865af5e13d45f5f9c00b380504ad44f5144)), closes [#​19635](https://togithub.com/vuetifyjs/vuetify/issues/19635) - **VSnackbar:** close from swipe gesture ([200b3bf](https://togithub.com/vuetifyjs/vuetify/commit/200b3bf58f1335f46ad60fcefd981a91b9d10836)), closes [#​3509](https://togithub.com/vuetifyjs/vuetify/issues/3509) - **VSnackbar:** position based on app layout ([cbb945d](https://togithub.com/vuetifyjs/vuetify/commit/cbb945d68086044f04cb13ef245dc4b4cb732392)), closes [#​15744](https://togithub.com/vuetifyjs/vuetify/issues/15744) - **VSnackbar:** support custom transition ([b9a7d69](https://togithub.com/vuetifyjs/vuetify/commit/b9a7d69e5d1194b23a94e748f293a8eb7293f472)), closes [#​15474](https://togithub.com/vuetifyjs/vuetify/issues/15474) - **VSwitch:** transition in RTL ([#​19495](https://togithub.com/vuetifyjs/vuetify/issues/19495)) ([d11824f](https://togithub.com/vuetifyjs/vuetify/commit/d11824ff75b0d19434b068ae9fcaf13a395dd6f9)) - **VTextarea:** up/down/home/end keys inside VList ([#​19674](https://togithub.com/vuetifyjs/vuetify/issues/19674)) ([1c26e14](https://togithub.com/vuetifyjs/vuetify/commit/1c26e1414d9907ed9b933f21e49bedd919a5e036)), closes [#​19092](https://togithub.com/vuetifyjs/vuetify/issues/19092) ##### :arrows_counterclockwise: Reverts - Revert "fix(VProgressLinear): remove locationStyles" ([78fa9b9](https://togithub.com/vuetifyjs/vuetify/commit/78fa9b9064123b60ec0e083b4da3552d1e9e2dfa)), closes [#​19658](https://togithub.com/vuetifyjs/vuetify/issues/19658) ##### :test_tube: Labs - **VFab:** account for margin in elementSize ([7ced152](https://togithub.com/vuetifyjs/vuetify/commit/7ced152fe7325626279ab4430b047cacc86cedd1)) - **VFab:** add new layout prop that determines if app fab takes up space ([0d0759c](https://togithub.com/vuetifyjs/vuetify/commit/0d0759cede56efcfd27aafde910f95ded3cf447f)) - **VFab:** apply position absolute to fab container ([674db98](https://togithub.com/vuetifyjs/vuetify/commit/674db98ea9727160151325941da68ab971832895)) - **VNumberInput:** avoid native number input weird behaviours ([#​19605](https://togithub.com/vuetifyjs/vuetify/issues/19605)) ([42e482f](https://togithub.com/vuetifyjs/vuetify/commit/42e482f63378527b22012802a175c76674088092)), closes [#​19438](https://togithub.com/vuetifyjs/vuetify/issues/19438) [#​19558](https://togithub.com/vuetifyjs/vuetify/issues/19558) [#​19538](https://togithub.com/vuetifyjs/vuetify/issues/19538) [#​19494](https://togithub.com/vuetifyjs/vuetify/issues/19494) - **VSnackbarQueue:** create new component ([#​19629](https://togithub.com/vuetifyjs/vuetify/issues/19629)) ([c74d0c9](https://togithub.com/vuetifyjs/vuetify/commit/c74d0c98828f78c219ef69cbc488821c14376c4e)), closes [#​2384](https://togithub.com/vuetifyjs/vuetify/issues/2384)
colinhacks/zod (zod) ### [`v3.23.4`](https://togithub.com/colinhacks/zod/releases/tag/v3.23.4) [Compare Source](https://togithub.com/colinhacks/zod/compare/v3.23.3...v3.23.4) #### Commits: - [`157b18d`](https://togithub.com/colinhacks/zod/commit/157b18d742c86d85b26a8421af46ad6d6d6b6ea7) Add 3.23 announcement - [`aedf93f`](https://togithub.com/colinhacks/zod/commit/aedf93f1435a29463d915c3be45b4dcbeefa8cc1) Revert change to default Input - [`45107f7`](https://togithub.com/colinhacks/zod/commit/45107f7a7230fe48ee24dc37e621422c9dc64ec4) v3.23.4 ### [`v3.23.3`](https://togithub.com/colinhacks/zod/compare/v3.23.2...103d2436f85872ca0e0e6247652989cc93d46a39) [Compare Source](https://togithub.com/colinhacks/zod/compare/v3.23.2...v3.23.3) ### [`v3.23.2`](https://togithub.com/colinhacks/zod/releases/tag/v3.23.2) [Compare Source](https://togithub.com/colinhacks/zod/compare/v3.23.1...v3.23.2) #### Commits: - [`c340558`](https://togithub.com/colinhacks/zod/commit/c340558d14f5222a2ca177e0591463c06cc5edc3) Update protocol - [`ef588d0`](https://togithub.com/colinhacks/zod/commit/ef588d036f3e98b832796e9a681dbaf097631ea0) Fix t3env - [`9df70dd`](https://togithub.com/colinhacks/zod/commit/9df70dd71195df951c43f180fbe5e64ea1f835df) 3.23.2 ### [`v3.23.1`](https://togithub.com/colinhacks/zod/compare/v3.23.0...2ff5ceb428634de0ea4501495039c05a8e95b60a) [Compare Source](https://togithub.com/colinhacks/zod/compare/v3.23.0...v3.23.1)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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