Skip to content

chore(deps): bump next and next-seo in /examples/embed-starter-kit/site - #4745

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/embed-starter-kit/site/multi-fc2554b207
Open

chore(deps): bump next and next-seo in /examples/embed-starter-kit/site#4745
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/embed-starter-kit/site/multi-fc2554b207

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps next and next-seo. These dependencies needed to be updated together.
Updates next from 13.5.11 to 16.2.12

Release notes

Sourced from next's releases.

v16.2.12

What's Changed

Full Changelog: vercel/next.js@v16.2.11...v16.2.12

v16.2.11

This release contains security fixes for the following advisories:

High:

Moderate:

v16.2.10

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

v16.2.9

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Backport documentation fixes for v16.2 (#93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)

... (truncated)

Commits
  • 2234717 v16.2.12
  • 957f5ed [Backport] Fixes to support TypeScript 7 (#95831)
  • b56eb16 Backport/docs fixes 16.2 - July round (#96031)
  • 9beca08 v16.2.11
  • 3c48c7a [16.x] Fix Turbopack middleware matcher with i18n single locale
  • ac1eff3 [16.x] Improve performance of checking valid MPA form submissions
  • 9a4651e [16.x] Enforce serverActions.bodySizeLimit for Server Actions in Edge runtime
  • b512063 [16.x] Set correct origin for internal redirects in custom server
  • d303326 [16.x] Ensure exotic rewrite param values are properly encoded
  • 73b9487 [16.x] fix(fetch-cache): key fetch(Request, init) by the effective request
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.


Updates next-seo from 4.17.0 to 4.29.0

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 build or 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/site dependency versions only: next from 13.x to ^16.2.12 and next-seo from 4.11.x to ^4.29.0, with the matching package-lock.json refresh (new Next 16 toolchain bits such as sharp, 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.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 28, 2026
@changeset-bot

changeset-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: ec6173a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ec6173a. Configure here.

@nx-cloud

nx-cloud Bot commented Jul 28, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit ec6173a

Command Status Duration Result
nx test @e2e/nextjs-sdk-next-app ✅ Succeeded 6m 57s View ↗
nx test @e2e/angular-17 ✅ Succeeded 6m 39s View ↗
nx test @e2e/qwik-city ✅ Succeeded 6m 46s View ↗
nx test @e2e/nuxt ✅ Succeeded 5m 41s View ↗
nx test @e2e/gen1-react ✅ Succeeded 4m 56s View ↗
nx test @e2e/hydrogen ✅ Succeeded 5m 13s View ↗
nx test @e2e/react-sdk-next-15-app ✅ Succeeded 5m 12s View ↗
nx test @e2e/angular-17-ssr ✅ Succeeded 5m 4s View ↗
Additional runs (38) ✅ Succeeded ... View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-07-28 04:16:50 UTC

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants