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 #58

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
nuxt 3.6.1 -> 3.6.3 age adoption passing confidence
nuxt-icon 0.4.1 -> 0.4.2 age adoption passing confidence
typescript (source) 5.1.3 -> 5.1.6 age adoption passing confidence

Release Notes

nuxt/nuxt (nuxt) ### [`v3.6.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.6.2...v3.6.3) > 3.6.3 is the next patch release, including a number of fixes. It's anticipated this will be the last patch release before 3.7. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi 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://togithub.com/nuxt/nuxt/compare/v3.6.2...v3.6.3) ##### 🔥 Performance - **nuxt:** Prepopulate island payloads from rendered html ([#​22049](https://togithub.com/nuxt/nuxt/pull/22049)) ##### 🩹 Fixes - **kit:** Module compatibility not working with module names ([6cabe69ce](https://togithub.com/nuxt/nuxt/commit/6cabe69ce)) - **schema:** Correct type of `unctx` options ([4e32e70bb](https://togithub.com/nuxt/nuxt/commit/4e32e70bb)) - **vite:** Pass modulesDir to `isExternal` ([#​21966](https://togithub.com/nuxt/nuxt/pull/21966)) - **nuxt:** Add pages in correct hook when generating ([#​22088](https://togithub.com/nuxt/nuxt/pull/22088)) - **test-utils:** Export from core playwright package ([#​22122](https://togithub.com/nuxt/nuxt/pull/22122)) - **nuxt:** Skip view transitions where there is no route change ([#​22140](https://togithub.com/nuxt/nuxt/pull/22140)) - **nuxt:** Skip scanning components that do not produce a name ([#​22074](https://togithub.com/nuxt/nuxt/pull/22074)) - **cli:** Add aliases to monorepo paths to tsconfig includes ([#​21997](https://togithub.com/nuxt/nuxt/pull/21997)) - **cli:** Allow non-existent `experimental` option ([0643d4315](https://togithub.com/nuxt/nuxt/commit/0643d4315)) ##### 💅 Refactors - **cli,schema:** Add `bundler` module resolution flag ([#​22142](https://togithub.com/nuxt/nuxt/pull/22142)) ##### 📖 Documentation - Fix accessing custom props from child pages ([#​21977](https://togithub.com/nuxt/nuxt/pull/21977)) - Add leading slash ([3bae61507](https://togithub.com/nuxt/nuxt/commit/3bae61507)) - Add more internal links ([#​22013](https://togithub.com/nuxt/nuxt/pull/22013)) - Add space in list ([#​22032](https://togithub.com/nuxt/nuxt/pull/22032)) - Add details and components folder to auto imports introduction ([#​22062](https://togithub.com/nuxt/nuxt/pull/22062)) - Use sfc syntax in example ([#​22073](https://togithub.com/nuxt/nuxt/pull/22073)) - Prefix internal links with `/` ([#​22118](https://togithub.com/nuxt/nuxt/pull/22118)) - Fix typos ([#​22125](https://togithub.com/nuxt/nuxt/pull/22125)) - Update link to router options ([#​22131](https://togithub.com/nuxt/nuxt/pull/22131)) ##### 🏡 Chore - Add explicit vue dependency in fixtures ([c10a62405](https://togithub.com/nuxt/nuxt/commit/c10a62405)) - Update lockfile ([6481162f4](https://togithub.com/nuxt/nuxt/commit/6481162f4)) - Add explicit type dependencies ([d590c85c3](https://togithub.com/nuxt/nuxt/commit/d590c85c3)) - Add volar to workspace recommendations ([0c826ee27](https://togithub.com/nuxt/nuxt/commit/0c826ee27)) - Add eslint schema ([4d7df49eb](https://togithub.com/nuxt/nuxt/commit/4d7df49eb)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Samuel Burkhard ([@​samydoesit](https://togithub.com/samydoesit)) - 云游君 ([@​YunYouJun](https://togithub.com/YunYouJun)) - Jianqi Pan ([@​Jannchie](https://togithub.com/Jannchie)) - Luke Pinion ([@​lwpinion](https://togithub.com/lwpinion)) - Fanny ([@​FannyGautierr](https://togithub.com/FannyGautierr)) - Hebilicious ([@​Hebilicious](https://togithub.com/Hebilicious)) - Eduardo San Martin Morote ([@​posva](https://togithub.com/posva)) - Eduardo Santos De Brito ([@​EduSantosBrito](https://togithub.com/EduSantosBrito)) - Nurassyl ([@​Nura-21](https://togithub.com/Nura-21)) - Zakir Hossen ([@​devzakir](https://togithub.com/devzakir)) - Harlan Wilton ([@​harlan-zw](https://togithub.com/harlan-zw)) ### [`v3.6.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.6.1...v3.6.2) > 3.6.2 is the next patch release, with a raft of fixes including preparations for use without `--shamefully-hoist` and some fixes for data fetching within nested layouts/pages. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi 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://togithub.com/nuxt/nuxt/compare/v3.6.1...v3.6.2) ##### 🔥 Performance - **nuxt:** Don't run island transform plugin if disabled ([#​21844](https://togithub.com/nuxt/nuxt/pull/21844)) - **nuxt:** Allow hmr for server components in dev mode ([#​21916](https://togithub.com/nuxt/nuxt/pull/21916)) - **nuxt:** Use getters when constructing reactive routes ([#​21957](https://togithub.com/nuxt/nuxt/pull/21957)) ##### 🩹 Fixes - **nuxt:** Only redirect if path is not the same as initial url ([#​21815](https://togithub.com/nuxt/nuxt/pull/21815)) - **cli:** Resolve `@nuxt/ui-templates` from `modulesDir` ([#​21836](https://togithub.com/nuxt/nuxt/pull/21836)) - **nuxt, vite:** Do not use cjs utils to resolve/alias vue ([#​21837](https://togithub.com/nuxt/nuxt/pull/21837)) - **nuxt:** Improve default prerender behaviour ([#​21817](https://togithub.com/nuxt/nuxt/pull/21817)) - **vite:** Greater type-safety within runtime vite-node ([#​21849](https://togithub.com/nuxt/nuxt/pull/21849)) - **nuxt:** Ensure static presets equivalent to `nuxi generate` ([#​21860](https://togithub.com/nuxt/nuxt/pull/21860)) - **nuxt:** Handle injecting multiple entry ids for styles ([#​21864](https://togithub.com/nuxt/nuxt/pull/21864)) - **nuxt:** Stop loading indicator on navigation failure ([#​21751](https://togithub.com/nuxt/nuxt/pull/21751)) - **cli:** Respect nitro ssl cert/key variables ([#​21912](https://togithub.com/nuxt/nuxt/pull/21912)) - **nuxt:** Include external layers in `tsconfig.json` scope ([#​21917](https://togithub.com/nuxt/nuxt/pull/21917)) - **nuxt:** Support custom route name meta with `typedPages` ([#​21659](https://togithub.com/nuxt/nuxt/pull/21659)) - **vite:** Remove @​vue/ scoped libraries from resolutions ([#​21922](https://togithub.com/nuxt/nuxt/pull/21922)) - **nuxt:** Add layers in `node_modules` to tsconfig include ([#​21929](https://togithub.com/nuxt/nuxt/pull/21929)) - **nuxt:** Regenerate imports after template ([#​21934](https://togithub.com/nuxt/nuxt/pull/21934)) - **vite:** Fix issue detecting shadowed keyed composables ([#​21891](https://togithub.com/nuxt/nuxt/pull/21891)) - **nuxt:** Use `$fetch.raw` in dev client mode for islands ([#​21904](https://togithub.com/nuxt/nuxt/pull/21904)) - **schema:** Warn if user provides `vite.publicDir` ([#​21847](https://togithub.com/nuxt/nuxt/pull/21847)) - **nuxt:** Preserve old vnode when leaving nested route ([#​21823](https://togithub.com/nuxt/nuxt/pull/21823)) - **kit:** Ignore telemetry startup time (as it has prompt) ([#​21959](https://togithub.com/nuxt/nuxt/pull/21959)) ##### 📖 Documentation - Add warning about dynamic import of css ([#​21805](https://togithub.com/nuxt/nuxt/pull/21805)) - Update example links ([#​21811](https://togithub.com/nuxt/nuxt/pull/21811)) - Fix broken `spaLoadingTemplate` link ([#​21845](https://togithub.com/nuxt/nuxt/pull/21845)) - Update useFetch return values ([#​21852](https://togithub.com/nuxt/nuxt/pull/21852)) - Describe environment override feature ([#​21879](https://togithub.com/nuxt/nuxt/pull/21879)) - Add Daniel example for hybrid rendering and Vercel ([20d59d1cf](https://togithub.com/nuxt/nuxt/commit/20d59d1cf)) - Improve hybrid rendering ([3fb329cc8](https://togithub.com/nuxt/nuxt/commit/3fb329cc8)) - **rendering:** Add end of sentence ([565787183](https://togithub.com/nuxt/nuxt/commit/565787183)) - Add closing bracket ([#​21887](https://togithub.com/nuxt/nuxt/pull/21887)) - Added a note about server dynamic routes limitation ([#​21919](https://togithub.com/nuxt/nuxt/pull/21919)) - Update docs for `` ([#​21952](https://togithub.com/nuxt/nuxt/pull/21952)) - Update more links to examples repo ([13a892361](https://togithub.com/nuxt/nuxt/commit/13a892361)) - Add JetBrains IDEs debug configuration ([#​21965](https://togithub.com/nuxt/nuxt/pull/21965)) ##### 🏡 Chore - Prune internal unused code and exports ([#​21809](https://togithub.com/nuxt/nuxt/pull/21809)) - Add codeflow overrides configuration ([d7267663f](https://togithub.com/nuxt/nuxt/commit/d7267663f)) ##### ✅ Tests - Add `nuxt-vitest` and composable unit tests ([#​21884](https://togithub.com/nuxt/nuxt/pull/21884)) ##### ❤️ Contributors - Mateusz Kulpa ([@​mateuszkulpa](https://togithub.com/mateuszkulpa)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Nozomu Ikuta ([@​NozomuIkuta](https://togithub.com/NozomuIkuta)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Muhamad Jamil ([@​Fanreza](https://togithub.com/Fanreza)) - Anhao ([@​ah-dc](https://togithub.com/ah-dc)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Agénor Debriat ([@​agenordebriat](https://togithub.com/agenordebriat)) - ChronicStone ([@​ChronicStone](https://togithub.com/ChronicStone)) - Ali Azimi ([@​ali4zimi](https://togithub.com/ali4zimi)) - Vasek ([@​vasek-code](https://togithub.com/vasek-code)) - Sébastien Chopin ([@​atinux](https://togithub.com/atinux)) - Aditya Rawat ([@​adityarawat1223](https://togithub.com/adityarawat1223)) - Lucas Vargas ([@​vargasmesh](https://togithub.com/vargasmesh)) - David Stack ([@​davidstackio](https://togithub.com/davidstackio)) - Rayan Inerky ([@​InerkyJad](https://togithub.com/InerkyJad))
nuxt-modules/icon (nuxt-icon) ### [`v0.4.2`](https://togithub.com/nuxt-modules/icon/releases/tag/v0.4.2) [Compare Source](https://togithub.com/nuxt-modules/icon/compare/v0.4.1...v0.4.2) #### What's Changed - feat(Icon.vue): add slot to provide fallback value by [@​zaosoula](https://togithub.com/zaosoula) in [https://github.com/nuxt-modules/icon/pull/85](https://togithub.com/nuxt-modules/icon/pull/85) - docs: fix a typo in README by [@​tanerijun](https://togithub.com/tanerijun) in [https://github.com/nuxt-modules/icon/pull/82](https://togithub.com/nuxt-modules/icon/pull/82) #### New Contributors - [@​tanerijun](https://togithub.com/tanerijun) made their first contribution in [https://github.com/nuxt-modules/icon/pull/82](https://togithub.com/nuxt-modules/icon/pull/82) - [@​zaosoula](https://togithub.com/zaosoula) made their first contribution in [https://github.com/nuxt-modules/icon/pull/85](https://togithub.com/nuxt-modules/icon/pull/85) **Full Changelog**: https://github.com/nuxt-modules/icon/compare/v0.4.1...v0.4.2
Microsoft/TypeScript (typescript) ### [`v5.1.6`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.6): TypeScript 5.1.6 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.5...v5.1.6) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). - (5.1.4 [intentionally skipped](https://togithub.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922)) - [fixed issues query for Typescript v5.1.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.6 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.6%22+is%3Aclosed+). Downloads are available on [npm](https://www.npmjs.com/package/typescript) ### [`v5.1.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.5): TypeScript 5.1.5 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). - (5.1.4 [intentionally skipped](https://togithub.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922)) - [fixed issues query for Typescript v5.1.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

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.