nuxt / nuxters

https://nuxters.nuxt.com
MIT License
133 stars 17 forks source link

chore(deps): update dependency nuxt to ^3.6.5 #16

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 12 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nuxt ^3.6.2 -> ^3.6.5 age adoption passing confidence

Release Notes

nuxt/nuxt (nuxt) ### [`v3.6.5`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.5) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.6.4...v3.6.5) > 3.6.5 is a hotfix patch release addressing the regression with nuxt/content introduced in v3.6.4. [v3.6.4 release notes](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.4) #### βœ… 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.4...v3.6.5) ##### 🩹 Fixes - **nuxt:** Remove `dist` from the default ignore list ([#​22227](https://togithub.com/nuxt/nuxt/pull/22227)) ##### ❀️ Contributors - Anthony Fu ### [`v3.6.4`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.4) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.6.3...v3.6.4) > 3.6.4 is a patch release, brought forward to allow releasing some important bug fixes before work begins on 3.7. > **Warning** > We're currently investigating a regression with nuxt/content and will be releasing 3.6.5 later today. #### βœ… 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.3...v3.6.4) ##### πŸ”₯ Performance - **nuxt,schema:** Do not watch `buildDir` and `node_modules` ([#​22214](https://togithub.com/nuxt/nuxt/pull/22214)) ##### 🩹 Fixes - **nuxt:** Correctly use `toLowerCase` for possible `moduleResolution` ([#​22160](https://togithub.com/nuxt/nuxt/pull/22160)) - **nuxt:** Don't redirect if initial path has trailing slash ([#​22192](https://togithub.com/nuxt/nuxt/pull/22192)) - **nuxt:** Work around payload extraction issue ([#​22162](https://togithub.com/nuxt/nuxt/pull/22162)) - **nuxt:** Add `baseURL` to island fetch requests ([#​22009](https://togithub.com/nuxt/nuxt/pull/22009)) - **nuxt:** Resolve race condition regenerating auto imports ([#​22201](https://togithub.com/nuxt/nuxt/pull/22201)) - **nuxt:** Ensure we only increment hydrating count once ([#​22200](https://togithub.com/nuxt/nuxt/pull/22200)) - **nuxt:** Avoid premature hydration when using async layouts ([#​22198](https://togithub.com/nuxt/nuxt/pull/22198)) - **cli:** Support `--inspect` in dev mode ([#​22205](https://togithub.com/nuxt/nuxt/pull/22205)) - **test-utils:** Pass along error if server can't start ([#​22216](https://togithub.com/nuxt/nuxt/pull/22216)) ##### πŸ“– Documentation - Add runtime storage configuration examples ([#​22189](https://togithub.com/nuxt/nuxt/pull/22189)) - Add instruction on how to use other modules in a module ([#​22081](https://togithub.com/nuxt/nuxt/pull/22081)) - Standardize indentation and tag positioning ([#​22157](https://togithub.com/nuxt/nuxt/pull/22157)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Nirina Rabeson ([@​Seboran](https://togithub.com/Seboran)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Alexander Lichter ([@​manniL](https://togithub.com/manniL)) - Mahdi Shah Abbasian ([@​shahabbasian](https://togithub.com/shahabbasian)) - Ali Azimi ([@​ali4zimi](https://togithub.com/ali4zimi)) - Qin Guan ([@​qin-guan](https://togithub.com/qin-guan)) ### [`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))

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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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

cloudflare-pages[bot] commented 12 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9d9c904
Status: βœ…  Deploy successful!
Preview URL: https://f7d9cbb7.nuxters.pages.dev
Branch Preview URL: https://renovate-nuxt.nuxters.pages.dev

View logs