Skip to content

chore(deps): bump nuxt-og-image from 6.0.0-beta.47 to 6.0.1#269

Merged
idlip merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/nuxt-og-image-6.0.1
Mar 17, 2026
Merged

chore(deps): bump nuxt-og-image from 6.0.0-beta.47 to 6.0.1#269
idlip merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/nuxt-og-image-6.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps nuxt-og-image from 6.0.0-beta.47 to 6.0.1.

Release notes

Sourced from nuxt-og-image's releases.

v6.0.1

   🐞 Bug Fixes

    View changes on GitHub

v6.0.0

Nuxt OG Image v6 is the next major release.

Nuxt OG Image v6 brings a complete overhaul focused on performance, modern tooling, and developer experience.

📣 Highlights

  • 🚀 Takumi - Takumi is now the recommended renderer, offering 2-10x faster image generation with the same feature set as Satori
  • 🎨 First-class CSS support - Tailwind v4, UnoCSS, CSS variables, and Nuxt UI v3 colors all just work out of the box
  • 🖥️ Redesigned DevTools - improved OG image debugging experience with better previews, accessibility, and Bluesky social card support

📖 Migration Guide

Full migration guide: https://nuxtseo.com/og-image/migration-guide/v6

Quick Migration

npx nuxt-og-image migrate v6

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](nuxt-modules/og-image#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.vue suffix:

components/OgImage/MyTemplate.takumi.vue

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:

... (truncated)

Commits
  • 0209474 chore: release v6.0.1
  • 499500e chore: bump deps
  • 7105de2 Merge branches 'feat/define-og-image-url' and 'main' of github.com:nuxt-modul...
  • 2e762f3 fix(migration): defineOgImage({ url }) -> useSeoMeta (#496)
  • d5cd4f9 fix: use element loc instead of child loc in ultrahtml SFC parser
  • 15b7b99 refactor: use ultrahtml for SFC block extraction, remove last regex parsers
  • 32a49ee refactor: replace HTML template regex with ultrahtml AST in CLI migration
  • ccbaa48 refactor: drop defineOgImageUrl, use useSeoMeta for pre-prepared images
  • da9dc45 fix: lint error in defineOgImageUrl docs
  • c1a85a5 fix: add defineOgImageUrl to tree-shake plugin, fix mock type and doc anchor
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nuxt-og-image](https://github.com/nuxt-modules/og-image) from 6.0.0-beta.47 to 6.0.1.
- [Release notes](https://github.com/nuxt-modules/og-image/releases)
- [Commits](nuxt-modules/og-image@v6.0.0-beta.47...v6.0.1)

---
updated-dependencies:
- dependency-name: nuxt-og-image
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 16, 2026
@idlip idlip merged commit 40c0bbe into develop Mar 17, 2026
1 check passed
@idlip idlip deleted the dependabot/npm_and_yarn/nuxt-og-image-6.0.1 branch March 17, 2026 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant