Skip to content

Bump next-seo from 7.2.0 to 7.3.0 - #18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/next-seo-7.3.0
Open

Bump next-seo from 7.2.0 to 7.3.0#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/next-seo-7.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown

Bumps next-seo from 7.2.0 to 7.3.0.

Release notes

Sourced from next-seo's releases.

next-seo@7.3.0

Minor Changes

  • 7784fd2: Add optional nonce prop to all JSON-LD components for Content Security Policy (CSP) compliance

    Sites that send a strict CSP header such as script-src 'nonce-{RANDOM}' block inline scripts without a matching nonce. Every JSON-LD component now accepts an optional nonce prop, which is forwarded to the rendered <script type="application/ld+json"> tag. Omit the prop and no nonce attribute is rendered, so existing usage is unchanged.

    import { headers } from "next/headers";
    import { ArticleJsonLd } from "next-seo";
    const nonce = (await headers()).get("x-nonce") ?? undefined;
    <ArticleJsonLd headline="My Article" nonce={nonce} />;

Changelog

Sourced from next-seo's changelog.

7.3.0

Minor Changes

  • 7784fd2: Add optional nonce prop to all JSON-LD components for Content Security Policy (CSP) compliance

    Sites that send a strict CSP header such as script-src 'nonce-{RANDOM}' block inline scripts without a matching nonce. Every JSON-LD component now accepts an optional nonce prop, which is forwarded to the rendered <script type="application/ld+json"> tag. Omit the prop and no nonce attribute is rendered, so existing usage is unchanged.

    import { headers } from "next/headers";
    import { ArticleJsonLd } from "next-seo";
    const nonce = (await headers()).get("x-nonce") ?? undefined;
    <ArticleJsonLd headline="My Article" nonce={nonce} />;

Commits
  • 738ef7e Release: Version Packages (#1618)
  • e653725 docs: add install CTA link to SEO Skill banner section
  • 9078474 docs: swap Next.js Weekly banner for SEO Skill banner
  • 7784fd2 docs: document nonce prop and add core JsonLdScript coverage (#1617)
  • 955e2de Add nonce prop to all JSON-LD components for CSP compliance (#1613)
  • 5a77656 fix: add license, bugs, and homepage metadata to package.json (#1616)
  • 1b3f4ad chore(package): add license field to package.json (#1614)
  • See full diff 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 [next-seo](https://github.com/garmeeh/next-seo) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/garmeeh/next-seo/releases)
- [Changelog](https://github.com/garmeeh/next-seo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/garmeeh/next-seo/compare/next-seo@7.2.0...next-seo@7.3.0)

---
updated-dependencies:
- dependency-name: next-seo
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 1, 2026
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

Development

Successfully merging this pull request may close these issues.

0 participants