nuxt-modules / design-tokens

Design tokens module for Nuxt
https://design-tokens.nuxtjs.org
MIT License
50 stars 3 forks source link

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

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit (source) ^3.0.0-rc.8 -> ^3.13.2 age adoption passing confidence
@nuxt/module-builder ^0.1.7 -> ^0.8.4 age adoption passing confidence
@nuxt/schema (source) ^3.0.0-rc.8 -> ^3.13.2 age adoption passing confidence
@nuxtjs/tailwindcss ^5.3.2 -> ^5.3.5 age adoption passing confidence
@volar/vue-language-core (source) ^0.40.4 -> ^0.40.13 age adoption passing confidence
browser-style-dictionary ^3.1.1-browser.1 -> ^3.1.1-browser.2 age adoption passing confidence
c8 ^7.12.0 -> ^7.14.0 age adoption passing confidence
chroma-js ^2.4.2 -> ^2.6.0 age adoption passing confidence
csstype ^3.1.0 -> ^3.1.3 age adoption passing confidence
eslint (source) ^8.23.0 -> ^8.57.1 age adoption passing confidence
globby ^13.1.2 -> ^13.2.2 age adoption passing confidence
husky ^8.0.1 -> ^8.0.3 age adoption passing confidence
jiti ^1.14.0 -> ^1.21.6 age adoption passing confidence
json5 (source) ^2.2.1 -> ^2.2.3 age adoption passing confidence
lint-staged ^13.0.3 -> ^13.3.0 age adoption passing confidence
paneer ^0.0.1 -> ^0.1.0 age adoption passing confidence
pathe ^0.3.5 -> ^0.3.9 age adoption passing confidence
postcss-custom-properties (source) ^12.1.8 -> ^12.1.11 age adoption passing confidence
unplugin-ast ^0.5.5 -> ^0.10.0 age adoption passing confidence
untyped ^0.4.7 -> ^0.5.0 age adoption passing confidence
vitest (source) ^0.22.1 -> ^0.34.6 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit) ### [`v3.13.2`](https://redirect.github.com/nuxt/nuxt/releases/tag/v3.13.2) [Compare Source](https://redirect.github.com/nuxt/nuxt/compare/v3.13.1...v3.13.2) > 3.13.2 is the next regularly scheduled patch release. ##### โœ… Upgrading As usual, our recommendation for upgrading is to run: ```sh npx nuxi@latest upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. ##### ๐Ÿ‘‰ Changelog [compare changes](https://redirect.github.com/nuxt/nuxt/compare/v3.13.1...v3.13.2) ##### ๐Ÿ”ฅ Performance - **nuxt:** Remove interop default for dynamic components ([#​28912](https://redirect.github.com/nuxt/nuxt/pull/28912)) ##### ๐Ÿฉน Fixes - **nuxt:** Fix ssr log querySelector ([#​28864](https://redirect.github.com/nuxt/nuxt/pull/28864)) - **schema:** Enable `propsDestructure` by default ([#​28830](https://redirect.github.com/nuxt/nuxt/pull/28830)) - **nuxt:** Ensure injected `route` has enumerable keys ([#​28841](https://redirect.github.com/nuxt/nuxt/pull/28841)) - **nuxt:** Don't override vue instance with legacy `asyncData` ([#​28842](https://redirect.github.com/nuxt/nuxt/pull/28842)) - **nuxt:** Render server errors with `ssr: false` ([#​28834](https://redirect.github.com/nuxt/nuxt/pull/28834)) - **nuxt:** Resolve full component paths ([#​28843](https://redirect.github.com/nuxt/nuxt/pull/28843)) - **nuxt:** Improve accuracy of module resolution conditions ([#​28846](https://redirect.github.com/nuxt/nuxt/pull/28846)) - **nuxt:** Log more context of prerendering errors ([#​28895](https://redirect.github.com/nuxt/nuxt/pull/28895)) - **nuxt:** Enable `injectAtEnd` to reduce circular auto-imports ([#​28822](https://redirect.github.com/nuxt/nuxt/pull/28822)) - **nuxt:** Ensure we process files in `buildDir` for unimport ([#​28899](https://redirect.github.com/nuxt/nuxt/pull/28899)) - **nuxt:** Do not accept attrs on `` ([#​28901](https://redirect.github.com/nuxt/nuxt/pull/28901)) - **nuxt,schema:** Accept any module in inline `modules` array ([#​28922](https://redirect.github.com/nuxt/nuxt/pull/28922)) - **nuxt:** Fall back to original component `filePath` ([#​28925](https://redirect.github.com/nuxt/nuxt/pull/28925)) - **nuxt:** Make `runWithContext` generic ([#​28926](https://redirect.github.com/nuxt/nuxt/pull/28926)) - **nuxt:** Set `inheritAttrs: false` for fragment components ([#​28939](https://redirect.github.com/nuxt/nuxt/pull/28939)) - **nuxt:** Use case-insensitive regexp for ` Githubissues.
  • Githubissues is a development platform for aggregating issues.