chore(deps): bump next and next-seo in /examples/embed-starter-kit/site - #4745
Conversation
Bumps [next](https://github.com/vercel/next.js) and [next-seo](https://github.com/garmeeh/next-seo). These dependencies needed to be updated together. Updates `next` from 13.5.11 to 16.2.12 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v13.5.11...v16.2.12) Updates `next-seo` from 4.17.0 to 4.29.0 - [Release notes](https://github.com/garmeeh/next-seo/releases) - [Changelog](https://github.com/garmeeh/next-seo/blob/main/CHANGELOG.md) - [Commits](garmeeh/next-seo@v4.17.0...v4.29.0) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.12 dependency-type: direct:production - dependency-name: next-seo dependency-version: 4.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ec6173a. Configure here.
| "next": "^13.5.9", | ||
| "next-seo": "^4.11.0", | ||
| "next": "^16.2.12", | ||
| "next-seo": "^4.29.0", |
There was a problem hiding this comment.
Next 16 peers left on React 16
High Severity
next is bumped to ^16.2.12, which peers on React ^18.2.0 or ^19, but react and react-dom stay at ^16.14.0 (with @types/react still on 16). Install may succeed with peer warnings, then next build / next dev fail or misbehave because Next 16 expects React 18+ APIs.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit ec6173a. Configure here.
|
View your CI Pipeline Execution ↗ for commit ec6173a
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |


Bumps next and next-seo. These dependencies needed to be updated together.
Updates
nextfrom 13.5.11 to 16.2.12Release notes
Sourced from next's releases.
... (truncated)
Commits
2234717v16.2.12957f5ed[Backport] Fixes to support TypeScript 7 (#95831)b56eb16Backport/docs fixes 16.2 - July round (#96031)9beca08v16.2.113c48c7a[16.x] Fix Turbopack middleware matcher with i18n single localeac1eff3[16.x] Improve performance of checking valid MPA form submissions9a4651e[16.x] EnforceserverActions.bodySizeLimitfor Server Actions in Edge runtimeb512063[16.x] Set correct origin for internal redirects in custom serverd303326[16.x] Ensure exotic rewrite param values are properly encoded73b9487[16.x] fix(fetch-cache): key fetch(Request, init) by the effective requestMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.
Updates
next-seofrom 4.17.0 to 4.29.0Commits
8589fa7v4.29.006d4c8b[Feature] - OrganizationJsonLD & WebPageJsonLd & BrandJsonLd (#855)9567570Bump semver-regex from 3.1.2 to 3.1.3 (#867)7ead172Bump tmpl from 1.0.4 to 1.0.5 (#868)abfeb47v4.28.13330385Disable googlebot and add tests (#869)df1dd4av4.28.039666c5docs: add riccardogiorato as a contributor for code, test, doc (#866)bcc3b19v4.27.07da5a66docs: add simrobin as a contributor for doc, code, test (#862)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Jumping Next across three major versions while the example still pins React 16 may break
next buildor runtime until React/TypeScript are aligned with Next 16 peer requirements; verify CI or local build for this example.Overview
Updates
examples/embed-starter-kit/sitedependency versions only:nextfrom 13.x to ^16.2.12 andnext-seofrom 4.11.x to ^4.29.0, with the matchingpackage-lock.jsonrefresh (new Next 16 toolchain bits such assharp, updated@next/swc-*, and Next’s Node >=20.9 engine requirement).There are no application source changes in this PR—only manifest/lockfile updates for the Builder embed starter example.
Reviewed by Cursor Bugbot for commit ec6173a. Bugbot is set up for automated code reviews on this repo. Configure here.