Skip to content

Conversation

@dependabot
Copy link

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

Bumps next from 13.5.6 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 13.5.6 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@v13.5.6...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
@cursor
Copy link

cursor bot commented Jan 28, 2026

PR Summary

Upgrades the app to Next.js 15.5.10.

  • Updates next in package.json; refreshes package-lock.json to Next 15.x ecosystem
  • Replaces Next 13.x internals with 15.x: new @next/* SWC binaries, @swc/helpers@0.5.15, styled-jsx@5.1.6, newer caniuse-lite
  • Adds optional image pipeline deps: sharp@0.34.x and platform-specific @img/sharp-* packages; includes semver, detect-libc
  • Removes legacy Next 13 deps (e.g., busboy, watchpack) from lockfile
  • Dev tooling updates in lockfile: playwright/@playwright/test → 1.58 (node >=18), some transitive cleanups
  • Next peer/engine changes reflected: Node >=18.18, optional @playwright/test, and compatibility with React 18/19

Written by Cursor Bugbot for commit 8936c69. This will update automatically on new commits. 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.

"isomorphic-fetch": "^3.0.0",
"markdownlint-cli": "^0.37.0",
"next": "^13.5.6",
"next": "^15.5.10",
Copy link

Choose a reason for hiding this comment

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

Deprecated experimental config incompatible with Next.js 15

High Severity

Upgrading next from 13.5.6 to 15.5.10 without updating next.config.js introduces incompatibility. The experimental.swcMinify: true option was removed in Next.js 15 (now always-on default). The experimental.esmExternals and experimental.externalDir options may also have changed behavior. This major version jump (skipping v14) requires running the official migration codemod and updating config options to avoid build failures or unexpected runtime behavior.

Fix in Cursor Fix in Web

"isomorphic-fetch": "^3.0.0",
"markdownlint-cli": "^0.37.0",
"next": "^13.5.6",
"next": "^15.5.10",
Copy link

Choose a reason for hiding this comment

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

Removed next export command breaks export script

High Severity

The export script uses next export -o $DOCS_DIST, but the next export command was removed in Next.js 14 and does not exist in Next.js 15. Running npm run export will fail with "Unknown command: export". Static export in Next.js 14+ requires adding output: 'export' to next.config.js and running next build instead, which outputs to the out directory by default.

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 28, 2026

Superseded by #49.

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