vrtpro / chocolattech

🍫 Choco Latte's replacement & open source alternative website with better improvements
https://chocolatte.falcxxdev.cyou
MIT License
13 stars 1 forks source link

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

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
@nuxtjs/tailwindcss 6.4.0 -> 6.4.1 age adoption passing confidence
nuxt 3.2.0 -> 3.2.2 age adoption passing confidence

Release Notes

nuxt-community/tailwindcss-module ### [`v6.4.1`](https://togithub.com/nuxt-community/tailwindcss-module/blob/HEAD/CHANGELOG.md#​641-httpsgithubcomnuxt-communitytailwindcss-modulecomparev640v641-2023-02-17) [Compare Source](https://togithub.com/nuxt-community/tailwindcss-module/compare/v6.4.0...v6.4.1)
nuxt/nuxt ### [`v3.2.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.2.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.2.1...v3.2.2) > **3.2.1** is a patch release with (lots of) bug fixes and performance improvements since last week's minor release. > **3.2.2** was a swiftly following release to patch an issue with `nuxi init` #### πŸ‘€ Highlights As a patch release, there are mostly bug fixes and performance improvements in the changelog. (Nevertheless, it's always worth reading through!) But one point of note is an experimental reload strategy when chunk errors are encountered. We're hoping to finalise the API and land it in v3.3 (our next feature release) with [https://github.com/nuxt/nuxt/pull/19086](https://togithub.com/nuxt/nuxt/pull/19086), but you can test out an experimental version with the following config: ```ts export default defineNuxtConfig({ experimental: { emitRouteChunkError: 'reload' } }) ``` With this strategy, your app will hard reload on route changes if there's a chunk error. More info at [https://github.com/nuxt/nuxt/pull/19038](https://togithub.com/nuxt/nuxt/pull/19038). #### πŸ‘‰ Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.2.0...v3.2.1) ##### πŸš€ Enhancements - **nuxt:** Add experimental `app:chunkError` hook and reload strategy ([#​19038](https://togithub.com/nuxt/nuxt/pull/19038)) ##### πŸ”₯ Performance - **nuxt:** Allow tree-shaking empty meta from build ([#​19032](https://togithub.com/nuxt/nuxt/pull/19032)) - **nuxt:** Animate transform rather than width ([#​19073](https://togithub.com/nuxt/nuxt/pull/19073)) - **nuxt:** Don't include side-effects from `#components` ([#​19008](https://togithub.com/nuxt/nuxt/pull/19008)) ##### 🩹 Fixes - **schema:** Allow type inference of arrays in runtime config ([#​18931](https://togithub.com/nuxt/nuxt/pull/18931)) - **nuxt:** Avoid recursive import in nitro renderer ([#​18948](https://togithub.com/nuxt/nuxt/pull/18948)) - **nuxt:** Expose `nuxt/schema` subpath for augmentation ([#​18922](https://togithub.com/nuxt/nuxt/pull/18922)) - **nitro:** Ensure ssr error `statusCode` is a number ([#​19001](https://togithub.com/nuxt/nuxt/pull/19001)) - **nuxt:** Prevent hyphens forming child routes & warn if dupes are detected ([#​18944](https://togithub.com/nuxt/nuxt/pull/18944)) - **schema:** Transpile `nuxt/app` by default ([#​19009](https://togithub.com/nuxt/nuxt/pull/19009)) - **vite:** Exclude `nuxt/app` from optimised deps ([9e789c76c](https://togithub.com/nuxt/nuxt/commit/9e789c76c)) - **vite:** Respect `isCustomElement` config for jsx transform ([#​19053](https://togithub.com/nuxt/nuxt/pull/19053)) - **nuxt:** Use parser to treeshake client-only declarations ([#​18951](https://togithub.com/nuxt/nuxt/pull/18951)) - **cli:** Pass through exit code from test errors ([#​18959](https://togithub.com/nuxt/nuxt/pull/18959)) - **nuxt:** Show client error if no page matches after validate fails ([#​18978](https://togithub.com/nuxt/nuxt/pull/18978)) - **cli:** Read `devServer` options from nuxt config ([#​19055](https://togithub.com/nuxt/nuxt/pull/19055)) - **nuxt:** Validate no `//` in path when constructing payload url ([#​19085](https://togithub.com/nuxt/nuxt/pull/19085)) - **nuxt:** Restore previous check on payload url ([e9ff34ace](https://togithub.com/nuxt/nuxt/commit/e9ff34ace)) - **nuxt:** Test generated pathname ([af55b9882](https://togithub.com/nuxt/nuxt/commit/af55b9882)) - **nuxt:** Respect redirects which differ only by trailing slash ([#​18593](https://togithub.com/nuxt/nuxt/pull/18593)) - **nuxt:** Pass nuxt + workspace paths when importing builder ([#​19099](https://togithub.com/nuxt/nuxt/pull/19099)) ##### πŸ’… Refactors - **nuxt:** Combine imports from same relative path ([ee2f568fc](https://togithub.com/nuxt/nuxt/commit/ee2f568fc)) ##### πŸ“– Documentation - Add info for `nuxi devtools` command ([#​18888](https://togithub.com/nuxt/nuxt/pull/18888)) - Update link to bridge repo ([#​18950](https://togithub.com/nuxt/nuxt/pull/18950)) - Fix typos ([#​18976](https://togithub.com/nuxt/nuxt/pull/18976)) - Fix typo ([#​18975](https://togithub.com/nuxt/nuxt/pull/18975)) - Fix link to ESM page ([#​19000](https://togithub.com/nuxt/nuxt/pull/19000)) - Fix spacing ([#​19018](https://togithub.com/nuxt/nuxt/pull/19018)) - Flatten top-level project in layers example ([#​18967](https://togithub.com/nuxt/nuxt/pull/18967)) - Remove reference to obsolete `static` property ([80f73d39c](https://togithub.com/nuxt/nuxt/commit/80f73d39c)) - Add note about nested directory order ([#​19061](https://togithub.com/nuxt/nuxt/pull/19061)) - Updated public directory explanation ([#​18464](https://togithub.com/nuxt/nuxt/pull/18464)) - Add information on when mw runs & how to skip ([#​19083](https://togithub.com/nuxt/nuxt/pull/19083)) - Add `sendRedirect` usage ([#​19070](https://togithub.com/nuxt/nuxt/pull/19070)) ##### πŸ“¦ Build - **nuxt:** Add `nuxt/schema` to externals ([e3e768873](https://togithub.com/nuxt/nuxt/commit/e3e768873)) - Add `nuxt` to nuxt externals ([b1b908b1e](https://togithub.com/nuxt/nuxt/commit/b1b908b1e)) ##### 🏑 Chore - Increase node 14 minor version constraint ([#​19111](https://togithub.com/nuxt/nuxt/pull/19111)) - Update nitropack and unjs dependencies ([#​19100](https://togithub.com/nuxt/nuxt/pull/19100)) - Dedupe rollup ([576ce9ee3](https://togithub.com/nuxt/nuxt/commit/576ce9ee3)) ##### βœ… Tests - Skip vnode warning on windows dev mode ([71bcd9550](https://togithub.com/nuxt/nuxt/commit/71bcd9550)) ##### πŸ€– CI - Run webpack/vite and dev/prod as matrices ([#​18905](https://togithub.com/nuxt/nuxt/pull/18905)) ##### ❀️ Contributors - Daniel Roe - Pooya Parsa - Mathieu Magalhaes - Yuyin - Hamish Claxton - Nathan Chase - Alex - Julien Huang - Nick Williams - Favour Felix Chinemerem - Alois SečkΓ‘r - Florent Delerue - Xin Du (Clark) - Tim Van Den Eijnden - Benjamin Flesch - Lioness100 - Felix ### [`v3.2.1`](https://togithub.com/nuxt/nuxt/compare/v3.2.0...v3.2.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.2.0...v3.2.1)

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.