nuxt / fonts

Plug-and-play web font optimization and configuration for Nuxt apps.
https://nuxt.com
MIT License
370 stars 4 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools-kit (source) ^1.1.3 -> ^1.1.4 age adoption passing confidence
@unocss/nuxt (source) ^0.58.6 -> ^0.58.7 age adoption passing confidence
tailwindcss (source) ^3.4.1 -> ^3.4.2 age adoption passing confidence
unocss ^0.58.6 -> ^0.58.7 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools-kit) ### [`v1.1.4`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#114-2024-03-26) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.1.3...v1.1.4) ##### Bug Fixes - update vue devtools applet ([5163c0d](https://togithub.com/nuxt/devtools/commit/5163c0de4cc9ba3e9ad75adb686852d65ffdf29e)) - vite-inspect iframe url ([#​633](https://togithub.com/nuxt/devtools/issues/633)) ([2c942e5](https://togithub.com/nuxt/devtools/commit/2c942e59a664204b9a16acfd086c60588f1e3b4a))
unocss/unocss (@​unocss/nuxt) ### [`v0.58.7`](https://togithub.com/unocss/unocss/releases/tag/v0.58.7) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.58.6...v0.58.7) #####    🚀 Features - **autocomplete**: - Enhance the intellisense for enhancing vscode code fuzzy matching  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3620](https://togithub.com/unocss/unocss/issues/3620) [(c428e)](https://togithub.com/unocss/unocss/commit/c428e782) - **preset-mini**: - Support `bg-[size:*]`  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3629](https://togithub.com/unocss/unocss/issues/3629) [(e0333)](https://togithub.com/unocss/unocss/commit/e0333636) - Support transform-xyz with brackets  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3634](https://togithub.com/unocss/unocss/issues/3634) [(3f25a)](https://togithub.com/unocss/unocss/commit/3f25a7ec) #####    🐞 Bug Fixes - **cli**: Watch for config source changes to reload config  -  by [@​lukpank](https://togithub.com/lukpank) in [https://github.com/unocss/unocss/issues/3640](https://togithub.com/unocss/unocss/issues/3640) [(4d144)](https://togithub.com/unocss/unocss/commit/4d1442ba) - **preset-attributify**: Fix parsing error for inline arrow functions  -  by [@​lzl0304](https://togithub.com/lzl0304) in [https://github.com/unocss/unocss/issues/3651](https://togithub.com/unocss/unocss/issues/3651) [(13faa)](https://togithub.com/unocss/unocss/commit/13faa7a5) - **transformer-directives**: Extra semicolon  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3658](https://togithub.com/unocss/unocss/issues/3658) [(112f2)](https://togithub.com/unocss/unocss/commit/112f2561) - **vscode**: Completion color  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3632](https://togithub.com/unocss/unocss/issues/3632) [(06092)](https://togithub.com/unocss/unocss/commit/060926b5) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.58.6...v0.58.7)
tailwindlabs/tailwindcss (tailwindcss) ### [`v3.4.2`](https://togithub.com/tailwindlabs/tailwindcss/releases/tag/v3.4.2) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.2) ##### Fixed - Ensure max specificity of `0,0,1` for button and input Preflight rules ([#​12735](https://togithub.com/tailwindlabs/tailwindcss/pull/12735)) - Improve glob handling for folders with `(`, `)`, `[` or `]` in the file path ([#​12715](https://togithub.com/tailwindlabs/tailwindcss/pull/12715)) - Split `:has` rules when using `experimental.optimizeUniversalDefaults` ([#​12736](https://togithub.com/tailwindlabs/tailwindcss/pull/12736)) - Sort arbitrary properties alphabetically across multiple class lists ([#​12911](https://togithub.com/tailwindlabs/tailwindcss/pull/12911)) - Add `mix-blend-plus-darker` utility ([#​12923](https://togithub.com/tailwindlabs/tailwindcss/pull/12923)) - Ensure dashes are allowed in variant modifiers ([#​13303](https://togithub.com/tailwindlabs/tailwindcss/pull/13303)) - Fix crash showing completions in Intellisense when using a custom separator ([#​13306](https://togithub.com/tailwindlabs/tailwindcss/pull/13306)) - Transpile `import.meta.url` in config files ([#​13322](https://togithub.com/tailwindlabs/tailwindcss/pull/13322)) - Reset letter spacing for form elements ([#​13150](https://togithub.com/tailwindlabs/tailwindcss/pull/13150)) - Fix missing `xx-large` and remove double `x-large` absolute size ([#​13324](https://togithub.com/tailwindlabs/tailwindcss/pull/13324)) - Don't error when encountering nested CSS unless trying to `@apply` a class that uses nesting ([#​13325](https://togithub.com/tailwindlabs/tailwindcss/pull/13325)) - Ensure that arbitrary properties respect `important` configuration ([#​13353](https://togithub.com/tailwindlabs/tailwindcss/pull/13353)) - Change dark mode selector so `@apply` works correctly with pseudo elements ([#​13379](https://togithub.com/tailwindlabs/tailwindcss/pull/13379))

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.



This PR has been generated by Mend Renovate. View repository job log here.