Open renovate[bot] opened 2 months ago
This PR contains the following updates:
^11.0.3
^11.2.0
^1.9.4
^1.11.0
^9.1.5
^9.1.6
^5.5.4
^5.6.3
^3.7.1
^3.7.4
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
^11.0.3
->^11.2.0
^1.9.4
->^1.11.0
^1.9.4
->^1.11.0
^9.1.5
->^9.1.6
^5.5.4
->^5.6.3
^3.7.1
->^3.7.4
Release Notes
vueuse/vueuse (@vueuse/core)
### [`v11.2.0`](https://redirect.github.com/vueuse/vueuse/releases/tag/v11.2.0) [Compare Source](https://redirect.github.com/vueuse/vueuse/compare/v11.1.0...v11.2.0) ##### 🚀 Features - **useBreakpoints**: Add breakpoints for ElementUI/ElementPlus - by [@AAABingBing](https://redirect.github.com/AAABingBing) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4238](https://redirect.github.com/vueuse/vueuse/issues/4238) [(f71e5)](https://redirect.github.com/vueuse/vueuse/commit/f71e5138) - **useMediaControls**: Add playback error event - by [@DarrenSG](https://redirect.github.com/DarrenSG) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4253](https://redirect.github.com/vueuse/vueuse/issues/4253) [(e1169)](https://redirect.github.com/vueuse/vueuse/commit/e11699d2) ##### 🐞 Bug Fixes - **useArrayReduce**: InitialValue can be a function - by [@Mutter45](https://redirect.github.com/Mutter45) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4243](https://redirect.github.com/vueuse/vueuse/issues/4243) [(ae542)](https://redirect.github.com/vueuse/vueuse/commit/ae542c6b) - **useDevicesList**: Handle NotAllowedError on reject/close - by [@espensgr](https://redirect.github.com/espensgr) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4246](https://redirect.github.com/vueuse/vueuse/issues/4246) [(bf0f2)](https://redirect.github.com/vueuse/vueuse/commit/bf0f249e) - **useDropZone**: Remove file kind restriction - by [@jackcodetw](https://redirect.github.com/jackcodetw) in [https://github.com/vueuse/vueuse/issues/4305](https://redirect.github.com/vueuse/vueuse/issues/4305) [(1d661)](https://redirect.github.com/vueuse/vueuse/commit/1d661f9d) - **useIntervalFn**: Prevent timer being set after pause is called in cb - by [@laporchen](https://redirect.github.com/laporchen) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4258](https://redirect.github.com/vueuse/vueuse/issues/4258) [(59f8c)](https://redirect.github.com/vueuse/vueuse/commit/59f8c944) - **useManualRefHistory**: `canUndo` and `canRedo` typing to be computed ref - by [@roydukkey](https://redirect.github.com/roydukkey) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4261](https://redirect.github.com/vueuse/vueuse/issues/4261) [(b46d2)](https://redirect.github.com/vueuse/vueuse/commit/b46d2a0e) - **useWebSocket**: Autoreconnect when ws close - by [@jackcodetw](https://redirect.github.com/jackcodetw) in [https://github.com/vueuse/vueuse/issues/4314](https://redirect.github.com/vueuse/vueuse/issues/4314) [(08412)](https://redirect.github.com/vueuse/vueuse/commit/08412e8c) ##### [View changes on GitHub](https://redirect.github.com/vueuse/vueuse/compare/v11.1.0...v11.2.0) ### [`v11.1.0`](https://redirect.github.com/vueuse/vueuse/releases/tag/v11.1.0) [Compare Source](https://redirect.github.com/vueuse/vueuse/compare/v11.0.3...v11.1.0) ##### 🚀 Features - **useCurrentElement**: Try to infer type from `$el` - by [@KazariEX](https://redirect.github.com/KazariEX) in [https://github.com/vueuse/vueuse/issues/4202](https://redirect.github.com/vueuse/vueuse/issues/4202) [(8e141)](https://redirect.github.com/vueuse/vueuse/commit/8e141e54) - **useDropZone**: Add multiple prop to control multi-file drop - by [@danngossinga](https://redirect.github.com/danngossinga) and **Dan T. Ngossinga** in [https://github.com/vueuse/vueuse/issues/4227](https://redirect.github.com/vueuse/vueuse/issues/4227) [(3b94d)](https://redirect.github.com/vueuse/vueuse/commit/3b94de47) - **useFileDialog**: Return `onCancel` handler - by [@AndreyYolkin](https://redirect.github.com/AndreyYolkin) in [https://github.com/vueuse/vueuse/issues/4184](https://redirect.github.com/vueuse/vueuse/issues/4184) [(30452)](https://redirect.github.com/vueuse/vueuse/commit/30452c27) ##### 🐞 Bug Fixes - **computedAsync**: Type signature - by [@ferferga](https://redirect.github.com/ferferga) in [https://github.com/vueuse/vueuse/issues/4207](https://redirect.github.com/vueuse/vueuse/issues/4207) [(45b18)](https://redirect.github.com/vueuse/vueuse/commit/45b187a0) - **onClickOutside**: Make `ignore` accept reactive values - by [@CernyMatej](https://redirect.github.com/CernyMatej) in [https://github.com/vueuse/vueuse/issues/4211](https://redirect.github.com/vueuse/vueuse/issues/4211) [(aa5e3)](https://redirect.github.com/vueuse/vueuse/commit/aa5e35d5) - **onClickOutside**: Improve cross-browser compatibility - by [@Onion-L](https://redirect.github.com/Onion-L) and [@antfu](https://redirect.github.com/antfu) in [https://github.com/vueuse/vueuse/issues/4185](https://redirect.github.com/vueuse/vueuse/issues/4185) [(9e598)](https://redirect.github.com/vueuse/vueuse/commit/9e598c42) - **useArrayFilter**: Match type to Array.prototype.filter - by [@Jesse205](https://redirect.github.com/Jesse205) in [https://github.com/vueuse/vueuse/issues/4175](https://redirect.github.com/vueuse/vueuse/issues/4175) [(71fd1)](https://redirect.github.com/vueuse/vueuse/commit/71fd1408) - **useDraggable**: Draggable component not work with container - by [@huiliangShen](https://redirect.github.com/huiliangShen) in [https://github.com/vueuse/vueuse/issues/4192](https://redirect.github.com/vueuse/vueuse/issues/4192) [(7f25b)](https://redirect.github.com/vueuse/vueuse/commit/7f25b3a0) - **useFocusWithin**: Make useFocusWhithin match the behavior of the :focus-within - by [@ben-lau](https://redirect.github.com/ben-lau) in [https://github.com/vueuse/vueuse/issues/4134](https://redirect.github.com/vueuse/vueuse/issues/4134) [(c5407)](https://redirect.github.com/vueuse/vueuse/commit/c5407011) - **useInfiniteScroll**: Stop watch when unmounted - by [@zyyv](https://redirect.github.com/zyyv) in [https://github.com/vueuse/vueuse/issues/4110](https://redirect.github.com/vueuse/vueuse/issues/4110) [(f30cc)](https://redirect.github.com/vueuse/vueuse/commit/f30ccf08) - **useIntersectionObserver**: Add `Document` type for root - by [@phk422](https://redirect.github.com/phk422) in [https://github.com/vueuse/vueuse/issues/4210](https://redirect.github.com/vueuse/vueuse/issues/4210) [(6b584)](https://redirect.github.com/vueuse/vueuse/commit/6b584307) - **useMouseInElement**: Allow `el` to be instanceof Element - by [@FRSgit](https://redirect.github.com/FRSgit) in [https://github.com/vueuse/vueuse/issues/4189](https://redirect.github.com/vueuse/vueuse/issues/4189) [(4dcc2)](https://redirect.github.com/vueuse/vueuse/commit/4dcc2b7b) - **useNetwork**: Return immutable values - by [@rudnovd](https://redirect.github.com/rudnovd) in [https://github.com/vueuse/vueuse/issues/4187](https://redirect.github.com/vueuse/vueuse/issues/4187) [(99179)](https://redirect.github.com/vueuse/vueuse/commit/991793a7) - **useResizeObserver**: Update type - by [@phk422](https://redirect.github.com/phk422) in [https://github.com/vueuse/vueuse/issues/4218](https://redirect.github.com/vueuse/vueuse/issues/4218) [(044dd)](https://redirect.github.com/vueuse/vueuse/commit/044dd7ae) ##### [View changes on GitHub](https://redirect.github.com/vueuse/vueuse/compare/v11.0.3...v11.1.0)Zhengqbbb/cz-git (cz-git)
### [`v1.11.0`](https://redirect.github.com/Zhengqbbb/cz-git/blob/HEAD/packages/cz-git/CHANGELOG.md#1110-2024-11-08) [Compare Source](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) ##### Bug Fixes - **cz-git,cli:** node v12 v14 startup error ([#200](https://redirect.github.com/Zhengqbbb/cz-git/issues/200)) ([a760f62](https://redirect.github.com/Zhengqbbb/cz-git/commit/a760f621726d9ad94f8d43209f5a20ffa276174d)) - **plugin-inquirer:** press tab or right key exit error when input no complete value ([4cffb1a](https://redirect.github.com/Zhengqbbb/cz-git/commit/4cffb1a305235ba91fe3eef6ffa4f72b56ff7c0f)) ##### Features - **cz-git:** provide config file type helper fn `defineConfig` and `definePrompt` ([#196](https://redirect.github.com/Zhengqbbb/cz-git/issues/196)) ([c6589de](https://redirect.github.com/Zhengqbbb/cz-git/commit/c6589de5a3653e7544e32dfcabcd6390fee8060a)), closes [#193](https://redirect.github.com/Zhengqbbb/cz-git/issues/193) - **plugin-loader:** support esm and ts(experiment) configure load ([#197](https://redirect.github.com/Zhengqbbb/cz-git/issues/197)) ([1288093](https://redirect.github.com/Zhengqbbb/cz-git/commit/1288093d4eab6b4ad5ad32f0dc661b73fda057f2)) #### [1.10.1](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06) ##### Bug Fixes - **cz-git:** rollback max_token to avoid AI message sliced ([ea9dc0c](https://redirect.github.com/Zhengqbbb/cz-git/commit/ea9dc0cf84a6b0303f6b1f8c6dcb41d514c1d45b)), closes [#189](https://redirect.github.com/Zhengqbbb/cz-git/issues/189) ### [`v1.10.1`](https://redirect.github.com/Zhengqbbb/cz-git/blob/HEAD/packages/cz-git/CHANGELOG.md#1101-2024-10-06) [Compare Source](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **cz-git:** rollback max_token to avoid AI message sliced ([ea9dc0c](https://redirect.github.com/Zhengqbbb/cz-git/commit/ea9dc0cf84a6b0303f6b1f8c6dcb41d514c1d45b)), closes [#189](https://redirect.github.com/Zhengqbbb/cz-git/issues/189) ### [`v1.10.0`](https://redirect.github.com/Zhengqbbb/cz-git/blob/HEAD/packages/cz-git/CHANGELOG.md#1100-2024-09-28) [Compare Source](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.4...v1.10.0) ##### Bug Fixes - **cli:** upgrade commitlint version to resolve config extension issue ([#187](https://redirect.github.com/Zhengqbbb/cz-git/issues/187)) ([dee8b44](https://redirect.github.com/Zhengqbbb/cz-git/commit/dee8b445f6f6fe7300ce5e189b43fc99dd026804)), closes [#186](https://redirect.github.com/Zhengqbbb/cz-git/issues/186) ##### Features - **cz-git,cli:** add `aiModel` option to support multiple OpenAI models ([#185](https://redirect.github.com/Zhengqbbb/cz-git/issues/185)) ([241577b](https://redirect.github.com/Zhengqbbb/cz-git/commit/241577bdd2d452aa607e704ee232597f93e00f8b)), closes [#180](https://redirect.github.com/Zhengqbbb/cz-git/issues/180) - **cz-git:** add env `CZ_EDITOR` to change editor during confirm ([#174](https://redirect.github.com/Zhengqbbb/cz-git/issues/174)) ([0fad291](https://redirect.github.com/Zhengqbbb/cz-git/commit/0fad29132f9f25f2d1aade8636e8670a15c7f7cc)) ##### Performance Improvements - **cli:** remove `fs-extra`. bundle size -100KB ([79a7833](https://redirect.github.com/Zhengqbbb/cz-git/commit/79a7833f0ec5c5ba3d73f60b6740b10505e4b052)) #### [1.9.4](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.3...v1.9.4) (2024-07-19) ##### Bug Fixes - suppress node 22 deprecated error messages ([#179](https://redirect.github.com/Zhengqbbb/cz-git/issues/179)) ([9f4ff58](https://redirect.github.com/Zhengqbbb/cz-git/commit/9f4ff58fa34b1857a6b37c0642ffd55a90a4bf26)) #### [1.9.3](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.2...v1.9.3) (2024-06-11) ##### Bug Fixes - **cli:** czg export type can not be used ([#175](https://redirect.github.com/Zhengqbbb/cz-git/issues/175)) ([4fe94cf](https://redirect.github.com/Zhengqbbb/cz-git/commit/4fe94cf149b0800a37af5b1f94a6bfff1580e89f)) #### [1.9.2](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.1...v1.9.2) (2024-05-26) ##### Bug Fixes - **cz-git:** incorrect maxSubjectLength on custom scope ([#173](https://redirect.github.com/Zhengqbbb/cz-git/issues/173)) ([baa58ae](https://redirect.github.com/Zhengqbbb/cz-git/commit/baa58ae2d1853c8a486937d896b805e0a7e8747c)) #### [1.9.1](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.0...v1.9.1) (2024-03-30) ##### Bug Fixes - make ai fields to be optional ([#164](https://redirect.github.com/Zhengqbbb/cz-git/issues/164)) ([5c007ce](https://redirect.github.com/Zhengqbbb/cz-git/commit/5c007ce44f277ac97c8d75330fad7e0e1edb4183))Zhengqbbb/cz-git (czg)
### [`v1.11.0`](https://redirect.github.com/Zhengqbbb/cz-git/blob/HEAD/packages/cli/CHANGELOG.md#1110-2024-11-08) [Compare Source](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) ##### Bug Fixes - **cz-git,cli:** node v12 v14 startup error ([#200](https://redirect.github.com/Zhengqbbb/cz-git/issues/200)) ([a760f62](https://redirect.github.com/Zhengqbbb/cz-git/commit/a760f621726d9ad94f8d43209f5a20ffa276174d)) - **plugin-inquirer:** press tab or right key exit error when input no complete value ([4cffb1a](https://redirect.github.com/Zhengqbbb/cz-git/commit/4cffb1a305235ba91fe3eef6ffa4f72b56ff7c0f)) ##### Features - **cz-git:** provide config file type helper fn `defineConfig` and `definePrompt` ([#196](https://redirect.github.com/Zhengqbbb/cz-git/issues/196)) ([c6589de](https://redirect.github.com/Zhengqbbb/cz-git/commit/c6589de5a3653e7544e32dfcabcd6390fee8060a)), closes [#193](https://redirect.github.com/Zhengqbbb/cz-git/issues/193) - **plugin-loader:** support esm and ts(experiment) configure load ([#197](https://redirect.github.com/Zhengqbbb/cz-git/issues/197)) ([1288093](https://redirect.github.com/Zhengqbbb/cz-git/commit/1288093d4eab6b4ad5ad32f0dc661b73fda057f2)) #### [1.10.1](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06) ##### Bug Fixes - **cz-git:** rollback max_token to avoid AI message sliced ([ea9dc0c](https://redirect.github.com/Zhengqbbb/cz-git/commit/ea9dc0cf84a6b0303f6b1f8c6dcb41d514c1d45b)), closes [#189](https://redirect.github.com/Zhengqbbb/cz-git/issues/189) ### [`v1.10.1`](https://redirect.github.com/Zhengqbbb/cz-git/blob/HEAD/packages/cli/CHANGELOG.md#1101-2024-10-06) [Compare Source](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) ##### Bug Fixes - **cz-git:** rollback max_token to avoid AI message sliced ([ea9dc0c](https://redirect.github.com/Zhengqbbb/cz-git/commit/ea9dc0cf84a6b0303f6b1f8c6dcb41d514c1d45b)), closes [#189](https://redirect.github.com/Zhengqbbb/cz-git/issues/189) ### [`v1.10.0`](https://redirect.github.com/Zhengqbbb/cz-git/blob/HEAD/packages/cli/CHANGELOG.md#1100-2024-09-28) [Compare Source](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.4...v1.10.0) ##### Bug Fixes - **cli:** upgrade commitlint version to resolve config extension issue ([#187](https://redirect.github.com/Zhengqbbb/cz-git/issues/187)) ([dee8b44](https://redirect.github.com/Zhengqbbb/cz-git/commit/dee8b445f6f6fe7300ce5e189b43fc99dd026804)), closes [#186](https://redirect.github.com/Zhengqbbb/cz-git/issues/186) ##### Features - **cz-git,cli:** add `aiModel` option to support multiple OpenAI models ([#185](https://redirect.github.com/Zhengqbbb/cz-git/issues/185)) ([241577b](https://redirect.github.com/Zhengqbbb/cz-git/commit/241577bdd2d452aa607e704ee232597f93e00f8b)), closes [#180](https://redirect.github.com/Zhengqbbb/cz-git/issues/180) - **cz-git:** add env `CZ_EDITOR` to change editor during confirm ([#174](https://redirect.github.com/Zhengqbbb/cz-git/issues/174)) ([0fad291](https://redirect.github.com/Zhengqbbb/cz-git/commit/0fad29132f9f25f2d1aade8636e8670a15c7f7cc)) ##### Performance Improvements - **cli:** remove `fs-extra`. bundle size -100KB ([79a7833](https://redirect.github.com/Zhengqbbb/cz-git/commit/79a7833f0ec5c5ba3d73f60b6740b10505e4b052)) #### [1.9.4](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.3...v1.9.4) (2024-07-19) ##### Bug Fixes - suppress node 22 deprecated error messages ([#179](https://redirect.github.com/Zhengqbbb/cz-git/issues/179)) ([9f4ff58](https://redirect.github.com/Zhengqbbb/cz-git/commit/9f4ff58fa34b1857a6b37c0642ffd55a90a4bf26)) #### [1.9.3](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.2...v1.9.3) (2024-06-11) ##### Bug Fixes - **cli:** czg export type can not be used ([#175](https://redirect.github.com/Zhengqbbb/cz-git/issues/175)) ([4fe94cf](https://redirect.github.com/Zhengqbbb/cz-git/commit/4fe94cf149b0800a37af5b1f94a6bfff1580e89f)) #### [1.9.2](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.1...v1.9.2) (2024-05-26) ##### Bug Fixes - **cz-git:** incorrect maxSubjectLength on custom scope ([#173](https://redirect.github.com/Zhengqbbb/cz-git/issues/173)) ([baa58ae](https://redirect.github.com/Zhengqbbb/cz-git/commit/baa58ae2d1853c8a486937d896b805e0a7e8747c)) #### [1.9.1](https://redirect.github.com/Zhengqbbb/cz-git/compare/v1.9.0...v1.9.1) (2024-03-30) ##### Bug Fixes - make ai fields to be optional ([#164](https://redirect.github.com/Zhengqbbb/cz-git/issues/164)) ([5c007ce](https://redirect.github.com/Zhengqbbb/cz-git/commit/5c007ce44f277ac97c8d75330fad7e0e1edb4183))typicode/husky (husky)
### [`v9.1.6`](https://redirect.github.com/typicode/husky/compare/v9.1.5...a2d942a670b3d6a04578005a0fd2dc310e511849) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.5...v9.1.6)microsoft/TypeScript (typescript)
### [`v5.6.3`](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.2...d48a5cf89a62a62d6c6ed53ffa18f070d9458b85) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) ### [`v5.6.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...a7e3374f13327483fbe94e32806d65785b0b6cda) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)vuetifyjs/vuetify (vuetify)
### [`v3.7.4`](https://redirect.github.com/vuetifyjs/vuetify/releases/tag/v3.7.4) [Compare Source](https://redirect.github.com/vuetifyjs/vuetify/compare/v3.7.3...v3.7.4) ##### :wrench: Bug Fixes - **VBtn:** only remove overlay transition in pagination ([675b464](https://redirect.github.com/vuetifyjs/vuetify/commit/675b464c79c09fcc855f0a0c015e2d36c1870d22)), closes [#18874](https://redirect.github.com/vuetifyjs/vuetify/issues/18874) - **VBtnToggle:** plain variant button opacity when selected ([#20279](https://redirect.github.com/vuetifyjs/vuetify/issues/20279)) ([bfe6310](https://redirect.github.com/vuetifyjs/vuetify/commit/bfe631027588b73da8cf94655ae8316c763cafe8)), closes [#20142](https://redirect.github.com/vuetifyjs/vuetify/issues/20142) - **VCode,VKbd:** set default tag ([18c0adc](https://redirect.github.com/vuetifyjs/vuetify/commit/18c0adcd4a3cdd8dffda9691e3aa8ea18aaceb92)) - **VDialog:** make form fill parent ([#20555](https://redirect.github.com/vuetifyjs/vuetify/issues/20555)) ([42a12dd](https://redirect.github.com/vuetifyjs/vuetify/commit/42a12dd89da2e7e5ea5f6a3bc7611fb2e9f2563a)) - **VDialog:** ignore size props when fullscreen ([#20554](https://redirect.github.com/vuetifyjs/vuetify/issues/20554)) ([3adcbef](https://redirect.github.com/vuetifyjs/vuetify/commit/3adcbef2e993f520cc1136cbcc36b84505490620)), closes [#19915](https://redirect.github.com/vuetifyjs/vuetify/issues/19915) - **VDialog,VMenu:** remove focus listeners on unmount ([a72df88](https://redirect.github.com/vuetifyjs/vuetify/commit/a72df884ba8415a272332f86bba8401eec7d6fc5)), closes [#20422](https://redirect.github.com/vuetifyjs/vuetify/issues/20422) - **VList:** apply avatar spacing to badge:has(avatar) ([#20588](https://redirect.github.com/vuetifyjs/vuetify/issues/20588)) ([0ac22b5](https://redirect.github.com/vuetifyjs/vuetify/commit/0ac22b5b4c190bede80f20a8f7090f1aaa322f8c)) ### [`v3.7.3`](https://redirect.github.com/vuetifyjs/vuetify/releases/tag/v3.7.3) [Compare Source](https://redirect.github.com/vuetifyjs/vuetify/compare/v3.7.2...v3.7.3) ##### :wrench: Bug Fixes - **nested:** convert ids to string in duplicate warning ([2728a10](https://redirect.github.com/vuetifyjs/vuetify/commit/2728a10244f4d9ae4268621e0cf310d8f29dab44)) - **styles:** explicitly import global functions ([2b22da1](https://redirect.github.com/vuetifyjs/vuetify/commit/2b22da169f9923628c4f6d8623ddd8899e5d60eb)) - **v-tooltip:** log error instead of throwing ([ae33530](https://redirect.github.com/vuetifyjs/vuetify/commit/ae33530ac17226ca942849bea364ee441ae1dd9f)), closes [#20564](https://redirect.github.com/vuetifyjs/vuetify/issues/20564) - **v-tooltip:** match provides from new vnode ([6e9f2a1](https://redirect.github.com/vuetifyjs/vuetify/commit/6e9f2a1a0a55360118626fc397c6d0dc4498382b)), closes [#20564](https://redirect.github.com/vuetifyjs/vuetify/issues/20564) - **VDataTable:** remove page clamp on initial render ([60bc70e](https://redirect.github.com/vuetifyjs/vuetify/commit/60bc70ecbb1692c94dfd9ceb9bae1415355bafed)), closes [#17966](https://redirect.github.com/vuetifyjs/vuetify/issues/17966) [#20185](https://redirect.github.com/vuetifyjs/vuetify/issues/20185) ##### :test_tube: Labs - **VTreeview:** allow multiple nodes to be loading ([488fc02](https://redirect.github.com/vuetifyjs/vuetify/commit/488fc0221e7957dbfac6d680f2ea40bb25412d5d)), closes [#19390](https://redirect.github.com/vuetifyjs/vuetify/issues/19390) [#20404](https://redirect.github.com/vuetifyjs/vuetify/issues/20404) - **VTreeview:** search doesn't work with return-object ([#20508](https://redirect.github.com/vuetifyjs/vuetify/issues/20508)) ([1b3ed5a](https://redirect.github.com/vuetifyjs/vuetify/commit/1b3ed5a2e72d04119df89b5440fe4bd4e6955fc2)) ### [`v3.7.2`](https://redirect.github.com/vuetifyjs/vuetify/releases/tag/v3.7.2) [Compare Source](https://redirect.github.com/vuetifyjs/vuetify/compare/v3.7.1...v3.7.2) ##### :wrench: Bug Fixes - **a11y:** add `aria-current="page"` attribute to links ([#20413](https://redirect.github.com/vuetifyjs/vuetify/issues/20413)) ([bc647f6](https://redirect.github.com/vuetifyjs/vuetify/commit/bc647f6853c6415fc928aff2774134f7eed26b37)), closes [#20399](https://redirect.github.com/vuetifyjs/vuetify/issues/20399) - **nested:** use reactive proxy of opened ([#20438](https://redirect.github.com/vuetifyjs/vuetify/issues/20438)) ([4e41c7e](https://redirect.github.com/vuetifyjs/vuetify/commit/4e41c7e2bef649551c6f4032cda220f2dd605780)) - **nested:** Prevent infinite loops when resolving path ([#20390](https://redirect.github.com/vuetifyjs/vuetify/issues/20390)) ([970f827](https://redirect.github.com/vuetifyjs/vuetify/commit/970f827828b2e488ad5bb2e8f1363fd38c5a6102)), closes [#20389](https://redirect.github.com/vuetifyjs/vuetify/issues/20389) - **v-tooltip:** use textContent instead of innerHTML ([ca49443](https://redirect.github.com/vuetifyjs/vuetify/commit/ca49443c6b7302c9dcb14b9be29f3872f512b320)) - **v-tooltip:** use default location from VTooltip ([45e0c8a](https://redirect.github.com/vuetifyjs/vuetify/commit/45e0c8af029ffcbcb318f10a2e263b35671dbdc6)) - **VDialog:** add height to form in fullscreen dialog ([#20417](https://redirect.github.com/vuetifyjs/vuetify/issues/20417)) ([eb0c99e](https://redirect.github.com/vuetifyjs/vuetify/commit/eb0c99e4f13272367a983abac9473b943f065ee1)), closes [#20416](https://redirect.github.com/vuetifyjs/vuetify/issues/20416) - **VDialog:** remove `aria-expanded` from activator ([#20414](https://redirect.github.com/vuetifyjs/vuetify/issues/20414)) ([1c40ed4](https://redirect.github.com/vuetifyjs/vuetify/commit/1c40ed484c31def71b0a587f8e39cd6101762de8)) ##### :test_tube: Labs - **VTreeview:** Load children when expanded ([#20364](https://redirect.github.com/vuetifyjs/vuetify/issues/20364)) ([f95a405](https://redirect.github.com/vuetifyjs/vuetify/commit/f95a405042f7da57b472fd38208dd61e7ab63bd3))Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.