Skip to content

chore(deps): update dependency @nuxtjs/seo to v3.4.0#279

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/nuxtjs-seo-3.x-lockfile
Open

chore(deps): update dependency @nuxtjs/seo to v3.4.0#279
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/nuxtjs-seo-3.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/seo (source) 3.0.33.4.0 age adoption passing confidence

Release Notes

harlan-zw/nuxt-seo (@​nuxtjs/seo)

v3.4.0

Compare Source

This release brings major updates to Robots and Sitemap with definePageMeta() integration, a new zeroRuntime sitemap mode, a redesigned sitemap.xsl, and improved i18n support across modules, plus stability fixes throughout.

Highlights:

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe                                                                                                                                                                                                         

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

📦 Module Updates

Nuxt Robots (v5.6.4v5.7.0)
  • ✨ Robots definePageMeta integration
  • ✨ i18n support for custom route paths in allow/disallow expansion
  • 🐛 Fix runtime resolution bug on @nuxtjs/robots/util
  • 🐛 Fix useBotDetection() empty when ran client-side only
  • 🐛 Fix broken route rules for Nuxt v3
  • 🐛 Fix type augmentation / definitions rework
  • 🐛 Fix Content-Usage/Content-Signal parsing with spaces after commas
  • 🐛 Fix broken useRobotsRule type, prevent _robots.txt in final bundle
Nuxt Sitemap (v7.4.9v7.6.0)
  • zeroRuntime mode for fully static sitemap generation
  • ✨ Build-time hook sitemap:prerender:done
  • ✨ Support sitemap on definePageMeta
  • ✨ Sitemap.xsl redesign with light/dark mode and validation warnings
  • ✨ Nuxt Content collection filters and onUrl function
  • ✨ DevTools UI refresh
  • parseSitemapIndex() utility
  • ⚡ Optimized XML generation, faster entry resolution, precomputed filter functions
  • 🐛 Fix memory leak on recursive sitemap requests
  • 🐛 Fix discoverImages missing body
  • 🐛 Fix chunked sitemaps with sitemapsPathPrefix /
  • 🐛 Fix i18n custom route paths, don't extract alternatives when autoI18n enabled
  • 🐛 Fix h3 v2 resolution, sitemaps with slash in name
  • 🐛 Fix type augments / overrides rework
Nuxt Site Config (v3.2.11v3.2.19)
  • 🐛 Fix env support for internal origin URL resolution
  • 🐛 Fix getNitroOrigin resolution rework
  • 🐛 Fix DevTools broken build and 500 error
  • 🐛 Fix respect devServer.host
  • 🐛 Fix i18n possible memory leak
  • 🐛 Fix handle undefined import.meta.env

    View changes on GitHub

v3.3.0

Compare Source

This release brings significant updates across all Nuxt SEO modules with new features for robots and sitemap, plus numerous stability improvements throughout the ecosystem.

Highlights:

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

📦 Module Updates

Nuxt Robots

https://github.com/nuxt-modules/robots/releases/tag/v5.5.5https://github.com/nuxt-modules/robots/releases/tag/v5.6.4

Nuxt Sitemap

https://github.com/nuxt-modules/sitemap/releases/tag/v7.4.7https://github.com/nuxt-modules/sitemap/releases/tag/v7.4.9

  • ✨ Chunking support with URL filtering
  • 🐛 Fix Windows unicode escape errors when reading sources
  • 🐛 Fix prerendering pages not consistently appearing in sources
  • 🐛 Fix robots meta rules respected during prerendering
  • 🐛 Fix XML spec compliance (snake_case for geo_location)

Nuxt Link Checker

https://github.com/harlan-zw/nuxt-link-checker/releases/tag/v4.3.2https://github.com/harlan-zw/nuxt-link-checker/releases/tag/v4.3.9

  • 🐛 Fix ignore all /_* paths
  • 🐛 Fix pages hang edge case
  • 🐛 Fix hanging when pages dir is missing
  • 🐛 JSON report only shows failing results
  • 🐛 Tree sort for markdown reports

Nuxt OG Image

https://github.com/harlan-zw/nuxt-og-image/releases/tag/v5.1.11https://github.com/harlan-zw/nuxt-og-image/releases/tag/v5.1.13

  • 🐛 Fix broken Google font mirror
  • 🐛 Fix WASM Satori API compatibility
  • 🐛 Fix _query params disrupting render path

Nuxt Schema.org

