atinux / content-wind

A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, TailwindCSS and Iconify.
https://content-wind.nuxt.space
MIT License
810 stars 56 forks source link

chore(deps): update all non-major dependencies #89

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content (source) ^2.11.0 -> ^2.12.1 age adoption passing confidence
@nuxthq/studio (source) ^1.0.10 -> ^1.0.13 age adoption passing confidence
@nuxtjs/color-mode ^3.3.2 -> ^3.3.3 age adoption passing confidence
@nuxtjs/tailwindcss ^6.11.0 -> ^6.11.4 age adoption passing confidence
@tailwindcss/typography ^0.5.10 -> ^0.5.12 age adoption passing confidence
@types/node (source) ^20.11.5 -> ^20.12.2 age adoption passing confidence
eslint (source) ^8.56.0 -> ^8.57.0 age adoption passing confidence
nuxt (source) ^3.9.3 -> ^3.11.1 age adoption passing confidence
nuxt-icon ^0.6.8 -> ^0.6.10 age adoption passing confidence
release-it ^17.0.1 -> ^17.1.1 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.4.3 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content) ### [`v2.12.1`](https://togithub.com/nuxt/content/blob/HEAD/CHANGELOG.md#v2121) [Compare Source](https://togithub.com/nuxt/content/compare/v2.12.0...v2.12.1) [compare changes](https://togithub.com/nuxt/content/compare/v2.12.0...v2.12.1) ##### 🩹 Fixes - Missing import ([#​2560](https://togithub.com/nuxt/content/pull/2560)) - **types:** Use const type parameter for QueryBuilder only ([#​2546](https://togithub.com/nuxt/content/pull/2546)) - Split `getContent` to chunks in `getIndexedContentsList` ([#​2354](https://togithub.com/nuxt/content/pull/2354), [#​2549](https://togithub.com/nuxt/content/pull/2549)) - **types:** Add const type parameter for QueryBuilder.only() and .without() ([#​2573](https://togithub.com/nuxt/content/pull/2573)) ##### 📖 Documentation - Typo in showURL prop ([#​2537](https://togithub.com/nuxt/content/pull/2537)) - Add descriptions of all match operators ([#​2552](https://togithub.com/nuxt/content/pull/2552)) - Update `highlight.langs` defaults ([#​2559](https://togithub.com/nuxt/content/pull/2559)) ##### 🏡 Chore - Fix Nuxt extends in renovate.json ([#​2567](https://togithub.com/nuxt/content/pull/2567)) - Upgrade `@nuxtjs/mdc` ([8a176f93](https://togithub.com/nuxt/content/commit/8a176f93)) ##### ❤️ Contributors - Farnabaz ([@​farnabaz](http://github.com/farnabaz)) - Gangan ([@​shinGangan](http://github.com/shinGangan)) - Thunfisch987 ([@​thunfisch987](http://github.com/thunfisch987)) - Aldo ([@​comanche2](http://github.com/comanche2)) - Alex Liu ([@​Mini-ghost](http://github.com/Mini-ghost)) - Romain 'Maz' BILLOIR - Wolfgang Drescher - Mathieu NICOLAS ([@​mathieunicolas](http://github.com/mathieunicolas)) ### [`v2.12.0`](https://togithub.com/nuxt/content/blob/HEAD/CHANGELOG.md#v2120) [Compare Source](https://togithub.com/nuxt/content/compare/v2.11.0...v2.12.0) [compare changes](https://togithub.com/nuxt/content/compare/v2.11.0...v2.12.0) ##### 🚀 Enhancements - Adopt to mdc v0.4 ([#​2539](https://togithub.com/nuxt/content/pull/2539)) ##### 🔥 Performance - **content-list:** Cache contents list during generation and per-request ([#​2527](https://togithub.com/nuxt/content/pull/2527)) ##### 🩹 Fixes - **module:** Handle former props in ContentSlot transformer ([#​2525](https://togithub.com/nuxt/content/pull/2525)) - **client-db:** Fetch dir config on legacy query ([4b9b6b7a](https://togithub.com/nuxt/content/commit/4b9b6b7a)) - **navigation:** Ignore extensions on navigation sort ([#​2529](https://togithub.com/nuxt/content/pull/2529)) ##### 📖 Documentation - Add `highlight.langs` ([61f6cda9](https://togithub.com/nuxt/content/commit/61f6cda9)) ##### 🏡 Chore - **tw-support:** Get cssPath from array ([#​2501](https://togithub.com/nuxt/content/pull/2501)) - Missing imports in playground ([e7e082c3](https://togithub.com/nuxt/content/commit/e7e082c3)) - Upgrade `@nuxtjs/mdc` ([d3437082](https://togithub.com/nuxt/content/commit/d3437082)) ##### ❤️ Contributors - Farnabaz ([@​farnabaz](http://github.com/farnabaz)) - Anthony Fu - Inesh Bose
nuxtlabs/studio-module (@​nuxthq/studio) ### [`v1.0.13`](https://togithub.com/nuxtlabs/studio-module/releases/tag/v1.0.13) [Compare Source](https://togithub.com/nuxtlabs/studio-module/compare/v1.0.12...v1.0.13) - fix: get module version in module code instead ([`66fd6ee`](https://togithub.com/nuxtlabs/studio-module/commit/66fd6ee)) - chore: update deps ([`9ffdf5d`](https://togithub.com/nuxtlabs/studio-module/commit/9ffdf5d)) ### [`v1.0.12`](https://togithub.com/nuxtlabs/studio-module/releases/tag/v1.0.12) [Compare Source](https://togithub.com/nuxtlabs/studio-module/compare/v1.0.11...v1.0.12) - fix(messaging): staging new origin ([`df3ee34`](https://togithub.com/nuxtlabs/studio-module/commit/df3ee34)) ### [`v1.0.11`](https://togithub.com/nuxtlabs/studio-module/releases/tag/v1.0.11) [Compare Source](https://togithub.com/nuxtlabs/studio-module/compare/v1.0.10...v1.0.11) - chore(origins): add new urls ([`2b56887`](https://togithub.com/nuxtlabs/studio-module/commit/2b56887)) - feat(messaging): handle custom allowed origins ([#​165](https://togithub.com/nuxtlabs/studio-module/issues/165)) ([`7c0334c`](https://togithub.com/nuxtlabs/studio-module/commit/7c0334c)) - fix(meta): github repo detection in local ([#​164](https://togithub.com/nuxtlabs/studio-module/issues/164)) ([`dadb879`](https://togithub.com/nuxtlabs/studio-module/commit/dadb879)) - feat(preview): add `gitInfo` in `/__studio.json` and support staging API for preview mode ([#​163](https://togithub.com/nuxtlabs/studio-module/issues/163)) ([`9b02f48`](https://togithub.com/nuxtlabs/studio-module/commit/9b02f48)) - chore(deps): update all non-major dependencies ([#​159](https://togithub.com/nuxtlabs/studio-module/issues/159)) ([`77b8020`](https://togithub.com/nuxtlabs/studio-module/commit/77b8020))
nuxt-modules/color-mode (@​nuxtjs/color-mode) ### [`v3.3.3`](https://togithub.com/nuxt-modules/color-mode/blob/HEAD/CHANGELOG.md#333-2024-03-19) [Compare Source](https://togithub.com/nuxt-modules/color-mode/compare/v3.3.2...v3.3.3)
nuxt-modules/tailwindcss (@​nuxtjs/tailwindcss) ### [`v6.11.4`](https://togithub.com/nuxt-modules/tailwindcss/blob/HEAD/CHANGELOG.md#v6114) [Compare Source](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.11.3...v6.11.4) [compare changes](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.11.3...v6.11.4) ##### 🩹 Fixes - Null check for plugins ([8a3b46d](https://togithub.com/nuxt-modules/tailwindcss/commit/8a3b46d)) ##### 💅 Refactors - Move `colorette` to `consola/utils` ([#​805](https://togithub.com/nuxt-modules/tailwindcss/pull/805)) ##### 🏡 Chore - Assign postcss plugins in order ([46c2025](https://togithub.com/nuxt-modules/tailwindcss/commit/46c2025)) ##### ❤️ Contributors - Inesh Bose - Haruaki OTAKE ### [`v6.11.3`](https://togithub.com/nuxt-modules/tailwindcss/blob/HEAD/CHANGELOG.md#v6113) [Compare Source](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.11.2...v6.11.3) [compare changes](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.11.2...v6.11.3) ##### 🩹 Fixes - Add tw util for compatible versions and use unshift for module paths ([3f0d6e1](https://togithub.com/nuxt-modules/tailwindcss/commit/3f0d6e1)) - Command palette ([#​799](https://togithub.com/nuxt-modules/tailwindcss/pull/799)) ##### 📖 Documentation - Add export default to default config example ([#​796](https://togithub.com/nuxt-modules/tailwindcss/pull/796)) ##### ❤️ Contributors - Florent Delerue - Inesh Bose - Johannes Przymusinski ([@​cngJo](http://github.com/cngJo)) ### [`v6.11.2`](https://togithub.com/nuxt-modules/tailwindcss/blob/HEAD/CHANGELOG.md#v6112) [Compare Source](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.11.1...v6.11.2) [compare changes](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.11.1...v6.11.2) ##### 🩹 Fixes - **viewer:** Handle redirect and callback await, thank you danielroe :) ([734ef1c](https://togithub.com/nuxt-modules/tailwindcss/commit/734ef1c)) ##### 📖 Documentation - Fix paths for build ([5971b0a](https://togithub.com/nuxt-modules/tailwindcss/commit/5971b0a)) ##### ❤️ Contributors - Inesh Bose ### [`v6.11.1`](https://togithub.com/nuxt-modules/tailwindcss/blob/HEAD/CHANGELOG.md#v6111) [Compare Source](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.11.0...v6.11.1) [compare changes](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.11.0...v6.11.1) ##### 🩹 Fixes - **resolvers:** Respect configPath over layers ([c7fe392](https://togithub.com/nuxt-modules/tailwindcss/commit/c7fe392)) ##### ❤️ Contributors - Inesh Bose
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography) ### [`v0.5.12`](https://togithub.com/tailwindlabs/tailwindcss-typography/blob/HEAD/CHANGELOG.md#0512---2024-03-27) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss-typography/compare/v0.5.11...v0.5.12) ##### Added - Use logical properties for better RTL support ([#​323](https://togithub.com/tailwindlabs/tailwindcss-typography/pull/323)) ### [`v0.5.11`](https://togithub.com/tailwindlabs/tailwindcss-typography/blob/HEAD/CHANGELOG.md#0511---2024-03-26) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss-typography/compare/v0.5.10...v0.5.11) ##### Added - Add `prose-kbd` modifier ([#​340](https://togithub.com/tailwindlabs/tailwindcss-typography/pull/340)) ##### Fixed - Fix space between `
` and `
eslint/eslint (eslint) ### [`v8.57.0`](https://togithub.com/eslint/eslint/releases/tag/v8.57.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.56.0...v8.57.0) #### Features - [`1120b9b`](https://togithub.com/eslint/eslint/commit/1120b9b7b97f10f059d8b7ede19de2572f892366) feat: Add loadESLint() API method for v8 ([#​18098](https://togithub.com/eslint/eslint/issues/18098)) (Nicholas C. Zakas) - [`dca7d0f`](https://togithub.com/eslint/eslint/commit/dca7d0f1c262bc72310147bcefe1d04ecf60acbc) feat: Enable `eslint.config.mjs` and `eslint.config.cjs` ([#​18066](https://togithub.com/eslint/eslint/issues/18066)) (Nitin Kumar) #### Bug Fixes - [`2196d97`](https://togithub.com/eslint/eslint/commit/2196d97094ba94d6d750828879a29538d1600de5) fix: handle absolute file paths in `FlatRuleTester` ([#​18064](https://togithub.com/eslint/eslint/issues/18064)) (Nitin Kumar) - [`69dd1d1`](https://togithub.com/eslint/eslint/commit/69dd1d1387b7b53617548d1f9f2c149f179e6e17) fix: Ensure config keys are printed for config errors ([#​18067](https://togithub.com/eslint/eslint/issues/18067)) (Nitin Kumar) - [`9852a31`](https://togithub.com/eslint/eslint/commit/9852a31edcf054bd5d15753ef18e2ad3216b1b71) fix: deep merge behavior in flat config ([#​18065](https://togithub.com/eslint/eslint/issues/18065)) (Nitin Kumar) - [`4c7e9b0`](https://togithub.com/eslint/eslint/commit/4c7e9b0b539ba879ac1799e81f3b6add2eed4b2f) fix: allow circular references in config ([#​18056](https://togithub.com/eslint/eslint/issues/18056)) (Milos Djermanovic) #### Documentation - [`84922d0`](https://togithub.com/eslint/eslint/commit/84922d0bfa10689a34a447ab8e55975ff1c1c708) docs: Show prerelease version in dropdown ([#​18139](https://togithub.com/eslint/eslint/issues/18139)) (Nicholas C. Zakas) - [`5b8c363`](https://togithub.com/eslint/eslint/commit/5b8c3636a3d7536535a6878eca0e5b773e4829d4) docs: Switch to Ethical Ads ([#​18117](https://togithub.com/eslint/eslint/issues/18117)) (Milos Djermanovic) - [`77dbfd9`](https://togithub.com/eslint/eslint/commit/77dbfd9887b201a46fc68631cbde50c08e1a8dbf) docs: show NEXT in version selectors ([#​18052](https://togithub.com/eslint/eslint/issues/18052)) (Milos Djermanovic) #### Chores - [`1813aec`](https://togithub.com/eslint/eslint/commit/1813aecc4660582b0678cf32ba466eb9674266c4) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).57.0 ([#​18143](https://togithub.com/eslint/eslint/issues/18143)) (Milos Djermanovic) - [`5c356bb`](https://togithub.com/eslint/eslint/commit/5c356bb0c6f53c570224f8e9f02c4baca8fc6d2f) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`f4a1fe2`](https://togithub.com/eslint/eslint/commit/f4a1fe2e45aa1089fe775290bf530de82f34bf16) test: add more tests for ignoring files and directories ([#​18068](https://togithub.com/eslint/eslint/issues/18068)) (Nitin Kumar) - [`42c0aef`](https://togithub.com/eslint/eslint/commit/42c0aefaf6ea8b998b1c6db61906a79c046d301a) ci: Enable CI for `v8.x` branch ([#​18047](https://togithub.com/eslint/eslint/issues/18047)) (Milos Djermanovic)
nuxt/nuxt (nuxt) ### [`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)) ### [`v3.11.0`](https://togithub.com/nuxt/nuxt/releases/tag/v3.11.0) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.10.3...v3.11.0) #### 👀 Highlights This is possibly the last minor release before Nuxt v4, and so we've packed it full of features and improvements we hope will delight you! ✨ ##### 🪵 Better logging When developing a Nuxt application and using `console.log` in your application, you may have noticed that these logs are not displayed in your browser console when refreshing the page (during server-side rendering). This can be frustrating, as it makes it difficult to debug your application. This is now a thing of the past! Now, when you have server logs associated with a request, they will be bundled up and passed to the client and displayed in your browser console. [Asynchronous context](https://nodejs.org/docs/latest-v20.x/api/async_context.html) is used to track and associate these logs with the request that triggered them. ([#​25936](https://togithub.com/nuxt/nuxt/pull/25936)). For example, this code: ```vue [pages/index.vue] ``` will now log to your browser console when you refresh the page: ```bash Log from index page [ssr] Log inside useAsyncData at pages/index.vue ``` 👉 We also plan to support streaming of subsequent logs to the Nuxt DevTools in future. We've also added a `dev:ssr-logs` hook (both in Nuxt and Nitro) which is called on server and client, allowing you to handle them yourself if you want to. If you encounter any issues with this, it is possible to disable them - or prevent them from logging to your browser console. ```ts [nuxt.config.ts] export default defineNuxtConfig({ features: { devLogs: false // or 'silent' to allow you to handle yourself with `dev:ssr-logs` hook }, }) ``` ##### 🎨 Preview mode A new `usePreviewMode` composable aims to make it simple to use preview mode in your Nuxt app. ```ts [plugins/test.client.ts] const { enabled, state } = usePreviewMode() ``` When preview mode is enabled, all your data fetching composables, like `useAsyncData` and `useFetch` will rerun, meaning any cached data in the payload will be bypassed. [Read more in the docs](https://nuxt.com/docs/api/composables/use-preview-mode). ##### 💰 Cache-busting payloads We now automatically cache-bust your payloads if you haven't disabled Nuxt's app manifest, meaning you shouldn't be stuck with outdated data after a deployment. ##### 👮‍♂️ Middleware `routeRules` It's now possible to define middleware for page paths within the Vue app part of your application (that is, not your Nitro routes) ([#​25841](https://togithub.com/nuxt/nuxt/pull/25841)). ```ts [nuxt.config.ts] export default defineNuxtConfig({ routeRules: { '/admin/**': { // or appMiddleware: 'auth' appMiddleware: ['auth'] }, '/admin/login': { // You can 'turn off' middleware that would otherwise run for a page appMiddleware: { auth: false } }, }, }) ``` #### ⌫ New `clear` data fetching utility Now, `useAsyncData` and `useFetch` expose a `clear` utility. This is a function that can be used to set `data` to undefined, set `error` to `null`, set `pending` to `false`, set `status` to `idle`, and mark any currently pending requests as cancelled. ([#​26259](https://togithub.com/nuxt/nuxt/pull/26259)) ```vue ``` ##### 🕳️ New `#teleports` target Nuxt now includes a new `
` element in your app within your `` tag. It supports server-side teleports, meaning you can do this safely on the server: ```vue ``` ##### 🚦 Loading indicator and transition controls It's now possible to set custom timings for hiding the loading indicator, and forcing the `finish()` method if needed ([#​25932](https://togithub.com/nuxt/nuxt/pull/25932)). There's also a new `page:view-transition:start` hook for hooking into the View Transitions API ([#​26045](https://togithub.com/nuxt/nuxt/pull/26045)) if you have that feature enabled. ##### 🛍️ Server- and client-only pages This release sees server- and client-only pages land in Nuxt! You can now add a `.server.vue` or `.client.vue` suffix to a page to get automatic handling of it. **Client-only pages** will render entirely on the client-side, and skip server-rendering entirely, just as if the entire page was wrapped in ``. Use this responsibly. The flash of load on the client-side can be a bad user experience so make sure you really need to avoid server-side loading. Also consider using `` with a `fallback` slot to render a skeleton loader ([#​25037](https://togithub.com/nuxt/nuxt/pull/25037)). ⚗️ **Server-only pages** are even more useful because they enable you to integrate fully-server rendered HTML within client-side navigation. They will even be prefetched when links to them are in the viewport - so you will get instantaneous loading ([#​24954](https://togithub.com/nuxt/nuxt/pull/24954)). ##### 🤠 Server component bonanza When you are using server components, you can now use the `nuxt-client` attribute anywhere within your tree ([#​25479](https://togithub.com/nuxt/nuxt/pull/25479)). ```ts export default defineNuxtConfig({ experimental: { componentIslands: { selectiveClient: 'deep' } }, }) ``` You can listen to an `@error` event from server components that will be triggered if there is any issue loading the component ([#​25798](https://togithub.com/nuxt/nuxt/pull/25798)). Finally, server-only components are now smartly enabled when you have a server-only component or a server-only page within your project or any of its layers ([#​26223](https://togithub.com/nuxt/nuxt/pull/26223)). > \[!WARNING]\ > Server components remain experimental and their API may change, so be careful > before depending on implementation details. ##### 🔥 Performance improvements We've shipped a number of performance improvements, including only updating changed virtual templates ([#​26250](https://togithub.com/nuxt/nuxt/pull/26250)), using a 'layered' prerender cache ([#​26104](https://togithub.com/nuxt/nuxt/pull/26104)) that falls back to filesystem instead of keeping everything in memory when prerendering - and lots of other examples. ##### 📂 Public assets handling We have shipped a reimplementation of Vite's public asset handling, meaning that public assets in your `public/` directory or your layer directories are now resolved entirely by Nuxt ([#​26163](https://togithub.com/nuxt/nuxt/pull/26163)), so if you have added `nitro.publicAssets` directories with a custom prefix, these will now work. ##### 📦 Chunk naming We have changed the default `_nuxt/[name].[hash].js` file name pattern for your JS chunks. Now, we default to `_nuxt/[hash].js`. This is to avoid false positives by ad blockers triggering off your component or chunk names, which can be a very difficult issue to debug. ([#​26203](https://togithub.com/nuxt/nuxt/pull/26203)) You can easily configure this to revert to previous behaviour if you wish: ```ts export default defineNuxtConfig({ vite: { $client: { build: { rollupOptions: { output: { chunkFileNames: '_nuxt/[name].js', entryFileNames: '_nuxt/[name].js' } } } } }, }) ``` ##### 💪 Type fixes Previously users with `shamefully-hoist=false` may have encountered issues with types not being resolved or working correctly. You may also have encountered problems with excessive type instantiation. We now try to tell TypeScript about certain key types so they can be resolved even if deeply nested ([#​26158](https://togithub.com/nuxt/nuxt/pull/26158)). There are a whole raft of other type fixes, including some regarding import types ([#​26218](https://togithub.com/nuxt/nuxt/pull/26218) and [#​25965](https://togithub.com/nuxt/nuxt/pull/25965)) and module typings ([#​25548](https://togithub.com/nuxt/nuxt/pull/25548)). #### ✅ 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.10.3...v3.11.0) ##### 🚀 Enhancements - **nuxt:** Server-only pages ([#​24954](https://togithub.com/nuxt/nuxt/pull/24954)) - **nuxt:** Client-only pages ([#​25037](https://togithub.com/nuxt/nuxt/pull/25037)) - **nuxt:** Allow using `nuxt-client` in all components ([#​25479](https://togithub.com/nuxt/nuxt/pull/25479)) - **nuxt:** Add `page:view-transition:start` hook ([#​26045](https://togithub.com/nuxt/nuxt/pull/26045)) - **nuxt:** Custom loading reset/hide delay + force `finish()` ([#​25932](https://togithub.com/nuxt/nuxt/pull/25932)) - **nuxt:** Emit error if `` can't fetch island ([#​25798](https://togithub.com/nuxt/nuxt/pull/25798)) - **nuxt:** `usePreviewMode` composable ([#​21705](https://togithub.com/nuxt/nuxt/pull/21705)) - **nuxt:** Support async transforms for data composables ([#​26154](https://togithub.com/nuxt/nuxt/pull/26154)) - **nuxt:** Add dedicated `#teleports` element for ssr teleports ([#​25043](https://togithub.com/nuxt/nuxt/pull/25043)) - **nuxt:** Enable islands if server pages/components present ([#​26223](https://togithub.com/nuxt/nuxt/pull/26223)) - **nuxt:** Allow generating metadata for nuxt components ([#​26204](https://togithub.com/nuxt/nuxt/pull/26204)) - **vite:** Handle multiple/custom public dirs ([#​26163](https://togithub.com/nuxt/nuxt/pull/26163)) - **schema:** Allow configuring type hoists with `typescript.hoist` ([85166cced](https://togithub.com/nuxt/nuxt/commit/85166cced)) - **nuxt:** Pass nuxt instance to `getCachedData` ([#​26287](https://togithub.com/nuxt/nuxt/pull/26287)) - **nuxt:** Pass server logs to client ([#​25936](https://togithub.com/nuxt/nuxt/pull/25936)) - **nuxt:** Add `nuxtMiddleware` route rule ([#​25841](https://togithub.com/nuxt/nuxt/pull/25841)) - **nuxt:** Add `clear` utility to `useAsyncData`/`useFetch` ([#​26259](https://togithub.com/nuxt/nuxt/pull/26259)) ##### 🔥 Performance - Early return chained functions with falsy values ([#​25647](https://togithub.com/nuxt/nuxt/pull/25647)) - **nuxt:** Don't check `isPrerendered` in dev for server page ([#​26061](https://togithub.com/nuxt/nuxt/pull/26061)) - **nuxt:** Use fallthrough cache for prerender ([#​26104](https://togithub.com/nuxt/nuxt/pull/26104)) - **nuxt:** Tree shake island renderer ([8323220f7](https://togithub.com/nuxt/nuxt/commit/8323220f7)) - **nuxt:** Skip adding selective-client code if not enabled ([#​26176](https://togithub.com/nuxt/nuxt/pull/26176)) - **nuxt:** Use faster approach to check cache exists ([#​26172](https://togithub.com/nuxt/nuxt/pull/26172)) - **nuxt:** Only update changed templates ([#​26250](https://togithub.com/nuxt/nuxt/pull/26250)) ##### 🩹 Fixes - **kit:** Apply nuxt types to `.config/nuxt.config` ([5440ecece](https://togithub.com/nuxt/nuxt/commit/5440ecece)) - **kit:** Widen pattern to `.config/nuxt.*` ([7815aa534](https://togithub.com/nuxt/nuxt/commit/7815aa534)) - **nuxt:** Align `error` in `showError`/`createError` with h3 ([#​25945](https://togithub.com/nuxt/nuxt/pull/25945)) - **kit:** Don't warn if middleware is added twice ([08b656a04](https://togithub.com/nuxt/nuxt/commit/08b656a04)) - **nuxt:** Don't try to strip directory file extensions ([#​25965](https://togithub.com/nuxt/nuxt/pull/25965)) - **nuxt:** Produce valid css selector from `useId` ([#​25969](https://togithub.com/nuxt/nuxt/pull/25969)) - **schema:** Add `vueCompilerOptions` property to `tsConfig` ([#​25924](https://togithub.com/nuxt/nuxt/pull/25924)) - **nuxt:** Skip vue style blocks in unctx transform ([#​26059](https://togithub.com/nuxt/nuxt/pull/26059)) - **nuxt:** Pass event to `useRuntimeConfig` in Nuxt renderer ([#​26058](https://togithub.com/nuxt/nuxt/pull/26058)) - **schema:** Disable `typescript.shim` in favour of volar ([#​26052](https://togithub.com/nuxt/nuxt/pull/26052)) - **nuxt:** Only check if server page is prerendered on client ([#​26081](https://togithub.com/nuxt/nuxt/pull/26081)) - **nuxt:** Don't refetch server components in initial html ([#​26089](https://togithub.com/nuxt/nuxt/pull/26089)) - **nuxt:** Resolve `defu`/`h3` paths in type templates ([#​26085](https://togithub.com/nuxt/nuxt/pull/26085)) - **nuxt:** Use exported `toExports` from `unimport` ([#​26086](https://togithub.com/nuxt/nuxt/pull/26086)) - **nuxt:** Cache-bust payloads with build id ([#​26068](https://togithub.com/nuxt/nuxt/pull/26068)) - **nuxt:** Export `AsyncDataRequestStatus` type ([#​26023](https://togithub.com/nuxt/nuxt/pull/26023)) - **nuxt:** Add space before `` and `` attrs ([#​26027](https://togithub.com/nuxt/nuxt/pull/26027)) - **kit:** Resolve module `node_modules` for `modulesDir` ([#​25548](https://togithub.com/nuxt/nuxt/pull/25548)) - **nuxt:** Handle external redirects from `routeRules` ([#​26120](https://togithub.com/nuxt/nuxt/pull/26120)) - **nuxt:** Use flat cache directory for prerender data ([47cdd7dd0](https://togithub.com/nuxt/nuxt/commit/47cdd7dd0)) - **nuxt:** Watch custom `cookieRef` values deeply ([#​26151](https://togithub.com/nuxt/nuxt/pull/26151)) - **nuxt:** Access prerender cache synchronously ([#​26146](https://togithub.com/nuxt/nuxt/pull/26146)) - **nuxt:** Provide typescript aliases for core packages ([#​26158](https://togithub.com/nuxt/nuxt/pull/26158)) - **nuxt:** Handle errors resolving package paths ([63bfaac12](https://togithub.com/nuxt/nuxt/commit/63bfaac12)) - **kit:** Handle errors resolving module path ([3782ac0a2](https://togithub.com/nuxt/nuxt/commit/3782ac0a2)) - **nuxt:** Clone paths to prevent shared object ([264bf9833](https://togithub.com/nuxt/nuxt/commit/264bf9833)) - **nuxt:** Detect component usage within `ssrRender` ([#​26162](https://togithub.com/nuxt/nuxt/pull/26162)) - **nuxt:** Improved plugin annotating warnings ([#​26193](https://togithub.com/nuxt/nuxt/pull/26193)) - **nuxt:** Generate typed routes after pages are scanned ([#​26206](https://togithub.com/nuxt/nuxt/pull/26206)) - **nuxt:** Only strip supported extensions when generating import types ([#​26218](https://togithub.com/nuxt/nuxt/pull/26218)) - **nuxt:** Init payload when using islands with `ssr: false` ([f080c426a](https://togithub.com/nuxt/nuxt/commit/f080c426a)) - **nuxt:** Register/scan plugins with jsx/tsx extensions ([#​26230](https://togithub.com/nuxt/nuxt/pull/26230)) - **nuxt:** Update auto imports after other templates ([#​26249](https://togithub.com/nuxt/nuxt/pull/26249)) - **nuxt:** Respect `baseUrl` within server components ([#​25727](https://togithub.com/nuxt/nuxt/pull/25727)) - **nuxt:** Access shared asyncData state with `useNuxtData` ([#​22277](https://togithub.com/nuxt/nuxt/pull/22277)) - **vite:** Explicitly import `publicAssetsURL` ([9d08cdfd1](https://togithub.com/nuxt/nuxt/commit/9d08cdfd1)) - **nuxt:** Don't ignore any files from `buildAssetsDir` ([81933dfc3](https://togithub.com/nuxt/nuxt/commit/81933dfc3)) - **vite:** Drop name prefix for client chunk file names ([#​26203](https://togithub.com/nuxt/nuxt/pull/26203)) - **kit:** Clone middleware when adding to app ([5be9253cf](https://togithub.com/nuxt/nuxt/commit/5be9253cf)) - **nuxt:** Don't generate separate chunk for stubs ([#​26291](https://togithub.com/nuxt/nuxt/pull/26291)) - **nuxt:** Use `joinRelativeURL` for build assets ([#​26282](https://togithub.com/nuxt/nuxt/pull/26282)) - **schema:** Allow passing `deep` to `selectiveClient` ([357f8db41](https://togithub.com/nuxt/nuxt/commit/357f8db41)) - **schema:** Don't hoist types for `consola` for now ([adbd53a25](https://togithub.com/nuxt/nuxt/commit/adbd53a25)) - **nuxt:** Guard `window` access more carefully ([977377777](https://togithub.com/nuxt/nuxt/commit/977377777)) - **nuxt:** Provide appMiddleware types with universal router ([87c0678f9](https://togithub.com/nuxt/nuxt/commit/87c0678f9)) - **nuxt:** Handle nightly releases for hoisted types ([3c7e68c84](https://togithub.com/nuxt/nuxt/commit/3c7e68c84)) ##### 💅 Refactors - **nuxt:** Simplify `request` computation ([#​26191](https://togithub.com/nuxt/nuxt/pull/26191)) - **nuxt:** Rename `nuxtMiddleware` to `appMiddleware` ([cac745470](https://togithub.com/nuxt/nuxt/commit/cac745470)) - **nuxt:** Use addTypeTemplate for page augmentations ([4925670dc](https://togithub.com/nuxt/nuxt/commit/4925670dc)) - **nuxt:** Use addTypeTemplate in more places ([33ce71dd1](https://togithub.com/nuxt/nuxt/commit/33ce71dd1)) ##### 📖 Documentation - Mention when `useId` composable was introduced ([#​25953](https://togithub.com/nuxt/nuxt/pull/25953)) - Add `domEnvironment` option to testing example ([#​25972](https://togithub.com/nuxt/nuxt/pull/25972)) - Update VS Code settings ([#​25985](https://togithub.com/nuxt/nuxt/pull/25985)) - Mention island features are SFC only ([#​26013](https://togithub.com/nuxt/nuxt/pull/26013)) - Improve pick and transform doc ([#​26043](https://togithub.com/nuxt/nuxt/pull/26043)) - Fix 404 link ([8e6d2306c](https://togithub.com/nuxt/nuxt/commit/8e6d2306c)) - Add Nuxt Fonts to changelog ([#​26077](https://togithub.com/nuxt/nuxt/pull/26077)) - Update roadmap ([#​26072](https://togithub.com/nuxt/nuxt/pull/26072)) - Document `fallback` prop for `` ([#​26091](https://togithub.com/nuxt/nuxt/pull/26091)) - Add documentation for using layers with private repos ([#​26094](https://togithub.com/nuxt/nuxt/pull/26094)) - Remove twoslash from code sample ([0bf70bd7a](https://togithub.com/nuxt/nuxt/commit/0bf70bd7a)) - Update cssnano website url ([d6edb30c5](https://togithub.com/nuxt/nuxt/commit/d6edb30c5)) - Add warning about latest `vue-tsc` ([#​26083](https://togithub.com/nuxt/nuxt/pull/26083)) - Improve readme readability ([#​26118](https://togithub.com/nuxt/nuxt/pull/26118)) - Added bridge `macros.pageMeta` and `typescript.esbuild` option ([#​26136](https://togithub.com/nuxt/nuxt/pull/26136)) - Fix bracket escape on `definePageMeta` page ([#​26139](https://togithub.com/nuxt/nuxt/pull/26139)) - Add `app:manifest:update` hook ([#​26192](https://togithub.com/nuxt/nuxt/pull/26192)) - Add cache.varies docs for multi-tenant use case ([#​26197](https://togithub.com/nuxt/nuxt/pull/26197)) - Add mentions on Vue School tutorials ([#​25997](https://togithub.com/nuxt/nuxt/pull/25997)) - Update link to `zhead` ([e889a7df5](https://togithub.com/nuxt/nuxt/commit/e889a7df5)) - Added modular architecture use case for Layers ([#​26240](https://togithub.com/nuxt/nuxt/pull/26240)) - Escape 'elements' in jsdoc comments ([5c6dc4c14](https://togithub.com/nuxt/nuxt/commit/5c6dc4c14)) - Use a more common word ([#​26276](https://togithub.com/nuxt/nuxt/pull/26276)) - Split a sentence in two to improve readability ([#​26279](https://togithub.com/nuxt/nuxt/pull/26279)) - Removed unused composable example ([#​26283](https://togithub.com/nuxt/nuxt/pull/26283)) - Add more keywords for reducer/reviver docs ([6b1f3438b](https://togithub.com/nuxt/nuxt/commit/6b1f3438b)) - Link to pinceau repo rather than website ([#​26286](https://togithub.com/nuxt/nuxt/pull/26286)) - Add link to ofetch repo ([#​26284](https://togithub.com/nuxt/nuxt/pull/26284)) - Improve section titles in error-handling docs ([#​26288](https://togithub.com/nuxt/nuxt/pull/26288)) - Add example for `clear` ([24217a992](https://togithub.com/nuxt/nuxt/commit/24217a992)) - Add docs about playwright runner support ([115298a44](https://togithub.com/nuxt/nuxt/commit/115298a44)) - Add some `appMiddleware` docs ([da8e8eba8](https://togithub.com/nuxt/nuxt/commit/da8e8eba8)) ##### 🏡 Chore - Use consistent quotes/semi ([5e5e96992](https://togithub.com/nuxt/nuxt/commit/5e5e96992)) - Add tea.yml (experimental) ([36e77c885](https://togithub.com/nuxt/nuxt/commit/36e77c885)) - Remove second twoslash prop too 🤔 ([1b2c55765](https://togithub.com/nuxt/nuxt/commit/1b2c55765)) - Update .npmrc ([#​26135](https://togithub.com/nuxt/nuxt/pull/26135)) - Add back stylistic rules and lint project ([7252b56d5](https://togithub.com/nuxt/nuxt/commit/7252b56d5)) - Remove trailing slash in issue template ([#​26268](https://togithub.com/nuxt/nuxt/pull/26268)) - Bump ip and follow-redirects ([1dc51668a](https://togithub.com/nuxt/nuxt/commit/1dc51668a)) - Remove old code ([79ea75e72](https://togithub.com/nuxt/nuxt/commit/79ea75e72)) - Temporarily remove codspeed plugin ([beeda8acf](https://togithub.com/nuxt/nuxt/commit/beeda8acf)) - Tidy dependencies ([0fc363a4f](https://togithub.com/nuxt/nuxt/commit/0fc363a4f)) - Update knip schema ([d6ce3453c](https://togithub.com/nuxt/nuxt/commit/d6ce3453c)) - Do not export unused type ([c6aa61783](https://togithub.com/nuxt/nuxt/commit/c6aa61783)) - **nuxt:** Ensure type template has const filename ([1cae15a3a](https://togithub.com/nuxt/nuxt/commit/1cae15a3a)) ##### ✅ Tests - Use retryable assertion for `scrollY` ([#​26298](https://togithub.com/nuxt/nuxt/pull/26298)) - Also run composables test with appManifest off ([205d0e2fa](https://togithub.com/nuxt/nuxt/commit/205d0e2fa)) - Remove wait for `networkidle` ([9b5bffbbb](https://togithub.com/nuxt/nuxt/commit/9b5bffbbb)) - Use locator assertion for body text ([3d77e267d](https://togithub.com/nuxt/nuxt/commit/3d77e267d)) - Use function assertion for second scrollY test ([d981c056d](https://togithub.com/nuxt/nuxt/commit/d981c056d)) - Add type test for appMiddleware route rules ([70669012f](https://togithub.com/nuxt/nuxt/commit/70669012f)) ##### 🤖 CI - Clean up pr cache when it is merged ([#​25873](https://togithub.com/nuxt/nuxt/pull/25873)) - Skip checking stackoverflow link ([0a8c3444a](https://togithub.com/nuxt/nuxt/commit/0a8c3444a)) - Fix lychee configuration ([375bd64c5](https://togithub.com/nuxt/nuxt/commit/375bd64c5)) - Run lint step after bundle test ([c3c9c4b2a](https://togithub.com/nuxt/nuxt/commit/c3c9c4b2a)) - Release in ci when a v3 tag is pushed ([c78c1161a](https://togithub.com/nuxt/nuxt/commit/c78c1161a)) - Do not cache Playwright browsers ([#​26296](https://togithub.com/nuxt/nuxt/pull/26296)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Horu ([@​HigherOrderLogic](https://togithub.com/HigherOrderLogic)) - Max Schmitt ([@​mxschmitt](https://togithub.com/mxschmitt)) - Tanvir Rahman ([@​Tanvir-rahman](https://togithub.com/Tanvir-rahman)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Maik Kowol ([@​94726](https://togithub.com/94726)) - Marc Cremer ([@​marccremer](https://togithub.com/marccremer)) - OrbisK ([@​OrbisK](https://togithub.com/OrbisK)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Martins ([@​martinszeltins](https://togithub.com/martinszeltins)) - Anthony Aslangul ([@​toyi](https://togithub.com/toyi)) - Mehmet ([@​productdevbook](https://togithub.com/productdevbook)) - Mostafa Said ([@​MooseSaeed](https://togithub.com/MooseSaeed)) - Alex Liu ([@​Mini-ghost](https://togithub.com/Mini-ghost)) - Adam DeHaven ([@​adamdehaven](https://togithub.com/adamdehaven)) - Harlan Wilton ([@​harlan-zw](https://togithub.com/harlan-zw)) - Alexander Lichter ([@​manniL](https://togithub.com/manniL)) - k-karen ([@​k-karen](https://togithub.com/k-karen)) - Ryota Watanabe ([@​wattanx](https://togithub.com/wattanx)) - Antoine Zanardi ([@​antoinezanardi](https://togithub.com/antoinezanardi)) - Sultanov Mirjamol ([@​cljamal](https://togithub.com/cljamal)) - Bogdan Kostyuk ([@​logotip4ik](https://togithub.com/logotip4ik)) - Divine ([@​divine](https://togithub.com/divine)) - Horváth Bálint ([@​horvbalint](https://togithub.com/horvbalint)) - i-udas ([@​i-udas](https://togithub.com/i-udas)) - təəna.vuə ([@​franklin-tina](https://togithub.com/franklin-tina)) - Andre van Tonder ([@​drevantonder](https://togithub.com/drevantonder)) - Maxime Pauvert ([@​maximepvrt](https://togithub.com/maximepvrt)) - Oumar Barry ([@​oumarbarry](https://togithub.com/oumarbarry)) - Sébastien Chopin ([@​Atinux](https://togithub.com/Atinux)) - Francesco Scutellaro ([@​noppytinto](https://togithub.com/noppytinto)) - gangan ([@​shinGangan](https://togithub.com/shinGangan)) - Andrea Basile ([@​Evobaso-J](https://togithub.com/Evobaso-J)) - Till Sanders ([@​tillsanders](https://togithub.com/tillsanders)) - Michael Brevard ([@​GalacticHypernova](https://togithub.com/GalacticHypernova)) - Victor Ribeiro ([@​ojvribeiro](https://togithub.com/ojvribeiro)) ### [`v3.10.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.10.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.10.2...v3.10.3) > 3.10.3 is a 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 vue and unjs ecosystems. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.10.2...v3.10.3) ##### 🩹 Fixes - **nuxt:** Respect `dedupe` option in `useFetch` ([#​25815](https://togithub.com/nuxt/nuxt/pull/25815)) - **nuxt:** Bypass browser cache when fetching app build id ([#​25813](https://togithub.com/nuxt/nuxt/pull/25813)) - **nuxt:** In dev, don't link `css` files with `?inline` query ([#​25822](https://togithub.com/nuxt/nuxt/pull/25822)) - **nuxt:** Pass `external` to `navigate` in custom `` ([#​25887](https://togithub.com/nuxt/nuxt/pull/25887)) - **nuxt:** Mark internal island components with `@__PURE__` ([#​25842](https://togithub.com/nuxt/nuxt/pull/25842)) - **nuxt:** Use `setTimeout` before scrolling when navigating ([#​25817](https://togithub.com/nuxt/nuxt/pull/25817)) - **nuxt:** Add missing type for `head` in `defineNuxtComponent` ([#​25410](https://togithub.com/nuxt/nuxt/pull/25410)) - **nuxt:** Handle `undefined` paths in `resolveTrailingSlashBehavior` ([ba6a4132b](https://togithub.com/nuxt/nuxt/commit/ba6a4132b)) - **nuxt:** Set `to.name` to be undefined rather than deleting entirely ([4ca1ab7cf](https://togithub.com/nuxt/nuxt/commit/4ca1ab7cf)) ##### 📖 Documentation - Enable more blocks for twoslash ([#​25830](https://togithub.com/nuxt/nuxt/pull/25830)) - Remove `.ts` extension when adding compiled files ([#​25855](https://togithub.com/nuxt/nuxt/pull/25855)) - Replace `callout` to new components ([#​25897](https://togithub.com/nuxt/nuxt/pull/25897)) - Fix incorrect wording ([#​25902](https://togithub.com/nuxt/nuxt/pull/25902)) ##### 🏡 Chore - Use `nuxt.config` to enable pages for docs typecheck ([72a2e23cc](https://togithub.com/nuxt/nuxt/commit/72a2e23cc)) - Restore environment back to development ([3f92cf04d](https://togithub.com/nuxt/nuxt/commit/3f92cf04d)) - Unpin vite version 🙈 ([d326e054d](https://togithub.com/nuxt/nuxt/commit/d326e054d)) - **nuxt:** Use Exclude rather than Omit ([3fc4231d3](https://togithub.com/nuxt/nuxt/commit/3fc4231d3)) ##### 🤖 CI - Typecheck code samples in docs ([#​25777](https://togithub.com/nuxt/nuxt/pull/25777)) - Update link to stackblitz mcve page ([59dd5fd93](https://togithub.com/nuxt/nuxt/commit/59dd5fd93)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Mateusz Kulpa ([@​mateuszkulpa](https://togithub.com/mateuszkulpa)) - Jonathan Walters ([@​Chalks](https://togithub.com/Chalks)) - Josh Layton ([@​jl8n](https://togithub.com/jl8n)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Florent Delerue ([@​Flosciante](https://togithub.com/Flosciante)) - Alexander Lichter ([@​manniL](https://togithub.com/manniL)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - OnlyWick ([@​OnlyWick](https://togithub.com/OnlyWick)) - Michał Zarach ([@​michalzaq12](https://togithub.com/michalzaq12)) - Miha Sedej ([@​tresko](https://togithub.com/tresko)) ### [`v3.10.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.10.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.10.1...v3.10.2) > 3.10.2 is a 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 vue and unjs ecosystems. ##### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.10.1...v3.10.2) ##### 🩹 Fixes - **nuxt:** Export `refreshCookie` ([#​25635](https://togithub.com/nuxt/nuxt/pull/25635)) - **nuxt:** Allow prefetching urls with query string ([#​25658](https://togithub.com/nuxt/nuxt/pull/25658)) - **nuxt:** Remove undefined keys in route object ([#​25667](https://togithub.com/nuxt/nuxt/pull/25667)) - **vite:** Treat `.pcss` extension as a CSS extension ([#​25673](https://togithub.com/nuxt/nuxt/pull/25673)) - **nuxt:** Don't check for layout/page with `` ([#​25714](https://togithub.com/nuxt/nuxt/pull/25714)) - **vite:** Strip query strings for style chunk filenames ([#​25764](https://togithub.com/nuxt/nuxt/pull/25764)) - **nuxt:** Inline entry styles before component styles ([#​25749](https://togithub.com/nuxt/nuxt/pull/25749)) - **vite:** Optimise layer dependencies with vite ([#​25752](https://togithub.com/nuxt/nuxt/pull/25752)) - **nuxt:** Don't add extra `baseURL` on server `useRequestURL` ([#​25765](https://togithub.com/nuxt/nuxt/pull/25765)) - **schema:** Use `rootDir`, not `process.cwd`, for `modulesDir` ([#​25766](https://togithub.com/nuxt/nuxt/pull/25766)) - **nuxt:** Only warn for `useId` if attrs were not rendered ([#​25770](https://togithub.com/nuxt/nuxt/pull/25770)) - **kit:** Don't mutate existing component entry when overriding ([#​25786](https://togithub.com/nuxt/nuxt/pull/25786)) ##### 📖 Documentation - Fix typo in `useAsyncData` docs ([#​25644](https://togithub.com/nuxt/nuxt/pull/25644)) - Add quotes to clarify what site title is in example ([#​25669](https://togithub.com/nuxt/nuxt/pull/25669)) - Enable twoslash for some code snippets ([#​25679](https://togithub.com/nuxt/nuxt/pull/25679)) - Add prepend option docs for `addComponentsDir` ([#​25683](https://togithub.com/nuxt/nuxt/pull/25683)) - Extend auto-scanned layer directories ([#​25720](https://togithub.com/nuxt/nuxt/pull/25720)) - Improve wording in seo docs ([#​25692](https://togithub.com/nuxt/nuxt/pull/25692)) - Add how to debug nuxt with node inspector ([#​25731](https://togithub.com/nuxt/nuxt/pull/25731)) - Githubissues.
  • Githubissues is a development platform for aggregating issues.