npm nuxt 4.0.1
v4.0.1

latest releases: 4.1.1, 3.19.1, 4.1.0...
one month ago

v4.0.1 is the first regularly scheduled patch release of v4

It will be followed up later this week with v3.18, which will backport a number of the features/fixes from Nuxt v4 to v3.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Add nuxt.schema files to node tsconfig context (#32644)
  • nuxt,vite: Unpin nitropack (ed5ad64ad)
  • nuxt: Expose shared aliases within shared/ dir (#32676)

💅 Refactors

  • nuxt: Pass file language directly to parser options (#32665)

📖 Documentation

  • Remove rc tag in guide (232b14e2f)
  • Remove -t v4 tag from getting started (343f59235)
  • Added new Shared folder to the example of v4 folder structure (#32630)
  • Update nuxt.new links to v4 (#32639)
  • Improve grammar (#32640)
  • Typos (#32567)
  • Fix abbreviation (#32613)
  • Reference noUncheckedIndexedAccess rule change in v4 guide (#32643)
  • Add missing import in alias config example (#32648)
  • Correct alias for local fonts in styling guide (#32680)
  • Add best practices section (#31609)
  • Fix links to Nitro docs (#32691)

📦 Build

  • vite: Specify nitropack types as external (39be1b3a9)

🏡 Chore

🤖 CI

  • Trigger website redeploy on main branch (#32695)

❤️ Contributors

Don't miss a new nuxt release

NewReleases is sending notifications on new releases.