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

Merged
gitea_1-h.cc merged 1 commits from renovate/all-minor-patch into main 2024-11-27 01:03:41 +08:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
solid-js (source) ^1.9.2 -> ^1.9.3 age adoption passing confidence
unocss ^0.63.4 -> ^0.64.0 age adoption passing confidence
vite (source) ^5.4.8 -> ^5.4.11 age adoption passing confidence

Release Notes

solidjs/solid (solid-js)

v1.9.3

Compare Source

unocss/unocss (unocss)

v0.64.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.63.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [solid-js](https://solidjs.com) ([source](https://github.com/solidjs/solid)) | [`^1.9.2` -> `^1.9.3`](https://renovatebot.com/diffs/npm/solid-js/1.9.2/1.9.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/solid-js/1.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/solid-js/1.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/solid-js/1.9.2/1.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/solid-js/1.9.2/1.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [unocss](https://github.com/unocss/unocss) | [`^0.63.4` -> `^0.64.0`](https://renovatebot.com/diffs/npm/unocss/0.63.4/0.64.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unocss/0.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unocss/0.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unocss/0.63.4/0.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unocss/0.63.4/0.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vite.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^5.4.8` -> `^5.4.11`](https://renovatebot.com/diffs/npm/vite/5.4.8/5.4.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.4.8/5.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.4.8/5.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>solidjs/solid (solid-js)</summary> ### [`v1.9.3`](https://github.com/solidjs/solid/compare/v1.9.2...v1.9.3) [Compare Source](https://github.com/solidjs/solid/compare/v1.9.2...v1.9.3) </details> <details> <summary>unocss/unocss (unocss)</summary> ### [`v0.64.0`](https://github.com/unocss/unocss/releases/tag/v0.64.0) [Compare Source](https://github.com/unocss/unocss/compare/v0.63.6...v0.64.0) #####    🚨 Breaking Changes - **extactor-attributify**: Make arbitrary variants extractor callable  -  by [@&#8203;jonathonadams](https://github.com/jonathonadams) in https://github.com/unocss/unocss/issues/4239 [<samp>(67f32)</samp>](https://github.com/unocss/unocss/commit/67f3237d) - **preset-mini**: Redefine containers key write style  -  by [@&#8203;zyyv](https://github.com/zyyv) in https://github.com/unocss/unocss/issues/4248 [<samp>(f5002)</samp>](https://github.com/unocss/unocss/commit/f5002d14) #####    🐞 Bug Fixes - **preset-icons**: Support captital letters in className  -  by [@&#8203;shenjunjian](https://github.com/shenjunjian) in https://github.com/unocss/unocss/issues/4149 [<samp>(d7b36)</samp>](https://github.com/unocss/unocss/commit/d7b36227) - **preset-mini**: Delete the space before `marker`  -  by [@&#8203;zyyv](https://github.com/zyyv) in https://github.com/unocss/unocss/issues/4221 [<samp>(df370)</samp>](https://github.com/unocss/unocss/commit/df370a45) - **transfomer-variant-group**: Ignore regex start with `/`  -  by [@&#8203;zyyv](https://github.com/zyyv) in https://github.com/unocss/unocss/issues/4225 [<samp>(a9ada)</samp>](https://github.com/unocss/unocss/commit/a9ada7ac) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v0.63.6...v0.64.0) ### [`v0.63.6`](https://github.com/unocss/unocss/releases/tag/v0.63.6) [Compare Source](https://github.com/unocss/unocss/compare/v0.63.5...v0.63.6) #####    🐞 Bug Fixes - **svelte-scoped**: Improve class regex for ternary expressions  -  by [@&#8203;vineryap](https://github.com/vineryap) in https://github.com/unocss/unocss/issues/4198 [<samp>(c299e)</samp>](https://github.com/unocss/unocss/commit/c299e2de) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v0.63.5...v0.63.6) ### [`v0.63.5`](https://github.com/unocss/unocss/releases/tag/v0.63.5) [Compare Source](https://github.com/unocss/unocss/compare/v0.63.4...v0.63.5) #####    🚀 Features - **inspector**: Update overview page & analyzer  -  by [@&#8203;zyyv](https://github.com/zyyv) in https://github.com/unocss/unocss/issues/4214 [<samp>(3d16c)</samp>](https://github.com/unocss/unocss/commit/3d16ca65) - **preset-wind**: Default to oklch for gradients  -  by [@&#8203;rgodha24](https://github.com/rgodha24) in https://github.com/unocss/unocss/issues/4211 [<samp>(1db24)</samp>](https://github.com/unocss/unocss/commit/1db2481a) #####    🐞 Bug Fixes - **core**: Don't set default value when merge content  -  by [@&#8203;zyyv](https://github.com/zyyv) in https://github.com/unocss/unocss/issues/4215 [<samp>(0125f)</samp>](https://github.com/unocss/unocss/commit/0125fc51) #####     [View changes on GitHub](https://github.com/unocss/unocss/compare/v0.63.4...v0.63.5) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v5.4.11`](https://github.com/vitejs/vite/releases/tag/v5.4.11) [Compare Source](https://github.com/vitejs/vite/compare/v5.4.10...v5.4.11) Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/ecd2375460edb4ae258fed4abe6c6f6ed7323b23/packages/vite/CHANGELOG.md) for details. ### [`v5.4.10`](https://github.com/vitejs/vite/releases/tag/v5.4.10) [Compare Source](https://github.com/vitejs/vite/compare/v5.4.9...v5.4.10) Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) for details. ### [`v5.4.9`](https://github.com/vitejs/vite/releases/tag/v5.4.9) [Compare Source](https://github.com/vitejs/vite/compare/v5.4.8...v5.4.9) Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md) for details. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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](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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI4LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
renovatebot force-pushed renovate/all-minor-patch from 043f8685ff to d7319290cd 2024-11-20 10:56:33 +08:00 Compare
renovatebot changed title from chore(deps): update dependency vite to ^5.4.9 to chore(deps): update all non-major dependencies 2024-11-20 10:57:53 +08:00
renovatebot force-pushed renovate/all-minor-patch from d7319290cd to 13e8ecbf2c 2024-11-20 13:36:00 +08:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 13e8ecbf2c to 76a71312d7 2024-11-25 17:53:14 +08:00 Compare
gitea_1-h.cc merged commit 76a71312d7 into main 2024-11-27 01:03:41 +08:00
gitea_1-h.cc deleted branch renovate/all-minor-patch 2024-11-27 01:03:41 +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#14
No description provided.