Skip to content

Update devDependency @nuxt/content to v3 - #169

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

Update devDependency @nuxt/content to v3#169
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-content-3.x

Conversation

@renovate

@renovaterenovateBot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@nuxt/content (source)^2.13.4^3.16.0ageconfidence

Release Notes

nuxt/content (@​nuxt/content)

v3.16.0

Compare Source

Bug Fixes
  • avoid install prompt in non-interactive environments (#​3833) (2d0e84b)
  • ContentRenderer: keep async component identity stable across re-resolves (#​3835) (dcf86e6)
  • improve generated git cache key (#​3839) (d1e353e)
  • module: keep content templates when building with _prepare (#​3837) (e390c3b)
  • nuxthub: handle object form of hub.db (#​3822) (8841abc)
  • query: tolerate trailing slashes in path-based lookups (#​3838) (220d392)
  • runtime: use dynamic import for #content/adapter to prevent prerender failure (#​3830) (400390a)
  • use UTC getters in formatDate/formatDateTime to prevent timezone drift (#​3782) (9f1f89a)

v3.15.2

Compare Source

Bug Fixes
  • dev: ignore temporary files in content source paths (#​3784) (a019e70)
  • security: reject SQL function calls in query WHERE clauses (#​3819) (847d523)

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes
  • content: support validator detection with pnpm enableGlobalVirtualStore (#​3791) (6b2720b)
  • hmr: update all matching collections when a file changes (#​3802) (06f8edb)
  • search: softer heading-level boost curve and tuned defaults (#​3801) (00d25a5)
  • vercel: use tmp directory to clone contents (#​3810) (793d59a)

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

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
Bug Fixes

v3.8.2

Compare Source

Features
Bug Fixes

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
Performance Improvements

v3.7.1

Compare Source

Bug Fixes

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

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes
  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#​2927) (#​3018) (c11f90a)
  • fix broken install link (#​2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #​3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#​3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#​3006) (3807fe9)
  • module: content parser error handling (#​3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #​3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#​3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #​3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#​2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#​3024) (99f5ac9)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 2am on monday"
  • 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.

@changeset-bot

changeset-botBot commented Jan 27, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 72d95e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlifyBot commented Jan 27, 2025

Copy link
Copy Markdown

Deploy Preview for vintl-nuxt ready!

NameLink
🔨 Latest commit72d95e9
🔍 Latest deploy loghttps://app.netlify.com/projects/vintl-nuxt/deploys/6a9479d8d576e900081e7120
😎 Deploy Previewhttps://deploy-preview-169--vintl-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 7da37cb to 9115347CompareFebruary 6, 2025 18:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 9115347 to 39d5354CompareFebruary 14, 2025 16:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d3bf5cd to 2d4c54bCompareFebruary 27, 2025 19:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d4c54b to 750d0a3CompareMarch 8, 2025 18:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 750d0a3 to 2b7e6b7CompareMarch 23, 2025 13:53
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from dbac7f3 to 46be468CompareApril 27, 2025 19:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 46be468 to 5193ff4CompareJune 15, 2025 14:33
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5193ff4 to 6d883beCompareJune 23, 2025 20:45
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 4eedf74 to b8ee539CompareJuly 7, 2025 12:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 9c139b5 to 0eeff1fCompareAugust 13, 2025 14:02
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 0eeff1f to 2d78278CompareAugust 19, 2025 14:47
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d78278 to cc3e4d6CompareAugust 31, 2025 14:00
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from a409fd1 to 406baf2CompareSeptember 19, 2025 18:15
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 406baf2 to c27b03cCompareSeptember 25, 2025 20:10
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from c27b03c to 5816be6CompareOctober 21, 2025 09:46
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5816be6 to fb37639CompareNovember 1, 2025 20:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from 93f7595 to ced2ee1CompareNovember 16, 2025 21:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from ced2ee1 to e5c2856CompareNovember 18, 2025 12:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from e5c2856 to bbc324bCompareDecember 3, 2025 18:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 21dd034 to 14aa068CompareJanuary 23, 2026 23:58
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 276390a to de58cbdCompareFebruary 8, 2026 17:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 6d6f5a5 to ac55bd8CompareFebruary 17, 2026 16:42
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 8fb85fa to 578f38dCompareMarch 5, 2026 16:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 578f38d to 02b664aCompareMarch 13, 2026 11:04
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 928cc48 to 312b9aeCompareApril 8, 2026 16:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 312b9ae to f0ddb6cCompareApril 16, 2026 18:09
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from f0ddb6c to 44ce7c7CompareMay 1, 2026 08:43
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 671e335 to 7949d6bCompareMay 18, 2026 10:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 7949d6b to 6542bdbCompareMay 21, 2026 15:51
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 2df3b2e to 27daba2CompareJune 1, 2026 21:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 27daba2 to fa0d1ecCompareJune 11, 2026 15:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 0c5e0b0 to 57280d8CompareJuly 12, 2026 17:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 317beaa to 6cd44a7CompareJuly 20, 2026 21:50
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d5e9bd0 to f9a54baCompareJuly 30, 2026 16:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from f390a6f to 1ff98adCompareAugust 14, 2026 20:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 1ff98ad to 07ecc92CompareAugust 26, 2026 15:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 07ecc92 to 72d95e9CompareAugust 30, 2026 18:43
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Update devDependency @nuxt/content to v3 by renovate[bot] · Pull Request #169 · vintl-dev/nuxt · GitHub
Skip to content

Update devDependency @nuxt/content to v3 - #169

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

Update devDependency @nuxt/content to v3#169
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-content-3.x

Conversation

@renovate

@renovaterenovateBot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@nuxt/content (source)^2.13.4^3.16.0ageconfidence

Release Notes

nuxt/content (@​nuxt/content)

v3.16.0

Compare Source

Bug Fixes
  • avoid install prompt in non-interactive environments (#​3833) (2d0e84b)
  • ContentRenderer: keep async component identity stable across re-resolves (#​3835) (dcf86e6)
  • improve generated git cache key (#​3839) (d1e353e)
  • module: keep content templates when building with _prepare (#​3837) (e390c3b)
  • nuxthub: handle object form of hub.db (#​3822) (8841abc)
  • query: tolerate trailing slashes in path-based lookups (#​3838) (220d392)
  • runtime: use dynamic import for #content/adapter to prevent prerender failure (#​3830) (400390a)
  • use UTC getters in formatDate/formatDateTime to prevent timezone drift (#​3782) (9f1f89a)

v3.15.2

Compare Source

Bug Fixes
  • dev: ignore temporary files in content source paths (#​3784) (a019e70)
  • security: reject SQL function calls in query WHERE clauses (#​3819) (847d523)

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes
  • content: support validator detection with pnpm enableGlobalVirtualStore (#​3791) (6b2720b)
  • hmr: update all matching collections when a file changes (#​3802) (06f8edb)
  • search: softer heading-level boost curve and tuned defaults (#​3801) (00d25a5)
  • vercel: use tmp directory to clone contents (#​3810) (793d59a)

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

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
Bug Fixes

v3.8.2

Compare Source

Features
Bug Fixes

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
Performance Improvements

v3.7.1

Compare Source

Bug Fixes

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

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes
  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#​2927) (#​3018) (c11f90a)
  • fix broken install link (#​2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #​3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#​3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#​3006) (3807fe9)
  • module: content parser error handling (#​3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #​3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#​3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #​3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#​2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#​3024) (99f5ac9)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 2am on monday"
  • 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.

@changeset-bot

changeset-botBot commented Jan 27, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 72d95e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlifyBot commented Jan 27, 2025

Copy link
Copy Markdown

Deploy Preview for vintl-nuxt ready!

NameLink
🔨 Latest commit72d95e9
🔍 Latest deploy loghttps://app.netlify.com/projects/vintl-nuxt/deploys/6a9479d8d576e900081e7120
😎 Deploy Previewhttps://deploy-preview-169--vintl-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 7da37cb to 9115347CompareFebruary 6, 2025 18:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 9115347 to 39d5354CompareFebruary 14, 2025 16:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d3bf5cd to 2d4c54bCompareFebruary 27, 2025 19:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d4c54b to 750d0a3CompareMarch 8, 2025 18:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 750d0a3 to 2b7e6b7CompareMarch 23, 2025 13:53
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from dbac7f3 to 46be468CompareApril 27, 2025 19:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 46be468 to 5193ff4CompareJune 15, 2025 14:33
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5193ff4 to 6d883beCompareJune 23, 2025 20:45
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 4eedf74 to b8ee539CompareJuly 7, 2025 12:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 9c139b5 to 0eeff1fCompareAugust 13, 2025 14:02
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 0eeff1f to 2d78278CompareAugust 19, 2025 14:47
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d78278 to cc3e4d6CompareAugust 31, 2025 14:00
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from a409fd1 to 406baf2CompareSeptember 19, 2025 18:15
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 406baf2 to c27b03cCompareSeptember 25, 2025 20:10
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from c27b03c to 5816be6CompareOctober 21, 2025 09:46
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5816be6 to fb37639CompareNovember 1, 2025 20:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from 93f7595 to ced2ee1CompareNovember 16, 2025 21:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from ced2ee1 to e5c2856CompareNovember 18, 2025 12:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from e5c2856 to bbc324bCompareDecember 3, 2025 18:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 21dd034 to 14aa068CompareJanuary 23, 2026 23:58
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 276390a to de58cbdCompareFebruary 8, 2026 17:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 6d6f5a5 to ac55bd8CompareFebruary 17, 2026 16:42
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 8fb85fa to 578f38dCompareMarch 5, 2026 16:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 578f38d to 02b664aCompareMarch 13, 2026 11:04
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 928cc48 to 312b9aeCompareApril 8, 2026 16:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 312b9ae to f0ddb6cCompareApril 16, 2026 18:09
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from f0ddb6c to 44ce7c7CompareMay 1, 2026 08:43
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 671e335 to 7949d6bCompareMay 18, 2026 10:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 7949d6b to 6542bdbCompareMay 21, 2026 15:51
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 2df3b2e to 27daba2CompareJune 1, 2026 21:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 27daba2 to fa0d1ecCompareJune 11, 2026 15:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 0c5e0b0 to 57280d8CompareJuly 12, 2026 17:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 317beaa to 6cd44a7CompareJuly 20, 2026 21:50
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d5e9bd0 to f9a54baCompareJuly 30, 2026 16:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from f390a6f to 1ff98adCompareAugust 14, 2026 20:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 1ff98ad to 07ecc92CompareAugust 26, 2026 15:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 07ecc92 to 72d95e9CompareAugust 30, 2026 18:43
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update devDependency @nuxt/content to v3 by renovate[bot] · Pull Request #169 · vintl-dev/nuxt · GitHub
Skip to content

Update devDependency @nuxt/content to v3 - #169

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

Update devDependency @nuxt/content to v3#169
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-content-3.x

Conversation

@renovate

@renovaterenovateBot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@nuxt/content (source)^2.13.4^3.16.0ageconfidence

Release Notes

nuxt/content (@​nuxt/content)

v3.16.0

Compare Source

Bug Fixes
  • avoid install prompt in non-interactive environments (#​3833) (2d0e84b)
  • ContentRenderer: keep async component identity stable across re-resolves (#​3835) (dcf86e6)
  • improve generated git cache key (#​3839) (d1e353e)
  • module: keep content templates when building with _prepare (#​3837) (e390c3b)
  • nuxthub: handle object form of hub.db (#​3822) (8841abc)
  • query: tolerate trailing slashes in path-based lookups (#​3838) (220d392)
  • runtime: use dynamic import for #content/adapter to prevent prerender failure (#​3830) (400390a)
  • use UTC getters in formatDate/formatDateTime to prevent timezone drift (#​3782) (9f1f89a)

v3.15.2

Compare Source

Bug Fixes
  • dev: ignore temporary files in content source paths (#​3784) (a019e70)
  • security: reject SQL function calls in query WHERE clauses (#​3819) (847d523)

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes
  • content: support validator detection with pnpm enableGlobalVirtualStore (#​3791) (6b2720b)
  • hmr: update all matching collections when a file changes (#​3802) (06f8edb)
  • search: softer heading-level boost curve and tuned defaults (#​3801) (00d25a5)
  • vercel: use tmp directory to clone contents (#​3810) (793d59a)

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

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
Bug Fixes

v3.8.2

Compare Source

Features
Bug Fixes

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
Performance Improvements

v3.7.1

Compare Source

Bug Fixes

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

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes
  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#​2927) (#​3018) (c11f90a)
  • fix broken install link (#​2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #​3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#​3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#​3006) (3807fe9)
  • module: content parser error handling (#​3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #​3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#​3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #​3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#​2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#​3024) (99f5ac9)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 2am on monday"
  • 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.

@changeset-bot

changeset-botBot commented Jan 27, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 72d95e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlifyBot commented Jan 27, 2025

Copy link
Copy Markdown

Deploy Preview for vintl-nuxt ready!

NameLink
🔨 Latest commit72d95e9
🔍 Latest deploy loghttps://app.netlify.com/projects/vintl-nuxt/deploys/6a9479d8d576e900081e7120
😎 Deploy Previewhttps://deploy-preview-169--vintl-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 7da37cb to 9115347CompareFebruary 6, 2025 18:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 9115347 to 39d5354CompareFebruary 14, 2025 16:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d3bf5cd to 2d4c54bCompareFebruary 27, 2025 19:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d4c54b to 750d0a3CompareMarch 8, 2025 18:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 750d0a3 to 2b7e6b7CompareMarch 23, 2025 13:53
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from dbac7f3 to 46be468CompareApril 27, 2025 19:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 46be468 to 5193ff4CompareJune 15, 2025 14:33
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5193ff4 to 6d883beCompareJune 23, 2025 20:45
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 4eedf74 to b8ee539CompareJuly 7, 2025 12:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 9c139b5 to 0eeff1fCompareAugust 13, 2025 14:02
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 0eeff1f to 2d78278CompareAugust 19, 2025 14:47
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d78278 to cc3e4d6CompareAugust 31, 2025 14:00
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from a409fd1 to 406baf2CompareSeptember 19, 2025 18:15
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 406baf2 to c27b03cCompareSeptember 25, 2025 20:10
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from c27b03c to 5816be6CompareOctober 21, 2025 09:46
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5816be6 to fb37639CompareNovember 1, 2025 20:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from 93f7595 to ced2ee1CompareNovember 16, 2025 21:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from ced2ee1 to e5c2856CompareNovember 18, 2025 12:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from e5c2856 to bbc324bCompareDecember 3, 2025 18:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 21dd034 to 14aa068CompareJanuary 23, 2026 23:58
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 276390a to de58cbdCompareFebruary 8, 2026 17:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 6d6f5a5 to ac55bd8CompareFebruary 17, 2026 16:42
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 8fb85fa to 578f38dCompareMarch 5, 2026 16:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 578f38d to 02b664aCompareMarch 13, 2026 11:04
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 928cc48 to 312b9aeCompareApril 8, 2026 16:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 312b9ae to f0ddb6cCompareApril 16, 2026 18:09
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from f0ddb6c to 44ce7c7CompareMay 1, 2026 08:43
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 671e335 to 7949d6bCompareMay 18, 2026 10:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 7949d6b to 6542bdbCompareMay 21, 2026 15:51
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 2df3b2e to 27daba2CompareJune 1, 2026 21:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 27daba2 to fa0d1ecCompareJune 11, 2026 15:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 0c5e0b0 to 57280d8CompareJuly 12, 2026 17:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 317beaa to 6cd44a7CompareJuly 20, 2026 21:50
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d5e9bd0 to f9a54baCompareJuly 30, 2026 16:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from f390a6f to 1ff98adCompareAugust 14, 2026 20:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 1ff98ad to 07ecc92CompareAugust 26, 2026 15:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 07ecc92 to 72d95e9CompareAugust 30, 2026 18:43
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update devDependency @nuxt/content to v3 by renovate[bot] · Pull Request #169 · vintl-dev/nuxt · GitHub
Skip to content

Update devDependency @nuxt/content to v3 - #169

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

Update devDependency @nuxt/content to v3#169
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-content-3.x

Conversation

@renovate

@renovaterenovateBot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@nuxt/content (source)^2.13.4^3.16.0ageconfidence

Release Notes

nuxt/content (@​nuxt/content)

v3.16.0

Compare Source

Bug Fixes
  • avoid install prompt in non-interactive environments (#​3833) (2d0e84b)
  • ContentRenderer: keep async component identity stable across re-resolves (#​3835) (dcf86e6)
  • improve generated git cache key (#​3839) (d1e353e)
  • module: keep content templates when building with _prepare (#​3837) (e390c3b)
  • nuxthub: handle object form of hub.db (#​3822) (8841abc)
  • query: tolerate trailing slashes in path-based lookups (#​3838) (220d392)
  • runtime: use dynamic import for #content/adapter to prevent prerender failure (#​3830) (400390a)
  • use UTC getters in formatDate/formatDateTime to prevent timezone drift (#​3782) (9f1f89a)

v3.15.2

Compare Source

Bug Fixes
  • dev: ignore temporary files in content source paths (#​3784) (a019e70)
  • security: reject SQL function calls in query WHERE clauses (#​3819) (847d523)

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes
  • content: support validator detection with pnpm enableGlobalVirtualStore (#​3791) (6b2720b)
  • hmr: update all matching collections when a file changes (#​3802) (06f8edb)
  • search: softer heading-level boost curve and tuned defaults (#​3801) (00d25a5)
  • vercel: use tmp directory to clone contents (#​3810) (793d59a)

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

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
Bug Fixes

v3.8.2

Compare Source

Features
Bug Fixes

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
Performance Improvements

v3.7.1

Compare Source

Bug Fixes

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

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes
  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#​2927) (#​3018) (c11f90a)
  • fix broken install link (#​2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #​3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#​3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#​3006) (3807fe9)
  • module: content parser error handling (#​3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #​3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#​3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #​3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#​2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#​3024) (99f5ac9)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 2am on monday"
  • 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.

@changeset-bot

changeset-botBot commented Jan 27, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 72d95e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlifyBot commented Jan 27, 2025

Copy link
Copy Markdown

Deploy Preview for vintl-nuxt ready!

NameLink
🔨 Latest commit72d95e9
🔍 Latest deploy loghttps://app.netlify.com/projects/vintl-nuxt/deploys/6a9479d8d576e900081e7120
😎 Deploy Previewhttps://deploy-preview-169--vintl-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 7da37cb to 9115347CompareFebruary 6, 2025 18:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 9115347 to 39d5354CompareFebruary 14, 2025 16:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d3bf5cd to 2d4c54bCompareFebruary 27, 2025 19:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d4c54b to 750d0a3CompareMarch 8, 2025 18:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 750d0a3 to 2b7e6b7CompareMarch 23, 2025 13:53
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from dbac7f3 to 46be468CompareApril 27, 2025 19:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 46be468 to 5193ff4CompareJune 15, 2025 14:33
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5193ff4 to 6d883beCompareJune 23, 2025 20:45
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 4eedf74 to b8ee539CompareJuly 7, 2025 12:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 9c139b5 to 0eeff1fCompareAugust 13, 2025 14:02
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 0eeff1f to 2d78278CompareAugust 19, 2025 14:47
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d78278 to cc3e4d6CompareAugust 31, 2025 14:00
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from a409fd1 to 406baf2CompareSeptember 19, 2025 18:15
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 406baf2 to c27b03cCompareSeptember 25, 2025 20:10
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from c27b03c to 5816be6CompareOctober 21, 2025 09:46
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5816be6 to fb37639CompareNovember 1, 2025 20:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from 93f7595 to ced2ee1CompareNovember 16, 2025 21:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from ced2ee1 to e5c2856CompareNovember 18, 2025 12:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from e5c2856 to bbc324bCompareDecember 3, 2025 18:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 21dd034 to 14aa068CompareJanuary 23, 2026 23:58
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 276390a to de58cbdCompareFebruary 8, 2026 17:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 6d6f5a5 to ac55bd8CompareFebruary 17, 2026 16:42
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 8fb85fa to 578f38dCompareMarch 5, 2026 16:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 578f38d to 02b664aCompareMarch 13, 2026 11:04
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 928cc48 to 312b9aeCompareApril 8, 2026 16:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 312b9ae to f0ddb6cCompareApril 16, 2026 18:09
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from f0ddb6c to 44ce7c7CompareMay 1, 2026 08:43
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 671e335 to 7949d6bCompareMay 18, 2026 10:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 7949d6b to 6542bdbCompareMay 21, 2026 15:51
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 2df3b2e to 27daba2CompareJune 1, 2026 21:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 27daba2 to fa0d1ecCompareJune 11, 2026 15:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 0c5e0b0 to 57280d8CompareJuly 12, 2026 17:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 317beaa to 6cd44a7CompareJuly 20, 2026 21:50
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d5e9bd0 to f9a54baCompareJuly 30, 2026 16:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from f390a6f to 1ff98adCompareAugust 14, 2026 20:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 1ff98ad to 07ecc92CompareAugust 26, 2026 15:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 07ecc92 to 72d95e9CompareAugust 30, 2026 18:43
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Update devDependency @nuxt/content to v3 by renovate[bot] · Pull Request #169 · vintl-dev/nuxt · GitHub
Skip to content

Update devDependency @nuxt/content to v3 - #169

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

Update devDependency @nuxt/content to v3#169
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-content-3.x

Conversation

@renovate

@renovaterenovateBot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@nuxt/content (source)^2.13.4^3.16.0ageconfidence

Release Notes

nuxt/content (@​nuxt/content)

v3.16.0

Compare Source

Bug Fixes
  • avoid install prompt in non-interactive environments (#​3833) (2d0e84b)
  • ContentRenderer: keep async component identity stable across re-resolves (#​3835) (dcf86e6)
  • improve generated git cache key (#​3839) (d1e353e)
  • module: keep content templates when building with _prepare (#​3837) (e390c3b)
  • nuxthub: handle object form of hub.db (#​3822) (8841abc)
  • query: tolerate trailing slashes in path-based lookups (#​3838) (220d392)
  • runtime: use dynamic import for #content/adapter to prevent prerender failure (#​3830) (400390a)
  • use UTC getters in formatDate/formatDateTime to prevent timezone drift (#​3782) (9f1f89a)

v3.15.2

Compare Source

Bug Fixes
  • dev: ignore temporary files in content source paths (#​3784) (a019e70)
  • security: reject SQL function calls in query WHERE clauses (#​3819) (847d523)

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes
  • content: support validator detection with pnpm enableGlobalVirtualStore (#​3791) (6b2720b)
  • hmr: update all matching collections when a file changes (#​3802) (06f8edb)
  • search: softer heading-level boost curve and tuned defaults (#​3801) (00d25a5)
  • vercel: use tmp directory to clone contents (#​3810) (793d59a)

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

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
Bug Fixes

v3.8.2

Compare Source

Features
Bug Fixes

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
Performance Improvements

v3.7.1

Compare Source

Bug Fixes

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

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes
  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#​2927) (#​3018) (c11f90a)
  • fix broken install link (#​2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #​3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#​3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#​3006) (3807fe9)
  • module: content parser error handling (#​3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #​3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#​3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #​3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#​2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#​3024) (99f5ac9)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 2am on monday"
  • 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.

@changeset-bot

changeset-botBot commented Jan 27, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 72d95e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlifyBot commented Jan 27, 2025

Copy link
Copy Markdown

Deploy Preview for vintl-nuxt ready!

NameLink
🔨 Latest commit72d95e9
🔍 Latest deploy loghttps://app.netlify.com/projects/vintl-nuxt/deploys/6a9479d8d576e900081e7120
😎 Deploy Previewhttps://deploy-preview-169--vintl-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 7da37cb to 9115347CompareFebruary 6, 2025 18:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 9115347 to 39d5354CompareFebruary 14, 2025 16:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d3bf5cd to 2d4c54bCompareFebruary 27, 2025 19:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d4c54b to 750d0a3CompareMarch 8, 2025 18:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 750d0a3 to 2b7e6b7CompareMarch 23, 2025 13:53
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from dbac7f3 to 46be468CompareApril 27, 2025 19:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 46be468 to 5193ff4CompareJune 15, 2025 14:33
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5193ff4 to 6d883beCompareJune 23, 2025 20:45
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 4eedf74 to b8ee539CompareJuly 7, 2025 12:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 9c139b5 to 0eeff1fCompareAugust 13, 2025 14:02
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 0eeff1f to 2d78278CompareAugust 19, 2025 14:47
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d78278 to cc3e4d6CompareAugust 31, 2025 14:00
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from a409fd1 to 406baf2CompareSeptember 19, 2025 18:15
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 406baf2 to c27b03cCompareSeptember 25, 2025 20:10
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from c27b03c to 5816be6CompareOctober 21, 2025 09:46
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5816be6 to fb37639CompareNovember 1, 2025 20:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from 93f7595 to ced2ee1CompareNovember 16, 2025 21:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from ced2ee1 to e5c2856CompareNovember 18, 2025 12:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from e5c2856 to bbc324bCompareDecember 3, 2025 18:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 21dd034 to 14aa068CompareJanuary 23, 2026 23:58
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 276390a to de58cbdCompareFebruary 8, 2026 17:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 6d6f5a5 to ac55bd8CompareFebruary 17, 2026 16:42
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 8fb85fa to 578f38dCompareMarch 5, 2026 16:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 578f38d to 02b664aCompareMarch 13, 2026 11:04
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 928cc48 to 312b9aeCompareApril 8, 2026 16:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 312b9ae to f0ddb6cCompareApril 16, 2026 18:09
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from f0ddb6c to 44ce7c7CompareMay 1, 2026 08:43
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 671e335 to 7949d6bCompareMay 18, 2026 10:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 7949d6b to 6542bdbCompareMay 21, 2026 15:51
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 2df3b2e to 27daba2CompareJune 1, 2026 21:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 27daba2 to fa0d1ecCompareJune 11, 2026 15:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 0c5e0b0 to 57280d8CompareJuly 12, 2026 17:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 317beaa to 6cd44a7CompareJuly 20, 2026 21:50
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d5e9bd0 to f9a54baCompareJuly 30, 2026 16:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from f390a6f to 1ff98adCompareAugust 14, 2026 20:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 1ff98ad to 07ecc92CompareAugust 26, 2026 15:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 07ecc92 to 72d95e9CompareAugust 30, 2026 18:43
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update devDependency @nuxt/content to v3 by renovate[bot] · Pull Request #169 · vintl-dev/nuxt · GitHub
Skip to content

Update devDependency @nuxt/content to v3 - #169

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

Update devDependency @nuxt/content to v3#169
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-content-3.x

Conversation

@renovate

@renovaterenovateBot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@nuxt/content (source)^2.13.4^3.16.0ageconfidence

Release Notes

nuxt/content (@​nuxt/content)

v3.16.0

Compare Source

Bug Fixes
  • avoid install prompt in non-interactive environments (#​3833) (2d0e84b)
  • ContentRenderer: keep async component identity stable across re-resolves (#​3835) (dcf86e6)
  • improve generated git cache key (#​3839) (d1e353e)
  • module: keep content templates when building with _prepare (#​3837) (e390c3b)
  • nuxthub: handle object form of hub.db (#​3822) (8841abc)
  • query: tolerate trailing slashes in path-based lookups (#​3838) (220d392)
  • runtime: use dynamic import for #content/adapter to prevent prerender failure (#​3830) (400390a)
  • use UTC getters in formatDate/formatDateTime to prevent timezone drift (#​3782) (9f1f89a)

v3.15.2

Compare Source

Bug Fixes
  • dev: ignore temporary files in content source paths (#​3784) (a019e70)
  • security: reject SQL function calls in query WHERE clauses (#​3819) (847d523)

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes
  • content: support validator detection with pnpm enableGlobalVirtualStore (#​3791) (6b2720b)
  • hmr: update all matching collections when a file changes (#​3802) (06f8edb)
  • search: softer heading-level boost curve and tuned defaults (#​3801) (00d25a5)
  • vercel: use tmp directory to clone contents (#​3810) (793d59a)

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

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
Bug Fixes

v3.8.2

Compare Source

Features
Bug Fixes

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
Performance Improvements

v3.7.1

Compare Source

Bug Fixes

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

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes
  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#​2927) (#​3018) (c11f90a)
  • fix broken install link (#​2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #​3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#​3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#​3006) (3807fe9)
  • module: content parser error handling (#​3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #​3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#​3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #​3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#​2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#​3024) (99f5ac9)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 2am on monday"
  • 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.

@changeset-bot

changeset-botBot commented Jan 27, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 72d95e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlifyBot commented Jan 27, 2025

Copy link
Copy Markdown

Deploy Preview for vintl-nuxt ready!

NameLink
🔨 Latest commit72d95e9
🔍 Latest deploy loghttps://app.netlify.com/projects/vintl-nuxt/deploys/6a9479d8d576e900081e7120
😎 Deploy Previewhttps://deploy-preview-169--vintl-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 7da37cb to 9115347CompareFebruary 6, 2025 18:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 9115347 to 39d5354CompareFebruary 14, 2025 16:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d3bf5cd to 2d4c54bCompareFebruary 27, 2025 19:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d4c54b to 750d0a3CompareMarch 8, 2025 18:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 750d0a3 to 2b7e6b7CompareMarch 23, 2025 13:53
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from dbac7f3 to 46be468CompareApril 27, 2025 19:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 46be468 to 5193ff4CompareJune 15, 2025 14:33
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5193ff4 to 6d883beCompareJune 23, 2025 20:45
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 4eedf74 to b8ee539CompareJuly 7, 2025 12:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 9c139b5 to 0eeff1fCompareAugust 13, 2025 14:02
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 0eeff1f to 2d78278CompareAugust 19, 2025 14:47
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d78278 to cc3e4d6CompareAugust 31, 2025 14:00
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from a409fd1 to 406baf2CompareSeptember 19, 2025 18:15
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 406baf2 to c27b03cCompareSeptember 25, 2025 20:10
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from c27b03c to 5816be6CompareOctober 21, 2025 09:46
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5816be6 to fb37639CompareNovember 1, 2025 20:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from 93f7595 to ced2ee1CompareNovember 16, 2025 21:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from ced2ee1 to e5c2856CompareNovember 18, 2025 12:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from e5c2856 to bbc324bCompareDecember 3, 2025 18:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 21dd034 to 14aa068CompareJanuary 23, 2026 23:58
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 276390a to de58cbdCompareFebruary 8, 2026 17:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 6d6f5a5 to ac55bd8CompareFebruary 17, 2026 16:42
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 8fb85fa to 578f38dCompareMarch 5, 2026 16:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 578f38d to 02b664aCompareMarch 13, 2026 11:04
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 928cc48 to 312b9aeCompareApril 8, 2026 16:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 312b9ae to f0ddb6cCompareApril 16, 2026 18:09
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from f0ddb6c to 44ce7c7CompareMay 1, 2026 08:43
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 671e335 to 7949d6bCompareMay 18, 2026 10:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 7949d6b to 6542bdbCompareMay 21, 2026 15:51
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 2df3b2e to 27daba2CompareJune 1, 2026 21:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 27daba2 to fa0d1ecCompareJune 11, 2026 15:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 0c5e0b0 to 57280d8CompareJuly 12, 2026 17:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 317beaa to 6cd44a7CompareJuly 20, 2026 21:50
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d5e9bd0 to f9a54baCompareJuly 30, 2026 16:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from f390a6f to 1ff98adCompareAugust 14, 2026 20:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 1ff98ad to 07ecc92CompareAugust 26, 2026 15:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 07ecc92 to 72d95e9CompareAugust 30, 2026 18:43
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update devDependency @nuxt/content to v3 by renovate[bot] · Pull Request #169 · vintl-dev/nuxt · GitHub
Skip to content

Update devDependency @nuxt/content to v3 - #169

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

Update devDependency @nuxt/content to v3#169
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-content-3.x

Conversation

@renovate

@renovaterenovateBot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@nuxt/content (source)^2.13.4^3.16.0ageconfidence

Release Notes

nuxt/content (@​nuxt/content)

v3.16.0

Compare Source

Bug Fixes
  • avoid install prompt in non-interactive environments (#​3833) (2d0e84b)
  • ContentRenderer: keep async component identity stable across re-resolves (#​3835) (dcf86e6)
  • improve generated git cache key (#​3839) (d1e353e)
  • module: keep content templates when building with _prepare (#​3837) (e390c3b)
  • nuxthub: handle object form of hub.db (#​3822) (8841abc)
  • query: tolerate trailing slashes in path-based lookups (#​3838) (220d392)
  • runtime: use dynamic import for #content/adapter to prevent prerender failure (#​3830) (400390a)
  • use UTC getters in formatDate/formatDateTime to prevent timezone drift (#​3782) (9f1f89a)

v3.15.2

Compare Source

Bug Fixes
  • dev: ignore temporary files in content source paths (#​3784) (a019e70)
  • security: reject SQL function calls in query WHERE clauses (#​3819) (847d523)

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes
  • content: support validator detection with pnpm enableGlobalVirtualStore (#​3791) (6b2720b)
  • hmr: update all matching collections when a file changes (#​3802) (06f8edb)
  • search: softer heading-level boost curve and tuned defaults (#​3801) (00d25a5)
  • vercel: use tmp directory to clone contents (#​3810) (793d59a)

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

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
Bug Fixes

v3.8.2

Compare Source

Features
Bug Fixes

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
Performance Improvements

v3.7.1

Compare Source

Bug Fixes

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

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes
  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#​2927) (#​3018) (c11f90a)
  • fix broken install link (#​2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #​3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#​3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#​3006) (3807fe9)
  • module: content parser error handling (#​3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #​3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#​3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #​3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#​2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#​3024) (99f5ac9)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 2am on monday"
  • 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.

@changeset-bot

changeset-botBot commented Jan 27, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 72d95e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlifyBot commented Jan 27, 2025

Copy link
Copy Markdown

Deploy Preview for vintl-nuxt ready!

NameLink
🔨 Latest commit72d95e9
🔍 Latest deploy loghttps://app.netlify.com/projects/vintl-nuxt/deploys/6a9479d8d576e900081e7120
😎 Deploy Previewhttps://deploy-preview-169--vintl-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 7da37cb to 9115347CompareFebruary 6, 2025 18:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 9115347 to 39d5354CompareFebruary 14, 2025 16:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d3bf5cd to 2d4c54bCompareFebruary 27, 2025 19:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d4c54b to 750d0a3CompareMarch 8, 2025 18:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 750d0a3 to 2b7e6b7CompareMarch 23, 2025 13:53
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from dbac7f3 to 46be468CompareApril 27, 2025 19:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 46be468 to 5193ff4CompareJune 15, 2025 14:33
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5193ff4 to 6d883beCompareJune 23, 2025 20:45
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 4eedf74 to b8ee539CompareJuly 7, 2025 12:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 9c139b5 to 0eeff1fCompareAugust 13, 2025 14:02
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 0eeff1f to 2d78278CompareAugust 19, 2025 14:47
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d78278 to cc3e4d6CompareAugust 31, 2025 14:00
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from a409fd1 to 406baf2CompareSeptember 19, 2025 18:15
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 406baf2 to c27b03cCompareSeptember 25, 2025 20:10
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from c27b03c to 5816be6CompareOctober 21, 2025 09:46
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5816be6 to fb37639CompareNovember 1, 2025 20:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from 93f7595 to ced2ee1CompareNovember 16, 2025 21:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from ced2ee1 to e5c2856CompareNovember 18, 2025 12:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from e5c2856 to bbc324bCompareDecember 3, 2025 18:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 21dd034 to 14aa068CompareJanuary 23, 2026 23:58
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 276390a to de58cbdCompareFebruary 8, 2026 17:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 6d6f5a5 to ac55bd8CompareFebruary 17, 2026 16:42
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 8fb85fa to 578f38dCompareMarch 5, 2026 16:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 578f38d to 02b664aCompareMarch 13, 2026 11:04
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 928cc48 to 312b9aeCompareApril 8, 2026 16:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 312b9ae to f0ddb6cCompareApril 16, 2026 18:09
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from f0ddb6c to 44ce7c7CompareMay 1, 2026 08:43
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 671e335 to 7949d6bCompareMay 18, 2026 10:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 7949d6b to 6542bdbCompareMay 21, 2026 15:51
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 2df3b2e to 27daba2CompareJune 1, 2026 21:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 27daba2 to fa0d1ecCompareJune 11, 2026 15:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 0c5e0b0 to 57280d8CompareJuly 12, 2026 17:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 317beaa to 6cd44a7CompareJuly 20, 2026 21:50
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d5e9bd0 to f9a54baCompareJuly 30, 2026 16:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from f390a6f to 1ff98adCompareAugust 14, 2026 20:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 1ff98ad to 07ecc92CompareAugust 26, 2026 15:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 07ecc92 to 72d95e9CompareAugust 30, 2026 18:43
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); Update devDependency @nuxt/content to v3 by renovate[bot] · Pull Request #169 · vintl-dev/nuxt · GitHub
Skip to content

Update devDependency @nuxt/content to v3 - #169

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

Update devDependency @nuxt/content to v3#169
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-content-3.x

Conversation

@renovate

@renovaterenovateBot commented Jan 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@nuxt/content (source)^2.13.4^3.16.0ageconfidence

Release Notes

nuxt/content (@​nuxt/content)

v3.16.0

Compare Source

Bug Fixes
  • avoid install prompt in non-interactive environments (#​3833) (2d0e84b)
  • ContentRenderer: keep async component identity stable across re-resolves (#​3835) (dcf86e6)
  • improve generated git cache key (#​3839) (d1e353e)
  • module: keep content templates when building with _prepare (#​3837) (e390c3b)
  • nuxthub: handle object form of hub.db (#​3822) (8841abc)
  • query: tolerate trailing slashes in path-based lookups (#​3838) (220d392)
  • runtime: use dynamic import for #content/adapter to prevent prerender failure (#​3830) (400390a)
  • use UTC getters in formatDate/formatDateTime to prevent timezone drift (#​3782) (9f1f89a)

v3.15.2

Compare Source

Bug Fixes
  • dev: ignore temporary files in content source paths (#​3784) (a019e70)
  • security: reject SQL function calls in query WHERE clauses (#​3819) (847d523)

v3.15.1

Compare Source

Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes
  • content: support validator detection with pnpm enableGlobalVirtualStore (#​3791) (6b2720b)
  • hmr: update all matching collections when a file changes (#​3802) (06f8edb)
  • search: softer heading-level boost curve and tuned defaults (#​3801) (00d25a5)
  • vercel: use tmp directory to clone contents (#​3810) (793d59a)

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

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
Bug Fixes

v3.8.2

Compare Source

Features
Bug Fixes

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
Performance Improvements

v3.7.1

Compare Source

Bug Fixes

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

v3.6.0

Compare Source

Features
  • add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#​3393) (c74ec44)
  • parser: allow extra transformers to provide components used (#​3355) (baff541)
  • source: do not watch for excluded files (2ee1149)
  • toggle content heading extraction (#​3400) (f01256a)
  • use json schema instead of zod for internal routines (#​3347) (3f2ff74)
Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • prevenr hydration when content contains \r (c10269d)

v3.5.0

Compare Source

Features
Bug Fixes
  • cache: split large queries (ef50925)
  • cloudflare: load sql dump from assets (#​3275) (453ba2e)
  • collection: avoid double update of some record by using the hash column as index (#​3304) (ebfb6e5)
  • dev: do not create hash column on local cache table (8fff15c)
  • Disallow crawlers from crawling /__nuxt_content paths. (#​3299) (849e79d)
  • explicitly set the dump's content type (#​3302) (e1a98d4)
  • generate correct collection insert for object and array default values (#​3277) (a9587ee)
  • module: invalid rootDir of layer sources (#​3308) (2579910)
  • preview: handle collection search with prefixed sources (#​3317) (c152782)
  • preview: handle strings format when generating insert query (c18e094)
  • preview: remove prefix when parsing files (498168f)
  • preview: transform value based on schema for sql query generation (994ae98)
  • reactively load components when body changes (#​3283) (b6a30aa)
  • templates: props definition (997fc65)
  • update csv docs & fix csv options typo (#​3300) (2c2fc77)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes
  • changelog: image size (7c8e950)
  • convert boolean value to number in query condition (#​2927) (#​3018) (c11f90a)
  • fix broken install link (#​2990) (b8da5ee)
  • highlighter: support custom languages (cfc9f43), closes #​3067
  • hmr: ignore sources without cwd (1a8c2bd)
  • invalid sqlite3 connector resolve (74dd3e1)
  • migration doc typo (#​3017) (ada613f)
  • module: clone layers to prevent side-effect (b4e7dec)
  • module: collection detection on windown file-watcher (#​3006) (3807fe9)
  • module: content parser error handling (#​3046) (022c385)
  • module: remove scule from optimizeDps list (ddb3bc8), closes #​3042
  • nuxthub: ensure database is enabled (b46fc37)
  • nuxthub: split queries into 1MB chunks (083a47a)
  • parse new content when file is modified (5dc3429)
  • parser: de-prioritise code highlighter plugin (#​3009) (dc7d866)
  • preview: draft ready not received event (a8ee72e)
  • preview: handle index file in prefix folder (i18n) (37d3008)
  • preview: optimize brace-expansion (e84e7f4)
  • preview: take exclude into account to find collection (bddd834)
  • query: handle comments and improve single selection (8de0f14), closes #​3054
  • schema: mark ZodMap as json field (69a14fa)
  • studio: return when collection not found (454a22d)
  • template: demo url (#​2983) (57ee33d)
  • templates: handle cors form studio (06b57ac)
  • vercel: default database url (042c548)
  • wasm: ignore OPFS warning as Nuxt Content does not depend on it (5d5506c)
  • wasm: override logger functions (#​3024) (99f5ac9)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 2am on monday"
  • 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.

@changeset-bot

changeset-botBot commented Jan 27, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 72d95e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify

netlifyBot commented Jan 27, 2025

Copy link
Copy Markdown

Deploy Preview for vintl-nuxt ready!

NameLink
🔨 Latest commit72d95e9
🔍 Latest deploy loghttps://app.netlify.com/projects/vintl-nuxt/deploys/6a9479d8d576e900081e7120
😎 Deploy Previewhttps://deploy-preview-169--vintl-nuxt.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 7da37cb to 9115347CompareFebruary 6, 2025 18:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 9115347 to 39d5354CompareFebruary 14, 2025 16:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d3bf5cd to 2d4c54bCompareFebruary 27, 2025 19:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d4c54b to 750d0a3CompareMarch 8, 2025 18:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 750d0a3 to 2b7e6b7CompareMarch 23, 2025 13:53
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from dbac7f3 to 46be468CompareApril 27, 2025 19:29
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 46be468 to 5193ff4CompareJune 15, 2025 14:33
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5193ff4 to 6d883beCompareJune 23, 2025 20:45
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 4eedf74 to b8ee539CompareJuly 7, 2025 12:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 9c139b5 to 0eeff1fCompareAugust 13, 2025 14:02
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 0eeff1f to 2d78278CompareAugust 19, 2025 14:47
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 2d78278 to cc3e4d6CompareAugust 31, 2025 14:00
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from a409fd1 to 406baf2CompareSeptember 19, 2025 18:15
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 406baf2 to c27b03cCompareSeptember 25, 2025 20:10
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from c27b03c to 5816be6CompareOctober 21, 2025 09:46
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 5816be6 to fb37639CompareNovember 1, 2025 20:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from 93f7595 to ced2ee1CompareNovember 16, 2025 21:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from ced2ee1 to e5c2856CompareNovember 18, 2025 12:08
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from e5c2856 to bbc324bCompareDecember 3, 2025 18:59
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 21dd034 to 14aa068CompareJanuary 23, 2026 23:58
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 276390a to de58cbdCompareFebruary 8, 2026 17:36
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 6d6f5a5 to ac55bd8CompareFebruary 17, 2026 16:42
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 8fb85fa to 578f38dCompareMarch 5, 2026 16:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 578f38d to 02b664aCompareMarch 13, 2026 11:04
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 928cc48 to 312b9aeCompareApril 8, 2026 16:55
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 312b9ae to f0ddb6cCompareApril 16, 2026 18:09
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from f0ddb6c to 44ce7c7CompareMay 1, 2026 08:43
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 671e335 to 7949d6bCompareMay 18, 2026 10:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 7949d6b to 6542bdbCompareMay 21, 2026 15:51
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 2df3b2e to 27daba2CompareJune 1, 2026 21:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 27daba2 to fa0d1ecCompareJune 11, 2026 15:41
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 0c5e0b0 to 57280d8CompareJuly 12, 2026 17:44
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from 317beaa to 6cd44a7CompareJuly 20, 2026 21:50
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 3 times, most recently from d5e9bd0 to f9a54baCompareJuly 30, 2026 16:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch 2 times, most recently from f390a6f to 1ff98adCompareAugust 14, 2026 20:49
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 1ff98ad to 07ecc92CompareAugust 26, 2026 15:06
@renovate
renovateBotforce-pushed the renovate/nuxt-content-3.x branch from 07ecc92 to 72d95e9CompareAugust 30, 2026 18:43
Sign up for freeto 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