Skip to content

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

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

Bumps nuxt from 2.15.8 to 3.3.2.

Release notes

Sourced from nuxt's releases.

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:

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: Experimentally disable vue server renderer nitro endpoint (#19825)

🩹 Fixes

  • kit: Provide name to performance.mark() (#19687)
  • nuxt: Unpause DOM updates on suspense resolve (#19740)
  • kit: Handle node 14 performance behaviour (#19733)
  • webpack: Transpile app directory (#19773)
  • nuxt: Unset context after app is created (#19753)
  • cli: Watch dist and register restart hook after nuxt is ready (#19736)
  • nuxt: Ignore falsy modules (#19684)
  • nuxt: Use h3 utilities to set response status/code (#19713)
  • nuxt: Add temporary augmentation for webstorm (and docs) (#19400)
  • nuxt: Handle external navigation to api routes (#19829)
  • nuxt: Observe slot element in custom nuxt-link (#19802)
  • nuxt: Directly render server components (#19605)
  • vite: Support multiple rollup entries (#19842)
  • nuxt: Ignore schema types that eval to any (#19835)
  • nuxt: Use prerender cache for islands (#19822)
  • nuxt: Add missing import in islands template (#19870)
  • kit: Check if nuxt is restarting before updating templates (#19830)
  • test-utils: Allow overriding nitro options (#19872)
  • kit: Add legacy entrypoints for pre v3.3 usage (#19874)

📖 Documentation

  • Fix auto-imports example (#19520, #19690)
  • Update seo and meta page (#19697)
  • introduction: First batch of improvements (98b9afa6d)
  • Update module author guide (#18551)

... (truncated)

Commits
  • dd6f9c0 v3.3.2 (#19875)
  • a0c2fb3 fix(kit): add legacy entrypoints for pre v3.3 usage (#19874)
  • 8e90f49 chore(deps): update all non-major dependencies (main) (#19894)
  • dcc9644 chore(deps): update all non-major dependencies (main) (#19880)
  • 340725b docs: improve components page
  • d3d09d5 docs: add layers video by LearnVue
  • 0b5ba6c chore: remove unused TS directive
  • 562cef2 perf(nuxt): experimentally disable vue server renderer nitro endpoint (#19825)
  • fc9c380 chore(deps): update all non-major dependencies (main) (#19862)
  • 2841999 docs: replace @nuxt/kit example with node built-ins (#19873)
  • Additional commits viewable in compare view
Maintainer changes

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


Merge request reports