gurvancampion / turborepo-nuxt-boilerplate

Nuxt.js 3 x Histoire x Vitest x VitePress x Turbo (pnpm)
MIT License
99 stars 13 forks source link

chore(deps): update devdependency nuxt to v3.5.1 (main) #336

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nuxt 3.1.1 -> 3.5.1 age adoption passing confidence

Release Notes

nuxt/nuxt ### [`v3.5.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.5.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.5.0...v3.5.1) > 3.5.1 is a patch release, with bug fixes and performance improvements. #### βœ… 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.5.0...v3.5.1) ##### πŸ”₯ Performance - **nuxt:** Use granular watcher to avoid crawling ignored dirs ([#​20836](https://togithub.com/nuxt/nuxt/pull/20836)) ##### 🩹 Fixes - **webpack:** Analyze report path ([#​20878](https://togithub.com/nuxt/nuxt/pull/20878)) - **nuxt:** Allow island renders without `/` route ([#​20894](https://togithub.com/nuxt/nuxt/pull/20894)) - **nuxt:** Infer `useFetch` method when generic is passed ([#​20797](https://togithub.com/nuxt/nuxt/pull/20797)) - **nuxt:** Prioritise vue app context when available ([#​20910](https://togithub.com/nuxt/nuxt/pull/20910)) - **nuxt:** Don't `refresh` when hydrating when data is present ([#​20916](https://togithub.com/nuxt/nuxt/pull/20916)) - **nuxt:** Resolve layer assets in relation to layer directory ([#​20932](https://togithub.com/nuxt/nuxt/pull/20932)) - **nuxt:** Don't match partial component names with prefix ([#​20939](https://togithub.com/nuxt/nuxt/pull/20939)) - **kit:** Resolve relative module paths when installing ([#​20896](https://togithub.com/nuxt/nuxt/pull/20896)) - **nuxt:** Exclude plugin declaration from non-existent files ([#​20974](https://togithub.com/nuxt/nuxt/pull/20974)) - **nuxt:** Use `default` type for initial value for composables ([#​20968](https://togithub.com/nuxt/nuxt/pull/20968)) - **nuxt:** Skip middleware for islands components ([#​20924](https://togithub.com/nuxt/nuxt/pull/20924)) - **nuxt:** Use `resolvePath` to handle edge cases for modules ([#​20975](https://togithub.com/nuxt/nuxt/pull/20975)) ##### πŸ“– Documentation - Fix defaults in custom fetch example ([#​20898](https://togithub.com/nuxt/nuxt/pull/20898)) - Fix typo ([#​20907](https://togithub.com/nuxt/nuxt/pull/20907)) - Add `pnpm test` command to run whole test suite ([4907660ff](https://togithub.com/nuxt/nuxt/commit/4907660ff)) - Remove warning around `experimental.renderJsonPayloads` ([891ba880e](https://togithub.com/nuxt/nuxt/commit/891ba880e)) - Add example of 'alphabetical' plugin numbering ([#​20930](https://togithub.com/nuxt/nuxt/pull/20930)) - **rendering:** Improve rendering modes section ([244c68108](https://togithub.com/nuxt/nuxt/commit/244c68108)) - **rendering:** Lint fix ([ef8b5b593](https://togithub.com/nuxt/nuxt/commit/ef8b5b593)) - Sync `useAsyncData` and `useFetch` types ([#​20935](https://togithub.com/nuxt/nuxt/pull/20935)) - Update static to isr ([#​20964](https://togithub.com/nuxt/nuxt/pull/20964)) - Add advanced usage example of `useState` ([#​20249](https://togithub.com/nuxt/nuxt/pull/20249)) - Add link to layers from `pages/` docs ([#​20976](https://togithub.com/nuxt/nuxt/pull/20976)) ##### 🏑 Chore - Rename script test for fixtures:payload ([#​20908](https://togithub.com/nuxt/nuxt/pull/20908)) - Pass ref to checkout ([58ed8ec34](https://togithub.com/nuxt/nuxt/commit/58ed8ec34)) - Remove outdated todo comment ([b2a769a86](https://togithub.com/nuxt/nuxt/commit/b2a769a86)) ##### πŸ€– CI - Try different ref format ([2b10dd7b7](https://togithub.com/nuxt/nuxt/commit/2b10dd7b7)) ##### ❀️ Contributors - Paul Grau ([@​graup](https://togithub.com/graup)) - Luciano Tonet ([@​lucianotonet](https://togithub.com/lucianotonet)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Haruaki OTAKE ([@​aaharu](https://togithub.com/aaharu)) - Nate Emerson ([@​nateemerson](https://togithub.com/nateemerson)) - Jongmin Yoon ([@​jongmin4943](https://togithub.com/jongmin4943)) - SΓ©bastien Chopin ([@​Atinux](https://togithub.com/Atinux)) - Aziz Ramdan Kurniawan ([@​azizramdan](https://togithub.com/azizramdan)) - [@​Gypsophyllite](https://togithub.com/Gypsophyllite) - Wilson Pinto ([@​wilsonpinto](https://togithub.com/wilsonpinto)) - Lemon ([@​ww-lemon](https://togithub.com/ww-lemon)) - Vasily Kuzin ([@​ExEr7um](https://togithub.com/ExEr7um)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) ### [`v3.5.0`](https://togithub.com/nuxt/nuxt/releases/tag/v3.5.0) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.4.3...v3.5.0) > 3.5.0 is a minor (feature) release with lots of new features to play with. #### πŸ‘€ Highlights ##### ⚑️ Vue 3.3 released! Vue 3.3 has been released, with lots of exciting features, particularly around type support. This also brings a significant improvement to data fetching when navigating between nested pages ([https://github.com/nuxt/nuxt/pull/20777](https://togithub.com/nuxt/nuxt/pull/20777)), thanks to [@​antfu](https://togithub.com/antfu) and [@​baiwusanyu-c](https://togithub.com/baiwusanyu-c). - new `defineOptions` macro - 'generic' components - typed slots and using external types in defineProps - ... and more Read **[the full release announcement](https://blog.vuejs.org/posts/vue-3-3)** for more details. ##### πŸ™Œ Nitropack v2.4 We've been working on lots of improvements to Nitro and these have landed already in Nitro v2.4 - you may already have this upgrade, which contains a lot of bug fixes, updates to the module worker format for Cloudflare, Vercel KV support and more. One note: if you're deploying to Vercel or Netlify and want to benefit from incremental static regeneration, you should now update your route rules: ```diff routeRules: { -- '/blog/**': { swr: 3000 }, ++ '/blog/**': { isr: 3000 }, } ``` Read **[the full release notes](https://togithub.com/unjs/nitro/releases/tag/v2.4.0)**. ##### πŸ’– New defaults **Rich JSON payload serialisation** is now enabled by default ([https://github.com/nuxt/nuxt/pull/19205](https://togithub.com/nuxt/nuxt/pull/19205), [https://github.com/nuxt/nuxt/pull/20770](https://togithub.com/nuxt/nuxt/pull/20770)). This is both faster and allows serialising complex objects in the payload passed from the Nuxt server to client (and also when extracting payload data for prerendered sites). This now means that **various rich JS types are supported out-of-the-box**: regular expressions, dates, Map and Set and BigInt as well as NuxtError - and Vue-specific objects like `ref`, `reactive`, `shallowRef` and `shallowReactive`. You can find [an example](https://togithub.com/nuxt/nuxt/blob/main/test/fixtures/basic/pages/json-payload.vue) in our test suite. This is all possible due to [Rich-Harris/devalue#​58](https://togithub.com/Rich-Harris/devalue/pull/58). For a long time, Nuxt has been using our own fork of devalue owing to issues serialising Errors and other non-POJO objects, but we now have transitioned back to the original. You can even register your own custom types with a new object-syntax Nuxt plugin: ```ts [plugins/custom-payload-type.ts] export default definePayloadPlugin(() => { definePayloadReducer('BlinkingText', data => data === '' && '_') definePayloadReviver('BlinkingText', () => '') }) ``` You can read more about how this works [here](https://togithub.com/rich-harris/devalue#custom-types). ##### πŸ› Interactive server components This feature should be considered highly experimental, but thanks to some great work from [@​huang-julien](https://togithub.com/huang-julien) we now support interactive content within server components via *slots* ([https://github.com/nuxt/nuxt/pull/20284](https://togithub.com/nuxt/nuxt/pull/20284)). You can follow the server component roadmap at [https://github.com/nuxt/nuxt/issues/19772](https://togithub.com/nuxt/nuxt/issues/19772). ##### ⏰ Environment config You can now configure fully typed, per-environment overrides in your `nuxt.config`: ```js export default defineNuxtConfig({ $production: { routeRules: { '/**': { isr: true } } }, $development: { // } }) ``` If you're authoring layers, you can also use the `$meta` key to provide metadata that you or the consumers of your layer might use. Read more: [https://github.com/nuxt/nuxt/pull/20329](https://togithub.com/nuxt/nuxt/pull/20329). ##### πŸ’ͺ Fully typed pages You can benefit from fully typed routing within your Nuxt app via this experimental integration with https://github.com/posva/unplugin-vue-router - thanks to some great work from [@​posva](https://togithub.com/posva)! Out of the box, this will enable typed usage of `navigateTo`, ``, `router.push()` and more. You can even get typed params within a page by using `const route = useRoute('route-name')`. ```ts export default defineNuxtConfig({ experimental: { typedPages: true } }) ``` ##### πŸ”Ž 'Bundler' module resolution We now have full support within Nuxt for the `bundler` strategy of [module resolution](https://www.typescriptlang.org/docs/handbook/module-resolution.html). We would recommend adopting this if possible. It has type support for subpath exports, for example, but more exactly matches the behaviour of build tools like Vite and Nuxt than `Node16` resolution. ```ts export default defineNuxtConfig({ typescript: { tsConfig: { compilerOptions: { moduleResolution: 'bundler' } } } }) ``` This turns on TypeScript's ability to 'follow' Node subpath exports. For example, if a library has a subpath export like `mylib/path` that is mapped to `mylib/dist/path.mjs` then the types for this can be pulled in from `mylib/dist/path.d.ts` rather than requiring the library author to create `mylib/path.d.ts`. ##### βš—οΈ Separate server types We plan to improve clarity within your IDE between the 'nitro' and 'vue' part of your app, and we've shipped the first part of this via a separate generated `tsconfig.json` for your `~/server` directory ([https://github.com/nuxt/nuxt/pull/20559](https://togithub.com/nuxt/nuxt/pull/20559)). You can use by adding an additional `~/server/tsconfig.json` with the following content: ```json { "extends": "../.nuxt/tsconfig.server.json" } ``` Although right now these values won't be respected when type checking, you should get better type hints in your IDE. ##### πŸ’€ Deprecations Although we have not typed or documented the `build.extend` hook from Nuxt 2, we have been calling it within the webpack builder. We are now explicitly deprecating this and will remove it in a future minor version. #### βœ… 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.4.3...v3.5.0) ##### πŸš€ Enhancements - **kit:** Add `prepend` option to `addImportsDir` ([#​20307](https://togithub.com/nuxt/nuxt/pull/20307)) - **nuxt:** Add scoped helper for clearing error within boundary ([#​20508](https://togithub.com/nuxt/nuxt/pull/20508)) - **nuxt:** Auto import 'watchPostEffect' and 'watchSyncEffect' from vue ([#​20279](https://togithub.com/nuxt/nuxt/pull/20279)) - **vite:** Introduce `vite:configResolved` hook ([#​20411](https://togithub.com/nuxt/nuxt/pull/20411)) - **webpack:** Introduce `webpack:configResolved` hook ([#​20412](https://togithub.com/nuxt/nuxt/pull/20412)) - **kit:** Allow vite and webpack plugins to be prepended ([#​20403](https://togithub.com/nuxt/nuxt/pull/20403)) - **nuxt:** Add layer meta and env overrides to config types ([#​20329](https://togithub.com/nuxt/nuxt/pull/20329)) - **test-utils:** Add option to configure test server port ([#​20443](https://togithub.com/nuxt/nuxt/pull/20443)) - **nuxt:** Allow access to components within app ([#​20604](https://togithub.com/nuxt/nuxt/pull/20604)) - **kit:** Support passing getter to `addVitePlugin` and `addWebpackPlugin` ([#​20525](https://togithub.com/nuxt/nuxt/pull/20525)) - **cli:** Allow greater control of `nuxi analyze` from cli ([#​20387](https://togithub.com/nuxt/nuxt/pull/20387)) - **nuxt:** Add `nuxtApp.runWithContext` ([#​20608](https://togithub.com/nuxt/nuxt/pull/20608)) - **deps:** Upgrade to nitropack v2.4 ([#​20688](https://togithub.com/nuxt/nuxt/pull/20688)) - **nuxt:** Add experimental `typedPages` option ([#​20367](https://togithub.com/nuxt/nuxt/pull/20367)) - **nuxt:** Add apps to nuxt build-time instance ([#​20637](https://togithub.com/nuxt/nuxt/pull/20637)) - **cli:** Allow passing overrides to other nuxi commands ([#​20760](https://togithub.com/nuxt/nuxt/pull/20760)) - **schema:** Enable rich json payloads by default ([#​20770](https://togithub.com/nuxt/nuxt/pull/20770)) - **deps:** Update vue to v3.3 ([#​20478](https://togithub.com/nuxt/nuxt/pull/20478)) - **nuxt:** Use `runWithContext` within `callWithNuxt` ([#​20775](https://togithub.com/nuxt/nuxt/pull/20775)) - **nuxt:** Add `useRequestURL` helper ([#​20765](https://togithub.com/nuxt/nuxt/pull/20765)) - **nuxt:** Allow fallback production content in `` ([#​20817](https://togithub.com/nuxt/nuxt/pull/20817)) - **kit:** `addBuildPlugin` for builder-agnostic implementation ([#​20587](https://togithub.com/nuxt/nuxt/pull/20587)) - **nuxt:** Allow keeping fallback for `NuxtClientFallback` ([#​20336](https://togithub.com/nuxt/nuxt/pull/20336)) - **nuxt:** Support separate server tsconfig ([#​20559](https://togithub.com/nuxt/nuxt/pull/20559)) - **nuxt:** Full scoped slots support for server components ([#​20284](https://togithub.com/nuxt/nuxt/pull/20284)) - **nuxt:** Support parallel plugins ([#​20460](https://togithub.com/nuxt/nuxt/pull/20460)) ##### 🩹 Fixes - **nuxt:** Remove backwards-compatible runtimeConfig proxy ([#​20340](https://togithub.com/nuxt/nuxt/pull/20340)) - **nuxt:** Add `@nuxt/devtools` module before core modules ([#​20595](https://togithub.com/nuxt/nuxt/pull/20595)) - **nuxt:** Properly handle query for component wrapper ([#​20591](https://togithub.com/nuxt/nuxt/pull/20591)) - **nuxt:** Skip payload extraction for island context ([#​20590](https://togithub.com/nuxt/nuxt/pull/20590)) - **nuxt:** Remove internal `` ([#​20607](https://togithub.com/nuxt/nuxt/pull/20607)) - **nuxt:** Ensure `useError` is called with nuxt app context ([#​20585](https://togithub.com/nuxt/nuxt/pull/20585)) - **nuxt:** Run page meta plugin on all pages (and only pages) ([#​20628](https://togithub.com/nuxt/nuxt/pull/20628)) - **nuxt, vite:** Ignore `nuxt_component` ssr style and `isVue` ([#​20679](https://togithub.com/nuxt/nuxt/pull/20679)) - **webpack:** Warn when using deprecated `build.extend` hook ([#​20605](https://togithub.com/nuxt/nuxt/pull/20605)) - **nuxt:** Allow resolving client nuxt app to singleton ([#​20639](https://togithub.com/nuxt/nuxt/pull/20639)) - **nuxt:** Generate empty sourcemaps for wrappers ([#​20744](https://togithub.com/nuxt/nuxt/pull/20744)) - **nuxt:** Prevent treeshaking hooks with composable names ([#​20745](https://togithub.com/nuxt/nuxt/pull/20745)) - **kit:** Prefer esm resolution for modules to install ([#​20757](https://togithub.com/nuxt/nuxt/pull/20757)) - **vite:** Expand `fs.allow` dirs to include app files ([#​20755](https://togithub.com/nuxt/nuxt/pull/20755)) - **nuxt:** Deduplicate global components before registration ([#​20743](https://togithub.com/nuxt/nuxt/pull/20743)) - **nuxt:** Remove webstorm compatibility augmentation ([0258acdc8](https://togithub.com/nuxt/nuxt/commit/0258acdc8)) - **nuxt:** Enable suspensible behaviour for nested pages ([#​20777](https://togithub.com/nuxt/nuxt/pull/20777)) - **cli:** Hard-reload nuxt when `.env` changes ([#​20501](https://togithub.com/nuxt/nuxt/pull/20501)) - **nuxt:** Avoid destructuring error prop (works around upstream bug) ([#​20795](https://togithub.com/nuxt/nuxt/pull/20795)) - **nuxt:** Always inline styles for server/island components ([#​20599](https://togithub.com/nuxt/nuxt/pull/20599)) - **nuxt:** Allow serialising undefined refs ([#​20828](https://togithub.com/nuxt/nuxt/pull/20828)) - **nuxt:** Transform client fallbacks directly on SFCs ([#​20835](https://togithub.com/nuxt/nuxt/pull/20835)) - **vite:** Dedupe/optimize more vue core deps ([#​20829](https://togithub.com/nuxt/nuxt/pull/20829)) - **nuxt:** Get fallback for `` from parsed html ([#​20840](https://togithub.com/nuxt/nuxt/pull/20840)) - **nuxt:** Ensure all dir parts are present in component name ([#​20779](https://togithub.com/nuxt/nuxt/pull/20779)) - **nuxt:** Allow `pages:extend` to enable pages module ([#​20806](https://togithub.com/nuxt/nuxt/pull/20806)) - **nuxt:** Stop loading indicator on vue errors ([#​20738](https://togithub.com/nuxt/nuxt/pull/20738)) - **nuxt:** Add types for webpack/vite environments ([#​20749](https://togithub.com/nuxt/nuxt/pull/20749)) - **nuxt:** Pass from + savedPosition to first `scrollBehavior` ([#​20859](https://togithub.com/nuxt/nuxt/pull/20859)) ##### πŸ’… Refactors - **schema:** Move `runtimeCompiler` option out of experimental ([#​20606](https://togithub.com/nuxt/nuxt/pull/20606)) - **kit:** Use esm utils for `resolvePath` ([#​20756](https://togithub.com/nuxt/nuxt/pull/20756)) ##### πŸ“– Documentation - Fix typo ([#​20577](https://togithub.com/nuxt/nuxt/pull/20577)) - Update tailwind configuration guide ([#​20598](https://togithub.com/nuxt/nuxt/pull/20598)) - Fix fetch composable examples ([#​20603](https://togithub.com/nuxt/nuxt/pull/20603)) - Note that `useCookie` does not share state ([#​20665](https://togithub.com/nuxt/nuxt/pull/20665)) - Selective pre-rendering options ([#​20670](https://togithub.com/nuxt/nuxt/pull/20670)) - Ensure we guard all `navigateTo` examples ([#​20678](https://togithub.com/nuxt/nuxt/pull/20678)) - Add `useSeoMeta` and `useServerSeoMeta` pages ([#​20656](https://togithub.com/nuxt/nuxt/pull/20656)) - Recommend `` when migrating `error.vue` ([#​20690](https://togithub.com/nuxt/nuxt/pull/20690)) - Add lagon to presets list ([#​20706](https://togithub.com/nuxt/nuxt/pull/20706)) - Add `await` before lazy composable examples ([7e7e006e9](https://togithub.com/nuxt/nuxt/commit/7e7e006e9)) - Add missing step migrating to `pinia` ([#​20778](https://togithub.com/nuxt/nuxt/pull/20778)) - Server directory improvements ([d53cc604d](https://togithub.com/nuxt/nuxt/commit/d53cc604d)) ##### 🏑 Chore - Revert markdownlint upgrade ([da29dea5c](https://togithub.com/nuxt/nuxt/commit/da29dea5c)) - Run docs lint workflow on dep upgrades ([c536e5a63](https://togithub.com/nuxt/nuxt/commit/c536e5a63)) - Revert `markdownlint-cli` update and prevent auto-update ([675445f98](https://togithub.com/nuxt/nuxt/commit/675445f98)) - Ban `@ts-ignore` ([4f0d3d4ae](https://togithub.com/nuxt/nuxt/commit/4f0d3d4ae)) - Do not install example dependencies ([#​20689](https://togithub.com/nuxt/nuxt/pull/20689)) - Disallow `.only` in tests ([ad97cb45a](https://togithub.com/nuxt/nuxt/commit/ad97cb45a)) - Type-check `.mjs` files ([#​20711](https://togithub.com/nuxt/nuxt/pull/20711)) - Fix typo in `pnpm-workspace.yaml` ([#​20751](https://togithub.com/nuxt/nuxt/pull/20751)) - Update target for `externalVue` removal ([a33d2e7ae](https://togithub.com/nuxt/nuxt/commit/a33d2e7ae)) - Lint ([742f61766](https://togithub.com/nuxt/nuxt/commit/742f61766)) ##### βœ… Tests - Test with bundler module resolution ([#​20629](https://togithub.com/nuxt/nuxt/pull/20629)) ##### πŸ€– CI - Run autofix on renovate branches ([af75f18cf](https://togithub.com/nuxt/nuxt/commit/af75f18cf)) - Run 2.x nightly release on node 16 ([a81f9e4c8](https://togithub.com/nuxt/nuxt/commit/a81f9e4c8)) - Add conditional for node 16 test ([aee1218e6](https://togithub.com/nuxt/nuxt/commit/aee1218e6)) - Set max memory for nuxt2 release script globally ([d1a5719cb](https://togithub.com/nuxt/nuxt/commit/d1a5719cb)) - Add workflow to release branches ([bc28d536c](https://togithub.com/nuxt/nuxt/commit/bc28d536c)) - Update pr condition ([f8c7b34bd](https://togithub.com/nuxt/nuxt/commit/f8c7b34bd)) - Update repo 🀣 ([f88c1e645](https://togithub.com/nuxt/nuxt/commit/f88c1e645)) - Allow specifying tag for edge releases ([5fdb6a6d6](https://togithub.com/nuxt/nuxt/commit/5fdb6a6d6)) - Comment with link to tag of released version ([f945cb197](https://togithub.com/nuxt/nuxt/commit/f945cb197)) - Pass tag as argument ([1aec0e503](https://togithub.com/nuxt/nuxt/commit/1aec0e503)) - Release edge versions of labelled prs ([cdc42d044](https://togithub.com/nuxt/nuxt/commit/cdc42d044)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - SΓ©bastien Chopin ([@​Atinux](https://togithub.com/Atinux)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Alexander ([@​xanderbarkhatov](https://togithub.com/xanderbarkhatov)) - Dario Ferderber ([@​darioferderber](https://togithub.com/darioferderber)) - η™½ι›ΎδΈ‰θ―­ ([@​baiwusanyu-c](https://togithub.com/baiwusanyu-c)) - Inesh Bose ([@​ineshbose](https://togithub.com/ineshbose)) - Lehoczky ZoltΓ‘n ([@​Lehoczky](https://togithub.com/Lehoczky)) - Emile Caron ([@​emilecaron](https://togithub.com/emilecaron)) - Eckhardt (Kaizen) Dreyer ([@​Eckhardt-D](https://togithub.com/Eckhardt-D)) - Eduardo San Martin Morote - Tom Lienard ([@​QuiiBz](https://togithub.com/QuiiBz)) - Scscgit ([@​scscgit](https://togithub.com/scscgit)) - ClΓ©ment Ollivier ([@​clemcode](https://togithub.com/clemcode)) - Jamie Warburton ([@​Jamiewarb](https://togithub.com/Jamiewarb)) - Enkot ([@​enkot](https://togithub.com/enkot)) - Phojie Rengel ([@​phojie](https://togithub.com/phojie)) - Harlan Wilton ([@​harlan-zw](https://togithub.com/harlan-zw)) - GergΕ‘ Jedlicska ([@​gjedlicska](https://togithub.com/gjedlicska)) - Stefan Milosevic ([@​smilosevic](https://togithub.com/smilosevic)) - Pavel Mokin ([@​Lyrialtus](https://togithub.com/Lyrialtus)) ### [`v3.4.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.4.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.4.2...v3.4.3) > 3.4.3 is a patch release with the latest bug fixes. 🐞 It is expected that the next release will be v3.5, in approximately two weeks' time. #### βœ… 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.4.2...v3.4.3) ##### 🩹 Fixes - **nuxt:** Don't call `timeEnd` unless we're debugging ([#​20424](https://togithub.com/nuxt/nuxt/pull/20424)) - **nuxt:** Use key to force server component re-rendering ([#​19911](https://togithub.com/nuxt/nuxt/pull/19911)) - **nuxt:** Add basic typings for `` ([f1ded44e8](https://togithub.com/nuxt/nuxt/commit/f1ded44e8)) - **nuxt:** Use `event.node.req` in cookie utility ([#​20474](https://togithub.com/nuxt/nuxt/pull/20474)) - **deps:** Relax upper node version constraint ([#​20472](https://togithub.com/nuxt/nuxt/pull/20472)) - **nuxi,schema:** Support `devServer.https: true` ([#​20498](https://togithub.com/nuxt/nuxt/pull/20498)) - **nuxt:** Throw 404 when accessing `/__nuxt_error` directly ([#​20497](https://togithub.com/nuxt/nuxt/pull/20497)) - **nuxt:** Use `callAsync` for executing hooks with context ([#​20510](https://togithub.com/nuxt/nuxt/pull/20510)) - **nuxt:** Improved typing support for app config ([#​20526](https://togithub.com/nuxt/nuxt/pull/20526)) - **nuxt:** Call `app:error` in SSR before rendering error page ([#​20511](https://togithub.com/nuxt/nuxt/pull/20511)) - **nuxt:** Restrict access to single renderer outside of test/rootDir ([#​20543](https://togithub.com/nuxt/nuxt/pull/20543)) - **nuxt:** Throw errors when running legacy `asyncData` ([#​20535](https://togithub.com/nuxt/nuxt/pull/20535)) - **nuxt:** Transform `#components` imports into direct component imports ([#​20547](https://togithub.com/nuxt/nuxt/pull/20547)) - **nuxt:** Return `RenderResponse` for redirects ([#​20496](https://togithub.com/nuxt/nuxt/pull/20496)) ##### πŸ“– Documentation - Fix typos on docs homepage ([#​20456](https://togithub.com/nuxt/nuxt/pull/20456)) - Update links to `vue-router` docs ([#​20454](https://togithub.com/nuxt/nuxt/pull/20454)) - Remove RC reference and add link to vue migration build ([#​20485](https://togithub.com/nuxt/nuxt/pull/20485)) - Add cdn proxy section ([#​20408](https://togithub.com/nuxt/nuxt/pull/20408)) - Add a next steps link to first page of migration docs ([#​20512](https://togithub.com/nuxt/nuxt/pull/20512)) - Add custom fetch composable example ([#​20115](https://togithub.com/nuxt/nuxt/pull/20115)) - Adjust wrong link after repo migration ([#​20536](https://togithub.com/nuxt/nuxt/pull/20536)) ##### βœ… Tests - Exclude default error pages from bundle test ([ba320a558](https://togithub.com/nuxt/nuxt/commit/ba320a558)) - Update snapshot ([ac598e4f4](https://togithub.com/nuxt/nuxt/commit/ac598e4f4)) ##### πŸ€– CI - Publish edge release with provenance ([ec1503731](https://togithub.com/nuxt/nuxt/commit/ec1503731)) - Run release script with node 18 ([0d10e9734](https://togithub.com/nuxt/nuxt/commit/0d10e9734)) - Try releasing `nuxt-edge` with provenance ([753c4c2a3](https://togithub.com/nuxt/nuxt/commit/753c4c2a3)) - Run nuxt2 nightly release on node 14 again ([48c034cf0](https://togithub.com/nuxt/nuxt/commit/48c034cf0)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Andrew Luca ([@​iamandrewluca](https://togithub.com/iamandrewluca)) - Adrien Zaganelli ([@​adrienZ](https://togithub.com/adrienZ)) - Michael Gale (he/him) ([@​miclgael](https://togithub.com/miclgael)) - ClΓ©ment Ollivier ([@​clemcode](https://togithub.com/clemcode)) - Paul Melero ([@​gangsthub](https://togithub.com/gangsthub)) - Jonas Thelemann ([@​dargmuesli](https://togithub.com/dargmuesli)) - Johannes Przymusinski ([@​cngJo](https://togithub.com/cngJo)) - Idorenyin Udoh ([@​idorenyinudoh](https://togithub.com/idorenyinudoh)) ### [`v3.4.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.4.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.4.1...v3.4.2) > 3.4.2 is a patch release with the latest bug fixes and performance improvements #### ✨ What's new? Apart from the normal bug fixes, we have a couple things we should call out. 1. πŸ”₯ We're now on **Vite 4.3** ([#​20405](https://togithub.com/nuxt/nuxt/issues/20405)). This was a performance-focused release and hopefully you'll be enjoying the speed improvements! Check out [the release announcement](https://vitejs.dev/blog/announcing-vite4-3.html) for more info. 2. πŸ‘€ It's now possible to experimentally enable `@parcel/watcher` for the Nuxt dev watcher ([#​20179](https://togithub.com/nuxt/nuxt/issues/20179)). This may improve performance if you're on Windows. You'll probably also want to install `watchman` in that case. #### βœ… 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.4.1...v3.4.2) ##### πŸ”₯ Performance - **nuxt:** Share lazy component definitions ([#​20259](https://togithub.com/nuxt/nuxt/pull/20259)) - Remove unused deps and add implicit deps ([#​20356](https://togithub.com/nuxt/nuxt/pull/20356)) - Allow using `@parcel/watcher` for dev watcher ([#​20179](https://togithub.com/nuxt/nuxt/pull/20179)) ##### 🩹 Fixes - **vite:** Set different cache dirs for client/server ([#​20276](https://togithub.com/nuxt/nuxt/pull/20276)) - **nuxt:** Generate hi-res sourcemaps ([#​20280](https://togithub.com/nuxt/nuxt/pull/20280)) - **nuxt:** Return type directly if not picking asyncData ([#​20288](https://togithub.com/nuxt/nuxt/pull/20288)) - **nuxt:** Provide more helpful error when instance unavailable ([#​20289](https://togithub.com/nuxt/nuxt/pull/20289)) - **nuxt:** Mark `useRequestHeaders` keys as optional ([#​20286](https://togithub.com/nuxt/nuxt/pull/20286)) - **vite:** Avoid serving arbitrary file in vite-node middleware ([#​20345](https://togithub.com/nuxt/nuxt/pull/20345)) - **nuxt:** Swap preloads for json/js payloads ([#​20375](https://togithub.com/nuxt/nuxt/pull/20375)) - **nuxt:** Handle pages with no content and log warning ([#​20373](https://togithub.com/nuxt/nuxt/pull/20373)) - **test-utils:** Import jest functions from `@jest/globals` ([#​20360](https://togithub.com/nuxt/nuxt/pull/20360)) - **core,kit:** Ensure module transpilation paths are dirs ([#​20396](https://togithub.com/nuxt/nuxt/pull/20396)) - **schema:** Rely on installed telemetry types ([#​19640](https://togithub.com/nuxt/nuxt/pull/19640)) - **cli:** Load kit from `rootDir` when preparing project ([#​20401](https://togithub.com/nuxt/nuxt/pull/20401)) - **nuxt:** Clone app config on server ([#​20278](https://togithub.com/nuxt/nuxt/pull/20278)) ##### πŸ’… Refactors - **nuxt:** Rework and use `isJS` and `isVue` utilities consistently ([#​20344](https://togithub.com/nuxt/nuxt/pull/20344)) - **vite:** Use native `isFileServingAllowed` util ([#​20414](https://togithub.com/nuxt/nuxt/pull/20414)) ##### πŸ“– Documentation - Update links on hooks page ([#​20296](https://togithub.com/nuxt/nuxt/pull/20296)) - Add brief information on debugging a nuxt app ([#​20282](https://togithub.com/nuxt/nuxt/pull/20282)) - Fix vue-tsc link ([#​20350](https://togithub.com/nuxt/nuxt/pull/20350)) - Update lint command for the documentation ([#​20399](https://togithub.com/nuxt/nuxt/pull/20399)) ##### 🏑 Chore - Remove `@ts-ignore` and fix some issues ([#​20273](https://togithub.com/nuxt/nuxt/pull/20273)) - Maintain a 'next release' PR ([e6cc4aa02](https://togithub.com/nuxt/nuxt/commit/e6cc4aa02)) - Set git user ([2a596c2b3](https://togithub.com/nuxt/nuxt/commit/2a596c2b3)) - Don't list dep updates in auto-changelog ([8234bc18d](https://togithub.com/nuxt/nuxt/commit/8234bc18d)) - Update vite to v4.3 ([#​20405](https://togithub.com/nuxt/nuxt/pull/20405)) ##### πŸ€– CI - Don't run ci for release branches ([f550976f7](https://togithub.com/nuxt/nuxt/commit/f550976f7)) - Give write access to changelogensets ([0518cdbff](https://togithub.com/nuxt/nuxt/commit/0518cdbff)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Harlan Wilton ([@​harlan-zw](https://togithub.com/harlan-zw)) - Preet Mishra ([@​preetmishra](https://togithub.com/preetmishra)) - Lehoczky ZoltΓ‘n ([@​Lehoczky](https://togithub.com/Lehoczky)) - [@​BD103](https://togithub.com/BD103) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) ### [`v3.4.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.4.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.4.0...v3.4.1) > 3.4.1 is a patch release. We've pulled it forward slightly to fix a couple of breaking bugs in 3.4.0. ##### πŸ‘‰ Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.4.0...v3.4.1) ##### 🩹 Fixes - **nuxt:** Set config on `ssrContext` in spa renderer ([#​20216](https://togithub.com/nuxt/nuxt/pull/20216)) - **nuxt:** Mark entire payload as reactive ([#​20218](https://togithub.com/nuxt/nuxt/pull/20218)) - **nuxt:** Add missing imports to `` ([#​20237](https://togithub.com/nuxt/nuxt/pull/20237)) - **nuxt:** Improve handling of redirects within middleware ([#​20244](https://togithub.com/nuxt/nuxt/pull/20244)) - **nuxt:** Do not redirect when `vue-router` normalises url ([#​20247](https://togithub.com/nuxt/nuxt/pull/20247)) ##### πŸ“– Documentation - Add a brief description of `transform`/`pick` ([#​20186](https://togithub.com/nuxt/nuxt/pull/20186)) ##### βœ… Tests - Add js payload test suite ([#​20217](https://togithub.com/nuxt/nuxt/pull/20217)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - David Kurek ([@​daviddomain](https://togithub.com/daviddomain)) ### [`v3.4.0`](https://togithub.com/nuxt/nuxt/releases/tag/v3.4.0) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.3.3...v3.4.0) > **3.4.0** is a minor (feature) release for Nuxt 3 bringing exciting new features, including support for the View Transitions API, transferring rich JavaScript payloads from server to client - and much more. ##### πŸ‘€ Highlights ##### πŸͺ„ View Transitions API Support https://user-images.githubusercontent.com/904724/231222082-6bd4aeae-3026-407e-b3be-658df6305748.mp4
You can see a demo on https://nuxt-view-transitions.surge.sh You may have noticed that Chromium-based browsers now ship a new web platform API: the [**View Transitions API**](https://developer.chrome.com/docs/web-platform/view-transitions/). This is an exciting new ability for native browser transitions which (among other things) have the ability to transition between unrelated elements on different pages. Nuxt now ships with an experimental implementation, which will be under active development during the v3.4 release cycle. See the known issues in the [linked PR](https://togithub.com/nuxt/nuxt/pull/20092). ```ts export default defineNuxtConfig({ experimental: { viewTransition: true } }) ``` ##### ✨ Payload Enhancements We've merged a **[significant change to how Nuxt handles payloads](https://togithub.com/nuxt/nuxt/pull/19205)** (under an experimental flag). Payloads are used to send data from the server to the client when doing server-side rendering and avoid double data-fetching during the hydration phase. ```ts [nuxt.config.ts] export default defineNuxtConfig({ experimental: { renderJsonPayloads: true } }) ``` With this new option enabled, this now means that **various rich JS types are supported out-of-the-box**: regular expressions, dates, Map and Set and BigInt as well as NuxtError - and Vue-specific objects like `ref`, `reactive`, `shallowRef` and `shallowReactive`. You can find [an example](https://togithub.com/nuxt/nuxt/blob/main/test/fixtures/basic/pages/json-payload.vue) in our test suite. This is all possible due to [Rich-Harris/devalue#​58](https://togithub.com/Rich-Harris/devalue/pull/58). For a long time, Nuxt has been using our own fork of devalue owing to issues serialising Errors and other non-POJO objects, but we now have transitioned back to the original. You can even register your own custom types with a new object-syntax Nuxt plugin: ```ts [plugins/custom-payload-type.ts] export default definePayloadPlugin(() => { definePayloadReducer('BlinkingText', data => data === '' && '_') definePayloadReviver('BlinkingText', () => '') }) ``` You can read more about how this works [here](https://togithub.com/rich-harris/devalue#custom-types). **Note**: this only affects payloads of the Nuxt app, that is, data stored within `useState`, returned from `useAsyncData` or manually injected via `nuxtApp.payload`. It does not affect data fetched from Nitro server routes via `$fetch` or `useFetch` although this is one area I am keen to explore further. Preliminary testing shows a significant speed-up: **25% faster in total server response time** for a very minimal app with a large JSON payload, but I'd urge you to run your own tests and share the results with us. As mentioned, we're merging this behind a flag so we can test this broadly and gather feedback on the new approach. The most significant potential change is that the payload is now no longer available on `window.__NUXT__` immediately. Instead, we now need to initialise the Nuxt app to parse the payload so any code that accesses `__NUXT__` will need to be run in a plugin or later in the Nuxt app lifecycle. Please feel free to raise an issue if you foresee or encounter issues in your projects. ##### 🎁 Object-syntax Nuxt plugins We now support object-syntax Nuxt plugins for better control over plugin *order* and easier registration of hooks. ```ts [plugins/my-plugin.ts] export default defineNuxtPlugin({ name: 'my-plugin', enforce: 'pre', // or 'post' async setup (nuxtApp) { // this is the equivalent of a normal functional plugin }, hooks: { // You can directly register Nuxt app hooks here 'app:created'() { const nuxtApp = useNuxtApp() // } } }) ``` In future we plan to enable build optimizations based on the metadata you pass in your Nuxt plugins. ##### πŸ› οΈ Easier Devtools Configuration It's even easier to enable Nuxt DevTools in your project: just set `devtools: true` in your `nuxt.config` file to enable devtools. ```js [nuxt.config.ts] export default defineNuxtConfig({ devtools: true }) ``` If it's not already installed, Nuxt will prompt to install it locally. This means you no longer need to have Nuxt DevTools enabled globally. **Note**: the DevTools is still experimental and under active development, so do be prepared for occasional unexpected behaviour, and please report issues directly to https://github.com/nuxt/devtools πŸ™ ##### πŸ“š Layers Improvements We now support [transforming `~`/`~~`/`@`/`@@​` aliases within layers](https://togithub.com/nuxt/nuxt/pull/19986), meaning you now no longer need to use relative paths when importing within layers. This should mean it is much easier to use a 'normal' Nuxt project as a [layer](https://nuxt.com/docs/getting-started/layers#layers) without needing to specially write it as one. ##### 🧸 Better Context Transforms We [now transform certain keys](https://togithub.com/nuxt/nuxt/pull/20182) of `definePageMeta` and `defineNuxtComponent` which means you should have fewer issues with a missing Nuxt instance. This includes support accessing the Nuxt instance after an `await` within `asyncData` and `setup` functions for those still using the Options API. And you no longer need to wrap `middleware` and `validate` with `defineNuxtRouteMiddleware` when using async functions. ##### ♻️ Ecosystem Updates As usual, this release will pull in upstream improvements, including the new [Consola v3](https://togithub.com/unjs/consola) and [Nitropack v2.3.3](https://togithub.com/unjs/nitro) (a new minor is expected shortly). ##### 🚨 'Breaking fixes' We've also taken the opportunity to do some cleanup in this minor release. 1. Previously it was possible to pass the `x-nuxt-no-ssr` header (undocumented) to force SPA rendering. We've now disabled this behaviour by default but you can get it back by setting `experimental.respectNoSSRHeader` to true. Alternatively, you can set `event.context.nuxt.noSSR` on the server to force SPA rendering. 2. We've [removed the (deprecated) `#head` alias](https://togithub.com/nuxt/nuxt/pull/20111) and also disabled the [polyfill for `@vueuse/head` behaviour](https://togithub.com/nuxt/nuxt/pull/20131) by default. (It can still be enabled with `experimental.polyfillVueUseHead`.) 3. We've [removed the (deprecated) `experimental.viteNode` option](https://togithub.com/nuxt/nuxt/pull/20112). It can be configured instead with `vite.devBundler`. 4. We've [deprecated accessing public runtime config without the `public` key](https://togithub.com/nuxt/nuxt/pull/20082). This was an undocument compatibility measure with Nuxt 2 and we plan to remove it entirely in v3.5. 5. To fix a bug with our vue-router integration, we now generate a slightly different path matching syntax. If you were relying on the exact path generated, have a look at [https://github.com/nuxt/nuxt/pull/19902](https://togithub.com/nuxt/nuxt/pull/19902) for more information. ##### βœ… 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. With Nuxt v3.4.0, we now advise that you explicitly install the `@types/node` version that matches your Node version. ##### πŸ‘‰ Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.3.3...v3.4.0) ##### πŸš€ Enhancements - **nuxt:** Warn in dev when `useRoute` is used in middleware ([#​20050](https://togithub.com/nuxt/nuxt/pull/20050)) - **nuxt:** Support disabling `watch` with `useFetch` ([#​19823](https://togithub.com/nuxt/nuxt/pull/19823)) - **nuxt:** Support `~`/`~~`/`@`/`@@​` aliases within layers ([#​19986](https://togithub.com/nuxt/nuxt/pull/19986)) - **nuxt:** Respect custom `dir.pages` in page placeholder ([#​20079](https://togithub.com/nuxt/nuxt/pull/20079)) - **nuxt:** Support vue runtime compiler ([#​4762](https://togithub.com/nuxt/framework/pull/4762)) - **test-utils:** Allow mounting single component for testing ([#​5723](https://togithub.com/nuxt/nuxt/pull/5723)) - **nuxt:** Experimental option for rich json payloads ([#​19205](https://togithub.com/nuxt/nuxt/pull/19205)) - **nuxt:** Prompt to install `devtools` when it's enabled ([#​20126](https://togithub.com/nuxt/nuxt/pull/20126)) - Upgrade to consola v3.x prerelease ([#​20141](https://togithub.com/nuxt/nuxt/pull/20141)) - **nuxt:** Add experimental View Transitions API support ([#​20092](https://togithub.com/nuxt/nuxt/pull/20092)) - **nuxt:** Support async transform of object properties ([#​20182](https://togithub.com/nuxt/nuxt/pull/20182)) - **nuxt:** Support object-syntax plugins ([#​20003](https://togithub.com/nuxt/nuxt/pull/20003)) - **nuxt:** Add `experimentalNoScripts` route rule ([#​19805](https://togithub.com/nuxt/nuxt/pull/19805)) - **nuxt:** Add chokidar watcher debug timing ([#​20176](https://togithub.com/nuxt/nuxt/pull/20176)) ##### πŸ”₯ Performance - **head:** Disable `@vueuse/head` polyfill by default ([#​20131](https://togithub.com/nuxt/nuxt/pull/20131)) ##### 🩹 Fixes - **nuxt:** End route param tokens manually ([#​19902](https://togithub.com/nuxt/nuxt/pull/19902)) - **nuxt:** Disable `x-nuxt-no-ssr` header by default ([#​20024](https://togithub.com/nuxt/nuxt/pull/20024)) - **kit:** Support calling Nuxt 2 modules with module container ([#​20023](https://togithub.com/nuxt/nuxt/pull/20023)) - **nuxt:** Add types for globally injected `$config` object ([#​20081](https://togithub.com/nuxt/nuxt/pull/20081)) - **nuxt:** Throw error on protocol relative path in `useFetch` ([#​20052](https://togithub.com/nuxt/nuxt/pull/20052)) - **nuxt:** Add `@types/node` as a peerDependency ([#​20025](https://togithub.com/nuxt/nuxt/pull/20025)) - **nuxt:** Test all custom app config keys for `any` ([#​20105](https://togithub.com/nuxt/nuxt/pull/20105)) - **nuxt:** Add key to `.client` component placeholders ([#​20093](https://togithub.com/nuxt/nuxt/pull/20093)) - **nuxt:** Add `undefined` type for `useCookie` return value ([4f0b3c722](https://togithub.com/nuxt/nuxt/commit/4f0b3c722)) - **nuxt:** Deprecate old (pre-rc) runtimeConfig ([#​20082](https://togithub.com/nuxt/nuxt/pull/20082)) - **cli:** Preview nitro build with custom dir config ([#​18882](https://togithub.com/nuxt/nuxt/pull/18882)) - **nuxt:** Default nitro autoImports to `imports.autoImport` ([#​20180](https://togithub.com/nuxt/nuxt/pull/20180)) - **nuxi, vite:** Suppress sourcemap + native fetch warnings ([#​20198](https://togithub.com/nuxt/nuxt/pull/20198)) - **schema:** Allow `ignorePrefix` to be changed ([#​20202](https://togithub.com/nuxt/nuxt/pull/20202)) ##### πŸ’… Refactors - **schema:** Clean up `experimental` options ([#​20112](https://togithub.com/nuxt/nuxt/pull/20112)) - **nuxt:** Remove `#head` alias ([#​20111](https://togithub.com/nuxt/nuxt/pull/20111)) ##### πŸ“– Documentation - Add interop default to dynamic vue import example ([8908aa7c5](https://togithub.com/nuxt/nuxt/commit/8908aa7c5)) - Add short note about custom `imports` configuration ([#​20073](https://togithub.com/nuxt/nuxt/pull/20073)) - Re-enable docs linting and update docs ([#​20084](https://togithub.com/nuxt/nuxt/pull/20084)) - Fix type of `headers` option for `useFetch` ([#​20148](https://togithub.com/nuxt/nuxt/pull/20148)) - Fix typo in `@pinia/nuxt` module name ([#​20199](https://togithub.com/nuxt/nuxt/pull/20199)) - Add import to server-side cookies example ([#​20197](https://togithub.com/nuxt/nuxt/pull/20197)) ##### 🏑 Chore - Loosen nitro version constraint ([79ad5ac9b](https://togithub.com/nuxt/nuxt/commit/79ad5ac9b)) - Exclude new subpath from lint reordering ([b8cdef69c](https://togithub.com/nuxt/nuxt/commit/b8cdef69c)) - Use workspace ref ([b33b84d57](https://togithub.com/nuxt/nuxt/commit/b33b84d57)) - Use `overrides` ([4a6f85277](https://togithub.com/nuxt/nuxt/commit/4a6f85277)) - Correctly nest `overrides` ([a15a9b66f](https://togithub.com/nuxt/nuxt/commit/a15a9b66f)) - Remove `JITI_ESM_RESOLVE` ([#​20172](https://togithub.com/nuxt/nuxt/pull/20172)) - Upgrade to consola v3 ([#​20194](https://togithub.com/nuxt/nuxt/pull/20194)) ##### βœ… Tests - Use kb size snapshot ([#​20083](https://togithub.com/nuxt/nuxt/pull/20083)) - Update bundle size snapshot ([d265abbad](https://togithub.com/nuxt/nuxt/commit/d265abbad)) ##### 🎨 Styles - Lint ([f1baa0355](https://togithub.com/nuxt/nuxt/commit/f1baa0355)) - Enable `sort-imports` eslint rule ([#​20133](https://togithub.com/nuxt/nuxt/pull/20133)) ##### πŸ€– CI - Enable autofix for pr linting ([#​20085](https://togithub.com/nuxt/nuxt/pull/20085)) - Use autofix to update bundle size ([#​20088](https://togithub.com/nuxt/nuxt/pull/20088)) - Stub project before linting ([13b853622](https://togithub.com/nuxt/nuxt/commit/13b853622)) - Lint before stubbing ([857e9cb3d](https://togithub.com/nuxt/nuxt/commit/857e9cb3d)) - Stub project before linting ([b329ed781](https://togithub.com/nuxt/nuxt/commit/b329ed781)) - Use `head_ref` for dependency deduping ([ae5df72c5](https://togithub.com/nuxt/nuxt/commit/ae5df72c5)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Sacha Stafyniak ([@​stafyniaksacha](https://togithub.com/stafyniaksacha)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Harlan Wilton ([@​harlan-zw](https://togithub.com/harlan-zw)) - Nolan ([@​ncphillips](https://togithub.com/ncphillips)) - Jeremy Graziani ([@​AcelisWeaven](https://togithub.com/AcelisWeaven)) - JT Smith ([@​rizen](https://togithub.com/rizen)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Xjccc ([@​xjccc](https://togithub.com/xjccc)) - Pooya Parsa ([@​pi0](https://togithub.com/pi0)) - Cany748 ([@​cany748](https://togithub.com/cany748)) - Aleksandar Trpkovski ([@​Suv4o](https://togithub.com/Suv4o)) - Paul Melero ([@​gangsthub](https://togithub.com/gangsthub)) ### [`v3.3.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.3.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.3.2...v3.3.3) > **3.3.3** is your regularly scheduled bugfix/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.3.2...v3.3.3) ##### 🩹 Fixes - **schema:** Prefer src to rootDir aliases ([#​19937](https://togithub.com/nuxt/nuxt/pull/19937)) - **nuxt:** Don't override options signature with schema ([#​19934](https://togithub.com/nuxt/nuxt/pull/19934)) - **vite:** Allow extending vue config per-environment ([#​19968](https://togithub.com/nuxt/nuxt/pull/19968)) - **nuxt:** Store payloads in cache without trailing slash ([#​19992](https://togithub.com/nuxt/nuxt/pull/19992)) - **webpack:** Transpile rest of nuxt runtime directories ([#​19936](https://togithub.com/nuxt/nuxt/pull/19936)) - **nuxt:** Suppress handled errors ([#​20002](https://togithub.com/nuxt/nuxt/pull/20002)) - **vite:** Remove separate rollup dependency ([#​20013](https://togithub.com/nuxt/nuxt/pull/20013)) - **nuxt:** Sync `setResponseStatus` signature with h3 ([#​19987](https://togithub.com/nuxt/nuxt/pull/19987)) - **schema:** Add export condition for nuxt2 support ([1fd491f1a](https://togithub.com/nuxt/nuxt/commit/1fd491f1a)) ##### πŸ’… Refactors - **vite:** Use rollup types re-exported from vite ([#​20011](https://togithub.com/nuxt/nuxt/pull/20011)) ##### πŸ“– Documentation - Fix `pages:extend` example ([72724076b](https://togithub.com/nuxt/nuxt/commit/72724076b)) - Remove unused function call ([#​20021](https://togithub.com/nuxt/nuxt/pull/20021)) - Add explanation for middleware execution order ([#​20029](https://togithub.com/nuxt/nuxt/pull/20029)) - Fix a couple of typos ([b083493ec](https://togithub.com/nuxt/nuxt/commit/b083493ec)) ##### 🏑 Chore - Remove unneeded types packages ([e60cb2698](https://togithub.com/nuxt/nuxt/commit/e60cb2698)) - Use pnpm workspace protocol internally ([#​19962](https://togithub.com/nuxt/nuxt/pull/19962)) - Bump version of `mkdist` to `1.2.0` ([a96451d2d](https://togithub.com/nuxt/nuxt/commit/a96451d2d)) - Fix fixture package.json files ([8c2ca23c5](https://togithub.com/nuxt/nuxt/commit/8c2ca23c5)) - Fix typo in code comment ([2f8e991b9](https://togithub.com/nuxt/nuxt/commit/2f8e991b9)) ##### βœ… Tests - Skip bundle size test in ecosystem-ci suites ([434e2013e](https://togithub.com/nuxt/nuxt/commit/434e2013e)) - Bump bundle size test by 100 bytes ([5785908ec](https://togithub.com/nuxt/nuxt/commit/5785908ec)) ##### πŸ€– CI - Run docs linting step on node 18 ([1ae5b2c58](https://togithub.com/nuxt/nuxt/commit/1ae5b2c58)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Ben Hong ([@​bencodezen](https://togithub.com/bencodezen)) - Julien Le Coupanec ([@​LeCoupa](https://togithub.com/LeCoupa)) - David Mignot ([@​idflood](https://togithub.com/idflood)) ### [`v3.3.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.3.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.3.1...v3.3.2) > **3.3.2** is a patch release with plenty of bug fixes. ##### βœ… 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.3.1...v3.3.2) ##### πŸ”₯ Performance - **nuxt:** Experimentally disable vue server renderer nitro endpoint ([#​19825](https://togithub.com/nuxt/nuxt/pull/19825)) ##### 🩹 Fixes - **kit:** Provide name to `performance.mark()` ([#​19687](https://togithub.com/nuxt/nuxt/pull/19687)) - **nuxt:** Unpause DOM updates on suspense resolve ([#​19740](https://togithub.com/nuxt/nuxt/pull/19740)) - **kit:** Handle node 14 performance behaviour ([#​19733](https://togithub.com/nuxt/nuxt/pull/19733)) - **webpack:** Transpile app directory ([#​19773](https://togithub.com/nuxt/nuxt/pull/19773)) - **nuxt:** Unset context after app is created ([#​19753](https://togithub.com/nuxt/nuxt/pull/19753)) - **cli:** Watch dist and register restart hook after nuxt is ready ([#​19736](https://togithub.com/nuxt/nuxt/pull/19736)) - **nuxt:** Ignore falsy modules ([#​19684](https://togithub.com/nuxt/nuxt/pull/19684)) - **nuxt:** Use `h3` utilities to set response status/code ([#​19713](https://togithub.com/nuxt/nuxt/pull/19713)) - **nuxt:** Add temporary augmentation for webstorm (and docs) ([#​19400](https://togithub.com/nuxt/nuxt/pull/19400)) - **nuxt:** Handle external navigation to api routes ([#​19829](https://togithub.com/nuxt/nuxt/pull/19829)) - **nuxt:** Observe slot element in custom nuxt-link ([#​19802](https://togithub.com/nuxt/nuxt/pull/19802)) - **nuxt:** Directly render server components ([#​19605](https://togithub.com/nuxt/nuxt/pull/19605)) - **vite:** Support multiple rollup entries ([#​19842](https://togithub.com/nuxt/nuxt/pull/19842)) - **nuxt:** Ignore schema types that eval to any ([#​19835](https://togithub.com/nuxt/nuxt/pull/19835)) - **nuxt:** Use prerender cache for islands ([#​19822](https://togithub.com/nuxt/nuxt/pull/19822)) - **nuxt:** Add missing import in islands template ([#​19870](https://togithub.com/nuxt/nuxt/pull/19870)) - **kit:** Check if nuxt is restarting before updating templates ([#​19830](https://togithub.com/nuxt/nuxt/pull/19830)) - **test-utils:** Allow overriding nitro options ([#​19872](https://togithub.com/nuxt/nuxt/pull/19872)) - **kit:** Add legacy entrypoints for pre v3.3 usage ([#​19874](https://togithub.com/nuxt/nuxt/pull/19874)) ##### πŸ“– Documentation - Fix auto-imports example ([#​19520](https://togithub.com/nuxt/nuxt/pull/19520), [#​19690](https://togithub.com/nuxt/nuxt/pull/19690)) - Update seo and meta page ([#​19697](https://togithub.com/nuxt/nuxt/pull/19697)) - **introduction:** First batch of improvements ([98b9afa6d](https://togithub.com/nuxt/nuxt/commit/98b9afa6d)) - Update module author guide ([#​18551](https://togithub.com/nuxt/nuxt/pull/18551)) - Add 'going further' section for custom routing ([#​19565](https://togithub.com/nuxt/nuxt/pull/19565)) - Improve installation prerequisites ([c570ae272](https://togithub.com/nuxt/nuxt/commit/c570ae272)) - Update custom routing link ([8d644903b](https://togithub.com/nuxt/nuxt/commit/8d644903b)) - Add backticks ([#​19721](https://togithub.com/nuxt/nuxt/pull/19721)) - Add link to layout transitions ([#​19770](https://togithub.com/nuxt/nuxt/pull/19770)) - Fix typo ([#​19775](https://togithub.com/nuxt/nuxt/pull/19775)) - Fix typo ([#​19779](https://togithub.com/nuxt/nuxt/pull/19779)) - Fix typo ([#​19785](https://togithub.com/nuxt/nuxt/pull/19785)) - Add missing comma ([#​19791](https://togithub.com/nuxt/nuxt/pull/19791)) - Update legacy server examples ([#​19797](https://togithub.com/nuxt/nuxt/pull/19797)) - Third-party state management and migration guide ([#​19798](https://togithub.com/nuxt/nuxt/pull/19798)) - Link to module request issue template ([#​19754](https://togithub.com/nuxt/nuxt/pull/19754)) - Improve swr documentation ([#​18743](https://togithub.com/nuxt/nuxt/pull/18743)) - Add another example for `useAsyncData` ([#​19225](https://togithub.com/nuxt/nuxt/pull/19225)) - Avoid `$fetch` in top-level ` Githubissues.
  • Githubissues is a development platform for aggregating issues.