This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [solid-js](https://solidjs.com) ([source](https://github.com/solidjs/solid)) | [`1.9.12` → `1.9.14`](https://renovatebot.com/diffs/npm/solid-js/1.9.12/1.9.14) |  |  |  |  |
| [unocss](https://unocss.dev) ([source](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss)) | [`66.6.8` → `66.7.4`](https://renovatebot.com/diffs/npm/unocss/66.6.8/66.7.4) |  |  |  |  |
---
### Release Notes
<details>
<summary>unocss/unocss (unocss)</summary>
### [`v66.7.4`](https://github.com/unocss/unocss/releases/tag/v66.7.4)
[Compare Source](https://github.com/unocss/unocss/compare/v66.7.3...v66.7.4)
##### 🚀 Features
- Introduce `@unocss/twoslash` - by [@​9romise](https://github.com/9romise) and [@​zyyv](https://github.com/zyyv) in [#​5215](https://github.com/unocss/unocss/issues/5215) [<samp>(e4a35)</samp>](https://github.com/unocss/unocss/commit/e4a35e855)
##### 🐞 Bug Fixes
- **astro**: Skip wind3 reset injection when wind4 is detected - by [@​zyyv](https://github.com/zyyv) in [#​5236](https://github.com/unocss/unocss/issues/5236) [<samp>(b48cc)</samp>](https://github.com/unocss/unocss/commit/b48cca818)
##### [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.7.3...v66.7.4)
### [`v66.7.3`](https://github.com/unocss/unocss/releases/tag/v66.7.3)
[Compare Source](https://github.com/unocss/unocss/compare/v66.7.2...v66.7.3)
##### 🚀 Features
- **preset-wind4**: Add scrollbar gutter utilities - by [@​cyphercodes](https://github.com/cyphercodes) and **cyphercodes** in [#​5224](https://github.com/unocss/unocss/issues/5224) [<samp>(e41b2)</samp>](https://github.com/unocss/unocss/commit/e41b2d5ff)
##### 🐞 Bug Fixes
- **integration**: Batch filesystem content extraction to avoid ENOMEM - by [@​zyyv](https://github.com/zyyv) in [#​5234](https://github.com/unocss/unocss/issues/5234) [<samp>(23eea)</samp>](https://github.com/unocss/unocss/commit/23eea0499)
##### 🏎 Performance
- Batch token parsing - by [@​TheAlexLichter](https://github.com/TheAlexLichter), **Anthony Fu** and [@​zyyv](https://github.com/zyyv) in [#​5231](https://github.com/unocss/unocss/issues/5231) [<samp>(edc53)</samp>](https://github.com/unocss/unocss/commit/edc53d70d)
- **core**:
- Skip redundant shortcut variant matching - by [@​TheAlexLichter](https://github.com/TheAlexLichter) in [#​5233](https://github.com/unocss/unocss/issues/5233) [<samp>(1fd92)</samp>](https://github.com/unocss/unocss/commit/1fd926a29)
- Prefilter dynamic rules - by [@​TheAlexLichter](https://github.com/TheAlexLichter) in [#​5232](https://github.com/unocss/unocss/issues/5232) [<samp>(6dc74)</samp>](https://github.com/unocss/unocss/commit/6dc74b0fd)
- **integration**:
- Reduce transformer dispatch overhead - by [@​TheAlexLichter](https://github.com/TheAlexLichter) and [@​zyyv](https://github.com/zyyv) in [#​5230](https://github.com/unocss/unocss/issues/5230) [<samp>(df33e)</samp>](https://github.com/unocss/unocss/commit/df33e177d)
##### [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.7.2...v66.7.3)
### [`v66.7.2`](https://github.com/unocss/unocss/releases/tag/v66.7.2)
[Compare Source](https://github.com/unocss/unocss/compare/v66.7.0...v66.7.2)
*No significant changes*
##### [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.7.1...v66.7.2)
### [`v66.7.0`](https://github.com/unocss/unocss/releases/tag/v66.7.0)
[Compare Source](https://github.com/unocss/unocss/compare/v66.6.8...v66.7.0)
##### 🚀 Features
- **preset-web-fonts**:
- Add ZeoSeven Chinese fonts provider - by [@​Jack-sh1](https://github.com/Jack-sh1) and [@​zyyv](https://github.com/zyyv) in [#​5175](https://github.com/unocss/unocss/issues/5175) [<samp>(a8bb9)</samp>](https://github.com/unocss/unocss/commit/a8bb92bd6)
- Add onDownload callback to createLocalFontProcessor - by [@​Jack-sh1](https://github.com/Jack-sh1) and [@​zyyv](https://github.com/zyyv) in [#​5199](https://github.com/unocss/unocss/issues/5199) [<samp>(36509)</samp>](https://github.com/unocss/unocss/commit/36509feb3)
- **preset-wind4**:
- Support theme parse in all bracket syntax rule - by [@​zyyv](https://github.com/zyyv) in [#​5181](https://github.com/unocss/unocss/issues/5181) [<samp>(ff1b3)</samp>](https://github.com/unocss/unocss/commit/ff1b38f08)
- Enhance border utilities with new color and size options - by [@​zyyv](https://github.com/zyyv) in [#​5206](https://github.com/unocss/unocss/issues/5206) [<samp>(b6dc5)</samp>](https://github.com/unocss/unocss/commit/b6dc52eba)
##### 🐞 Bug Fixes
- **example/astro**: Add [@​unocss/astro](https://github.com/unocss/astro) dependency - by [@​cworld1](https://github.com/cworld1) in [#​5179](https://github.com/unocss/unocss/issues/5179) [<samp>(fd88f)</samp>](https://github.com/unocss/unocss/commit/fd88fad31)
- **language-server**: Support colorPreview for presetWind4 - by [@​Jungzl](https://github.com/Jungzl) in [#​5186](https://github.com/unocss/unocss/issues/5186) [<samp>(89e4d)</samp>](https://github.com/unocss/unocss/commit/89e4da1fa)
- **nuxt**: Apply cssnano workaround for Nuxt 4 as well - by [@​Whyjsee](https://github.com/Whyjsee) and [@​zyyv](https://github.com/zyyv) in [#​5200](https://github.com/unocss/unocss/issues/5200) [<samp>(c907d)</samp>](https://github.com/unocss/unocss/commit/c907dc7c6)
- **preset-wind4**: Keep media outside child selectors - by [@​lawrence3699](https://github.com/lawrence3699) and **lawrence3699** in [#​5189](https://github.com/unocss/unocss/issues/5189) [<samp>(5e964)</samp>](https://github.com/unocss/unocss/commit/5e964a242)
- **runtime/preset-icons**: Import createPresetIcons from browser module - by [@​Jungzl](https://github.com/Jungzl) in [#​5191](https://github.com/unocss/unocss/issues/5191) [<samp>(78eae)</samp>](https://github.com/unocss/unocss/commit/78eae3f5c)
- **webpack**: Update RESOLVED\_ID\_RE handling in buildStart and transform methods - by [@​zyyv](https://github.com/zyyv) in [#​5204](https://github.com/unocss/unocss/issues/5204) [<samp>(72b63)</samp>](https://github.com/unocss/unocss/commit/72b63368f)
##### [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.6.8...v66.7.0)
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- 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](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovatebot
changed title from chore(deps): update dependency solid-js to v1.9.13 to chore(deps): update all non-major dependencies2026-05-22 19:20:52 +08:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.9.12→1.9.1466.6.8→66.7.4Release Notes
unocss/unocss (unocss)
v66.7.4Compare Source
🚀 Features
@unocss/twoslash- by @9romise and @zyyv in #5215 (e4a35)🐞 Bug Fixes
View changes on GitHub
v66.7.3Compare Source
🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v66.7.2Compare Source
No significant changes
View changes on GitHub
v66.7.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: (UTC)
🚦 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 has been generated by Mend Renovate.
c3ed3068b1to1818cbbe93chore(deps): update dependency solid-js to v1.9.13to chore(deps): update all non-major dependencies1818cbbe93to56612bec3056612bec30tod090f1b37cd090f1b37cto4d943608fd4d943608fdtod4ee58fd62d4ee58fd62to182ed60c30182ed60c30to1954acbcad1954acbcadto21b397d6a721b397d6a7to9a33de5f459a33de5f45to408ec60c1b408ec60c1bto8d5bd116ff8d5bd116fftod4656b7af7d4656b7af7todce78dcd87dce78dcd87to7f583b1fcd7f583b1fcdto0988eb02b50988eb02b5to154ab75c6e154ab75c6etoc64c16e8ecc64c16e8ecto81d4fabf98