Skip to content

Commit 20b9db4

Browse files
mkrtchianclaude
andcommitted
fix(deps): pin next-seo to v6 (v7 dropped NextSeoProps)
next-seo 7 is a JSON-LD-only rewrite, without the NextSeo component or the NextSeoProps type used by useNextSeoProps and Nextra 2.x. Ignore major next-seo bumps in dependabot. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent c742134 commit 20b9db4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
ignore:
8+
# next-seo v7 is a JSON-LD-only rewrite: no NextSeo component or NextSeoProps.
9+
# Stay on v6 while we use Nextra 2.x.
10+
- dependency-name: "next-seo"
11+
update-types: ["version-update:semver-major"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"next": "16.2.6",
17-
"next-seo": "7",
17+
"next-seo": "^6.8.0",
1818
"nextra": "^2.13.2",
1919
"nextra-theme-docs": "^2.13.2",
2020
"react": "18.3.1",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5055,12 +5055,7 @@ next-mdx-remote@^4.2.1:
50555055
vfile "^5.3.0"
50565056
vfile-matter "^3.0.1"
50575057

5058-
next-seo@7:
5059-
version "7.0.1"
5060-
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-7.0.1.tgz#913cbf53ed883928e156b75bcd6c1dee5103a9c9"
5061-
integrity sha512-NxcnWaT7dLZdPjWOD6JZm1pUpJ1zxoDBOuXBR72fTTMqqO/bchcjkBJpx27MDACDJrIVwxfKPq5qGcv17qZiBQ==
5062-
5063-
next-seo@^6.0.0:
5058+
next-seo@^6.0.0, next-seo@^6.8.0:
50645059
version "6.8.0"
50655060
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-6.8.0.tgz#0265ec75ad5ddca3d2a11dd86534a15065043651"
50665061
integrity sha512-zcxaV67PFXCSf8e6SXxbxPaOTgc8St/esxfsYXfQXMM24UESUVSXFm7f2A9HMkAwa0Gqn4s64HxYZAGfdF4Vhg==

0 commit comments

Comments
 (0)