Update dependency next-seo to v6
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
next-seo | 4.24.0 -> 6.5.0 |
Release Notes
garmeeh/next-seo (next-seo)
v6.5.0
What's Changed
- Fix properties BreadCrumbJsonLdProps by @tiagobbraga in https://github.com/garmeeh/next-seo/pull/1374
New Contributors
- @tiagobbraga made their first contribution in https://github.com/garmeeh/next-seo/pull/1374
Full Changelog: https://github.com/garmeeh/next-seo/compare/v6.4.0...v6.5.0
v6.4.0
v6.3.0
- Changed Spelling of Organisation to Organization (#1280)
b9105f0
- feat:
CustomJsonLd
for carousel (#949)ae7923d
Misc
- Bump word-wrap from 1.2.3 to 1.2.5 (#1296)
e6c8023
- Bump semver from 5.7.1 to 5.7.2 (#1295)
b82ec46
- Bump @babel/traverse from 7.21.4 to 7.23.2 (#1297)
7be9df7
- Bump @adobe/css-tools from 4.2.0 to 4.3.1 (#1294)
3400ce7
- Bump @types/react from 18.0.31 to 18.2.14 (#1272)
50774c3
- Bump @types/jest from 29.5.0 to 29.5.2 (#1253)
8f46dee
- Bump prettier from 2.8.7 to 2.8.8 (#1212)
124758e
- Bump @types/node from 18.15.11 to 20.3.2 (#1273)
ce9947c
- Bump cypress from 12.9.0 to 12.16.0 (#1274)
c140a75
- Bump typescript from 5.0.3 to 5.1.6 (#1276)
580cfcd
- Bump lint-staged from 11.1.1 to 13.2.3 (#1277)
a461a78
v6.2.0
- feature: add CampgroundJsonLd component (#1292)
119f847
- feat(jsonld): adds keywords for SoftwareApp schema (#1290)
e5e571c
- feature: add ParkJsonLd component (#1291)
d403076
v6.1.0
- fix readme typo (#1124)
59c18c4
- fix: #1118 - added worstRating under AggregateRating type (#1224)
c086508
- Fix useAppDir prop value instructions when using app dir (#1244)
ee41400
- Make sub fields for Place on JobPostingJsonLd optional (#1251)
1b22541
- Update README.md
4c69f9b
- Add banner for Next.js Weekly newsletter (#1195)
c93b9d7
v6.0.0
: V6
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: ,
) 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:
- feat: add jobPosting support for 'confidential' (#1186)
db70100
- Add cateogry property to product json-ld prop type (#1188)
76ca1e4
- Update Docs (#1190)
c77e6f6
v5.15.0
- feat: enhance NewsArticleJsonLd and ArticleJsonLd author (#1105)
9409826
- chore: Allow null for TS definitions about width and height of OpenGraphMedia (#1112)
7b2ad73
- fix: typo in e2e app (#1120)
fdf6738
- fix: Accept type string for
location
andaddress
(#1122)0dbcef4
- fix(EventJsonLd): Do not add
eventStatus
/eventAttendanceMode
if not present (#1121)94abb9e
- Fix typo (#1095)
38838ca
- fix: product can have a single review (#1102)
56f0146
- [1109] Fix WebPage docs link (#1110)
f904837
- [1111] Improve WebPageJsonLdProps by extending JsonLdProps (#1114)
da493ea
v5.14.1
v5.14.0
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:
Chores:
- Update app directory documentation (#1078)
0bb10e9
- Bump next from 13.0.0 to 13.0.1 (#1076)
815e636
- Bump @types/node from 18.11.7 to 18.11.9 (#1077)
7a32471
- Update Docs (#1075)
6b684c1
v5.13.0
Be sure to check out the docs around the app directory
v5.12.0
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
Chores
v5.11.0
v5.10.0
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
Chores:
- fix: snapshot outdated
c61f1b2
- Fix links and suggest to remove a superfluous link (#990)
eeb33e4
- Update README.md (#1009)
0602078
- Update README.md (#991)
e04ccc2
- docs update for themeColor
e2526c4
- fix unhandled error when recipeInstructions is undefined (#997)
8f5df2e
- fix: add docs example to avoid httpEquiv TypeScript error (#1052)
c828eb2
- Cypress 10 (#1041)
c967181
- Docs for ImageJson (#1042)
eb96f09
v5.8.0
- deprecated site_name
5416de6
- Add siteName next to site_name to respect camelCase convention (#1014)
dd61207
v5.7.0
- feat(983): support multiple addresses for Local Business and Organization (#1032)
d27358f
- Disable children property from NextSeo as it is not supported (#996)
c52dd5c
- Adds image jsonld (#1028)
4cca002
- fix(#957): Optional validThrough property for JobPostings (#1025)
1bd2351
Chores:
v5.6.0
- Add support for 'og:audio' (#1010)
f2a5a3d
- adds experience requirements for job posting (#1015)
93903c6
Chores
v5.5.0
- Passing defaultTitle through to buildTags (#832)
d5e1d08
- Update types.ts (#971)
132e7e7
- Add more properties to JsonLd Event (#905)
a421f3a
- feature: added how-to jsonLD (#946)
f3cc915
- feat: support article author url (#961)
05fd52a
- feat: update document (#960)
cad8772
v5.4.0
NOTE: This will change the output slightly to ensure it is fully compatible with JSON.
v5.3.0
- Fix missing SocialProfileJsonLdPropsexport (#939)
591c46e
- chore:
reviewedBy
field for WebPageJsonLd has been changed to optional (#935)a46be2a
v5.2.0
v5.1.0
-
fix: update snapshot
9bc32f1
-
Renamed property NextSeo Options Table to be coherent with the interface (#833)
846cc0d
-
delete not ignored DS_Store file in directory (#901)
a515bfe
v5.0.0
: Version 5
next-seo has been completely re-written to make it more dev friendly for contributing. This also makes it much easier to maintain with the hope of adding new features, fixing more bugs and more releases.
BREAKING CHANGES
- BlogJsonLd is now merged with ArticleJsonLd (check docs on BlogJsonLd for example)
- CourseJsonLd
providerName
is now moved to an object (see docs for CourseJsonLd) - OrganizationJsonLd: small prop change
organizationType
was changed totype
-
author
withinreview
in ProductJsonLd has been changed to a string -
QAPageJsonldProps
is nowQAPageJsonLdProps
- As part of QAPageJsonLd,
upvotedCount
has been changed toupvoteCount
-
CarouselJsonLdProps
has a prop change:type
has been changed toofType
-
googlebot
tag no longer is included by default as it is not seen as been needed. With the removal of this all props relating the disabling it have been removed
NOTE:
og:title
if not set now correctly inherits the title that is set
v4.29.0
Chores:
v4.28.1
v4.28.0
v4.27.0
-
fix(NextSeo): og:title and og:description are not overriden #544 (#852)
9e0aec4
-
docs: add simrobin as a contributor for doc, code, test (#862)
7da5a66
-
docs: add sushantdhiman as a contributor for code, test (#861)
64103b7
-
Merge pull request #839 from garmeeh/dependabot/npm_and_yarn/eslint-7.32.0
420eb12
-
Bump eslint from 7.31.0 to 7.32.0
0081db9
-
Merge pull request #837 from garmeeh/dependabot/npm_and_yarn/cypress-8.1.0
9f742fd
-
Bump cypress from 8.0.0 to 8.1.0
d990da4
-
Merge pull request #835 from garmeeh/dependabot/npm_and_yarn/lint-staged-11.1.1
96200b0
-
Bump lint-staged from 11.1.0 to 11.1.1
f780092
-
Merge pull request #834 from garmeeh/dependabot/npm_and_yarn/types/react-17.0.15
d5a8cd9
-
Bump @types/react from 17.0.14 to 17.0.15
b51a071
-
Merge pull request #831 from garmeeh/dependabot/npm_and_yarn/lint-staged-11.1.0
26137f3
-
Bump lint-staged from 11.0.1 to 11.1.0
fbd8df5
-
Merge pull request #830 from garmeeh/dependabot/npm_and_yarn/eslint-plugin-jest-24.4.0
d88e304
-
Bump eslint-plugin-jest from 24.3.7 to 24.4.0
26f516a
-
Merge pull request #829 from garmeeh/dependabot/npm_and_yarn/eslint-plugin-jest-24.3.7
382d378
-
Bump eslint-plugin-jest from 24.3.6 to 24.3.7
f70424d
-
Merge pull request #828 from garmeeh/dependabot/npm_and_yarn/cypress-8.0.0
6a6d361
-
Bump cypress from 7.7.0 to 8.0.0
5e6db45
-
Merge pull request #827 from garmeeh/dependabot/npm_and_yarn/eslint-7.31.0
9734dcd
-
Bump eslint from 7.30.0 to 7.31.0
868578c
-
Merge pull request #826 from garmeeh/dependabot/npm_and_yarn/lint-staged-11.0.1
523e9a4
-
Bump lint-staged from 11.0.0 to 11.0.1
914dc54
-
Merge pull request #823 from garmeeh/dependabot/npm_and_yarn/types/react-17.0.14
fafa31b
-
Bump @types/react from 17.0.13 to 17.0.14
7bb02a8
-
Merge pull request #822 from garmeeh/dependabot/npm_and_yarn/types/react-dom-17.0.9
3acc984
-
Bump @types/react-dom from 17.0.8 to 17.0.9
b93a363
-
Merge pull request #821 from garmeeh/dependabot/npm_and_yarn/cypress-7.7.0
1b54ec1
-
Bump cypress from 7.6.0 to 7.7.0
dc31ad6
-
Merge pull request #820 from garmeeh/dependabot/npm_and_yarn/types/jest-26.0.24
9ce0051
-
Bump @types/jest from 26.0.23 to 26.0.24
7065645
-
Merge pull request #818 from garmeeh/dependabot/npm_and_yarn/cypress/schema-tools-4.7.8
a9c336d
-
Bump @cypress/schema-tools from 4.7.5 to 4.7.8
66730c7
-
Merge pull request #817 from garmeeh/dependabot/npm_and_yarn/eslint-7.30.0
caa4508
-
Bump eslint from 7.29.0 to 7.30.0
2f8b26c
-
Merge pull request #816 from garmeeh/dependabot/npm_and_yarn/types/react-17.0.13
b144ec0
-
Bump @types/react from 17.0.12 to 17.0.13
6ca79e6
-
Merge pull request #815 from garmeeh/dependabot/npm_and_yarn/types/react-17.0.12
7dfc59d
-
Bump @types/react from 17.0.11 to 17.0.12
c02d57b
-
Merge pull request #814 from garmeeh/dependabot/npm_and_yarn/typescript-4.3.5
5232112
-
Bump typescript from 4.3.4 to 4.3.5
feb4a9c
-
Merge pull request #811 from garmeeh/dependabot/npm_and_yarn/prettier-2.3.2
f96b470
-
Bump prettier from 2.3.1 to 2.3.2
b280781
-
Merge pull request #807 from garmeeh/dependabot/npm_and_yarn/cypress-7.6.0
1feee4e
-
Bump cypress from 7.5.0 to 7.6.0
19afb96
-
Merge pull request #806 from garmeeh/dependabot/npm_and_yarn/next-11.0.1
1b49930
-
Bump next from 11.0.0 to 11.0.1
d3bf0dd
-
Merge pull request #805 from garmeeh/dependabot/npm_and_yarn/eslint-config-next-11.0.1
a47b0b0
-
Bump eslint-config-next from 11.0.0 to 11.0.1
ddc72ac
-
Merge pull request #804 from garmeeh/dependabot/npm_and_yarn/color-string-1.5.5
41067c7
-
[Security] Bump color-string from 1.5.3 to 1.5.5
076ce64
-
Merge pull request #803 from garmeeh/dependabot/npm_and_yarn/types/react-17.0.11
55c6e02
-
Bump @types/react from 17.0.5 to 17.0.11
3216463
-
Merge pull request #801 from garmeeh/dependabot/npm_and_yarn/eslint-7.29.0
2f17dad
-
Bump eslint from 7.28.0 to 7.29.0
f443d19
v4.26.0
- Fix buildInstruction function (#723)
e8d99ee
- feat:
VideoGame
schema type support (#770)9d9c91d
- fix: missing offers field in aggregateOffer (#769)
78789d2
Chores
- docs: add shabith as a contributor for doc (#800)
87123c1
- fixed broken links (#752)
2762294
- docs: add darklight147 as a contributor for doc (#799)
84c4b42
- Fixed some copy-paste oversight (#755)
514a238
- docs: add PezeM as a contributor for doc (#798)
8d165ac
- Update Next.js custom app documentation link (#772)
0ee83ac
- Merge pull request #797 from garmeeh/dependabot/npm_and_yarn/types/react-dom-17.0.8
c8da29e
- Bump @types/react-dom from 17.0.7 to 17.0.8
5dc5bfb
- Merge pull request #796 from garmeeh/dependabot/npm_and_yarn/typescript-4.3.4
9086327
- Bump typescript from 4.3.3 to 4.3.4
47c86d3
- Merge pull request #794 from garmeeh/dependabot/npm_and_yarn/typescript-4.3.3
ce747ba
- Bump typescript from 4.3.2 to 4.3.3
b749dc3
v4.25.1
: Fix invalid package.json
- invalid character
9e6457c
v4.25.0
Chores:
- Merge pull request #791 from garmeeh/dependabot/npm_and_yarn/postcss-7.0.36
4f4f435
- [Security] Bump postcss from 7.0.32 to 7.0.36
a160ae9
- Merge pull request #789 from garmeeh/dependabot/npm_and_yarn/microbundle-0.13.3
e7c38c0
- Bump microbundle from 0.13.2 to 0.13.3
b4f0be7
- Merge pull request #787 from garmeeh/dependabot/npm_and_yarn/types/react-dom-17.0.7
1a376d7
- Bump @types/react-dom from 17.0.6 to 17.0.7
d3d3152
- Merge pull request #784 from garmeeh/dependabot/npm_and_yarn/cypress-7.5.0
10f11be
- Bump cypress from 7.4.0 to 7.5.0
8491c37
- Merge pull request #783 from garmeeh/dependabot/npm_and_yarn/microbundle-0.13.2
224be6a
- Bump microbundle from 0.13.1 to 0.13.2
6de5e76
- Merge pull request #782 from garmeeh/dependabot/npm_and_yarn/doctoc-2.0.1
9006c13
- Bump doctoc from 1.4.0 to 2.0.1
ebcfc8e
- Merge pull request #781 from garmeeh/dependabot/npm_and_yarn/prettier-2.3.1
ff768ea
- Bump prettier from 2.3.0 to 2.3.1
2134b92
- Merge pull request #776 from garmeeh/dependabot/npm_and_yarn/types/node-15.12.0
b75a3db
- Bump @types/node from 15.9.0 to 15.12.0
804fa14
- Merge pull request #775 from garmeeh/dependabot/npm_and_yarn/types/node-15.9.0
8106d78
- Bump @types/node from 15.6.1 to 15.9.0
2b6b9df
- Merge pull request #773 from garmeeh/dependabot/npm_and_yarn/types/react-dom-17.0.6
189240a
- Bump @types/react-dom from 17.0.5 to 17.0.6
42bf881
- Merge pull request #764 from garmeeh/dependabot/npm_and_yarn/microbundle-0.13.1
5a2d32a
- Bump microbundle from 0.13.0 to 0.13.1
eb34149
- Merge pull request #763 from garmeeh/dependabot/npm_and_yarn/typescript-4.3.2
da6b354
- Bump typescript from 4.2.4 to 4.3.2
1665a3c
- Merge pull request #762 from garmeeh/dependabot/npm_and_yarn/types/node-15.6.1
91a15dd
- Bump @types/node from 15.6.0 to 15.6.1
e3b5c56
- Merge pull request #761 from garmeeh/dependabot/npm_and_yarn/cypress-7.4.0
7b9b483
- Bump cypress from 7.3.0 to 7.4.0
d8f2767
- Merge pull request #760 from garmeeh/dependabot/npm_and_yarn/cypress-7.3.0
9669dde
- Bump cypress from 3.8.3 to 7.3.0
7090e9e
- Merge pull request #759 from garmeeh/dependabot/npm_and_yarn/next-10.2.3
c469df1
- Bump next from 10.2.2 to 10.2.3
57480cc
- Merge pull request #758 from garmeeh/dependabot/npm_and_yarn/types/node-15.6.0
14abf15
- Bump @types/node from 15.3.1 to 15.6.0
81d8cfd
- Merge pull request #757 from garmeeh/dependabot/npm_and_yarn/next-10.2.2
edfc5e8
- Bump next from 10.2.1 to 10.2.2
00e8d3f
- Merge pull request #756 from garmeeh/dependabot/npm_and_yarn/types/node-15.3.1
d712d7f
- Bump @types/node from 15.3.0 to 15.3.1
c73e7c6
- Merge pull request #754 from garmeeh/dependabot/npm_and_yarn/next-10.2.1
faf38df
- Bump next from 10.2.0 to 10.2.1
17dac35
- Merge pull request #751 from garmeeh/dependabot/npm_and_yarn/types/node-15.3.0
ebb3822
- Bump @types/node from 15.0.3 to 15.3.0
3b99533
- Merge pull request #750 from garmeeh/dependabot/npm_and_yarn/types/react-dom-17.0.5
0c36e54
- Bump @types/react-dom from 17.0.4 to 17.0.5
de03a9a
- Merge pull request #749 from garmeeh/dependabot/npm_and_yarn/types/node-15.0.3
2840a53
- Bump @types/node from 15.0.2 to 15.0.3
54535b8
- Merge pull request #747 from garmeeh/dependabot/npm_and_yarn/types/react-dom-17.0.4
38519ba
- Bump @types/react-dom from 17.0.3 to 17.0.4
3f61be6
- Merge pull request #746 from garmeeh/dependabot/npm_and_yarn/prettier-2.3.0
bd2d1ce
- Bump prettier from 2.1.2 to 2.3.0
db912aa
- Merge pull request #744 from garmeeh/dependabot/npm_and_yarn/hosted-git-info-2.8.9
629f43a
- [Security] Bump hosted-git-info from 2.8.8 to 2.8.9
76a5b25
- Merge pull request #743 from garmeeh/dependabot/npm_and_yarn/lint-staged-11.0.0
b67c0a6
- Bump lint-staged from 10.5.4 to 11.0.0
5aa5fca
- Merge pull request #742 from garmeeh/dependabot/npm_and_yarn/ts-jest-26.5.6
2fd75fa
- Bump ts-jest from 26.5.5 to 26.5.6
1bdc068
- Merge pull request #741 from garmeeh/dependabot/npm_and_yarn/types/node-15.0.2
52ecd16
- Bump @types/node from 15.0.1 to 15.0.2
73548fd
- Merge pull request #740 from garmeeh/dependabot/npm_and_yarn/types/react-17.0.5
83d31ae
- Bump @types/react from 17.0.4 to 17.0.5
b9eae25
- Merge pull request #735 from garmeeh/dependabot/npm_and_yarn/types/node-15.0.1
b5158ca
- Bump @types/node from 14.14.41 to 15.0.1
2654d34
- Merge pull request #737 from garmeeh/dependabot/npm_and_yarn/next-10.2.0
0580128
- Bump next from 10.1.3 to 10.2.0
1d83b3a
- Merge pull request #733 from garmeeh/dependabot/npm_and_yarn/types/jest-26.0.23
6766c90
- Bump @types/jest from 26.0.22 to 26.0.23
3d4b23d
- Merge pull request #725 from garmeeh/dependabot/npm_and_yarn/ts-jest-26.5.5
31192f8
- Bump ts-jest from 26.5.4 to 26.5.5
3e788dd
- Merge pull request #732 from garmeeh/dependabot/npm_and_yarn/types/react-17.0.4
d55a84d
- Bump @types/react from 17.0.3 to 17.0.4
14d9cab
- Merge pull request #724 from garmeeh/dependabot/npm_and_yarn/types/node-14.14.41
a720652
- Bump @types/node from 14.14.39 to 14.14.41
e72c555
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.