fix: update dependency next-seo to v7 (main-private)#541
Open
renovate[bot] wants to merge 1 commit intomain-privatefrom
Open
fix: update dependency next-seo to v7 (main-private)#541renovate[bot] wants to merge 1 commit intomain-privatefrom
renovate[bot] wants to merge 1 commit intomain-privatefrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
70ba860 to
ffebc09
Compare
ffebc09 to
b13183e
Compare
b13183e to
4f83b52
Compare
4f83b52 to
137b48c
Compare
137b48c to
68c8022
Compare
68c8022 to
a973db6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.15.0→7.2.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
garmeeh/next-seo (next-seo)
v7.2.0Compare Source
Minor Changes
28c684e: AddreviewandaggregateRatingprops to OrganizationJsonLd component, matching the existing support in LocalBusinessJsonLd. Both are direct Schema.org Organization properties processed using shared utilities.v7.1.0Compare Source
Minor Changes
d412e2b: Add HowToJsonLd component for structured data supportHowToJsonLdcomponent following Schema.org HowTo specificationv7.0.1Patch Changes
1db3648: Add JSDoc comment to internal type guard functionv7.0.0Next SEO v7.0.0 Release Notes
🚨 Important Notice
Next SEO v7 is a complete rewrite with breaking changes throughout the entire API.
We strongly recommend staying on v6 unless you:
Version 6 will continue to receive bug fixes and security updates.
📋 Summary
Next SEO v7 represents a ground-up rewrite of the library, modernizing every aspect from tooling to API design. This release focuses on:
🎯 Why v7?
The web development ecosystem has evolved significantly as well as my skills (I hope) since Next SEO's inception. Version 7 addresses several key challenges:
✨ Major Improvements
1. Modern Build Tooling
2. Enhanced Developer Experience
3. Google-Compliant JSON-LD Components
All JSON-LD components have been rebuilt from scratch following Google's structured data gallery specifications:
4. Simplified Pages Router API
Instead of components that manage Next.js internals, v7 exposes pure functions that you control:
💔 Breaking Changes
Complete API Redesign
This is not a drop-in replacement. Every aspect of the API has changed:
Pages Router Changes
<NextSeo />generateNextSeo()function<DefaultSeo />generateDefaultSeo()functionnext-seonext-seo/pages<Head>App Router Changes
useAppDir={true}JSON-LD Component Changes
All components have completely new APIs. Properties have been renamed, restructured, or removed to match Google's specifications.
🔄 Migration Guide
Basic Pages Router Migration
Before (v6):
After (v7):
JSON-LD Migration Example
Before (v6):
After (v7):
🛠️ Technical Improvements
Build System
~mapping tosrcTesting Infrastructure
Developer Tooling
📚 Documentation
The documentation has been completely rewritten:
🤝 Contributing
Version 7 makes contributing easier than ever:
🔮 Future Plans
📞 Support
masterbranchmainbranchUnless you specifically need the new JSON-LD components or are starting a fresh project, we recommend staying on v6. The API changes are extensive and will require a complete rewrite of your SEO implementation. Version 6 remains stable, battle-tested, and will continue to receive maintenance updates.
Thank you for your continued support of Next SEO. I'm excited about the future of SEO in Next.js applications!
v6.8.0Compare Source
0f2ce8bv6.7.2Compare Source
81f3a41v6.7.1Compare Source
148ef8336e2048v6.7.0Compare Source
chore: Update package.json to include exports and specify package manager
30b5e06add outrank
dea6abbUpdate README.md
115b11bUpdate README.md
f005a75v6.6.0Compare Source
1afb6e60030c7c96b49b68e4545av6.5.0Compare Source
What's Changed
New Contributors
Full Changelog: garmeeh/next-seo@v6.4.0...v6.5.0
v6.4.0Compare Source
ff2fb29v6.3.0Compare Source
b9105f0CustomJsonLdfor carousel (#949)ae7923dMisc
e6c8023b82ec467be9df73400ce750774c38f46dee124758ece9947cc140a75580cfcda461a78v6.2.0Compare Source
119f847e5e571cd403076v6.1.0Compare Source
59c18c4c086508ee414001b225414c69f9bc93b9d7v6.0.0: V6Compare Source
Breaking change:
If you are using the
appdirectory you will need to migrate fromNextSeocomponent to the built in generateMetaData method in Next.jsNotes:
aca05caAlso better safe than sorry with SEO 😅
As this bug was fixed via #1062 it may have some strange effects if you have a work around in place.
f2a5f7fAll other changes:
db7010076ca1e4c77e6f6Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.