Open renovate[bot] opened 7 months ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
^3.11.1
->^3.11.2
^3.11.1
->^3.11.2
^3.12.0
->^3.13.0
^3.11.1
->^3.11.2
Release Notes
nuxt/nuxt (@nuxt/kit)
### [`v3.11.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.11.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.11.1...v3.11.2) > 3.11.2 is the next regularly scheduled patch release. #### ✅ 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.1...v3.11.2) ##### 🔥 Performance - **nuxt:** Don't tree-shake `useServerHead` in dev ([#26421](https://togithub.com/nuxt/nuxt/pull/26421)) - **nuxt:** Reduce nuxt island payload ([#26569](https://togithub.com/nuxt/nuxt/pull/26569)) - **nuxt:** Unsubscribe from watch when scope is disposed ([#26554](https://togithub.com/nuxt/nuxt/pull/26554)) - **nuxt:** Reduce router resolutions ([#26519](https://togithub.com/nuxt/nuxt/pull/26519)) ##### 🩹 Fixes - **nuxt:** Handle underscores in island names ([#26370](https://togithub.com/nuxt/nuxt/pull/26370)) - **nuxt:** Don't append new route for redirect if one exists ([#26368](https://togithub.com/nuxt/nuxt/pull/26368)) - **nuxt:** Ignore `navigateTo` `open` option on server side ([#26392](https://togithub.com/nuxt/nuxt/pull/26392)) - **nuxt:** Print errors when compiling templates ([#26410](https://togithub.com/nuxt/nuxt/pull/26410)) - **nuxt:** Don't warn about `definePageMeta` in server pages ([#26422](https://togithub.com/nuxt/nuxt/pull/26422)) - **nuxt:** Pass `joinRelativeURL` + share paths on server ([#26407](https://togithub.com/nuxt/nuxt/pull/26407)) - **nuxt:** Exclude `nuxt/test-utils (@nuxt/test-utils)
### [`v3.13.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3130) [Compare Source](https://togithub.com/nuxt/test-utils/compare/v3.12.1...v3.13.0) [compare changes](https://togithub.com/nuxt/test-utils/compare/v3.12.1...v3.13.0) ##### 🚀 Enhancements - **e2e:** Improve types for `$fetch` ([b21d9a54](https://togithub.com/nuxt/test-utils/commit/b21d9a54)) - **deps:** Upgrade `execa` to v9 ([#843](https://togithub.com/nuxt/test-utils/pull/843)) ##### 🔥 Performance - **e2e:** Don't iterate when cleaning up if nothing registered ([#753](https://togithub.com/nuxt/test-utils/pull/753)) ##### 🩹 Fixes - **e2e:** Improve types for `fetch` and `mockLogger` ([eb40a6a6](https://togithub.com/nuxt/test-utils/commit/eb40a6a6)) - **e2e:** Force string response within `startServer` ([1b182505](https://togithub.com/nuxt/test-utils/commit/1b182505)) - **e2e:** Improve return types for `mockLogger` ([21aa7a2f](https://togithub.com/nuxt/test-utils/commit/21aa7a2f)) - **runtime:** Improve types for `renderSuspended` and `mountSuspended` ([1636cede](https://togithub.com/nuxt/test-utils/commit/1636cede)) - **e2e:** Revert changes for `$fetch` inference to unbreak build ([dd295d39](https://togithub.com/nuxt/test-utils/commit/dd295d39)) - **vitest:** Strongly type vitest environment options ([37582c71](https://togithub.com/nuxt/test-utils/commit/37582c71)) - **module:** Correctly filter vite plugins ([021824d0](https://togithub.com/nuxt/test-utils/commit/021824d0)) - **runtime:** Preserve `setupState` return ([ab7fd457](https://togithub.com/nuxt/test-utils/commit/ab7fd457)) - **playwright:** Bump dependency and remove polyfill ([#819](https://togithub.com/nuxt/test-utils/pull/819)) - **runtime:** Use `effectScope` in `renderSuspended` ([#820](https://togithub.com/nuxt/test-utils/pull/820)) - **e2e:** Type `$fetch` using globalThis instead ([b1269edb](https://togithub.com/nuxt/test-utils/commit/b1269edb)) - Set `buildId` to `nuxt-app` for compatibility with nuxt v3.12+ ([a00b2c1f](https://togithub.com/nuxt/test-utils/commit/a00b2c1f)) - **runtime-utils:** Use `tryUseNuxtApp` rather than `buildId` override ([726e0a2d](https://togithub.com/nuxt/test-utils/commit/726e0a2d)) ##### 🏡 Chore - Migrate to eslint v9 ([#814](https://togithub.com/nuxt/test-utils/pull/814)) - Reduce internal typing of `any` ([3e3bc306](https://togithub.com/nuxt/test-utils/commit/3e3bc306)) - Reenable `no-explicit-any` rule ([28385546](https://togithub.com/nuxt/test-utils/commit/28385546)) - Normalise internal package names ([3f58b110](https://togithub.com/nuxt/test-utils/commit/3f58b110)) - Update example command ([e271b63e](https://togithub.com/nuxt/test-utils/commit/e271b63e)) - Add name for `app-vitest-full` ([882c144e](https://togithub.com/nuxt/test-utils/commit/882c144e)) - Ignore `@nuxt/devtools` upgrades for now ([54f654d6](https://togithub.com/nuxt/test-utils/commit/54f654d6)) - Lint ([08ee3515](https://togithub.com/nuxt/test-utils/commit/08ee3515)) ##### ❤️ Contributors - Daniel Roe ([@danielroe](http://github.com/danielroe)) - Michael BrevardConfiguration
📅 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.