Skip to content

chore(deps): update dependency @nuxt/content to v3.14.0#43

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nuxt-content-3.x-lockfile
Open

chore(deps): update dependency @nuxt/content to v3.14.0#43
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nuxt-content-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 18, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

nuxt/content (@​nuxt/content)

v3.14.0

Compare Source

Features
Bug Fixes
  • docs: update Nuxt version from 3 to 4 in template features (#​3780) (1f24029)
  • path-meta: slugify function did not pass to transformer (#​3794) (778d7db)
  • preview: skip collections without source in preview template (#​3771) (8aabefd)

v3.13.0

Compare Source

Bug Fixes
  • get mdc configs by calling mdc:configSources hook (#​3736) (57f5552)
  • preview: move formatDate/formatDateTime into runtime subtree (#​3749) (4a76b2a)

v3.12.0

Compare Source

Features
Bug Fixes

v3.11.2

Compare Source

Bug Fixes
  • studio: fallback to env variable to detect ai feature (#​3713) (3fc8b7b)

v3.11.1

Compare Source

Features
  • collections: create studio collections for AI if detected (#​3709) (7744645)
Bug Fixes
  • issue with disabling contentRawMarkdown (5be6b0c)

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)

Configuration

📅 Schedule: (UTC)

  • 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
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 2f179cf to 07d274c Compare December 25, 2025 08:02
@renovate renovate Bot changed the title chore(deps): update dependency @nuxt/content to v3.9.0 chore(deps): update dependency @nuxt/content to v3.10.0 Dec 25, 2025
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 07d274c to 7df6684 Compare January 1, 2026 00:01
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 7df6684 to ebbb835 Compare January 9, 2026 03:37
@renovate renovate Bot changed the title chore(deps): update dependency @nuxt/content to v3.10.0 chore(deps): update dependency @nuxt/content to v3.11.0 Jan 17, 2026
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch 2 times, most recently from 8dde566 to 94d12b9 Compare January 20, 2026 08:11
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 94d12b9 to 715319c Compare January 24, 2026 12:09
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch 2 times, most recently from 631c11c to 0f18fca Compare February 5, 2026 20:10
@renovate renovate Bot changed the title chore(deps): update dependency @nuxt/content to v3.11.0 chore(deps): update dependency @nuxt/content to v3.11.2 Feb 5, 2026
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch 2 times, most recently from ecd77dc to 249c378 Compare February 19, 2026 08:14
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 249c378 to f0a6617 Compare March 1, 2026 14:10
@renovate renovate Bot changed the title chore(deps): update dependency @nuxt/content to v3.11.2 chore(deps): update dependency @nuxt/content to v3.12.0 Mar 1, 2026
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch 2 times, most recently from ec847ce to 549c108 Compare March 14, 2026 16:52
@renovate renovate Bot changed the title chore(deps): update dependency @nuxt/content to v3.12.0 chore(deps): update dependency @nuxt/content to v3.13.0 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 549c108 to 6b136f2 Compare April 15, 2026 18:56
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 6b136f2 to f67c806 Compare April 30, 2026 02:15
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from f67c806 to b2ec2d1 Compare May 13, 2026 08:08
@renovate renovate Bot changed the title chore(deps): update dependency @nuxt/content to v3.13.0 chore(deps): update dependency @nuxt/content to v3.14.0 May 22, 2026
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from b2ec2d1 to fb9849e Compare May 22, 2026 04:03
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch 2 times, most recently from e87719e to 369d34a Compare June 2, 2026 08:08
@renovate renovate Bot force-pushed the renovate/nuxt-content-3.x-lockfile branch from 369d34a to eb62866 Compare June 12, 2026 14:46
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.

0 participants