https://github.com/harlan-zw/nuxt-schema-org/releases/tag/v5.0.9https://github.com/harlan-zw/nuxt-schema-org/releases/tag/v5.0.10

  • 🐛 Fix zod as optional peer dep

Nuxt SEO Utils

https://github.com/harlan-zw/nuxt-seo-utils/releases/tag/v7.0.16https://github.com/harlan-zw/nuxt-seo-utils/releases/tag/v7.0.19

  • 🐛 Fix Vite plugin ordering
  • 🐛 Fix normalize incorrect BCP 47 locales

Nuxt Site Config

https://github.com/harlan-zw/nuxt-site-config/releases/tag/v3.2.7https://github.com/harlan-zw/nuxt-site-config/releases/tag/v3.2.11

  • 🐛 Fix redundant baseUrl warning in development
  • 🐛 Fix IPv6 address support in host parsing
  • 🐛 Fix safe runtime type generation

    harlan-zw/nuxt-seo@v3.2.0...v3.3.0

v3.2.2

Compare Source

No significant changes

    View changes on GitHub

v3.2.1

Compare Source

No significant changes

    View changes on GitHub

v3.2.0

Compare Source

This version implements module dependencies that are available with Nuxt v4.1, and improved Nuxt Content v3.7 compatibility and NPM trusted publishing for all modules for improved security.

It bumps the Nuxt Robots versions, which include the new features:

   🐞 Bug Fixes
   📦 Dependencies

Updated SEO related packages:

These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem.

    View changes on GitHub

v3.1.0

Compare Source

📦 Dependencies

Updated SEO related packages:

These updates bring the latest bug fixes and improvements from the Nuxt SEO ecosystem, namely:

  • 🐛 Improved stability for I18n integration
  • 🐛 Nuxt Content v3.6.0 compatibility

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


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

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

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Jun 26, 2025

Deploying roses-live with  Cloudflare Pages  Cloudflare Pages

Latest commit: 722bf2d
Status: ✅  Deploy successful!
Preview URL: https://8e2db28b.roses-live.pages.dev
Branch Preview URL: https://renovate-nuxtjs-seo-3-x-lock.roses-live.pages.dev

View logs

@renovate renovate bot requested a review from a team as a code owner June 26, 2025 07:47
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 3aa4985 to 4f9d1ac Compare July 2, 2025 13:57
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 4f9d1ac to f5dd75a Compare August 10, 2025 14:05
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from f5dd75a to bf50b2d Compare August 19, 2025 12:43
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from bf50b2d to 1dc9105 Compare August 31, 2025 10:26
@renovate renovate bot changed the title chore(deps): update dependency @nuxtjs/seo to v3.1.0 chore(deps): update dependency @nuxtjs/seo to v3.2.1 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 1dc9105 to aa63966 Compare September 17, 2025 06:38
@renovate renovate bot changed the title chore(deps): update dependency @nuxtjs/seo to v3.2.1 chore(deps): update dependency @nuxtjs/seo to v3.2.2 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from aa63966 to 09e66ff Compare September 17, 2025 11:23
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 09e66ff to 36f5e98 Compare September 25, 2025 20:41
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 36f5e98 to 1561453 Compare October 22, 2025 01:44
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 1561453 to 9485edc Compare November 10, 2025 15:51
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 9485edc to e7cf3d4 Compare November 18, 2025 22:55
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from e7cf3d4 to 4af7735 Compare December 3, 2025 19:33
@renovate renovate bot changed the title chore(deps): update dependency @nuxtjs/seo to v3.2.2 chore(deps): update dependency @nuxtjs/seo to v3.3.0 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 4af7735 to 11e24de Compare December 12, 2025 04:10
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 11e24de to e516196 Compare December 31, 2025 17:06
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from e516196 to f5c08e2 Compare January 8, 2026 16:57
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch 2 times, most recently from 2aad7c5 to 1180da2 Compare January 23, 2026 17:06
@renovate renovate bot changed the title chore(deps): update dependency @nuxtjs/seo to v3.3.0 chore(deps): update dependency @nuxtjs/seo to v3.4.0 Jan 28, 2026
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch 2 times, most recently from 598e0ac to 6db047c Compare February 2, 2026 19:53
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch 2 times, most recently from d621b69 to bce9217 Compare February 17, 2026 20:37
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from bce9217 to 325e305 Compare March 5, 2026 18:03
@renovate renovate bot force-pushed the renovate/nuxtjs-seo-3.x-lockfile branch from 325e305 to 722bf2d Compare March 13, 2026 18:54
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