antfu/ni (@antfu/ni)
### [`v0.21.8`](https://togithub.com/antfu/ni/releases/tag/v0.21.8)
[Compare Source](https://togithub.com/antfu/ni/compare/v0.21.7...v0.21.8)
##### 🚀 Features
- **programmatic**: Allow passing custom `args` - by [@antfu](https://togithub.com/antfu) [(7a165)](https://togithub.com/antfu/ni/commit/7a16514)
##### [View changes on GitHub](https://togithub.com/antfu/ni/compare/v0.21.7...v0.21.8)
### [`v0.21.7`](https://togithub.com/antfu/ni/releases/tag/v0.21.7)
[Compare Source](https://togithub.com/antfu/ni/compare/v0.21.6...v0.21.7)
##### 🚀 Features
- Add flag to show agent versions - by [@Dimava](https://togithub.com/Dimava) and [@antfu](https://togithub.com/antfu) in [https://github.com/antfu/ni/issues/169](https://togithub.com/antfu/ni/issues/169) [(3566e)](https://togithub.com/antfu/ni/commit/3566e43)
##### 🐞 Bug Fixes
- Regex typo - by [@Steven4857](https://togithub.com/Steven4857) and **洪伟** in [https://github.com/antfu/ni/issues/171](https://togithub.com/antfu/ni/issues/171) [(b351d)](https://togithub.com/antfu/ni/commit/b351d57)
##### [View changes on GitHub](https://togithub.com/antfu/ni/compare/v0.21.6...v0.21.7)
babel/babel (@babel/parser)
### [`v7.22.14`](https://togithub.com/babel/babel/releases/tag/v7.22.14)
[Compare Source](https://togithub.com/babel/babel/compare/v7.22.13...v7.22.14)
#### v7.22.14 (2023-08-30)
##### :bug: Bug Fix
- `babel-preset-env`
- [#15907](https://togithub.com/babel/babel/pull/15907) Avoid dynamic require call in preset-env ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
##### :house: Internal
- `babel-parser`
- [#15884](https://togithub.com/babel/babel/pull/15884) Simplify parser errors creation ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-core`, `babel-helper-compilation-targets`, `babel-helper-simple-access`, `babel-parser`, `babel-plugin-syntax-decorators`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-traverse`, `babel-types`
- [#15902](https://togithub.com/babel/babel/pull/15902) extract more test helpers to repo-utils ([@JLHwung](https://togithub.com/JLHwung))
##### Committers: 2
- Huáng Jùnliàng ([@JLHwung](https://togithub.com/JLHwung))
- Nicolò Ribaudo ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
### [`v7.22.13`](https://togithub.com/babel/babel/releases/tag/v7.22.13)
[Compare Source](https://togithub.com/babel/babel/compare/v7.22.11...v7.22.13)
#### v7.22.13 (2023-08-28)
##### :house: Internal
- `babel-helper-fixtures`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`
- [#15890](https://togithub.com/babel/babel/pull/15890) Improve helper-fixtures ([@JLHwung](https://togithub.com/JLHwung))
##### :leftwards_arrow_with_hook: Revert
- `babel-parser`
- [#15901](https://togithub.com/babel/babel/pull/15901) Revert "Do not record trailing comma pos when `maybeAsyncArrow: false`" ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
##### Committers: 2
- Huáng Jùnliàng ([@JLHwung](https://togithub.com/JLHwung))
- Nicolò Ribaudo ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
iconify/icon-sets (@iconify/json)
### [`v2.2.111`](https://togithub.com/iconify/icon-sets/compare/2.2.110...2.2.111)
[Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.110...2.2.111)
### [`v2.2.110`](https://togithub.com/iconify/icon-sets/compare/2.2.109...2.2.110)
[Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.109...2.2.110)
### [`v2.2.109`](https://togithub.com/iconify/icon-sets/compare/2.2.108...2.2.109)
[Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.108...2.2.109)
### [`v2.2.108`](https://togithub.com/iconify/icon-sets/compare/2.2.107...2.2.108)
[Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.107...2.2.108)
### [`v2.2.107`](https://togithub.com/iconify/icon-sets/compare/2.2.106...2.2.107)
[Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.106...2.2.107)
unocss/unocss (@unocss/core)
### [`v0.55.6`](https://togithub.com/unocss/unocss/releases/tag/v0.55.6)
##### 🚀 Features
- **playground**:
- Transfrom custom css - by [@zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3065](https://togithub.com/unocss/unocss/issues/3065) [(bccd4)](https://togithub.com/unocss/unocss/commit/bccd4fda)
- **preset-mini**:
- Align with theme for zIndex - by [@zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3062](https://togithub.com/unocss/unocss/issues/3062) [(96592)](https://togithub.com/unocss/unocss/commit/965920a7)
- Add `view-transition` rule - by [@antfu](https://togithub.com/antfu) [(d623b)](https://togithub.com/unocss/unocss/commit/d623b9c4)
##### 🐞 Bug Fixes
- **playground**: Type error - by [@zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3063](https://togithub.com/unocss/unocss/issues/3063) [(a80d1)](https://togithub.com/unocss/unocss/commit/a80d1afb)
- **postcss**: Incorrect order of breakpoints - by [@Dunqing](https://togithub.com/Dunqing) in [https://github.com/unocss/unocss/issues/3064](https://togithub.com/unocss/unocss/issues/3064) [(eff08)](https://togithub.com/unocss/unocss/commit/eff08662)
- **preset-mini**: Vertical align false positive - by [@antfu](https://togithub.com/antfu) [(22cb3)](https://togithub.com/unocss/unocss/commit/22cb3d35)
##### [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.55.4...v0.55.6)
### [`v0.55.4`](https://togithub.com/unocss/unocss/releases/tag/v0.55.4)
[Compare Source](https://togithub.com/unocss/unocss/compare/v0.55.3...v0.55.4)
##### 🚀 Features
- New `@unocss/extractor-mdc` extractor - by [@antfu](https://togithub.com/antfu) [(5d0ea)](https://togithub.com/unocss/unocss/commit/5d0eaffb)
- **preset-mini**:
- Add vertical align number/percentage support - by [@userquin](https://togithub.com/userquin), [@zyyv](https://togithub.com/zyyv), **chris** and [@antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3037](https://togithub.com/unocss/unocss/issues/3037) [(d98e7)](https://togithub.com/unocss/unocss/commit/d98e7d37)
- **runtime**:
- Allow mutation observer optimization - by [@exside](https://togithub.com/exside) in [https://github.com/unocss/unocss/issues/3030](https://togithub.com/unocss/unocss/issues/3030) [(4f414)](https://togithub.com/unocss/unocss/commit/4f4148e4)
- Custom `inject` function - by [@exside](https://togithub.com/exside) and [@antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3028](https://togithub.com/unocss/unocss/issues/3028) [(77ea1)](https://togithub.com/unocss/unocss/commit/77ea190f)
##### 🐞 Bug Fixes
- **autocomplete**: Optimize suggestions sort - by [@zyyv](https://togithub.com/zyyv) and [@antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3054](https://togithub.com/unocss/unocss/issues/3054) [(2a282)](https://togithub.com/unocss/unocss/commit/2a282272)
- **reset**: '-webkit-text-size-adjust' is not supported issue - by [@UltraCakeBakery](https://togithub.com/UltraCakeBakery) in [https://github.com/unocss/unocss/issues/3047](https://togithub.com/unocss/unocss/issues/3047) [(cb51a)](https://togithub.com/unocss/unocss/commit/cb51a381)
##### [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.55.3...v0.55.4)
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
### [`v4.3.4`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small434-2023-08-28-small)
[Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/75bec031a64623b32db8f10bf6153e385e5f3dde...1ae5daa9c82606c538c74ab65979d6581a3827f6)
- chore(deps): update typescript-eslint monorepo to v6 (major) ([#210](https://togithub.com/vitejs/vite-plugin-vue/issues/210)) ([fb07b5b](https://togithub.com/vitejs/vite-plugin-vue/commit/fb07b5b)), closes [#210](https://togithub.com/vitejs/vite-plugin-vue/issues/210)
- feat(plugin-vue): expose options in `api` ([#177](https://togithub.com/vitejs/vite-plugin-vue/issues/177)) ([269121e](https://togithub.com/vitejs/vite-plugin-vue/commit/269121e)), closes [#177](https://togithub.com/vitejs/vite-plugin-vue/issues/177)
vueuse/vueuse (@vueuse/components)
### [`v10.4.1`](https://togithub.com/vueuse/vueuse/releases/tag/v10.4.1)
[Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.4.0...v10.4.1)
##### 🐞 Bug Fixes
- Transpile target to `es2018`, close [#3349](https://togithub.com/vueuse/vueuse/issues/3349) - by [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3349](https://togithub.com/vueuse/vueuse/issues/3349) [(0e4a5)](https://togithub.com/vueuse/vueuse/commit/0e4a5f03)
- **useEventListener**: Immutable options on removal, close [#2825](https://togithub.com/vueuse/vueuse/issues/2825) - by [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3346](https://togithub.com/vueuse/vueuse/issues/3346) and [https://github.com/vueuse/vueuse/issues/2825](https://togithub.com/vueuse/vueuse/issues/2825) [(3ef59)](https://togithub.com/vueuse/vueuse/commit/3ef59cb1)
##### [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.4.0...v10.4.1)
pnpm/pnpm (pnpm)
### [`v8.7.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.7.1)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.7.0...v8.7.1)
#### Patch Changes
- Fixed an issue with extracting some old versions of tarballs [#6991](https://togithub.com/pnpm/pnpm/issues/6991).
- Side-effects cache will now be leveraged when running install in a workspace that uses dedicated lockfiles for each project [#6890](https://togithub.com/pnpm/pnpm/issues/6890).
- Reduce concurrency in the `pnpm -r publish` command [#6968](https://togithub.com/pnpm/pnpm/issues/6968).
- Improved the `pnpm update --interactive` output by grouping dependencies by type. Additionally, a new column has been added with links to the documentation for outdated packages [#6978](https://togithub.com/pnpm/pnpm/pull/6978).
#### Our Gold Sponsors
#### Our Silver Sponsors
antfu/unplugin-vue-components (unplugin-vue-components)
### [`v0.25.2`](https://togithub.com/unplugin/unplugin-vue-components/releases/tag/v0.25.2)
[Compare Source](https://togithub.com/antfu/unplugin-vue-components/compare/v0.25.1...v0.25.2)
##### 🚀 Features
- Support antdv4 - by [@nabaonan](https://togithub.com/nabaonan) and **nbn** in [https://github.com/unplugin/unplugin-vue-components/issues/659](https://togithub.com/unplugin/unplugin-vue-components/issues/659) [(729d9)](https://togithub.com/unplugin/unplugin-vue-components/commit/729d992)
- **antdv**: Customize prefix whatever you want - by [@yuzheng14](https://togithub.com/yuzheng14) in [https://github.com/unplugin/unplugin-vue-components/issues/616](https://togithub.com/unplugin/unplugin-vue-components/issues/616) [(b9fc5)](https://togithub.com/unplugin/unplugin-vue-components/commit/b9fc5f7)
- **element-plus**: Support nightly option - by [@btea](https://togithub.com/btea) in [https://github.com/unplugin/unplugin-vue-components/issues/685](https://togithub.com/unplugin/unplugin-vue-components/issues/685) [(48d78)](https://togithub.com/unplugin/unplugin-vue-components/commit/48d7821)
- **idux**: Add new components - by [@fengxiaodong28](https://togithub.com/fengxiaodong28) in [https://github.com/unplugin/unplugin-vue-components/issues/665](https://togithub.com/unplugin/unplugin-vue-components/issues/665) [(27c9e)](https://togithub.com/unplugin/unplugin-vue-components/commit/27c9ee7)
##### 🐞 Bug Fixes
- GlobsExclude - by [@lishaobos](https://togithub.com/lishaobos) in [https://github.com/unplugin/unplugin-vue-components/issues/645](https://togithub.com/unplugin/unplugin-vue-components/issues/645) [(2aafa)](https://togithub.com/unplugin/unplugin-vue-components/commit/2aafa44)
- Typo in `normalizeComponentInfo` method name - by [@AndreyYolkin](https://togithub.com/AndreyYolkin) in [https://github.com/unplugin/unplugin-vue-components/issues/684](https://togithub.com/unplugin/unplugin-vue-components/issues/684) [(f83d9)](https://togithub.com/unplugin/unplugin-vue-components/commit/f83d9c4)
- **resolver/tdesign**: Auto import 'DialogPlugin', 'LoadingPlugin', … - by [@lishaobos](https://togithub.com/lishaobos) in [https://github.com/unplugin/unplugin-vue-components/issues/656](https://togithub.com/unplugin/unplugin-vue-components/issues/656) [(cf67b)](https://togithub.com/unplugin/unplugin-vue-components/commit/cf67b8c)
- **vite-vue3**: Update include regex to support production build - by [@leedawn](https://togithub.com/leedawn) in [https://github.com/unplugin/unplugin-vue-components/issues/682](https://togithub.com/unplugin/unplugin-vue-components/issues/682) [(96590)](https://togithub.com/unplugin/unplugin-vue-components/commit/965907b)
##### [View changes on GitHub](https://togithub.com/unplugin/unplugin-vue-components/compare/v0.25.1...v0.25.2)
josdejong/svelte-jsoneditor (vanilla-jsoneditor)
### [`v0.18.3`](https://togithub.com/josdejong/svelte-jsoneditor/blob/HEAD/CHANGELOG.md#0183-2023-08-30)
[Compare Source](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.18.2...v0.18.3)
antfu/vite-hot-client (vite-hot-client)
### [`v0.2.2`](https://togithub.com/antfu/vite-hot-client/releases/tag/v0.2.2)
[Compare Source](https://togithub.com/antfu/vite-hot-client/compare/v0.2.1...v0.2.2)
##### 🐞 Bug Fixes
- Pre-verify imported module - by [@antfu](https://togithub.com/antfu) [(bf5e3)](https://togithub.com/antfu/vite-hot-client/commit/bf5e3a1)
##### [View changes on GitHub](https://togithub.com/antfu/vite-hot-client/compare/v0.2.1...v0.2.2)
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.
👻 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.
This PR contains the following updates:
^0.21.6
->^0.21.8
^7.22.11
->^7.22.14
^2.2.106
->^2.2.111
^20.5.7
->^20.5.9
^0.55.3
->^0.55.6
^0.55.3
->^0.55.6
^0.55.3
->^0.55.6
^0.55.3
->^0.55.6
^0.55.3
->^0.55.6
^0.55.3
->^0.55.6
^0.55.3
->^0.55.6
^4.3.3
->^4.3.4
^10.4.0
->^10.4.1
^10.4.0
->^10.4.1
^10.4.0
->^10.4.1
8.7.0
->8.7.1
^8.7.0
->^8.7.1
^0.55.3
->^0.55.6
^0.25.1
->^0.25.2
^0.18.2
->^0.18.3
^0.2.1
->^0.2.2
Release Notes
antfu/ni (@antfu/ni)
### [`v0.21.8`](https://togithub.com/antfu/ni/releases/tag/v0.21.8) [Compare Source](https://togithub.com/antfu/ni/compare/v0.21.7...v0.21.8) ##### 🚀 Features - **programmatic**: Allow passing custom `args` - by [@antfu](https://togithub.com/antfu) [(7a165)](https://togithub.com/antfu/ni/commit/7a16514) ##### [View changes on GitHub](https://togithub.com/antfu/ni/compare/v0.21.7...v0.21.8) ### [`v0.21.7`](https://togithub.com/antfu/ni/releases/tag/v0.21.7) [Compare Source](https://togithub.com/antfu/ni/compare/v0.21.6...v0.21.7) ##### 🚀 Features - Add flag to show agent versions - by [@Dimava](https://togithub.com/Dimava) and [@antfu](https://togithub.com/antfu) in [https://github.com/antfu/ni/issues/169](https://togithub.com/antfu/ni/issues/169) [(3566e)](https://togithub.com/antfu/ni/commit/3566e43) ##### 🐞 Bug Fixes - Regex typo - by [@Steven4857](https://togithub.com/Steven4857) and **洪伟** in [https://github.com/antfu/ni/issues/171](https://togithub.com/antfu/ni/issues/171) [(b351d)](https://togithub.com/antfu/ni/commit/b351d57) ##### [View changes on GitHub](https://togithub.com/antfu/ni/compare/v0.21.6...v0.21.7)babel/babel (@babel/parser)
### [`v7.22.14`](https://togithub.com/babel/babel/releases/tag/v7.22.14) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.13...v7.22.14) #### v7.22.14 (2023-08-30) ##### :bug: Bug Fix - `babel-preset-env` - [#15907](https://togithub.com/babel/babel/pull/15907) Avoid dynamic require call in preset-env ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-parser` - [#15884](https://togithub.com/babel/babel/pull/15884) Simplify parser errors creation ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-compilation-targets`, `babel-helper-simple-access`, `babel-parser`, `babel-plugin-syntax-decorators`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-traverse`, `babel-types` - [#15902](https://togithub.com/babel/babel/pull/15902) extract more test helpers to repo-utils ([@JLHwung](https://togithub.com/JLHwung)) ##### Committers: 2 - Huáng Jùnliàng ([@JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.13`](https://togithub.com/babel/babel/releases/tag/v7.22.13) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.11...v7.22.13) #### v7.22.13 (2023-08-28) ##### :house: Internal - `babel-helper-fixtures`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#15890](https://togithub.com/babel/babel/pull/15890) Improve helper-fixtures ([@JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-parser` - [#15901](https://togithub.com/babel/babel/pull/15901) Revert "Do not record trailing comma pos when `maybeAsyncArrow: false`" ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### Committers: 2 - Huáng Jùnliàng ([@JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))iconify/icon-sets (@iconify/json)
### [`v2.2.111`](https://togithub.com/iconify/icon-sets/compare/2.2.110...2.2.111) [Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.110...2.2.111) ### [`v2.2.110`](https://togithub.com/iconify/icon-sets/compare/2.2.109...2.2.110) [Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.109...2.2.110) ### [`v2.2.109`](https://togithub.com/iconify/icon-sets/compare/2.2.108...2.2.109) [Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.108...2.2.109) ### [`v2.2.108`](https://togithub.com/iconify/icon-sets/compare/2.2.107...2.2.108) [Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.107...2.2.108) ### [`v2.2.107`](https://togithub.com/iconify/icon-sets/compare/2.2.106...2.2.107) [Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.106...2.2.107)unocss/unocss (@unocss/core)
### [`v0.55.6`](https://togithub.com/unocss/unocss/releases/tag/v0.55.6) ##### 🚀 Features - **playground**: - Transfrom custom css - by [@zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3065](https://togithub.com/unocss/unocss/issues/3065) [(bccd4)](https://togithub.com/unocss/unocss/commit/bccd4fda) - **preset-mini**: - Align with theme for zIndex - by [@zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3062](https://togithub.com/unocss/unocss/issues/3062) [(96592)](https://togithub.com/unocss/unocss/commit/965920a7) - Add `view-transition` rule - by [@antfu](https://togithub.com/antfu) [(d623b)](https://togithub.com/unocss/unocss/commit/d623b9c4) ##### 🐞 Bug Fixes - **playground**: Type error - by [@zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3063](https://togithub.com/unocss/unocss/issues/3063) [(a80d1)](https://togithub.com/unocss/unocss/commit/a80d1afb) - **postcss**: Incorrect order of breakpoints - by [@Dunqing](https://togithub.com/Dunqing) in [https://github.com/unocss/unocss/issues/3064](https://togithub.com/unocss/unocss/issues/3064) [(eff08)](https://togithub.com/unocss/unocss/commit/eff08662) - **preset-mini**: Vertical align false positive - by [@antfu](https://togithub.com/antfu) [(22cb3)](https://togithub.com/unocss/unocss/commit/22cb3d35) ##### [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.55.4...v0.55.6) ### [`v0.55.4`](https://togithub.com/unocss/unocss/releases/tag/v0.55.4) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.55.3...v0.55.4) ##### 🚀 Features - New `@unocss/extractor-mdc` extractor - by [@antfu](https://togithub.com/antfu) [(5d0ea)](https://togithub.com/unocss/unocss/commit/5d0eaffb) - **preset-mini**: - Add vertical align number/percentage support - by [@userquin](https://togithub.com/userquin), [@zyyv](https://togithub.com/zyyv), **chris** and [@antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3037](https://togithub.com/unocss/unocss/issues/3037) [(d98e7)](https://togithub.com/unocss/unocss/commit/d98e7d37) - **runtime**: - Allow mutation observer optimization - by [@exside](https://togithub.com/exside) in [https://github.com/unocss/unocss/issues/3030](https://togithub.com/unocss/unocss/issues/3030) [(4f414)](https://togithub.com/unocss/unocss/commit/4f4148e4) - Custom `inject` function - by [@exside](https://togithub.com/exside) and [@antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3028](https://togithub.com/unocss/unocss/issues/3028) [(77ea1)](https://togithub.com/unocss/unocss/commit/77ea190f) ##### 🐞 Bug Fixes - **autocomplete**: Optimize suggestions sort - by [@zyyv](https://togithub.com/zyyv) and [@antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3054](https://togithub.com/unocss/unocss/issues/3054) [(2a282)](https://togithub.com/unocss/unocss/commit/2a282272) - **reset**: '-webkit-text-size-adjust' is not supported issue - by [@UltraCakeBakery](https://togithub.com/UltraCakeBakery) in [https://github.com/unocss/unocss/issues/3047](https://togithub.com/unocss/unocss/issues/3047) [(cb51a)](https://togithub.com/unocss/unocss/commit/cb51a381) ##### [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.55.3...v0.55.4)vitejs/vite-plugin-vue (@vitejs/plugin-vue)
### [`v4.3.4`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small434-2023-08-28-small) [Compare Source](https://togithub.com/vitejs/vite-plugin-vue/compare/75bec031a64623b32db8f10bf6153e385e5f3dde...1ae5daa9c82606c538c74ab65979d6581a3827f6) - chore(deps): update typescript-eslint monorepo to v6 (major) ([#210](https://togithub.com/vitejs/vite-plugin-vue/issues/210)) ([fb07b5b](https://togithub.com/vitejs/vite-plugin-vue/commit/fb07b5b)), closes [#210](https://togithub.com/vitejs/vite-plugin-vue/issues/210) - feat(plugin-vue): expose options in `api` ([#177](https://togithub.com/vitejs/vite-plugin-vue/issues/177)) ([269121e](https://togithub.com/vitejs/vite-plugin-vue/commit/269121e)), closes [#177](https://togithub.com/vitejs/vite-plugin-vue/issues/177)vueuse/vueuse (@vueuse/components)
### [`v10.4.1`](https://togithub.com/vueuse/vueuse/releases/tag/v10.4.1) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.4.0...v10.4.1) ##### 🐞 Bug Fixes - Transpile target to `es2018`, close [#3349](https://togithub.com/vueuse/vueuse/issues/3349) - by [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3349](https://togithub.com/vueuse/vueuse/issues/3349) [(0e4a5)](https://togithub.com/vueuse/vueuse/commit/0e4a5f03) - **useEventListener**: Immutable options on removal, close [#2825](https://togithub.com/vueuse/vueuse/issues/2825) - by [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3346](https://togithub.com/vueuse/vueuse/issues/3346) and [https://github.com/vueuse/vueuse/issues/2825](https://togithub.com/vueuse/vueuse/issues/2825) [(3ef59)](https://togithub.com/vueuse/vueuse/commit/3ef59cb1) ##### [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.4.0...v10.4.1)pnpm/pnpm (pnpm)
### [`v8.7.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.7.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.7.0...v8.7.1) #### Patch Changes - Fixed an issue with extracting some old versions of tarballs [#6991](https://togithub.com/pnpm/pnpm/issues/6991). - Side-effects cache will now be leveraged when running install in a workspace that uses dedicated lockfiles for each project [#6890](https://togithub.com/pnpm/pnpm/issues/6890). - Reduce concurrency in the `pnpm -r publish` command [#6968](https://togithub.com/pnpm/pnpm/issues/6968). - Improved the `pnpm update --interactive` output by grouping dependencies by type. Additionally, a new column has been added with links to the documentation for outdated packages [#6978](https://togithub.com/pnpm/pnpm/pull/6978). #### Our Gold Sponsorsantfu/unplugin-vue-components (unplugin-vue-components)
### [`v0.25.2`](https://togithub.com/unplugin/unplugin-vue-components/releases/tag/v0.25.2) [Compare Source](https://togithub.com/antfu/unplugin-vue-components/compare/v0.25.1...v0.25.2) ##### 🚀 Features - Support antdv4 - by [@nabaonan](https://togithub.com/nabaonan) and **nbn** in [https://github.com/unplugin/unplugin-vue-components/issues/659](https://togithub.com/unplugin/unplugin-vue-components/issues/659) [(729d9)](https://togithub.com/unplugin/unplugin-vue-components/commit/729d992) - **antdv**: Customize prefix whatever you want - by [@yuzheng14](https://togithub.com/yuzheng14) in [https://github.com/unplugin/unplugin-vue-components/issues/616](https://togithub.com/unplugin/unplugin-vue-components/issues/616) [(b9fc5)](https://togithub.com/unplugin/unplugin-vue-components/commit/b9fc5f7) - **element-plus**: Support nightly option - by [@btea](https://togithub.com/btea) in [https://github.com/unplugin/unplugin-vue-components/issues/685](https://togithub.com/unplugin/unplugin-vue-components/issues/685) [(48d78)](https://togithub.com/unplugin/unplugin-vue-components/commit/48d7821) - **idux**: Add new components - by [@fengxiaodong28](https://togithub.com/fengxiaodong28) in [https://github.com/unplugin/unplugin-vue-components/issues/665](https://togithub.com/unplugin/unplugin-vue-components/issues/665) [(27c9e)](https://togithub.com/unplugin/unplugin-vue-components/commit/27c9ee7) ##### 🐞 Bug Fixes - GlobsExclude - by [@lishaobos](https://togithub.com/lishaobos) in [https://github.com/unplugin/unplugin-vue-components/issues/645](https://togithub.com/unplugin/unplugin-vue-components/issues/645) [(2aafa)](https://togithub.com/unplugin/unplugin-vue-components/commit/2aafa44) - Typo in `normalizeComponentInfo` method name - by [@AndreyYolkin](https://togithub.com/AndreyYolkin) in [https://github.com/unplugin/unplugin-vue-components/issues/684](https://togithub.com/unplugin/unplugin-vue-components/issues/684) [(f83d9)](https://togithub.com/unplugin/unplugin-vue-components/commit/f83d9c4) - **resolver/tdesign**: Auto import 'DialogPlugin', 'LoadingPlugin', … - by [@lishaobos](https://togithub.com/lishaobos) in [https://github.com/unplugin/unplugin-vue-components/issues/656](https://togithub.com/unplugin/unplugin-vue-components/issues/656) [(cf67b)](https://togithub.com/unplugin/unplugin-vue-components/commit/cf67b8c) - **vite-vue3**: Update include regex to support production build - by [@leedawn](https://togithub.com/leedawn) in [https://github.com/unplugin/unplugin-vue-components/issues/682](https://togithub.com/unplugin/unplugin-vue-components/issues/682) [(96590)](https://togithub.com/unplugin/unplugin-vue-components/commit/965907b) ##### [View changes on GitHub](https://togithub.com/unplugin/unplugin-vue-components/compare/v0.25.1...v0.25.2)josdejong/svelte-jsoneditor (vanilla-jsoneditor)
### [`v0.18.3`](https://togithub.com/josdejong/svelte-jsoneditor/blob/HEAD/CHANGELOG.md#0183-2023-08-30) [Compare Source](https://togithub.com/josdejong/svelte-jsoneditor/compare/v0.18.2...v0.18.3)antfu/vite-hot-client (vite-hot-client)
### [`v0.2.2`](https://togithub.com/antfu/vite-hot-client/releases/tag/v0.2.2) [Compare Source](https://togithub.com/antfu/vite-hot-client/compare/v0.2.1...v0.2.2) ##### 🐞 Bug Fixes - Pre-verify imported module - by [@antfu](https://togithub.com/antfu) [(bf5e3)](https://togithub.com/antfu/vite-hot-client/commit/bf5e3a1) ##### [View changes on GitHub](https://togithub.com/antfu/vite-hot-client/compare/v0.2.1...v0.2.2)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.
👻 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.