Skip to content

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

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

Bumps nuxt from 2.15.8 to 3.4.1.

Release notes

Sourced from nuxt's releases.

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

🩹 Fixes

  • nuxt: Set config on ssrContext in spa renderer (#20216)
  • nuxt: Mark entire payload as reactive (#20218)
  • nuxt: Add missing imports to <NuxtClientFallback> (#20237)
  • nuxt: Improve handling of redirects within middleware (#20244)
  • nuxt: Do not redirect when vue-router normalises url (#20247)

📖 Documentation

  • Add a brief description of transform/pick (#20186)

Tests

  • Add js payload test suite (#20217)

️ Contributors

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. 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.

export default defineNuxtConfig({
</tr></table> 

... (truncated)

Commits
Maintainer changes

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


Merge request reports