Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 12, 2025

This PR contains the following updates:

Package Change Age Confidence
@nuxt/content (source) 3.6.13.11.0 age confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.11.0

Compare Source

Features
  • api: use request fetch (#​3677) (2b32a4d)
  • auto generate markdown version of documents (#​3688) (340fdf4)
  • cast date field from datetime to date string format (#​3673) (f1a2ca4)
  • collection: allow hidden property in editor without redefine validation (#​3661) (24af55a)
  • nuxt-llms: rewriteLLMSTxt option to disable rewriting paths in llms.txt (38e57ec)
Bug Fixes
Performance Improvements
Reverts
  • Revert "chore: upgrade deps" (c4a3228)
  • Revert "chore: upgrade deps" (841b360)

v3.10.0

Compare Source

Features
Bug Fixes
  • database: sqlite memory driver syntax (#​3635) (9b4b4f2)
  • docs: prerendering issues (b8c5225)
  • lint: configs (1ef7768)
  • lint: unique headings (c5cc00c)
  • module: work with route rules cache: true (#​3617) (fa6c267)
  • nuxthub: inherit preset form node/cloudflare (551a7fb)
  • parser: do not extract content title & description from body on data collections (4f4e958)
  • path-meta: apply path meta fields if they exists in schema (#​3632) (b3d7464)

v3.9.0

Compare Source

Features
  • amplity: usenode:sqlite on AWS Amplify if Node.js > 22 (#​3598) e74bb6d
Bug Fixes
  • fs-watcher: add timeout to deal with race-condition c07336e
  • prepare for NuxtHub 0.10 with hub.db (#​3624) 8a9f9d3
  • respect app.baseURL in Cloudflare database handler (#​3608) 1af6adc

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

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/nuxt-content-3.x-lockfile branch from 4b94b5b to fd857b8 Compare August 11, 2025 08:06
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from fd857b8 to 268ebc2 Compare August 23, 2025 07:29
@renovate renovate bot changed the title Update dependency @nuxt/content to v3.6.3 Update dependency @nuxt/content to v3.7.0 Sep 14, 2025
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 268ebc2 to 9cf1422 Compare September 14, 2025 11:44
@renovate renovate bot changed the title Update dependency @nuxt/content to v3.7.0 Update dependency @nuxt/content to v3.7.1 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 9cf1422 to 1fae895 Compare September 17, 2025 19:49
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 1fae895 to cf70b15 Compare September 27, 2025 00:11
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from cf70b15 to 1159a4c Compare October 23, 2025 07:46
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 1159a4c to 61c7e4b Compare November 1, 2025 19:56
@renovate renovate bot changed the title Update dependency @nuxt/content to v3.7.1 Update dependency @nuxt/content to v3.8.0 Nov 1, 2025
@renovate renovate bot changed the title Update dependency @nuxt/content to v3.8.0 Update dependency @nuxt/content to v3.8.2 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch 2 times, most recently from fdbc4af to 43a68e1 Compare November 19, 2025 12:12
@renovate renovate bot changed the title Update dependency @nuxt/content to v3.8.2 Update dependency @nuxt/content to v3.9.0 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 43a68e1 to 2ae0709 Compare December 4, 2025 23:47
@renovate renovate bot changed the title Update dependency @nuxt/content to v3.9.0 Update dependency @nuxt/content to v3.10.0 Dec 24, 2025
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 2ae0709 to a5a1486 Compare December 31, 2025 11:37
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from a5a1486 to c760a40 Compare January 9, 2026 03:58
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from c760a40 to dcf2d7d Compare January 17, 2026 04:04
@renovate renovate bot changed the title Update dependency @nuxt/content to v3.10.0 Update dependency @nuxt/content to v3.11.0 Jan 17, 2026
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from dcf2d7d to 4feb0be Compare January 20, 2026 11:57
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.

1 participant