Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.47 -> ^1.2.75 age confidence
@iconify-json/simple-icons ^1.2.38 -> ^1.2.60 age confidence
@iconify-json/vscode-icons ^1.2.22 -> ^1.2.36 age confidence
@nuxt/content (source) ^3.5.1 -> ^3.8.2 age confidence
@nuxt/devtools (source) ^2.5.0 -> ^2.7.0 age confidence
@nuxt/eslint (source) ^1.4.1 -> ^1.10.0 age confidence
@nuxt/eslint-config (source) ^1.4.1 -> ^1.10.0 age confidence
@nuxt/image (source) ^1.10.0 -> ^1.11.0 age confidence
@nuxt/kit (source) ^3.17.5 -> ^3.20.1 age confidence
@nuxt/module-builder ^1.0.1 -> ^1.0.2 age confidence
@nuxt/schema (source) ^3.17.5 -> ^3.20.1 age confidence
@nuxt/test-utils ^3.19.1 -> ^3.20.1 age confidence
@nuxt/ui-pro (source) ^3.1.3 -> ^3.3.7 age confidence
@types/node (source) ^24.0.1 -> ^24.10.1 age confidence
changelogen ^0.6.1 -> ^0.6.2 age confidence
eslint (source) ^9.29.0 -> ^9.39.1 age confidence
eslint (source) ^9.28.0 -> ^9.39.1 age confidence
eslint-config-prettier ^10.1.5 -> ^10.1.8 age confidence
eslint-plugin-prettier ^5.4.1 -> ^5.5.4 age confidence
nuxt (source) ^3.17.5 -> ^3.20.1 age confidence
nuxt-og-image (source) ^5.1.6 -> ^5.1.12 age confidence
pnpm (source) 10.12.1 -> 10.23.0 age confidence
posthog-js (source) ^1.252.0 -> ^1.298.0 age confidence
posthog-node (source) 5.1.0 -> 5.14.0 age confidence
prettier (source) ^3.5.3 -> ^3.6.2 age confidence
typescript (source) ^5.8.3 -> ^5.9.3 age confidence
unimport 4.1.1 -> 4.2.0 age confidence
vitest (source) ^3.2.3 -> ^3.2.4 age confidence
vue-tsc (source) ^2.2.10 -> ^2.2.12 age confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.8.2

Compare Source

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
  • extend inherited schema (dd054ea)
Performance Improvements

v3.7.1

Compare Source

