Skip to content

build(deps): bump @nuxtjs/seo from 3.3.0 to 5.0.2#459

Closed
dependabot[bot] wants to merge 1 commit into
updatesfrom
dependabot/npm_and_yarn/updates/nuxtjs/seo-5.0.2
Closed

build(deps): bump @nuxtjs/seo from 3.3.0 to 5.0.2#459
dependabot[bot] wants to merge 1 commit into
updatesfrom
dependabot/npm_and_yarn/updates/nuxtjs/seo-5.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 27, 2026

Bumps @nuxtjs/seo from 3.3.0 to 5.0.2.

Release notes

Sourced from @​nuxtjs/seo's releases.

v5.0.0

Nuxt SEO v5 bumps every sub-module to a new major version (except OG Image, which stays on v6). The common thread is the Site Config v4 dependency; addressing those changes first will make the rest of the migration smooth.

For step-by-step upgrade instructions, see the v4 to v5 migration guide.

🛠️ DevTools Unity

The biggest change in v5 is that every Nuxt SEO module now shares a single DevTools foundation through our new shared DevTools layer (nuxtseo-layer-devtools).

Previously each module shipped its own DevTools client with inconsistent layouts, patterns, and capabilities. In v5, all DevTools clients extend a common Nuxt layer that provides:

  • Consistent layout and navigation across every module, with a module switcher to jump between them
  • Setup checklist that validates your configuration across all installed modules, flagging required and recommended actions
  • Built-in troubleshooting, update indicators, and production mode preview in every module

Nuxt SEO Utils gets a brand new DevTools client for the first time, and the DevTools for Robots, Sitemap, Schema.org, and Link Checker have all been revamped to use the shared layer.

🔗 ESLint Link Checking

Nuxt Link Checker v5 ships an ESLint integration with zero-config @nuxt/eslint support:

  • link-checker/valid-route (error): validates relative URLs match known routes with "did you mean?" suggestions
  • link-checker/valid-sitemap-link (warn): checks URLs exist in the sitemap
  • Scans Vue templates, TS/JS (navigateTo, router.push), and Markdown links

If you're using @nuxt/eslint, the rules are registered automatically. Otherwise, add them manually:

import linkChecker from 'nuxt-link-checker/eslint'
export default [
linkChecker,
]

Example output when a link doesn't match any route:

error  Link "/abut" does not match any known route. Did you mean "/about"?  link-checker/valid-route

📱 Social Share Links

... (truncated)

Commits

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 [@nuxtjs/seo](https://github.com/harlan-zw/nuxt-seo/tree/HEAD/packages/nuxt-seo) from 3.3.0 to 5.0.2.
- [Release notes](https://github.com/harlan-zw/nuxt-seo/releases)
- [Changelog](https://github.com/harlan-zw/nuxt-seo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/harlan-zw/nuxt-seo/commits/v5.0.2/packages/nuxt-seo)

---
updated-dependencies:
- dependency-name: "@nuxtjs/seo"
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added scope:deps Pull requests that update production dependencies in a dependency file type:build Changes that affect the build system or external dependencies labels Mar 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 30, 2026

Superseded by #461.

@dependabot dependabot Bot closed this Mar 30, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/updates/nuxtjs/seo-5.0.2 branch March 30, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:deps Pull requests that update production dependencies in a dependency file type:build Changes that affect the build system or external dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants