Closed renovate[bot] closed 2 months ago
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.
This PR contains the following updates:
^2.24.1
->^2.27.3
^10.11.0
->^10.11.1
^9.1.4
->^9.1.5
^15.2.8
->^15.2.10
^0.27.3
->^0.27.4
^3.6.14
->^3.7.1
Release Notes
antfu/eslint-config (@antfu/eslint-config)
### [`v2.27.3`](https://redirect.github.com/antfu/eslint-config/releases/tag/v2.27.3) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v2.27.2...v2.27.3) ##### 🐞 Bug Fixes - Upgrade `eslint-plugin-import-x` - by [@antfu](https://redirect.github.com/antfu) [(6a224)](https://redirect.github.com/antfu/eslint-config/commit/6a22489) ##### [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v2.27.2...v2.27.3) ### [`v2.27.2`](https://redirect.github.com/antfu/eslint-config/releases/tag/v2.27.2) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v2.27.1...v2.27.2) ##### 🚀 Features - Formatters support SVG - by [@yunsii](https://redirect.github.com/yunsii) and [@antfu](https://redirect.github.com/antfu) in [https://github.com/antfu/eslint-config/issues/591](https://redirect.github.com/antfu/eslint-config/issues/591) [(12718)](https://redirect.github.com/antfu/eslint-config/commit/12718a4) ##### 🐞 Bug Fixes - Use fork of `eslint-plugin-import-x` - by [@antfu](https://redirect.github.com/antfu) [(78d52)](https://redirect.github.com/antfu/eslint-config/commit/78d5234) ##### [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v2.27.1...v2.27.2) ### [`v2.27.1`](https://redirect.github.com/antfu/eslint-config/releases/tag/v2.27.1) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v2.27.0...v2.27.1) ##### 🐞 Bug Fixes - Override type-aware rules properly - by [@ryoppippi](https://redirect.github.com/ryoppippi) and [@antfu](https://redirect.github.com/antfu) in [https://github.com/antfu/eslint-config/issues/585](https://redirect.github.com/antfu/eslint-config/issues/585) [(35f67)](https://redirect.github.com/antfu/eslint-config/commit/35f6763) ##### [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v2.27.0...v2.27.1) ### [`v2.27.0`](https://redirect.github.com/antfu/eslint-config/releases/tag/v2.27.0) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v2.26.1...v2.27.0) ##### 🚀 Features - Print hint message when running in editor - by [@antfu](https://redirect.github.com/antfu) [(c6210)](https://redirect.github.com/antfu/eslint-config/commit/c62102b) ##### 🐞 Bug Fixes - `isInEditorEnv` should be false when in git hooks, close [#589](https://redirect.github.com/antfu/eslint-config/issues/589) - by [@antfu](https://redirect.github.com/antfu) in [https://github.com/antfu/eslint-config/issues/589](https://redirect.github.com/antfu/eslint-config/issues/589) [(b60bf)](https://redirect.github.com/antfu/eslint-config/commit/b60bfd3) ##### [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v2.26.1...v2.27.0) ### [`v2.26.1`](https://redirect.github.com/antfu/eslint-config/releases/tag/v2.26.1) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v2.26.0...v2.26.1) *No significant changes* ##### [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v2.26.0...v2.26.1) ### [`v2.26.0`](https://redirect.github.com/antfu/eslint-config/releases/tag/v2.26.0) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v2.25.2...v2.26.0) ##### 🐞 Bug Fixes - `ignoresTypeAware` reslove, fix [#578](https://redirect.github.com/antfu/eslint-config/issues/578) - by [@antfu](https://redirect.github.com/antfu) in [https://github.com/antfu/eslint-config/issues/578](https://redirect.github.com/antfu/eslint-config/issues/578) [(e5ca2)](https://redirect.github.com/antfu/eslint-config/commit/e5ca299) - Check packages existence in local scope - by [@paescuj](https://redirect.github.com/paescuj) and [@antfu](https://redirect.github.com/antfu) in [https://github.com/antfu/eslint-config/issues/583](https://redirect.github.com/antfu/eslint-config/issues/583) [(12fd8)](https://redirect.github.com/antfu/eslint-config/commit/12fd868) ##### [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v2.25.2...v2.26.0) ### [`v2.25.2`](https://redirect.github.com/antfu/eslint-config/releases/tag/v2.25.2) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v2.25.1...v2.25.2) ##### 🐞 Bug Fixes - Migrate plugin eslint-comments - by [@ntnyq](https://redirect.github.com/ntnyq) in [https://github.com/antfu/eslint-config/issues/577](https://redirect.github.com/antfu/eslint-config/issues/577) [(015e2)](https://redirect.github.com/antfu/eslint-config/commit/015e2f0) ##### [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v2.25.1...v2.25.2) ### [`v2.25.1`](https://redirect.github.com/antfu/eslint-config/releases/tag/v2.25.1) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v2.25.0...v2.25.1) ##### 🐞 Bug Fixes - Migrate to new vitest plugin, close [#576](https://redirect.github.com/antfu/eslint-config/issues/576) - by [@antfu](https://redirect.github.com/antfu) in [https://github.com/antfu/eslint-config/issues/576](https://redirect.github.com/antfu/eslint-config/issues/576) [(5e465)](https://redirect.github.com/antfu/eslint-config/commit/5e46584) ##### [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v2.25.0...v2.25.1) ### [`v2.25.0`](https://redirect.github.com/antfu/eslint-config/releases/tag/v2.25.0) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v2.24.1...v2.25.0) ##### 🐞 Bug Fixes - Default prettier `printWidth: 120` not work as expected - by [@HADB](https://redirect.github.com/HADB) in [https://github.com/antfu/eslint-config/issues/573](https://redirect.github.com/antfu/eslint-config/issues/573) [(8942c)](https://redirect.github.com/antfu/eslint-config/commit/8942cc0) ##### [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v2.24.1...v2.25.0)vueuse/vueuse (@vueuse/core)
### [`v10.11.1`](https://redirect.github.com/vueuse/vueuse/releases/tag/v10.11.1) [Compare Source](https://redirect.github.com/vueuse/vueuse/compare/v10.11.0...v10.11.1) *No significant changes* ##### [View changes on GitHub](https://redirect.github.com/vueuse/vueuse/compare/v10.11.0...v10.11.1)typicode/husky (husky)
### [`v9.1.5`](https://redirect.github.com/typicode/husky/compare/v9.1.4...2fee8d212c601942ad146ea9209f15c20a07fb6d) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.4...v9.1.5)lint-staged/lint-staged (lint-staged)
### [`v15.2.10`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#15210) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10) ##### Patch Changes - [#1471](https://redirect.github.com/lint-staged/lint-staged/pull/1471) [`e3f283b`](https://redirect.github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9) Thanks [@iiroj](https://redirect.github.com/iiroj)! - Update minor dependencies, including `micromatch@~4.0.8`. ### [`v15.2.9`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1529) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9) ##### Patch Changes - [#1463](https://redirect.github.com/lint-staged/lint-staged/pull/1463) [`b69ce2d`](https://redirect.github.com/lint-staged/lint-staged/commit/b69ce2ddfd5a7ae576f4fef4afc60b8a81f3c945) Thanks [@iiroj](https://redirect.github.com/iiroj)! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning `MaxListenersExceededWarning: Possible EventEmitter memory leak detected`.unplugin/unplugin-vue-components (unplugin-vue-components)
### [`v0.27.4`](https://redirect.github.com/unplugin/unplugin-vue-components/releases/tag/v0.27.4) [Compare Source](https://redirect.github.com/unplugin/unplugin-vue-components/compare/v0.27.3...v0.27.4) ##### 🚀 Features - Add excludeNames option - by [@KaelWD](https://redirect.github.com/KaelWD) in [https://github.com/unplugin/unplugin-vue-components/issues/788](https://redirect.github.com/unplugin/unplugin-vue-components/issues/788) [(aa4bc)](https://redirect.github.com/unplugin/unplugin-vue-components/commit/aa4bc3e) ##### 🐞 Bug Fixes - Get wrong vue version in monorepo - by [@wkeylin](https://redirect.github.com/wkeylin) in [https://github.com/unplugin/unplugin-vue-components/issues/768](https://redirect.github.com/unplugin/unplugin-vue-components/issues/768) [(565c8)](https://redirect.github.com/unplugin/unplugin-vue-components/commit/565c8bd) ##### [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-vue-components/compare/v0.27.3...v0.27.4)vuetifyjs/vuetify (vuetify)
### [`v3.7.1`](https://redirect.github.com/vuetifyjs/vuetify/releases/tag/v3.7.1) [Compare Source](https://redirect.github.com/vuetifyjs/vuetify/compare/v3.7.0...v3.7.1) ##### :wrench: Bug Fixes - remove vue-i18n peer dependency ([6ea68b9](https://redirect.github.com/vuetifyjs/vuetify/commit/6ea68b9136b371cd0e859735950c3b03b5dcf58f)), closes [#19720](https://redirect.github.com/vuetifyjs/vuetify/issues/19720) - **helpers:** only deep merge plain objects ([#20284](https://redirect.github.com/vuetifyjs/vuetify/issues/20284)) ([8af59fc](https://redirect.github.com/vuetifyjs/vuetify/commit/8af59fc466a13f4f6813226cff21a951db375069)), closes [#20278](https://redirect.github.com/vuetifyjs/vuetify/issues/20278) - **types:** only augment module 'vue' ([7c8aeef](https://redirect.github.com/vuetifyjs/vuetify/commit/7c8aeefdc097ff9b74a733ed17b6a8cd9e1f8575)), closes [nuxt/nuxt#28542](https://redirect.github.com/nuxt/nuxt/nuxt/issues/28542) - **VAvatar:** remove default border ([e821d5d](https://redirect.github.com/vuetifyjs/vuetify/commit/e821d5d8aabf21a7e90a0802e34f43ce181f78e3)), closes [#20345](https://redirect.github.com/vuetifyjs/vuetify/issues/20345) - **VDialog:** emit afterEnter before setting focus ([7e9a1b7](https://redirect.github.com/vuetifyjs/vuetify/commit/7e9a1b71805ad7d8d3284909a324d1edae74c751)) - **VInfiniteScroll:** respect margin when root element is scrollable ([b81919d](https://redirect.github.com/vuetifyjs/vuetify/commit/b81919df228888367bebfaf72522b1c69ec51d9d)), closes [#17583](https://redirect.github.com/vuetifyjs/vuetify/issues/17583) ##### :test_tube: Labs - **VNumberInput:** emit model when input is a number between max & min ([836087f](https://redirect.github.com/vuetifyjs/vuetify/commit/836087f76b901ce2bc567e12979427ae6b56db8d)), closes [#20337](https://redirect.github.com/vuetifyjs/vuetify/issues/20337) ### [`v3.7.0`](https://redirect.github.com/vuetifyjs/vuetify/releases/tag/v3.7.0) [Compare Source](https://redirect.github.com/vuetifyjs/vuetify/compare/v3.6.15...v3.7.0) ##### :rocket: Features - **validation:** add eager and invalid-input options ([7e730fa](https://redirect.github.com/vuetifyjs/vuetify/commit/7e730fa2ad5effcab4e9aa0ed5245610f897aea3)) - **VAvatar:** add border prop support ([9dbc30a](https://redirect.github.com/vuetifyjs/vuetify/commit/9dbc30ac9264f0626c0b7a204857598b25c2fae1)) - **VBtn:** add support for active-color prop ([aee83f0](https://redirect.github.com/vuetifyjs/vuetify/commit/aee83f0e97d750e6d4056977862663a52b4ac626)) - **VContainer:** add dimension support ([14a2e8c](https://redirect.github.com/vuetifyjs/vuetify/commit/14a2e8cdeef3cd88fb8f80e336ac923856f823bc)) - **VExpansionPanelTitle:** add dimension support ([784eb14](https://redirect.github.com/vuetifyjs/vuetify/commit/784eb144b577d636e2aba4b4ff16fd4df73734fd)) - **VImg:** add absolute prop ([f842cd9](https://redirect.github.com/vuetifyjs/vuetify/commit/f842cd96d9ce8ba10acc14205d928f8f0eabef16)) - **VMenu:** add submenu prop ([#20092](https://redirect.github.com/vuetifyjs/vuetify/issues/20092)) ([306a262](https://redirect.github.com/vuetifyjs/vuetify/commit/306a262bb67ca52ade4861a20b06788038facf15)), closes [#19093](https://redirect.github.com/vuetifyjs/vuetify/issues/19093) [#20130](https://redirect.github.com/vuetifyjs/vuetify/issues/20130) - **VSlideGroup:** expose hasNext and hasPrev ([#20050](https://redirect.github.com/vuetifyjs/vuetify/issues/20050)) ([8ef6ff8](https://redirect.github.com/vuetifyjs/vuetify/commit/8ef6ff811278a990d45504c2987fac0afec8f43c)) ##### :wrench: Bug Fixes - **VAutocomplete:** allow searching when menu is focused ([b9ed79d](https://redirect.github.com/vuetifyjs/vuetify/commit/b9ed79db8ae68eed6bc13cf10aefa6944fa8675b)), closes [#17641](https://redirect.github.com/vuetifyjs/vuetify/issues/17641) - **VCardActions:** space children with gap instead of margin ([2194403](https://redirect.github.com/vuetifyjs/vuetify/commit/219440372d5b4975dd25b3de9b24284f99742cf4)), closes [#20239](https://redirect.github.com/vuetifyjs/vuetify/issues/20239) [#20262](https://redirect.github.com/vuetifyjs/vuetify/issues/20262) - **VMenu:** unregister on unmount ([a456502](https://redirect.github.com/vuetifyjs/vuetify/commit/a4565028eaf1bebb93cf3f3956fa9c632c00700c)), closes [#17094](https://redirect.github.com/vuetifyjs/vuetify/issues/17094) - **VSelect:** update visible items when eager is set ([7d3557a](https://redirect.github.com/vuetifyjs/vuetify/commit/7d3557a75497c508e2d7f855b5db54fc52d7ec9e)), closes [#19765](https://redirect.github.com/vuetifyjs/vuetify/issues/19765) ##### :arrows_counterclockwise: Reverts - Revert "fix(layout): use suspense to delay render of layout items ([#15229](https://redirect.github.com/vuetifyjs/vuetify/issues/15229))" ([08c3d4f](https://redirect.github.com/vuetifyjs/vuetify/commit/08c3d4f62e7e9715dc7f256d794cd4682b7f7c52)), closes [#15229](https://redirect.github.com/vuetifyjs/vuetify/issues/15229) [#19800](https://redirect.github.com/vuetifyjs/vuetify/issues/19800) - Revert "fix(VOverlay): position on LTR/RTL after locale switch ([#17338](https://redirect.github.com/vuetifyjs/vuetify/issues/17338))" ([3024bb1](https://redirect.github.com/vuetifyjs/vuetify/commit/3024bb10411f78246d8caeba94b0893a1f148670)), closes [#17338](https://redirect.github.com/vuetifyjs/vuetify/issues/17338) [#19863](https://redirect.github.com/vuetifyjs/vuetify/issues/19863) ##### :test_tube: Labs - **VPullToRefresh:** add disabled prop ([79cc227](https://redirect.github.com/vuetifyjs/vuetify/commit/79cc227464e8d696b9dfa7f80689936020905ec5)), closes [#20242](https://redirect.github.com/vuetifyjs/vuetify/issues/20242) - **VTreeview:** add modelValue which is equivalent to selected ([2336637](https://redirect.github.com/vuetifyjs/vuetify/commit/2336637442f64053ec76d5e51cd6a690957d70a3)) - **VTreeview:** increase v-treeview-item--filtered specificity ([39e7c64](https://redirect.github.com/vuetifyjs/vuetify/commit/39e7c642a7a135473940374072967a88d87a31e2)), closes [#19404](https://redirect.github.com/vuetifyjs/vuetify/issues/19404) - **VTreeview:** port open-on-click prop to v3 & enhancement ([#20038](https://redirect.github.com/vuetifyjs/vuetify/issues/20038)) ([cb6b5ff](https://redirect.github.com/vuetifyjs/vuetify/commit/cb6b5ffd057fac94650c39b579488cc4621fcb91)), closes [#20009](https://redirect.github.com/vuetifyjs/vuetify/issues/20009) [#20095](https://redirect.github.com/vuetifyjs/vuetify/issues/20095) [#19414](https://redirect.github.com/vuetifyjs/vuetify/issues/19414) [#20106](https://redirect.github.com/vuetifyjs/vuetify/issues/20106) ***Changes from v3.7.0-beta.1
##### :rocket: Features - **VMenu:** add submenu prop ([#20092](https://redirect.github.com/vuetifyjs/vuetify/issues/20092)) ([306a262](https://redirect.github.com/vuetifyjs/vuetify/commit/306a262bb67ca52ade4861a20b06788038facf15)), closes [#19093](https://redirect.github.com/vuetifyjs/vuetify/issues/19093) [#20130](https://redirect.github.com/vuetifyjs/vuetify/issues/20130) ##### :wrench: Bug Fixes - **VCardActions:** space children with gap instead of margin ([2194403](https://redirect.github.com/vuetifyjs/vuetify/commit/219440372d5b4975dd25b3de9b24284f99742cf4)), closes [#20239](https://redirect.github.com/vuetifyjs/vuetify/issues/20239) [#20262](https://redirect.github.com/vuetifyjs/vuetify/issues/20262) ##### :microscope: Code Refactoring - **VSpeedDial:** fix type error ([4077948](https://redirect.github.com/vuetifyjs/vuetify/commit/4077948d64da983f938795c051e1327cf3aaf23c)) ##### :arrows_counterclockwise: Reverts - Revert "fix(layout): use suspense to delay render of layout items ([#15229](https://redirect.github.com/vuetifyjs/vuetify/issues/15229))" ([08c3d4f](https://redirect.github.com/vuetifyjs/vuetify/commit/08c3d4f62e7e9715dc7f256d794cd4682b7f7c52)), closes [#15229](https://redirect.github.com/vuetifyjs/vuetify/issues/15229) [#19800](https://redirect.github.com/vuetifyjs/vuetify/issues/19800) ##### :test_tube: Labs - **VPullToRefresh:** add disabled prop ([79cc227](https://redirect.github.com/vuetifyjs/vuetify/commit/79cc227464e8d696b9dfa7f80689936020905ec5)), closes [#20242](https://redirect.github.com/vuetifyjs/vuetify/issues/20242) - **VTreeview:** add modelValue which is equivalent to selected ([2336637](https://redirect.github.com/vuetifyjs/vuetify/commit/2336637442f64053ec76d5e51cd6a690957d70a3))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.