Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2026

Bumps next from 14.2.32 to 14.2.35.

Release notes

Sourced from next's releases.

v14.2.35

Please see the Next.js Security Update for information about this security patch.

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

High Risk
High risk because this is a major Next.js upgrade (14→16) that can introduce breaking changes in routing, build/runtime behavior, and framework tooling compatibility.

Overview
Upgrades the apps/nextjs-x-chain example app to Next.js 16.1.5 (from 14.2.32) by updating the next dependency in package.json.

Written by Cursor Bugbot for commit 656a565. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 8, 2026
@dependabot dependabot bot requested a review from 0xmaayan as a code owner January 8, 2026 07:28
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2026
@dependabot dependabot bot requested review from kaw2k and kent-white as code owners January 8, 2026 07:28
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Jan 8, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/nextjs-x-chain/next-14.2.35 branch 2 times, most recently from fea0ebc to 1b697de Compare January 13, 2026 02:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/nextjs-x-chain/next-14.2.35 branch 3 times, most recently from 068ebd2 to d152d3e Compare January 22, 2026 18:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/nextjs-x-chain/next-14.2.35 branch 2 times, most recently from f89dc4e to 627ab01 Compare January 28, 2026 19:36
Copy link

@cursor cursor bot left a comment

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 and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

"clsx": "^2.1.1",
"lucide-react": "^0.383.0",
"next": "14.2.32",
"next": "16.1.5",
Copy link

Choose a reason for hiding this comment

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

Version mismatch: PR claims 14.2.35 but installs 16.1.5

High Severity

The PR description states this bumps next from 14.2.32 to 14.2.35 for a security patch, but the actual change sets version 16.1.5. This is a major version jump (14 → 16) disguised as a minor security patch. Major version upgrades can introduce breaking changes and require careful migration. Additionally, eslint-config-next remains at version 14.2.3, which would be mismatched with the new Next.js version.

Fix in Cursor Fix in Web

Bumps [next](https://github.com/vercel/next.js) from 14.2.32 to 14.2.35.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.32...v14.2.35)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 14.2.35
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/nextjs-x-chain/next-14.2.35 branch from 627ab01 to 656a565 Compare January 30, 2026 16:05
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