Skip to content

fix(deps): update dependency @strapi/plugin-seo to v2#37

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/strapi-plugin-seo-2.x
Open

fix(deps): update dependency @strapi/plugin-seo to v2#37
renovate[bot] wants to merge 1 commit intomainfrom
renovate/strapi-plugin-seo-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Change Age Confidence
@strapi/plugin-seo 1.9.92.0.9 age confidence

Release Notes

strapi/strapi-plugin-seo (@​strapi/plugin-seo)

v2.0.9

Compare Source

v2.0.8

Compare Source

v2.0.7

Compare Source

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source

🚀 Strapi SEO Plugin vNext - "All the Right Moves (for Google and Beyond)" 🎉

SEO warriors, this update’s for you! We’ve buffed up the checks to keep your alt tags, keywords, and meta content on point! Get ready for smoother workflows with polished OpenGraph, social previews, and Canonical URL checks to ensure every post shines.

Bugs? Squashed. Performance? Boosted. Google? Prepped for your greatness. 🌟

🔍 Get optimized with: smarter meta validations, friendly UI tweaks, and keyword mastery! Time to make those search engines dance!

⚠️ Beware before upgrading to this version, the metaSocial repeatable component has been replaced by an openGraph component for more consistency.

In order to migrate, create a src/components/shared/open-graph.json component file with the following content:

{
  "collectionName": "components_shared_open_graphs",
  "info": {
    "displayName": "openGraph",
    "icon": "project-diagram"
  },
  "options": {},
  "attributes": {
    "og:title": {
      "type": "string",
      "required": true,
      "maxLength": 70
    },
    "og:description": {
      "type": "string",
      "maxLength": 200,
      "required": true
    },
    "og:image": {
      "allowedTypes": [
        "images"
      ],
      "type": "media",
      "multiple": false
    },
    "og:url": {
      "type": "string",
      "required": false
    },
    "og:type": {
      "type": "string",
      "required": false
    }
  }
}

and add the component to your src/components/shared/seo.json file :

...
"openGraph": {
   "type": "component",
   "repeatable": false,
   "component": "shared.open-graph"
},
...

v2.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: strapi/strapi-plugin-seo@v1.9.9...v2.0.0


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.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: headless@1.2.9
npm error Found: @strapi/strapi@4.26.1
npm error node_modules/@strapi/strapi
npm error   @strapi/strapi@"4.26.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @strapi/strapi@"^5.0.6" from @strapi/plugin-seo@2.0.9
npm error node_modules/@strapi/plugin-seo
npm error   @strapi/plugin-seo@"2.0.9" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-02-02T20_43_20_485Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-02-02T20_43_20_485Z-debug-0.log

@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch from 5510997 to 1e5bf86 Compare October 14, 2024 11:09
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch 2 times, most recently from c82bbe6 to c7778a8 Compare November 5, 2024 17:55
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch 2 times, most recently from 4148ae2 to c18ae52 Compare November 13, 2024 13:44
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch 2 times, most recently from 0c8373c to 4a9902c Compare January 12, 2025 14:05
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch 2 times, most recently from 6976bf6 to e5269b1 Compare January 22, 2025 21:44
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch 2 times, most recently from 24846cf to c5d3fb7 Compare February 6, 2025 16:54
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch from c5d3fb7 to 3713523 Compare February 11, 2025 20:10
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch 2 times, most recently from b2641e2 to 2e72954 Compare March 19, 2025 22:33
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch from 2e72954 to b2d3399 Compare July 24, 2025 20:25
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch from b2d3399 to faecd70 Compare October 2, 2025 00:39
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch from faecd70 to 1d48e01 Compare November 24, 2025 10:37
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch from 1d48e01 to 6e68a99 Compare December 7, 2025 18:28
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch from 6e68a99 to 8b9c348 Compare December 31, 2025 15:40
@renovate renovate bot force-pushed the renovate/strapi-plugin-seo-2.x branch from 8b9c348 to 1c7ca1a Compare January 8, 2026 17:09
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