chore(deps): update dependency nuxt-og-image to v6#90
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
e096203 to
e4b903a
Compare
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
776778b to
0af21a2
Compare
4a9e52b to
a665195
Compare
e26b182 to
c78a36e
Compare
9e03055 to
d546daf
Compare
0607082 to
7566613
Compare
7566613 to
83c9768
Compare
83c9768 to
9027fea
Compare
This PR contains the following updates:
^5.1.1→^6.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
nuxt-modules/og-image (nuxt-og-image)
v6.5.0Compare Source
🚀 Features
data-theme- by @harlan-zw in #598 (82cec)🐞 Bug Fixes
View changes on GitHub
v6.4.11Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.4.10Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.4.9Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.4.8Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.4.7Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.4.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.4.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.4.4Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.4.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.4.2Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.4.1Compare Source
🐞 Bug Fixes
og:imageon client-side navigation - by @harlan-zw in #575 (f8cdc)View changes on GitHub
v6.4.0Compare Source
🚀 Features
/_og/r/<path>resolver endpoint - by @harlan-zw in #572 (3aa76)🐞 Bug Fixes
View changes on GitHub
v6.3.10Compare Source
compare changes
🚀 Enhancements
/_og/r/<path>resolver endpoint (#572)🩹 Fixes
🏡 Chore
❤️ Contributors
v6.3.9Compare Source
compare changes
🏡 Chore
❤️ Contributors
v6.3.8Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v6.3.7Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.3.6Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.3.5Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v6.3.4Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.3.3Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.3.2Compare Source
No significant changes
View changes on GitHub
v6.3.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.3.0Compare Source
🚀 Features
🐞 Bug Fixes
html- by @harlan-zw in #545 (25c05)View changes on GitHub
v6.2.6Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
html(#545)❤️ Contributors
v6.2.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.2.4Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.2.3Compare Source
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v6.2.2Compare Source
compare changes
🔥 Performance
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.2.1Compare Source
compare changes
🏡 Chore
❤️ Contributors
v6.2.0Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.1.2Compare Source
compare changes
🚀 Enhancements
defineOgImageSchema()composable (#520)🩹 Fixes
💅 Refactors
🏡 Chore
✅ Tests
❤️ Contributors
v6.1.1Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.1.0Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.0.7Compare Source
compare changes
🚀 Enhancements
createandswitchcommands with DX improvements (#508)🩹 Fixes
🏡 Chore
❤️ Contributors
v6.0.6Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.0.5Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.0.4Compare Source
compare changes
🏡 Chore
❤️ Contributors
v6.0.3Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.0.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.0.1Compare Source
🐞 Bug Fixes
defineOgImage({ url })->useSeoMeta- by @harlan-zw in #496 (2e762)View changes on GitHub
v6.0.0Compare Source
Nuxt OG Image v6 brings a complete overhaul focused on performance, modern tooling, and developer experience.
📣 Highlights
📖 Migration Guide
Full migration guide: https://nuxtseo.com/og-image/migration-guide/v6
Quick Migration
Notable Changes
🚀 Takumi Renderer (Recommended)
Takumi is a Rust-based renderer that directly rasterizes to PNG/JPEG/WebP - no SVG intermediate step. It's 2-10x faster than Satori+Resvg.
See PR #414.
Takumi and Satori are feature-compatible within Nuxt OG Image - both support Tailwind CSS, custom fonts, emoji, edge runtimes, and all the same template features. The difference is speed: Takumi is always faster thanks to its Rust-based direct rasterization.
Use Takumi by creating components with the
.takumi.vuesuffix:See the Takumi docs for the full feature list.
🎨 First-Class CSS Support
Nuxt OG Image now has first-class support for multiple CSS approaches - not just Tailwind. All of these work out of the box with zero configuration:
See PR #430.
@themevalues just workprimary,secondary, etc.) are automatically resolvedNo configuration needed.
🖥️ Redesigned DevTools
The OG image DevTools have been completely overhauled:
⚡ Install Renderer Dependencies
Renderer dependencies are no longer bundled. Install what you need based on your renderer and runtime.
See PR #415.
Takumi (recommended):
Satori:
Browser:
Running
nuxi devwill prompt you to install missing dependencies automatically.🖼️ Multiple OG Images Per Page
Define multiple images with different dimensions for different platforms. Shared props are passed once and applied to all variants.
See PR #305.
Shared Props with Variants (Recommended)
Pass shared props as the second argument and size variants as the third — no prop duplication needed:
Per-variant props override shared props when needed:
Array Syntax
Alternatively, pass all options inline per variant:
🔤 @nuxt/fonts Integration
Custom fonts now use @nuxt/fonts instead of the legacy
ogImage.fontsconfig.See PR #432.
The
global: trueoption is required for fonts to be available in OG Image rendering.📦 Component Renderer Suffix
OG Image components now require a renderer suffix in their filename. This enables automatic renderer detection, multiple renderer variants, and tree-shaking.
See PR #433.
Run the migration CLI to rename automatically:
🏷️ Community Templates Must Be Ejected
Community templates (
NuxtSeo,SimpleBlog, etc.) are no longer bundled in production. Eject them to your project before building.See PR #426.
Templates continue to work in development without ejecting.
🔗 New URL Structure
OG Image URLs now use a Cloudinary-style format with options encoded in the path. This enables better CDN caching since identical options produce identical URLs.
See PR #305.
/__og-image__/image//_og/d//__og-image__/static//_og/s/🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
zeroRuntimemode - by @harlan-zw (7afb1)zeroRuntimemode - by @harlan-zw in #428 (97fb4)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.