chore(deps): update all non-major dependencies #119

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into main 2026-04-29 22:12:25 +08:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/logos 1.2.101.2.11 age adoption passing confidence
solid-js (source) 1.9.111.9.12 age adoption passing confidence
unocss (source) 66.6.066.6.8 age adoption passing confidence

Release Notes

unocss/unocss (unocss)

v66.6.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.6.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.6.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.6.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.6.4

Compare Source

   🚀 Features
    View changes on GitHub

v66.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.6.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

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/) | |---|---|---|---|---|---| | [@iconify-json/logos](https://icon-sets.iconify.design/logos/) | [`1.2.10` → `1.2.11`](https://renovatebot.com/diffs/npm/@iconify-json%2flogos/1.2.10/1.2.11) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2flogos/1.2.11?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2flogos/1.2.11?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2flogos/1.2.10/1.2.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2flogos/1.2.10/1.2.11?slim=true) | | [solid-js](https://solidjs.com) ([source](https://github.com/solidjs/solid)) | [`1.9.11` → `1.9.12`](https://renovatebot.com/diffs/npm/solid-js/1.9.11/1.9.12) | ![age](https://developer.mend.io/api/mc/badges/age/npm/solid-js/1.9.12?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/solid-js/1.9.12?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/solid-js/1.9.11/1.9.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/solid-js/1.9.11/1.9.12?slim=true) | | [unocss](https://unocss.dev) ([source](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss)) | [`66.6.0` → `66.6.8`](https://renovatebot.com/diffs/npm/unocss/66.6.0/66.6.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/unocss/66.6.8?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unocss/66.6.8?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unocss/66.6.0/66.6.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unocss/66.6.0/66.6.8?slim=true) | --- ### Release Notes <details> <summary>unocss/unocss (unocss)</summary> ### [`v66.6.8`](https://github.com/unocss/unocss/releases/tag/v66.6.8) [Compare Source](https://github.com/unocss/unocss/compare/v66.6.7...v66.6.8) #####    🚀 Features - **preset-wind4**: Improve css variable usage in bracket syntax  -  by [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5174](https://github.com/unocss/unocss/issues/5174) [<samp>(89308)</samp>](https://github.com/unocss/unocss/commit/893081639) - **svelte-scoped**: Add hashSafelistClasses boolean, by default do not hash safelisted classes  -  by [@&#8203;henrikvilhelmberglund](https://github.com/henrikvilhelmberglund) in [#&#8203;5157](https://github.com/unocss/unocss/issues/5157) [<samp>(e5f89)</samp>](https://github.com/unocss/unocss/commit/e5f894689) #####    🐞 Bug Fixes - **inspector**: Add background colors  -  by [@&#8203;liangmiQwQ](https://github.com/liangmiQwQ) in [#&#8203;5160](https://github.com/unocss/unocss/issues/5160) [<samp>(5a138)</samp>](https://github.com/unocss/unocss/commit/5a138e4e2) - **svelte-scoped**: Replace build hook with buildEnd to remove setAss…  -  by [@&#8203;henrikvilhelmberglund](https://github.com/henrikvilhelmberglund) in [#&#8203;5159](https://github.com/unocss/unocss/issues/5159) [<samp>(17513)</samp>](https://github.com/unocss/unocss/commit/17513da98) - **transformer-attributify-jsx**: Improve error message  -  by [@&#8203;9romise](https://github.com/9romise) in [#&#8203;5156](https://github.com/unocss/unocss/issues/5156) [<samp>(07800)</samp>](https://github.com/unocss/unocss/commit/07800def8) - **webpack**: Persistent cache  -  by [@&#8203;Jack-sh1](https://github.com/Jack-sh1), **Jack-sh1** and [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5017](https://github.com/unocss/unocss/issues/5017) [<samp>(ff7e7)</samp>](https://github.com/unocss/unocss/commit/ff7e7f206) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.6.7...v66.6.8) ### [`v66.6.7`](https://github.com/unocss/unocss/releases/tag/v66.6.7) [Compare Source](https://github.com/unocss/unocss/compare/v66.6.6...v66.6.7) #####    🚀 Features - **rule-utils**: Add details-content pseudo to pseudo.ts  -  by [@&#8203;henrikvilhelmberglund](https://github.com/henrikvilhelmberglund) in [#&#8203;5138](https://github.com/unocss/unocss/issues/5138) [<samp>(2a2c9)</samp>](https://github.com/unocss/unocss/commit/2a2c92d91) #####    🐞 Bug Fixes - **eslint-plugin**: Update types for Linter compatibility  -  by [@&#8203;Jungzl](https://github.com/Jungzl) in [#&#8203;5147](https://github.com/unocss/unocss/issues/5147) [<samp>(f18d7)</samp>](https://github.com/unocss/unocss/commit/f18d74008) - **inspector**: No longer hijack printUrls  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(d00a6)</samp>](https://github.com/unocss/unocss/commit/d00a61dd6) - **language-server,vscode**: Honor workspace roots for unocss config discovery  -  by [@&#8203;Jungzl](https://github.com/Jungzl) and **GPT-5.4** in [#&#8203;5145](https://github.com/unocss/unocss/issues/5145) [<samp>(062bf)</samp>](https://github.com/unocss/unocss/commit/062bfdb31) - **preset-wind4**: Fix option variable-prefix not working  -  by [@&#8203;micaiguai](https://github.com/micaiguai) in [#&#8203;5142](https://github.com/unocss/unocss/issues/5142) [<samp>(f1094)</samp>](https://github.com/unocss/unocss/commit/f1094ed2a) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.6.6...v66.6.7) ### [`v66.6.6`](https://github.com/unocss/unocss/releases/tag/v66.6.6) [Compare Source](https://github.com/unocss/unocss/compare/v66.6.5...v66.6.6) #####    🐞 Bug Fixes - **svelte-scoped**: Generate in buildEnd() to make presetWind4 on-dem…  -  by [@&#8203;henrikvilhelmberglund](https://github.com/henrikvilhelmberglund) in [#&#8203;5133](https://github.com/unocss/unocss/issues/5133) [<samp>(06d7c)</samp>](https://github.com/unocss/unocss/commit/06d7c1a25) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.6.5...v66.6.6) ### [`v66.6.5`](https://github.com/unocss/unocss/releases/tag/v66.6.5) [Compare Source](https://github.com/unocss/unocss/compare/v66.6.4...v66.6.5) #####    🐞 Bug Fixes - **config**: Enhance loadConfig to track user custom config presence  -  by [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5132](https://github.com/unocss/unocss/issues/5132) [<samp>(76f65)</samp>](https://github.com/unocss/unocss/commit/76f650e4f) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.6.4...v66.6.5) ### [`v66.6.4`](https://github.com/unocss/unocss/releases/tag/v66.6.4) [Compare Source](https://github.com/unocss/unocss/compare/v66.6.2...v66.6.4) #####    🚀 Features - **core**: Add `noScope` key determines whether to wrap the selector  -  by [@&#8203;zyyv](https://github.com/zyyv) and **Copilot** in [#&#8203;5130](https://github.com/unocss/unocss/issues/5130) [<samp>(5b67c)</samp>](https://github.com/unocss/unocss/commit/5b67c048a) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.6.3...v66.6.4) ### [`v66.6.2`](https://github.com/unocss/unocss/releases/tag/v66.6.2) [Compare Source](https://github.com/unocss/unocss/compare/v66.6.1...v66.6.2) #####    🚀 Features - Add zed community extension to docs  -  by [@&#8203;bajrangCoder](https://github.com/bajrangCoder) and [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5116](https://github.com/unocss/unocss/issues/5116) [<samp>(b46dc)</samp>](https://github.com/unocss/unocss/commit/b46dc3c6d) - **preset-attributify**: Add `print` perfix in attributes  -  by [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5121](https://github.com/unocss/unocss/issues/5121) [<samp>(2d7d6)</samp>](https://github.com/unocss/unocss/commit/2d7d6f638) #####    🐞 Bug Fixes - **preset-mini**: Revert base `perspective` in `transform`  -  by [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5120](https://github.com/unocss/unocss/issues/5120) [<samp>(73824)</samp>](https://github.com/unocss/unocss/commit/738245603) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.6.1...v66.6.2) ### [`v66.6.1`](https://github.com/unocss/unocss/releases/tag/v66.6.1) [Compare Source](https://github.com/unocss/unocss/compare/v66.6.0...v66.6.1) #####    🚀 Features - **preset-typography**: - Suppor set `null` & `{}` to remove default value  -  by [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5115](https://github.com/unocss/unocss/issues/5115) [<samp>(52e75)</samp>](https://github.com/unocss/unocss/commit/52e750431) - **preset-wind4**: - Add 'grid' to cssProps  -  by [@&#8203;bosnier](https://github.com/bosnier) and [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5085](https://github.com/unocss/unocss/issues/5085) [<samp>(2f7f2)</samp>](https://github.com/unocss/unocss/commit/2f7f267d0) - Add mauve, olive, mist, and taupe color palettes  -  by [@&#8203;CaiJimmy](https://github.com/CaiJimmy) in [#&#8203;5112](https://github.com/unocss/unocss/issues/5112) [<samp>(3bda6)</samp>](https://github.com/unocss/unocss/commit/3bda6b188) #####    🐞 Bug Fixes - **build**: Enforce publint and clean up configs and deps  -  by [@&#8203;Jungzl](https://github.com/Jungzl) and [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5080](https://github.com/unocss/unocss/issues/5080) [<samp>(055fc)</samp>](https://github.com/unocss/unocss/commit/055fced15) - **eslint-plugin**: Support eslint 10  -  by [@&#8203;sxzz](https://github.com/sxzz) in [#&#8203;5100](https://github.com/unocss/unocss/issues/5100) [<samp>(ef20f)</samp>](https://github.com/unocss/unocss/commit/ef20fd89c) - **examples**: Update vite svelte 5 example to svelte 5 syntax  -  by [@&#8203;henrikvilhelmberglund](https://github.com/henrikvilhelmberglund) in [#&#8203;5109](https://github.com/unocss/unocss/issues/5109) [<samp>(09d9a)</samp>](https://github.com/unocss/unocss/commit/09d9af88f) - **postcss**: Missing cjs entry  -  by [@&#8203;Jungzl](https://github.com/Jungzl) in [#&#8203;5074](https://github.com/unocss/unocss/issues/5074) [<samp>(df41f)</samp>](https://github.com/unocss/unocss/commit/df41f9f66) - **preset-mini, preset-wind4**: Update transform perspective generated css  -  by [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5114](https://github.com/unocss/unocss/issues/5114) [<samp>(91ee3)</samp>](https://github.com/unocss/unocss/commit/91ee3a59a) - **transformer-compile-class**: Support trigger with new line  -  by [@&#8203;zyyv](https://github.com/zyyv) in [#&#8203;5089](https://github.com/unocss/unocss/issues/5089) [<samp>(4214f)</samp>](https://github.com/unocss/unocss/commit/4214f6221) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v66.6.0...v66.6.1) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovatebot added 1 commit 2026-04-29 19:22:31 +08:00
chore(deps): update all non-major dependencies
renovate/stability-days Updates have met minimum release age requirement
CI / cache-and-install (pull_request) Successful in 51s
CI / cache-and-install (push) Successful in 40s
fbbd218877
renovatebot merged commit fbbd218877 into main 2026-04-29 22:12:25 +08:00
renovatebot deleted branch renovate/all-minor-patch 2026-04-29 22:12:25 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: examples/solid-ts-example#119