Skip to content

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

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

Bumps nuxt from 2.15.8 to 3.1.2.

Release notes

Sourced from nuxt's releases.

v3.1.2

3.1.2 is a patch release with bug fixes (particularly focusing on performance and DX).

Changelog

compare changes

🔥 Performance

  • nuxt: Simplify generated variable names (#18629)
  • vite: Use compiled regexp for test (#18646)
  • nuxt: Cache result of importing styles module (#18734)

🩹 Fixes

  • nuxt: Provide fallback values for undefined runtime config (#18586)
  • kit: Don't use default export of defu (#18589)
  • Use named export from defu in all places (#18624)
  • nuxt: Dedupe vue-router (#18626)
  • test-utils: Prevent orphaned processes and use baseURL when loading (#18623)
  • vite: Ensure __publicAssetsURL set before loading assets (#18642)
  • kit: Avoid adding already installed modules to internal _installedModules (#18647)
  • nuxt: Make onNuxtReady safe to run on server-side (#18706)
  • vite, webpack: Omit magic keys when import of same name is detected (#18733)

📖 Documentation

  • Update vue-gtag plugin example (#18528)
  • Mention virtual file system (#18546)
  • Mention head composable as alternative to useHead (#18552)
  • Use defineEventHandler() to avoid warnings (#18557)
  • Remove unnecessary JSON.stringify() (#18590)
  • Updated unreachable docus url in documentation (#18618)
  • Add link to pages documentation to routing (#18602)
  • Add comment about needing to install @types/node manually (6b2bc680b)
  • Add note about directory import (d2c00dc46)
  • Fix array syntax (f14f3815f)
  • Fix buttons width on getting started (#18643)
  • Add .env to directory structure and improve config docs (#18594)
  • Mention options api equivalent for head() (#18650)
  • Fix broken link to esm section (#18716)
  • Improve routing validate example (#18728)

🏡 Chore

Tests

... (truncated)

Commits
  • 225988e v3.1.2 (#18685)
  • 2b75414 perf(nuxt): cache result of importing styles module (#18734)
  • 03d6737 fix(vite, webpack): omit magic keys when import of same name is detected (#18...
  • 5eaeb4f docs: Improve routing validate example (#18728)
  • fcd63a0 chore(deps): update all non-major dependencies (main) (#18708)
  • 97b4e6e docs: fix broken link to esm section (#18716)
  • cb0860b fix(nuxt): make onNuxtReady safe to run on server-side (#18706)
  • cce4df1 chore(deps): update all non-major dependencies (main) (#18694)
  • 0911412 ci: allow manually dispatching nightly nuxt2 build
  • 21badd9 ci: fix ref for 2.x branch
  • 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