Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ upgrade next-seo to v6 #61

Merged
merged 1 commit into from
Nov 3, 2023
Merged

⬆️ upgrade next-seo to v6 #61

merged 1 commit into from
Nov 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-seo ^5.1.0 -> ^6.0.0 age adoption passing confidence

Release Notes

garmeeh/next-seo (next-seo)

v6.4.0

Compare Source

v6.3.0

Compare Source

Misc

v6.2.0

Compare Source

v6.1.0

Compare Source

v6.0.0: V6

Compare Source

Breaking change:

If you are using the app directory you will need to migrate from NextSeo component to the built in generateMetaData method in Next.js

Notes:

For standard meta data (eg: , <title>) then it is highly recommended that you use the built in generateMetaData method. You can check out the docs here

For JSON-LD then the only change needed is you should add useAppDir={true} to the JSON-LD component in use. You should add use this component in your page.js and NOT your head.js.

Also 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.

All other changes:

v5.15.0

Compare Source

v5.14.1

Compare Source

v5.14.0

Compare Source

This release could probably have been a patch release with the below being the only change. Being an SEO library I will always lean towards being extra careful, hence the minor vs patch. Also this could result in broken tests anyway if someone was doing some form of snapshot on the output.

Changes:

  • Remove keyoverride attribute from additional meta tags (#​1080) 37dda3c

Chores:

v5.13.0

Compare Source

Be sure to check out the docs around the app directory

v5.12.0

Compare Source

This release deprecates contactPoints prop on the <OrganizationJsonLd /> component in favour of contactPoint.

You do not need to change anything as until the next major release we will continue to accept contactPoints.

However, it is worth noting that the output script will now contain containPoint as per the correct schema definition. I did consider whether this was a breaking change as if you have tests checking the output they will fail and require a change. If you were effected by this and consider this a breaking change please let me know.

v5.11.1

Compare Source

Chores

v5.11.0

Compare Source

v5.10.0

Compare Source

feat: add isAccessibleForFree prop on article and newsarticle (https://github.com/garmeeh/next-seo/pull/1060)
fix: article object type BlogPosting (https://github.com/garmeeh/next-seo/pull/1050)

v5.9.0

Compare Source

  • Added themeColor meta tag to support Discord Embed & mobile Chrome Browsers (#​984) ac547e2

Chores:

v5.8.0

Compare Source

  • deprecated site_name 5416de6
  • Add siteName next to site_name to respect camelCase convention (#​1014) dd61207

v5.7.0

Compare Source

Chores:

v5.6.0

Compare Source

Chores

v5.5.0

Compare Source

v5.4.0

Compare Source

NOTE: This will change the output slightly to ensure it is fully compatible with JSON.

v5.3.0

Compare Source

  • Fix missing SocialProfileJsonLdPropsexport (#​939) 591c46e
  • chore: reviewedBy field for WebPageJsonLd has been changed to optional (#​935) a46be2a

v5.2.0

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Nov 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
onruntime-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 3, 2023 0:32am

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 3, 2023
@AntoineKM AntoineKM merged commit 0bbe5c1 into master Nov 3, 2023
4 checks passed
@renovate renovate bot deleted the renovate/next-seo-6.x branch November 3, 2023 08:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant