Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps next from 12.3.4 to 15.5.10.

Release notes

Sourced from next's releases.

v15.5.10

Please refer the following changelogs for more information about this security release:

v15.5.9

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

v15.5.7

Please see CVE-2025-66478 for additional details about this release.

v15.4.11

Please see this changelog for more information about this security patch.

v15.4.10

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

v15.4.8

Please see CVE-2025-66478 for additional details about this release.

v15.3.9

Please see this changelog for more information about this security patch.

v15.3.8

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

v15.3.6

Please see CVE-2025-66478 for additional details about this release.

v15.2.9

Please see this changelog for more information about this security patch.

v15.2.8

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

v15.2.6

Please see CVE-2025-66478 for additional details about this release.

v15.1.12

Please see this changelog for more information about this security patch.

v15.1.11

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

v15.0.8

Please see this changelog for more information about this security patch.

v15.0.7

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

... (truncated)

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 15.5.10.
- [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...v15.5.10)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.10
  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 Jan 28, 2026
@vercel
Copy link

vercel bot commented Jan 28, 2026

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

Project Deployment Review Updated (UTC)
evm-codes Error Error Jan 28, 2026 2:47pm

Request Review

@cursor
Copy link

cursor bot commented Jan 28, 2026

PR Summary

Upgrades the app framework.

  • Bumps next from v12 to v15 in package.json; regenerates pnpm-lock.yaml
  • Updates transitive deps: @swc/helpers 0.5.x, postcss 8.4.31, caniuse-lite, styled-jsx 5.1.x, and Next SWC platform binaries
  • Adds optional image pipeline deps: sharp and platform-specific @img/sharp-* packages
  • Adjusts Next v15 peer ranges/metadata (e.g., React, @opentelemetry/api, Playwright), and Webpack/SWC integration entries

Written by Cursor Bugbot for commit cc0eba3. 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.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

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

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

"lodash.debounce": "^4.0.8",
"monaco-editor": "^0.47.0",
"next": "12",
"next": "15",
Copy link

Choose a reason for hiding this comment

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

Next.js 15 incompatible with React 17

High Severity

Next.js 15 requires React 18.2.0 or higher as a peer dependency (react: ^18.2.0 || 19.0.0-rc || ^19.0.0), but the project specifies react: ^17.0.2 and react-dom: ^17.0.2. This peer dependency mismatch will likely cause runtime failures because Next.js 15 relies on React 18+ features like concurrent rendering, automatic batching, and the use hook that don't exist in React 17.

Additional Locations (1)

Fix in Cursor Fix in Web

"lodash.debounce": "^4.0.8",
"monaco-editor": "^0.47.0",
"next": "12",
"next": "15",
Copy link

Choose a reason for hiding this comment

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

next-plausible incompatible with Next.js 15

Medium Severity

The next-plausible@3.12.0 package declares peer dependency next: ^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0, which explicitly excludes Next.js 15. This upgrade forces next-plausible to use Next.js 15 (visible at lock file line 8289), creating a peer dependency mismatch that may cause the analytics integration to malfunction or fail at runtime due to API changes between Next.js versions.

Additional Locations (1)

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2026

Superseded by #405.

@dependabot dependabot bot closed this Jan 29, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-15.5.10 branch January 29, 2026 00:53
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