Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2025

This PR contains the following updates:

Package Change Age Confidence
@nuxt/content (source) 3.6.3 -> 3.9.0 age confidence

Release Notes

nuxt/content (@​nuxt/content)

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)

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 ad5e36c to 7733918 Compare September 26, 2025 19:57
@renovate renovate bot changed the title fix(deps): update dependency @nuxt/content to v3.7.1 chore(deps): update dependency @nuxt/content to v3.7.1 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 7733918 to 5ea74f4 Compare October 25, 2025 16:00
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 5ea74f4 to 6616526 Compare November 1, 2025 23:46
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/content to v3.7.1 chore(deps): update dependency @nuxt/content to v3.8.0 Nov 1, 2025
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/content to v3.8.0 chore(deps): 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 4a3d2a5 to a06b4d5 Compare November 19, 2025 12:00
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/content to v3.8.2 chore(deps): update dependency @nuxt/content to v3.9.0 Dec 3, 2025
@renovate renovate bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from a06b4d5 to 2f179cf Compare December 3, 2025 23:29
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