productdevbook / oku-nuxt3-template

Nuxt 3 best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite, Eslint, i18n, Naive UI
https://oku-nuxt3-template.vercel.app/
MIT License
602 stars 81 forks source link

chore(deps): update npm dependencies (non-major) #102

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 0.27.0 -> 0.29.3 age adoption passing confidence
@headlessui/vue 1.7.3 -> 1.7.4 age adoption passing confidence
@nuxtjs/i18n (source) 8.0.0-beta.2 -> 8.0.0-beta.3 age adoption passing confidence
@nuxtjs/tailwindcss 6.1.1 -> 6.1.3 age adoption passing confidence
@unocss/nuxt 0.46.0 -> 0.46.3 age adoption passing confidence
eslint-plugin-vue (source) 9.6.0 -> 9.7.0 age adoption passing confidence
sass 1.55.0 -> 1.56.0 age adoption passing confidence

Release Notes

antfu/eslint-config ### [`v0.29.3`](https://togithub.com/antfu/eslint-config/releases/tag/v0.29.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.29.2...v0.29.3) #####    🐞 Bug Fixes - **generic-spacing**: Improve cases  -  by [@​antfu](https://togithub.com/antfu) [(ff6a1)](https://togithub.com/antfu/eslint-config/commit/ff6a1fa) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.29.2...v0.29.3) ### [`v0.29.2`](https://togithub.com/antfu/eslint-config/releases/tag/v0.29.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.29.1...v0.29.2) #####    🚀 Features - **generic-spacing**: Remove space before generic  -  by [@​antfu](https://togithub.com/antfu) [(e1110)](https://togithub.com/antfu/eslint-config/commit/e111029) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.29.1...v0.29.2) ### [`v0.29.1`](https://togithub.com/antfu/eslint-config/releases/tag/v0.29.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.29.0...v0.29.1) #####    🐞 Bug Fixes - **generic-spacing**: Avoid overriding extends  -  by [@​antfu](https://togithub.com/antfu) [(4119f)](https://togithub.com/antfu/eslint-config/commit/4119f52) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.29.0...v0.29.1) ### [`v0.29.0`](https://togithub.com/antfu/eslint-config/releases/tag/v0.29.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.28.0...v0.29.0) #####    🚀 Features - Format for generics spacing  -  by [@​antfu](https://togithub.com/antfu) [(58849)](https://togithub.com/antfu/eslint-config/commit/588494c) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.28.0...v0.29.0) ### [`v0.28.0`](https://togithub.com/antfu/eslint-config/releases/tag/v0.28.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.27.0...v0.28.0) #####    🚀 Features - **basic**: Add rules to prevent `.only` in tests  -  by [@​KylinDC](https://togithub.com/KylinDC) in [https://github.com/antfu/eslint-config/issues/127](https://togithub.com/antfu/eslint-config/issues/127) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.27.0...v0.28.0)
tailwindlabs/headlessui ### [`v1.7.4`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-vue/CHANGELOG.md#​174---2022-11-03) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.7.3...@headlessui/vue@v1.7.4) ##### Fixed - Expose `close` function for `Menu` and `MenuItem` components ([#​1897](https://togithub.com/tailwindlabs/headlessui/pull/1897)) - Fix `useOutsideClick`, add improvements for ShadowDOM ([#​1914](https://togithub.com/tailwindlabs/headlessui/pull/1914)) - Prevent default slot warning when using a component for `as` prop ([#​1915](https://togithub.com/tailwindlabs/headlessui/pull/1915)) - Fire ``'s `@change` handler when changing the value internally ([#​1916](https://togithub.com/tailwindlabs/headlessui/pull/1916))
nuxt-community/i18n-module ### [`v8.0.0-beta.3`](https://togithub.com/nuxt-community/i18n-module/releases/tag/v8.0.0-beta.3) [Compare Source](https://togithub.com/nuxt-community/i18n-module/compare/v8.0.0-beta.2...v8.0.0-beta.3) #####    🚀 Features - Vue-i18n option loading with function  -  by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/nuxt-community/i18n-module/issues/1600](https://togithub.com/nuxt-community/i18n-module/issues/1600) #####    🐞 Bug Fixes - Avoid route reactivity value missing  -  by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/nuxt-community/i18n-module/issues/1586](https://togithub.com/nuxt-community/i18n-module/issues/1586) - Prefix strategy routing  -  by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/nuxt-community/i18n-module/issues/1592](https://togithub.com/nuxt-community/i18n-module/issues/1592) - Cannot work i18n custom block on 'lazy: false'  -  by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/nuxt-community/i18n-module/issues/1595](https://togithub.com/nuxt-community/i18n-module/issues/1595) - Cannot work browser locale on no_prefix strategy  -  by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/nuxt-community/i18n-module/issues/1597](https://togithub.com/nuxt-community/i18n-module/issues/1597) - Default composition mode  -  by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/nuxt-community/i18n-module/issues/1599](https://togithub.com/nuxt-community/i18n-module/issues/1599) #####     [View changes on GitHub](https://togithub.com/nuxt-community/i18n-module/compare/v8.0.0-beta.2...v8.0.0-beta.3)
nuxt-community/tailwindcss-module ### [`v6.1.3`](https://togithub.com/nuxt-community/tailwindcss-module/blob/HEAD/CHANGELOG.md#​613-httpsgithubcomnuxt-communitytailwindcss-modulecomparev612v613-2022-11-03) [Compare Source](https://togithub.com/nuxt-community/tailwindcss-module/compare/v6.1.2...v6.1.3) ### [`v6.1.2`](https://togithub.com/nuxt-community/tailwindcss-module/blob/HEAD/CHANGELOG.md#​612-httpsgithubcomnuxt-communitytailwindcss-modulecomparev611v612-2022-10-28) [Compare Source](https://togithub.com/nuxt-community/tailwindcss-module/compare/v6.1.1...v6.1.2)
unocss/unocss ### [`v0.46.3`](https://togithub.com/unocss/unocss/releases/tag/v0.46.3) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.46.2...v0.46.3) #####    🚀 Features - **web-fonts**: Add `fontshare` provider  -  by [@​bentuhana](https://togithub.com/bentuhana) in [https://github.com/unocss/unocss/issues/1829](https://togithub.com/unocss/unocss/issues/1829) #####    🐞 Bug Fixes - **nuxt**: - Use `nuxt.options.css` instead of plugin  -  by [@​antfu](https://togithub.com/antfu) [(77d91)](https://togithub.com/unocss/unocss/commit/77d912bb) - Support nuxt2  -  by [@​antfu](https://togithub.com/antfu) [(da8ef)](https://togithub.com/unocss/unocss/commit/da8ef5e1) - **nuxt2**: - Support nuxt2  -  by [@​poyoho](https://togithub.com/poyoho) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/1833](https://togithub.com/unocss/unocss/issues/1833) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.46.2...v0.46.3) ### [`v0.46.2`](https://togithub.com/unocss/unocss/releases/tag/v0.46.2) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.46.1...v0.46.2) #####    🚀 Features - **preset-mini**: Update units  -  by [@​chu121su12](https://togithub.com/chu121su12) in [https://github.com/unocss/unocss/issues/1822](https://togithub.com/unocss/unocss/issues/1822) - **preset-mini,preset-wind**: Add aria-x and data-x support  -  by [@​chu121su12](https://togithub.com/chu121su12) in [https://github.com/unocss/unocss/issues/1816](https://togithub.com/unocss/unocss/issues/1816) #####    🐞 Bug Fixes - **autocomplete**: Add astro language id  -  by [@​sudongyuer](https://togithub.com/sudongyuer) in [https://github.com/unocss/unocss/issues/1819](https://togithub.com/unocss/unocss/issues/1819) - **core**: Slice prefix correctly in expandShortcut  -  by [@​zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/1813](https://togithub.com/unocss/unocss/issues/1813) - **vscode**: Attributify value starts with number  -  by [@​zhmushan](https://togithub.com/zhmushan) in [https://github.com/unocss/unocss/issues/1811](https://togithub.com/unocss/unocss/issues/1811) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.46.1...v0.46.2) ### [`v0.46.1`](https://togithub.com/unocss/unocss/releases/tag/v0.46.1) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.46.0...v0.46.1) #####    🐞 Bug Fixes - **core**: Support shortcut prefix  -  by [@​azaleta](https://togithub.com/azaleta) in [https://github.com/unocss/unocss/issues/1807](https://togithub.com/unocss/unocss/issues/1807) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.46.0...v0.46.1)
vuejs/eslint-plugin-vue ### [`v9.7.0`](https://togithub.com/vuejs/eslint-plugin-vue/releases/tag/v9.7.0) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v9.6.0...v9.7.0) #### ✨ Enhancements - [#​1996](https://togithub.com/vuejs/eslint-plugin-vue/issues/1996) Added [`vue/multiline-ternary` rule](https://eslint.vuejs.org/rules/multiline-ternary.html) that applies the core [`multiline-ternary`](https://eslint.org/docs/rules/multiline-ternary) rule to expressions in `