Tresjs / post-processing

Post-processing library for TresJS
MIT License
37 stars 6 forks source link

chore(deps): update unocss monorepo to ^0.65.0 #97

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@unocss/core (source) ^0.64.1 -> ^0.65.0 age adoption passing confidence
unocss ^0.52.3 -> ^0.65.0 age adoption passing confidence
unocss ^0.64.1 -> ^0.65.0 age adoption passing confidence
unocss ^0.63.0 -> ^0.65.0 age adoption passing confidence

Release Notes

unocss/unocss (@​unocss/core) ### [`v0.65.0`](https://redirect.github.com/unocss/unocss/releases/tag/v0.65.0) [Compare Source](https://redirect.github.com/unocss/unocss/compare/v0.64.1...v0.65.0) ##### If you are interested, please read our [upgrade introduction](https://redirect.github.com/unocss/unocss/discussions/4309) 🌟🌟🌟. #####    🚨 Breaking Changes - **core**: - Deprecate `new UnoGenerator`, make `createGenerator()` async  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/unocss/unocss/issues/4268](https://redirect.github.com/unocss/unocss/issues/4268) [(5420b)](https://redirect.github.com/unocss/unocss/commit/5420b131) - Support async presets. `resolvePreset` and `resolvePresets` now returns promise  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/unocss/unocss/issues/4294](https://redirect.github.com/unocss/unocss/issues/4294) [(0f987)](https://redirect.github.com/unocss/unocss/commit/0f987ca7) - Allow variants to return multiple results  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/unocss/unocss/issues/4291](https://redirect.github.com/unocss/unocss/issues/4291) [(b035f)](https://redirect.github.com/unocss/unocss/commit/b035f278) #####    🚀 Features - Export submodules of preset-wind seperately  -  by [@​CommanderXL](https://redirect.github.com/CommanderXL) in [https://github.com/unocss/unocss/issues/4267](https://redirect.github.com/unocss/unocss/issues/4267) [(c2e07)](https://redirect.github.com/unocss/unocss/commit/c2e07f0f) - Support Vite 6  -  by [@​sxzz](https://redirect.github.com/sxzz) in [https://github.com/unocss/unocss/issues/4289](https://redirect.github.com/unocss/unocss/issues/4289) [(bc363)](https://redirect.github.com/unocss/unocss/commit/bc36345c) - Allow fine-grained sorting order on multi-selector rules  -  by [@​ameinhardt](https://redirect.github.com/ameinhardt) and [@​antfu](https://redirect.github.com/antfu) in [https://github.com/unocss/unocss/issues/4308](https://redirect.github.com/unocss/unocss/issues/4308) [(10e71)](https://redirect.github.com/unocss/unocss/commit/10e714ab) - **attributify**: Support special attributify case  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/unocss/unocss/issues/4295](https://redirect.github.com/unocss/unocss/issues/4295) [(01994)](https://redirect.github.com/unocss/unocss/commit/01994e57) - **core**: Output layer order css  -  by [@​zyyv](https://redirect.github.com/zyyv) in [https://github.com/unocss/unocss/issues/4299](https://redirect.github.com/unocss/unocss/issues/4299) [(d7cd9)](https://redirect.github.com/unocss/unocss/commit/d7cd925f) - **core, preset-mini**: Generate preflights on demand  -  by [@​zyyv](https://redirect.github.com/zyyv) and [@​antfu](https://redirect.github.com/antfu) in [https://github.com/unocss/unocss/issues/4252](https://redirect.github.com/unocss/unocss/issues/4252) [(882ce)](https://redirect.github.com/unocss/unocss/commit/882ce876) - **preset-legacy-compat**: Add `legacyColorSpace` option  -  by [@​zyyv](https://redirect.github.com/zyyv) in [https://github.com/unocss/unocss/issues/4301](https://redirect.github.com/unocss/unocss/issues/4301) [(fd13b)](https://redirect.github.com/unocss/unocss/commit/fd13bf10) #####    🐞 Bug Fixes - **eslint-plugin**: - Improve class ordering for Svelte components  -  by [@​vineryap](https://redirect.github.com/vineryap), [@​antfu](https://redirect.github.com/antfu) and [@​zyyv](https://redirect.github.com/zyyv) in [https://github.com/unocss/unocss/issues/4205](https://redirect.github.com/unocss/unocss/issues/4205) [(c2df1)](https://redirect.github.com/unocss/unocss/commit/c2df1288) - **postcss**: - Don't add root node to root  -  by [@​ameinhardt](https://redirect.github.com/ameinhardt) in [https://github.com/unocss/unocss/issues/4286](https://redirect.github.com/unocss/unocss/issues/4286) [(8bfc9)](https://redirect.github.com/unocss/unocss/commit/8bfc987b) - Keep rule order  -  by [@​ameinhardt](https://redirect.github.com/ameinhardt) in [https://github.com/unocss/unocss/issues/4270](https://redirect.github.com/unocss/unocss/issues/4270) [(b2374)](https://redirect.github.com/unocss/unocss/commit/b2374fb2) - **preset-icons**: - Validate collection name before load icon svg data  -  by [@​ntnyq](https://redirect.github.com/ntnyq) in [https://github.com/unocss/unocss/issues/4278](https://redirect.github.com/unocss/unocss/issues/4278) [(cd69c)](https://redirect.github.com/unocss/unocss/commit/cd69c17c) - **preset-mini**: - Spread mutiple pseudo-elements for correct variant handling  -  by [@​zyyv](https://redirect.github.com/zyyv) in [https://github.com/unocss/unocss/issues/4298](https://redirect.github.com/unocss/unocss/issues/4298) [(95a9f)](https://redirect.github.com/unocss/unocss/commit/95a9f692) - **rspack**: - Optimize unplugin rspack plugin.\__vfsModules id not includes \__virtualModulePrefix  -  by [@​thinke5](https://redirect.github.com/thinke5) in [https://github.com/unocss/unocss/issues/4300](https://redirect.github.com/unocss/unocss/issues/4300) [(e6bbf)](https://redirect.github.com/unocss/unocss/commit/e6bbf1a9) - **shared-integration**: - DefaultIdeMatchInclude regexp stuck in vscode  -  by [@​Simon-He95](https://redirect.github.com/Simon-He95) in [https://github.com/unocss/unocss/issues/4306](https://redirect.github.com/unocss/unocss/issues/4306) [(1281e)](https://redirect.github.com/unocss/unocss/commit/1281ed2f) - **svelte-scoped**: - Fix async context creation, fix [#​4307](https://redirect.github.com/unocss/unocss/issues/4307)  -  by [@​antfu](https://redirect.github.com/antfu) in [https://github.com/unocss/unocss/issues/4307](https://redirect.github.com/unocss/unocss/issues/4307) [(73f75)](https://redirect.github.com/unocss/unocss/commit/73f75a1b) #####     [View changes on GitHub](https://redirect.github.com/unocss/unocss/compare/v0.64.1...v0.65.0)

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.

netlify[bot] commented 11 months ago

Deploy Preview for golden-tartufo-fbedf0 ready!

Name Link
Latest commit 13680418ec74f95bd73edcdca9e064c36f03880a
Latest deploy log https://app.netlify.com/sites/golden-tartufo-fbedf0/deploys/660ab35599c70200084a64fe
Deploy Preview https://deploy-preview-97--golden-tartufo-fbedf0.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

pkg-pr-new[bot] commented 1 month ago

Open in Stackblitz

npm i https://pkg.pr.new/Tresjs/post-processing/@tresjs/post-processing@97

commit: e61a3a4