chore (npm): bump nuxt from 3.20.1 to 3.20.2
Bumps nuxt from 3.20.1 to 3.20.2.
Release notes
Sourced from nuxt's releases.
v3.20.2
3.20.2 is the next patch release.
✅ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupe --channel=v3This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
[!NOTE] This will only work if you already have a version of
@nuxt/cliwhich has the--channelflag. If this does not work, you can instead runnpx nuxi@latestfor the initial upgrade.👉 Changelog
🩹 Fixes
- nitro: Do not show pretty error handler when testing (cc75ce409)
- nuxt: Generate valid references for component declaration items (#33388)
- nuxt: Sync internal route before calling
page:finishhook (#33707)- nitro: Ensure html is a string before injecting error handler (6f51a25e9)
- nitro: Include layer server directories in
tsconfig.server.json(#33510)- nuxt: Ensure deduped async data executions return latest promise (#33740)
- kit,nuxt: Type + respect
moduleDependenciesby meta name (#33774)- nuxt,schema: Ignore
.d.vue.tsdeclarations (9a6a770ab)- kit,nuxt: Protect against resolved nuxt module subpath (#33767)
- nuxt: Re-execute
callOnceduring HMR (#33810)- nuxt: Resolve watch callback after reactive key change in
useAsyncData(#33802)- nuxt: Escape HTML in development error page stack trace (#33820)
- kit: Do not add resolved
rootDirto cached layer config (#33779)- kit,schema: Add
moduleDependencies->installModule(#33689)💅 Refactors
- nuxt: Improve type safety within
callOncefunction (#33825)📖 Documentation
- Split directory structure and re-order guides (v3) (#33690)
- Fix link (016ef66e3)
- Add hints release (#33701)
- Fix link to vitest globals config (#33702)
- Fix 404 link (5543b7cf7)
- Text consistency (#33709)
- Type
erroras non-optional prop (#33763)🏡 Chore
... (truncated)
Commits
06449a8v3.20.275c470fchore(deps): update all non-major dependencies (3.x) (#33719)db81f67chore(deps): upgrade oxc to 0.98 (#33726)fd80e09fix(nuxt): escape HTML in development error page stack trace (#33820)8b75f13fix(nuxt): resolve watch callback after reactive key change inuseAsyncData...55d30d7refactor(nuxt): improve type safety withincallOncefunction (#33825)fe7e3cefix(nuxt): re-executecallOnceduring HMR (#33810)0994403fix(kit,nuxt): protect against resolved nuxt module subpath (#33767)9a6a770fix(nuxt,schema): ignore.d.vue.tsdeclarations41012a9fix(kit,nuxt): type + respectmoduleDependenciesby meta name (#33774)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)