Skip to content

chore(deps): bump nuxt from 2.15.8 to 3.4.2 in /frontend

24-bot requested to merge dependabot/npm_and_yarn/frontend/nuxt-3.4.2 into main

Bumps nuxt from 2.15.8 to 3.4.2.

Release notes

Sourced from nuxt's releases.

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). This was a performance-focused release and hopefully you'll be enjoying the speed improvements! Check out the release announcement for more info.
  2. 👀 It's now possible to experimentally enable @parcel/watcher for the Nuxt dev watcher (#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:

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

🔥 Performance

  • nuxt: Share lazy component definitions (#20259)
  • Remove unused deps and add implicit deps (#20356)
  • Allow using @parcel/watcher for dev watcher (#20179)

🩹 Fixes

  • vite: Set different cache dirs for client/server (#20276)
  • nuxt: Generate hi-res sourcemaps (#20280)
  • nuxt: Return type directly if not picking asyncData (#20288)
  • nuxt: Provide more helpful error when instance unavailable (#20289)
  • nuxt: Mark useRequestHeaders keys as optional (#20286)
  • vite: Avoid serving arbitrary file in vite-node middleware (#20345)
  • nuxt: Swap preloads for json/js payloads (#20375)
  • nuxt: Handle pages with no content and log warning (#20373)
  • test-utils: Import jest functions from @jest/globals (#20360)
  • core,kit: Ensure module transpilation paths are dirs (#20396)
  • schema: Rely on installed telemetry types (#19640)
  • cli: Load kit from rootDir when preparing project (#20401)
  • nuxt: Clone app config on server (#20278)

💅 Refactors

  • nuxt: Rework and use isJS and isVue utilities consistently (#20344)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by danielroe, a new releaser for nuxt since your current version.


Merge request reports