nuxt-ultimate-tutorial
nuxt-ultimate-tutorial copied to clipboard
chore(deps-dev): bump nuxt from 3.10.2 to 3.11.2
Bumps nuxt from 3.10.2 to 3.11.2.
Release notes
Sourced from nuxt's releases.
v3.11.2
3.11.2 is the next regularly scheduled patch release.
✅ Upgrading
As usual, our recommendation for upgrading is to run:
nuxi upgrade --forceThis 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
🔥 Performance
- nuxt: Don't tree-shake
useServerHeadin dev (#26421)- nuxt: Reduce nuxt island payload (#26569)
- nuxt: Unsubscribe from watch when scope is disposed (#26554)
- nuxt: Reduce router resolutions (#26519)
🩹 Fixes
- nuxt: Handle underscores in island names (#26370)
- nuxt: Don't append new route for redirect if one exists (#26368)
- nuxt: Ignore
navigateToopenoption on server side (#26392)- nuxt: Print errors when compiling templates (#26410)
- nuxt: Don't warn about
definePageMetain server pages (#26422)- nuxt: Pass
joinRelativeURL+ share paths on server (#26407)- nuxt: Exclude
<srcDir>/index.htmlfrom import protection (#26430)- nuxt: Early return from
refreshCookieon server (22ada37b4)- nuxt: Move
v-ifto wrapper in islands transform (#26386)- nuxt: Move directives to client component island wrapper (#26387)
- nuxt: Ignore fetch errors in
getLatestManifest(#26486)- nuxt: Check island element instead of hydration state (#26480)
- nuxt: Add build id to rendered payload url (#26504)
- nuxt: Support serialising rich server logs (#26503)
- nuxt: Handle errors parsing/stringifying logs (4a87c35df)
- nuxt: Augment
GlobalComponentsin multiple vue modules (#26541)- nuxt: Suppress warning about resolve cache-driver (#26595)
- nuxt: Handle auto-importing named components (#26556)
- schema: Update webpack
transformAssetUrls+ passhoistStaticto vite plugin (#26563)- schema: Document use case for
typescript.shim(#26607)- nuxt: Normalise rollup opts in island transform w/o nuxt (#26589)
- nuxt: Handle missing Nuxt context in
useRoute(#26633)💅 Refactors
... (truncated)
Commits
3c90aafv3.11.2bb65d91chore(deps): update dependency magic-string to ^0.30.9 (main) (#26641)af3594cfix(nuxt): handle missing Nuxt context inuseRoute(#26633)a3a28a9chore: migrate to ESLint flat config (#26583)0d63921chore(deps): update dependency vite to v5.2.8 (main) (#26627)2dc4505fix(nuxt): normalise rollup opts in island transform w/o nuxt (#26589)59b58b8chore(deps): update all non-major dependencies (main) (#26613)be49918perf(nuxt): reduce router resolutions (#26519)1019ed9fix(nuxt): handle auto-importing named components (#26556)cbb4a1cperf(nuxt): unsubscribe from watch when scope is disposed (#26554)- 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)