Bug Fixes
  • remove zod and zod-to-json-schema from optional deps (#​3541) (8e038f0)

v3.7.0

Compare Source

Deprecations

The following features are deprecated and will be removed in a future release:

  • z re-export from @nuxt/content
  • Calling .editor() directly on zod schemas (e.g. z.string().editor(...))

Migration guide :

- import { defineContentConfig, defineCollection, z } from '@​nuxt/content'
+ import { defineContentConfig, defineCollection, property } from '@​nuxt/content'
+ import { z } from 'zod' // or 'zod/v3' if your setup exposes this subpath

  export default defineContentConfig({
    collections: {
      posts: defineCollection({
        type: 'page',
        source: 'blog/*.md',
        schema: z.object({
        image: z.object({
-         src: z.string().editor({ input: 'media' }),
+         src: property(z.string()).editor({ input: 'media' }),
          alt: z.string(),
        }),
      }),
    },
  })
Features
  • adopt standard schema spec and support different validators (#​3524) (46a1004)
  • inherit component prop types in content collection (#​3451) (a620a2c)
Bug Fixes
  • ProseCode preview syntax highlighting (#​3491) (4a725bd)
  • add dependency at Nuxt root dir (#​3525) (71f2989)
  • block experimental sqlite warning on node (5ac31da)
  • deprecate nitro export in favor of server (ec97064)
  • do not register close hook if websocket is disabled (#​3474) (9edcc8f)
  • ignore .DS_Store files in all subdirectories (c7a9af3)
  • ignore OSX meta file .DS_Store (fe5d7f9)
  • improve websocket and watcher cleanup handling (#​3478) (8041807)
  • inherit: cache component meta (e9658de)
  • inherit: issue with property definition in arrays (873b768)
  • inherit: try resolve component from root directory (b0073f1)
  • inherit: type generation (63500f3)
  • normalize source cwd (#​3532) (0a34742)
  • nuxthub: missing line separator in database migrations (#​3464) (4983443)
  • use listhen's publicUrl if available (#​3500) (fb0f022)

v3.6.3

Compare Source

Bug Fixes

v3.6.2

Compare Source

Features
  • schema: set navigation.icon of page as icon for preview (eff825d)
Bug Fixes

v3.6.1

Compare Source

Features
Bug Fixes
nuxt/devtools (@​nuxt/devtools)

v2.7.0

Compare Source

Bug Fixes
  • devtools: use vite plugin for env-specific config (#​899) (0c258d4)

2.6.5 (2025-09-20)

Bug Fixes
  • ensure path resolve is safe (1fabb49)

2.6.4 (2025-09-19)

Bug Fixes
  • using textContent instead of innerHtml for auth pagechore: update lock (7cadbbe)

2.6.3 (2025-08-22)

2.6.2 (2025-07-02)

Bug Fixes

2.6.1 (2025-07-01)

Bug Fixes

v2.6.5

Compare Source

Bug Fixes
  • ensure path resolve is safe (1fabb49)

v2.6.4

Compare Source

Bug Fixes
  • using textContent instead of innerHtml for auth pagechore: update lock (7cadbbe)

v2.6.3

Compare Source

v2.6.2

Compare Source

Bug Fixes

v2.6.1

Compare Source

Bug Fixes

v2.6.0

Compare Source

Bug Fixes
Features
nuxt/eslint (@​nuxt/eslint)

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/image (@​nuxt/image)

v1.11.0

Compare Source

compare changes

🚀 Enhancements
  • Add support for image helpers in nitro endpoints (#​1473)
  • ipx: Log the architecture of the build (#​1808)
🩹 Fixes
  • Remove layer0 and edgio providers (#​1763)
  • Add back layer0 and edgio providers (without) tests (a99ce09)
  • cloudflare: Don't add baseURL if there are no operations (#​1790)
  • ipx: Always use ipx provider if external baseURL is provided (#​1800)
  • ipxStatic: Strip repeated slashes from image path (#​1801)
  • Avoid deep type instantiation (12b37a2)
📖 Documentation
🏡 Chore
  • Disable shamefully-hoist (#​1795)
  • Do not ignore typescript upgrades (0809991)
  • Switch to using typesVersions field (b4af05a)
  • Allow major bumps in changelog (d486587)
  • Enable oxc-resolver build (4be31c7)
  • Release v1.11.0 (3123997)
✅ Tests
  • Exclude layer0 + edgio from unit tests (3682a90)
🤖 CI
❤️ Contributors
nuxt/nuxt (@​nuxt/kit)

v3.20.1

Compare Source

3.20.1 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe --channel=v3

This 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.

👉 Changelog

compare changes

🩹 Fixes
  • vite: Unset optimizeDeps.include for server environment (#​33550)
  • kit,nuxt,schema: Deprecate ImportPresetWithDeprecation (#​33596)
  • nuxt: Correct warning message for prefetch/noPrefetch conflict (#​33617)
  • nitro: Remove <nuxt-error-overlay> iframe border (#​33625)
  • vite: Use rolldown replace only in build (#​33615)
  • nitro: Use directory paths in moduleEntryPaths (#​33628)
  • nitro: Start error overlay minimized based on status code (#​33658)
  • vite: Ensure optimizeDeps config is applied before other plugins (#​33586)
  • nuxt: Respect layer priority order for scanned components (#​33654)
  • nuxt: Process prerender routes on pages:resolved (#​33662)
  • nuxt: Remove abort signal event listeners after render (#​33665)
  • nuxt: Cleanup event listener with cleanup signal (#​33667)
  • vite: Respect vite proxy in dev middleware (#​33670)
💅 Refactors
  • kit,nitro,nuxt,schema,vite: Explicitly import process/performance (#​33650)
📖 Documentation
  • Fix typo in eslint flat config description (#​33569)
  • Add signal support to useAsyncData examples (#​33601)
  • Note that cookieStore is true by default (#​33572)
  • Document pending as alias of status === 'pending' (#​33221)
  • Clarify route middleware doesn't affect API routes (#​33643)
  • Improve docs for useHead/useHydration/useLazy* (#​33626)
  • Typo (#​33655)
🏡 Chore
🤖 CI
  • Disable cache in release action (885df65f4)
❤️ Contributors

v3.20.0

Compare Source

3.20.0 is the next minor release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This 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.

👉 Changelog

compare changes

🚀 Enhancements
  • nuxt: Allow specifying component declarationPath (#​33419)
  • kit: Add extensions option for resolveModule (#​33328)
  • nuxt: Add abortController option to useAsyncData (#​32531)
  • nuxt: Display youch error page w/ user error page in dev (#​33359)
  • nuxt: Experimental typescript plugin support (#​33314)
  • nuxt,schema: Extract asyncData handlers to chunks (#​33131)
  • kit: Add setGlobalHead utility (#​33512)
  • kit,vite: Allow enabling vite environment api (#​33492)
🔥 Performance
  • nuxt: Precompute renderer dependencies at build time (#​33361)
  • kit,schema: Remove some unnecessary dependencies (bdf34c263)
🩹 Fixes
  • nuxt: Preserve hash with redirecting based on routeRules (#​33222)
  • kit: Safely cleanup loadNuxtConfig in concurrent calls (#​33420)
  • nuxt: Allow object-format href in <NuxtLink> (b97ae2f70)
  • nuxt: Remove mergeModels from auto imports (#​33344)
  • nuxt: Add back shortPath property (#​33384)
  • nuxt: Do not allow native attrs to shadow nuxt link props (0981990a7)
  • nuxt: Remove declarationPath from component dirs (e384ba3cb)
  • nuxt: Preserve root route in isPrerendered check (#​33476)
  • nuxt: Exempt webpack vfs from pkg lookup (4df1e8275)
  • nitro: Exempt nightly release from import protections (272d9abbe)
  • webpack,rspack: Preserve prerender + nitro flags in server builds (#​33503)
  • nuxt: Support component auto-imports as arguments of h() (#​33509)
  • vite: Prevent assignment for rolldown's replacement plugin (#​33526)
  • nuxt: Use sha256 hash for prerender cache keys (#​33505)
  • nuxt: Add NuxtTime relative time numeric prop (#​33552)
  • nuxt: Add NuxtTime relative time relativeStyle prop (#​33557)
  • nuxt: Handle arrays in app config correctly during HMR (#​33555)
💅 Refactors
  • Remove obsolete shortPath property (#​33384)
  • kit: Extract trace utilities (ddaedfa51)
  • nuxt,vite,webpack: Allow builders to augment types (#​33427)
  • schema: Deprecate extend, extendConfig, and configResolved hooks (932a80dc6)
  • nitro,nuxt: Extract @nuxt/nitro-server package (#​33462)
  • nuxt: Use RouteLocationNormalizedLoadedGeneric internally (aa211fb4f)
  • vite: Make vite plugins environment-compatible (#​33445)
📖 Documentation
  • Add nuxt module addServerPlugin note (#​33409)
  • Remove deprecated node version (#​33411)
  • Update declarationPath in addComponent (#​33380)
  • Add some notes/deprecations for vite hooks (2c6912d2f)
  • Fix incorrect ESM module field info (#​33451)
  • Recommend getLayerDirectories() instead of nuxt.options._layers (#​33484)
  • Add docs for moduleDependencies (#​33499)
  • Pin codemod to v0.18.7 for migration recipe (#​33522)
🏡 Chore
  • Migrate gitpod to ona (#​33159)
  • Use native node to run test:prepare (cbad63c02)
  • Do not use native node to run test:prepare (672c09423)
  • Update valid semantic scopes (4ca29168b)
  • Ignore nitro templates (ec59aceeb)
  • Remove vue-demi from ignoredBuiltDependencies (#​33494)
  • Update vscode url (#​33360)
  • Correct jsdoc location for function used as parameters (#​33507)
  • Remove code comment (#​33515)
  • Patch changelogen for large numbers of commits (b6530b5b6)
  • Filter out commits before last tag when constructing changelog (257049712)
  • Ignore @rollup/plugin-commonjs (c2bd323b8)
  • Pin @rollup/plugin-commonjs (a524522ea)
✅ Tests
  • Update runtime test to use asyncDataDefaults.errorValue (b6f1c9b0d)
  • Refactor suite to use common matrix utils (#​33483)
  • Update typed router test (c55db2854)
🤖 CI
  • Publish @nuxt/nitro-server on pkg-pr-new (d37ef17b0)
  • Remove nitro-server publish until v4.2 is released (e34c2f52f)
  • For now, use tag push to trigger release (0705b835f)
❤️ Contributors

v3.19.3

Compare Source

3.19.3 is a regularly scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This 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.

👉 Changelog

compare changes

🔥 Performance
  • vite: Use rolldown's replace plugin when applicable (#​33258)
🩹 Fixes
  • nuxt: Make lazy component types compatible with h (#​33046)
  • vite: Deduplicate inlined server style chunks (#​33308)
  • nuxt: Support head option on useHead (#​33318)
  • nuxt: Do not relativise importmap if cdnURL is set (#​33333)
  • nuxt: Resolve aliases in imports.dirs (#​33334)
  • nuxt: Add missing element/vnode props for <NuxtLink> (#​33335)
  • nuxt: Do not generate server placeholder components (#​33345)
  • nuxt: Dedupe generated component names (#​33346)
  • webpack: Test watch instance before closing it (3314bc9a1)
  • nuxt: Correctly handle island rendering error (#​33302)
  • nuxt: Support v-slot:fallback longform syntax in <DevOnly> (#​33368)
  • nuxt: Support typeFrom when generating auto-import type templates (#​33373)
  • nuxt: Don't trigger scroll when changing trailing slash (#​33358)
  • nuxt: Add stubs for new scripts from @nuxt/scripts (057ade490)
  • nuxt: Prevent duplicate execution on key change in useAsyncData (#​33325)
  • nuxt: Make middleware _path property configurable for HMR (#​33379)
  • nuxt: Handle non-immediate useAsyncData with different key on ssr (#​33341)
💅 Refactors
  • nuxt: Improve implementation of error composables (#​33234)
  • nuxt: Resolve path of typed-router.d.ts early for consistency (#​33285)
  • nuxt: Place filename into componentsIslandsTemplate definition (#​33394)
  • nuxt,vite: Use environment-api compatible plugins (#​33403)
📖 Documentation
  • Update usage instructions for Windows users (#​33284)
  • Remove d suffix in example (#​33298)
  • Move directory structure to top-level (#​33299)
  • Add 3.x prefix to all internal links (0fef864d6)
  • Add information about useFetch reactivity (#​33317)
  • Lint code samples within docs (#​33271)
  • Note prepare command NODE_ENV behavior (#​33330)
  • Update nuxt command pages (#​33336)
🏡 Chore
✅ Tests
  • nuxt: Set locale to en for nuxt-time tests ([#​3334

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from mitjans February 11, 2025 22:19
@vercel
Copy link

vercel bot commented Feb 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nuxt-posthog-docs Error Error Nov 24, 2025 2:08pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f2ea09c to 933247c Compare February 12, 2025 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 933247c to bbd00bc Compare February 12, 2025 16:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbd00bc to bcc8364 Compare February 12, 2025 22:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcc8364 to b5b1f2b Compare February 13, 2025 06:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5b1f2b to 7d7a80d Compare February 13, 2025 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d7a80d to e56725e Compare February 14, 2025 01:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e56725e to 1f69da3 Compare February 14, 2025 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f69da3 to bf6bc39 Compare February 14, 2025 22:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf6bc39 to dc51258 Compare February 15, 2025 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc51258 to cf7e470 Compare February 15, 2025 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf7e470 to 78fed8e Compare February 17, 2025 15:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78fed8e to b6684bf Compare February 18, 2025 06:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6684bf to 5a744ec Compare February 18, 2025 14:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5a744ec to 3a82ff5 Compare February 18, 2025 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8689b15 to d6aa89b Compare November 13, 2025 22:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6aa89b to b4ac98e Compare November 14, 2025 06:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b4ac98e to 5e763f1 Compare November 15, 2025 13:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e763f1 to 4db6ec7 Compare November 17, 2025 10:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4db6ec7 to 038657f Compare November 18, 2025 02:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 038657f to 67e3c77 Compare November 18, 2025 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67e3c77 to 048e8f9 Compare November 19, 2025 04:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 048e8f9 to 1056950 Compare November 19, 2025 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1056950 to 15de5e3 Compare November 19, 2025 21:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15de5e3 to 16f728d Compare November 20, 2025 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 16f728d to 926dd79 Compare November 20, 2025 14:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 926dd79 to 278e58e Compare November 24, 2025 04:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 278e58e to cb7267e Compare November 24, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants