nuxt-modules / partytown

Partytown integration for Nuxt. Run third-party scripts from a web worker.
MIT License
316 stars 8 forks source link

chore(deps): update nuxt core to v3.6.3 #341

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit 3.6.2 -> 3.6.3 age adoption passing confidence
@nuxt/schema 3.6.2 -> 3.6.3 age adoption passing confidence
@nuxt/test-utils 3.6.2 -> 3.6.3 age adoption passing confidence
nuxt 3.6.2 -> 3.6.3 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit) ### [`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: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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