Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2025

Bumps next from 12.3.4 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.

Bumps [next](https://github.com/vercel/next.js) from 12.3.4 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@v12.3.4...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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 16, 2025
@vercel
Copy link

vercel bot commented Dec 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
evm-codes Error Error Dec 16, 2025 10:33am

@cursor
Copy link

cursor bot commented Dec 16, 2025

PR Summary

Upgrades Next.js from 12 to 14 and refreshes the lockfile with associated dependency updates (SWC, styled-jsx, PostCSS, binaries).

  • Dependencies:
    • Upgrade next from 1214.
    • Update associated tooling: @next/swc-* platform binaries, @swc/core linkage, @swc/helpers.
    • Bump related packages: styled-jsx, postcss, caniuse-lite; update next-plausible resolution to next@14.
    • Add transitive deps like busboy and client-only; lockfile refreshed with numerous transitive updates.

Written by Cursor Bugbot for commit f906c04. Configure here.

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.

Bug: Next.js 14 requires React 18 but React 17 remains

Next.js 14 declares a peer dependency on react: ^18.2.0 and react-dom: ^18.2.0, but the project continues to use react: ^17.0.2 and react-dom: ^17.0.2. This peer dependency mismatch means Next.js 14 features that depend on React 18 APIs (like Server Components, concurrent rendering, and streaming) may fail at runtime or behave unexpectedly. Upgrading to Next.js 14 requires also upgrading React to version 18.

package.json#L49-L56

evm.codes/package.json

Lines 49 to 56 in f906c04

"monaco-editor": "^0.47.0",
"next": "14",
"next-mdx-remote": "^3.0.8",
"next-plausible": "^3.12.0",
"next-themes": "^0.3.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",

pnpm-lock.yaml#L3296-L3298

evm.codes/pnpm-lock.yaml

Lines 3296 to 3298 in f906c04

'@playwright/test': ^1.41.2
react: ^18.2.0
react-dom: ^18.2.0

Fix in Cursor Fix in Web


Comment @cursor review or bugbot run to trigger another review on this PR

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.

1 participant