A very merry Christmas to you and yours from all Nuxters involved in this release! ππ
We have lots of features packed into v3.9.0 and can't wait for you to try them out.
β‘οΈ Vite 5
This release comes with Vite 5 and Rollup 4 support. Module authors may need to check to ensure that any vite plugins you're creating are compatible with these latest releases.
This comes with a whole host of great improvements and bug fixes - check out the Vite changelog for more info.
β¨ Vue 3.4 ready
This release is tested with the latest Vue 3.4 release candidate, and has the necessary configuration to take advantage of new features in Vue 3.4, including debugging hydration errors in production (just set debug: true) in your Nuxt config.
π To take advantage, just update your vue version once v3.4 is released, or try out the release candidate today:
This is a highly-experimental update, but it's now possible to play around with interactive components within Nuxt server components. You'll need to enable this new feature additionally to component islands:
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps nuxt from 2.16.3 to 3.9.0.
Release notes
Sourced from nuxt's releases.
... (truncated)
Commits
c28ef02
v3.9.032d2c99
refactor(schema): introducefuture
andfeatures
namespace (#24880)57d22b4
chore(deps): update dependency@βvitejs/plugin-vue
to v5 (main) (#24892)a2ef309
feat(kit,nuxt,vite,webpack): addtoArray
util (#24857)cf1a698
chore(deps): update all non-major dependencies (main) (#24862)ba0d274
test: add basic benchmark tests (#24846)2cab4cb
perf(nuxt): avoid duplicateuseRuntimeConfig
call (#24843)f5a44fb
fix(nuxt): add__VUE_PROD_HYDRATION_MISMATCH_DETAILS__
(#24836)a073bec
chore(deps): update vitest to v1.1.0 (main) (#24830)8d5c274
fix(nuxt): register override hooks separately (#24833)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show