Skip to content

chore(deps): bump nuxt-og-image to v6#62

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-og-image-6.x
Open

chore(deps): bump nuxt-og-image to v6#62
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-og-image-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
nuxt-og-image (source) 5.1.136.5.1 age confidence

Release Notes

nuxt-modules/og-image (nuxt-og-image)

v6.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v6.4.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.4.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.4.9

Compare Source

compare changes

🩹 Fixes
  • More helpful font warnings (78ca997b)
  • Resolve Cloudflare runtime og image secret (#​596)
🏡 Chore
❤️ Contributors

v6.4.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.4.7

Compare Source

compare changes

🩹 Fixes
  • takumi: Restore non-latin glyph support regressed in v6.2.0 (#​587)
🏡 Chore
❤️ Contributors

v6.4.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.4.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.4.4

Compare Source

compare changes

🩹 Fixes
  • takumi: Serialize WASM calls (#​583)
🏡 Chore
❤️ Contributors

v6.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.4.2

Compare Source

compare changes

🩹 Fixes
  • Dispose prior og:image head entry on client navigation (d709ecf1)
  • Add image fetch timeouts and Server-Timing instrumentation (#​581)
🏡 Chore
❤️ Contributors

v6.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v6.3.10

Compare Source

compare changes

🚀 Enhancements
  • Add /_og/r/<path> resolver endpoint (#​572)
🩹 Fixes
🏡 Chore
❤️ Contributors

v6.3.9

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v6.3.8

Compare Source

compare changes

🩹 Fixes
  • Fallback to internal handler when font origin is unreachable (#​566)
❤️ Contributors

v6.3.7

Compare Source

compare changes

🩹 Fixes
  • Resolve :style object literal bindings to inline CSS (#​562)
  • Misc cache improvements (#​564)
🏡 Chore
  • Takumi v1 (cdf161b3)
  • test: Update takumi wasm import for new package structure (#​565)
❤️ Contributors

v6.3.6

Compare Source

compare changes

🩹 Fixes
  • prerender: Compat issue with html validator (51aa00d3)
🏡 Chore
❤️ Contributors

v6.3.5

Compare Source

compare changes

🩹 Fixes
  • prerender: Edge cases in option caching (93ab1c67)
❤️ Contributors

v6.3.4

Compare Source

compare changes

🩹 Fixes
  • prerender: Sign dynamic URLs in strict mode and handle orphan hashes (#​560)
🏡 Chore
❤️ Contributors

v6.3.3

Compare Source

compare changes

🩹 Fixes
  • Add missing nitro presets to compatibility map (#​559)
🏡 Chore
❤️ Contributors

v6.3.2

Compare Source

No significant changes

    View changes on GitHub

v6.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v6.2.6

Compare Source

compare changes

🚀 Enhancements
  • security: Add URL signing to prevent parameter tampering (#​546)
🩹 Fixes
  • security: Strict mode, deprecate html (#​545)
❤️ Contributors

v6.2.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.2.4

Compare Source

compare changes

🩹 Fixes
  • Hydration-issue warning due to SSR generated DateTime value (#​535)
  • Sanitize component props (#​543)
  • Harden security defaults (#​540)
  • Whitelist component props to prevent cache key DoS (#​544)
🏡 Chore
❤️ Contributors

v6.2.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v6.2.2

Compare Source

compare changes

🔥 Performance
  • devtools: Drop json-editor-vue (14a585b7)
🩹 Fixes
  • cloudflare: Detect legacy assets mode (7f60a480)
🏡 Chore
❤️ Contributors

v6.2.1

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v6.2.0

Compare Source

compare changes

🩹 Fixes
  • Missing compatibility config (4541033c)
  • devtools: Broken resolution (57ac2647)
🏡 Chore
❤️ Contributors

v6.1.2

Compare Source

compare changes

🚀 Enhancements
  • content: Add defineOgImageSchema() composable (#​520)
🩹 Fixes
  • Update pnpm-lock.yaml (0784c378)
  • Broken slash decoding in some cases (6f8ac765)
  • client: Resolve layer-devtools path via import.meta.resolve (dd4e0578)
  • cloudflare: Resolve fonts via localFetch when ASSETS binding unavailable (#​527)
  • B64 encode props with URL-sensitive characters (#​530)
  • Resolve CI issues (f3e3045b)
  • Use explicit imports mapping for #nuxtseo-shared (08594505)
  • Use direct nuxtseo-shared/runtime imports, bump to ^0.3.0 (31b1a991)
  • Resolve CI failures in lint, build, typecheck, and tests (47e85d35)
  • Use dot-notation for ambiguous CalcTest component in type test (3ba63fef)
💅 Refactors
  • Migrate to nuxtseo-shared for shared utilities (f909f014)
  • client: Migrate devtools to nuxtseo-shared layer (48c15483)
  • Use published nuxtseo-layer-devtools package (74393aa3)
  • Remove dead defensive prerender initialization (3b0dae14)
  • Use nuxtseo-shared subpath exports, bump to ^0.5.0 (bd50740f)
  • Migrate to nuxtseo-shared (#​521)
🏡 Chore
✅ Tests
  • Update cloudflare-takumi snapshots after template redesign (66c2a80a)
❤️ Contributors

v6.1.1

Compare Source

compare changes

🩹 Fixes
  • Auto-detect NuxtHub KV for cache storage (#​517)
  • tw4: Use safe module resolution to prevent throws for unresolvable plugins (#​519)
🏡 Chore
❤️ Contributors

v6.1.0

Compare Source

compare changes

🩹 Fixes
  • Add missing option keys to URL encoding and prop separation (#​516)
  • Defer x-nitro-prerender header to prevent stale hash URLs during prerender (#​514)
  • Base64-encode non-ASCII values in URL path params (#​515)
🏡 Chore
❤️ Contributors

v6.0.7

Compare Source

compare changes

🚀 Enhancements
  • devtools: Add production preview toggle (#​509)
  • cli: Add create and switch commands with DX improvements (#​508)
  • devtools: Add component creation from empty state (#​510)
🩹 Fixes
  • encoding: Avoid pre decoded params to be truncated (#​504)
  • fonts: Detect font families from script setup computed properties (#​507)
  • devtools: Use actual content width for preview scaling (#​506)
  • Recover from v5 defineOgImage syntax (1e882060)
🏡 Chore
❤️ Contributors

v6.0.6

Compare Source

compare changes

🩹 Fixes
  • Broken windows path resolutions (dd1ae90b)
🏡 Chore
❤️ Contributors

v6.0.5

Compare Source

compare changes

🩹 Fixes
  • Prevent crash when defineOgImage runs client-side during layout transitions (#​502)
  • takumi: Use real font family names for correct font-weight matching (#​503)
🏡 Chore
❤️ Contributors

v6.0.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v6.0.3

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors

v6.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v6.0.1

Compare Source

compare changes

🩹 Fixes
  • takumi: Broken font weight matching (3f0c5eaa)
  • migration: Broken warning (d87d88a1)
  • takumi: Html -> nodes attr ordering (35ea6145)
  • satori: Better css var matching (251f1ee4)
  • satori: Infer SVG dimensions from parent (94ef0abc)
💅 Refactors
  • Drop sanitizeTakumiStyles (#​498)
  • Runtime font loading unify (4c87a57c)
🏡 Chore
❤️ Contributors

v6.0.0

Compare Source

compare changes

🚀 Enhancements
  • Add defineOgImageUrl composable for pre-prepared images (acff3941)
🩹 Fixes
  • Support node cluster (e5c2571c)
  • Add defineOgImageUrl to tree-shake plugin, fix mock type and doc anchor (c1a85a56)
  • Lint error in defineOgImageUrl docs (da9dc452)
  • Use element loc instead of child loc in ultrahtml SFC parser (d5cd4f95)
  • migration: defineOgImage({ url }) -> useSeoMeta (#​496)
💅 Refactors
  • Drop defineOgImageUrl, use useSeoMeta for pre-prepared images (ccbaa48f)
  • Replace HTML template regex with ultrahtml AST in CLI migration (32a49eeb)
  • Use ultrahtml for SFC block extraction, remove last regex parsers (15b7b998)
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: (in timezone Europe/Copenhagen)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

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

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

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


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

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

@renovate renovate Bot force-pushed the renovate/nuxt-og-image-6.x branch 9 times, most recently from 9c40081 to e3f211b Compare March 22, 2026 13:43
@renovate renovate Bot force-pushed the renovate/nuxt-og-image-6.x branch 10 times, most recently from 2d53f3b to f699d58 Compare March 30, 2026 04:58
@renovate renovate Bot force-pushed the renovate/nuxt-og-image-6.x branch 3 times, most recently from 1415e07 to bb9bc21 Compare April 7, 2026 17:24
@renovate renovate Bot force-pushed the renovate/nuxt-og-image-6.x branch 8 times, most recently from 81ecb3d to b7767be Compare April 14, 2026 05:39
@renovate renovate Bot force-pushed the renovate/nuxt-og-image-6.x branch 4 times, most recently from 3fe427e to c390b0c Compare April 21, 2026 05:11
@renovate renovate Bot force-pushed the renovate/nuxt-og-image-6.x branch 4 times, most recently from 2f3817d to 0425c2f Compare April 29, 2026 14:48
@renovate renovate Bot force-pushed the renovate/nuxt-og-image-6.x branch 4 times, most recently from 7a2e9bb to 79aecd6 Compare May 5, 2026 09:58
@renovate renovate Bot force-pushed the renovate/nuxt-og-image-6.x branch 2 times, most recently from 54e7e60 to 7ab78ac Compare May 18, 2026 17:49
@renovate renovate Bot force-pushed the renovate/nuxt-og-image-6.x branch from 7ab78ac to b80ad7c Compare May 19, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants