nuxt/nuxt (@nuxt/kit)
### [`v3.11.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.11.1)
[Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.11.0...v3.11.1)
> 3.11.1 is a patch release addressing regressions in v3.11.0.
##### ✅ 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.11.0...v3.11.1)
##### 🩹 Fixes
- **nuxt:** Ignore console.logs called outside event context ([b3ced3d69](https://togithub.com/nuxt/nuxt/commit/b3ced3d69))
- **schema:** Include `ofetch` in `typescript.hoist` defaults ([#26316](https://togithub.com/nuxt/nuxt/pull/26316))
- **nuxt:** Conditionally use `tsx` parser ([#26314](https://togithub.com/nuxt/nuxt/pull/26314))
- **nuxt:** Correct `finish` types and add to docs ([0d9c63b82](https://togithub.com/nuxt/nuxt/commit/0d9c63b82))
- **nuxt:** Ignore failures to access asyncContext in environments without it ([523db1a19](https://togithub.com/nuxt/nuxt/commit/523db1a19))
- **nuxt:** Handle failure creating BroadcastChannel ([#26340](https://togithub.com/nuxt/nuxt/pull/26340))
- **nuxt:** Don't warn when injecting client-only components ([#26341](https://togithub.com/nuxt/nuxt/pull/26341))
- **nuxt:** Prevent losing pages routes on prerender ([#26354](https://togithub.com/nuxt/nuxt/pull/26354))
- **nuxt:** Pass `undefined` name when resolving trailing slash ([#26358](https://togithub.com/nuxt/nuxt/pull/26358))
- **vite:** Use ssr result if it exists ([#26356](https://togithub.com/nuxt/nuxt/pull/26356))
##### 📖 Documentation
- Fix code block formatting for `usePreviewMode` ([#26303](https://togithub.com/nuxt/nuxt/pull/26303))
- Fix confusing wording ([#26301](https://togithub.com/nuxt/nuxt/pull/26301))
- Add note that `useId` must be used with single root element ([401370b3a](https://togithub.com/nuxt/nuxt/commit/401370b3a))
- Mention `` component in api section ([#26029](https://togithub.com/nuxt/nuxt/pull/26029))
- Note that `@nuxt/schema` should be used by module authors ([#26190](https://togithub.com/nuxt/nuxt/pull/26190))
- Add `routeNameSplitter` example in migration docs ([#25838](https://togithub.com/nuxt/nuxt/pull/25838))
##### 🏡 Chore
- **nuxt:** Remove unused code ([#26319](https://togithub.com/nuxt/nuxt/pull/26319))
- Revert update github/codeql-action action ([c72951b06](https://togithub.com/nuxt/nuxt/commit/c72951b06))
##### 🤖 CI
- Configure npm registry in release workflow ([68f7d4df8](https://togithub.com/nuxt/nuxt/commit/68f7d4df8))
##### ❤️ Contributors
- Daniel Roe ([@danielroe](https://togithub.com/danielroe))
- zunderbolt ([@zunderbolt](https://togithub.com/zunderbolt))
- Serge Doda ([@bargel](https://togithub.com/bargel))
- Volker Rose ([@riddla](https://togithub.com/riddla))
- Turdalin Nurassyl ([@trdln](https://togithub.com/trdln))
- Julien Huang ([@huang-julien](https://togithub.com/huang-julien))
- Joaquín Sánchez ([@userquin](https://togithub.com/userquin))
- Tanvir Rahman ([@Tanvir-rahman](https://togithub.com/Tanvir-rahman))
- Florian Lefebvre ([@florian-lefebvre](https://togithub.com/florian-lefebvre))
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 these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^3.11.0
->^3.11.1
^3.11.0
->^3.11.1
3.11.0
->3.11.1
Release Notes
nuxt/nuxt (@nuxt/kit)
### [`v3.11.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.11.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.11.0...v3.11.1) > 3.11.1 is a patch release addressing regressions in v3.11.0. ##### ✅ 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.11.0...v3.11.1) ##### 🩹 Fixes - **nuxt:** Ignore console.logs called outside event context ([b3ced3d69](https://togithub.com/nuxt/nuxt/commit/b3ced3d69)) - **schema:** Include `ofetch` in `typescript.hoist` defaults ([#26316](https://togithub.com/nuxt/nuxt/pull/26316)) - **nuxt:** Conditionally use `tsx` parser ([#26314](https://togithub.com/nuxt/nuxt/pull/26314)) - **nuxt:** Correct `finish` types and add to docs ([0d9c63b82](https://togithub.com/nuxt/nuxt/commit/0d9c63b82)) - **nuxt:** Ignore failures to access asyncContext in environments without it ([523db1a19](https://togithub.com/nuxt/nuxt/commit/523db1a19)) - **nuxt:** Handle failure creating BroadcastChannel ([#26340](https://togithub.com/nuxt/nuxt/pull/26340)) - **nuxt:** Don't warn when injecting client-only components ([#26341](https://togithub.com/nuxt/nuxt/pull/26341)) - **nuxt:** Prevent losing pages routes on prerender ([#26354](https://togithub.com/nuxt/nuxt/pull/26354)) - **nuxt:** Pass `undefined` name when resolving trailing slash ([#26358](https://togithub.com/nuxt/nuxt/pull/26358)) - **vite:** Use ssr result if it exists ([#26356](https://togithub.com/nuxt/nuxt/pull/26356)) ##### 📖 Documentation - Fix code block formatting for `usePreviewMode` ([#26303](https://togithub.com/nuxt/nuxt/pull/26303)) - Fix confusing wording ([#26301](https://togithub.com/nuxt/nuxt/pull/26301)) - Add note that `useId` must be used with single root element ([401370b3a](https://togithub.com/nuxt/nuxt/commit/401370b3a)) - Mention `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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.