Skip to content

chore(deps): bump next from 14.2.35 to 15.5.10#807

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-15.5.10
Open

chore(deps): bump next from 14.2.35 to 15.5.10#807
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-15.5.10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

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

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

v15.3.9

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

v15.2.9

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

v15.1.12

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

v15.0.8

Please see this changelog for more 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 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
Major Next.js upgrade may introduce build/runtime behavior changes or require config/code adjustments, even though this PR only changes the dependency version.

Overview
Updates the app’s core framework dependency by bumping next from 14.2.35 to 15.5.10 in package.json (no other code changes).

Written by Cursor Bugbot for commit 0352d76. 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 Feb 12, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

Branch preview

❌ Deploy failed!

"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"next": "^14.2.35",
"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.

Unsupported Next third-parties version pairing

Medium Severity

Upgrading next to ^15.5.10 while keeping @next/third-parties at ^14.2.35 creates an unsupported version mix. @next/third-parties@14.2.35 declares a peer range for next ^13 || ^14, so this change can cause peer resolution failures in stricter installs and runtime incompatibilities in components importing @next/third-parties/google.

Additional Locations (1)

Fix in Cursor Fix in Web

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-15.5.10 branch from c719917 to 4fb4f1a Compare February 24, 2026 08:13
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"next": "^14.2.35",
"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.

Nextra 2.13.4 may not support Next.js 15

High Severity

Nextra 2.13.4 and nextra-theme-docs 2.13.4 are pinned to outdated versions that were released before Next.js 15. Research shows that Nextra 4 is the current version supporting Next.js 14 and 15, with significant breaking changes including dropping Pages Router support. While Nextra 2.13.4's peer dependencies technically allow Next.js 15, the framework was not designed or tested against Next.js 15's breaking changes, potentially causing build failures or runtime errors.

Fix in Cursor Fix in Web

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-15.5.10 branch from 4fb4f1a to c2d0925 Compare February 24, 2026 10:58
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"next": "^14.2.35",
"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.

Next.js 15 requires React 19, but React 18 remains

High Severity

Bumping next from ^14.2.35 to ^15.5.10 is a major version upgrade that requires react and react-dom to be updated to version 19, but they remain at ^18.3.1. Next.js 15.5.x has a peer dependency on React 19, so this will cause installation failures (peer dependency conflicts) and potentially runtime errors. The @next/third-parties package also remains pinned at ^14.2.35 and nextra/nextra-theme-docs at 2.13.4, which may not be compatible with Next.js 15.

Additional Locations (1)

Fix in Cursor Fix in Web

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-15.5.10 branch from c2d0925 to ce740d9 Compare March 6, 2026 11:29
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 Free Tier Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"next": "^14.2.35",
"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.

Major Next.js bump leaves companion packages at v14

High Severity

Bumping next from 14 to 15 (a major version) while @next/third-parties stays at ^14.2.35, nextra at 2.13.4, and nextra-theme-docs at 2.13.4 is very likely to break the build or cause runtime failures. @next/third-parties is a version-aligned companion package that needs to match the next major version. nextra 2.x was built for Next.js 13/14 and relies on internal Next.js APIs; Nextra 3+/4+ was specifically created for Next.js 15 compatibility. Dev dependencies @next/eslint-plugin-next and eslint-config-next also remain at v14.

Additional Locations (2)

Fix in Cursor Fix in Web

@dependabot dependabot bot changed the base branch from main to fix/deployment March 10, 2026 12:15
@dependabot dependabot bot changed the base branch from fix/deployment to main March 10, 2026 14:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-15.5.10 branch from ce740d9 to 3069f82 Compare March 10, 2026 14:08
Bumps [next](https://github.com/vercel/next.js) from 14.2.35 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@v14.2.35...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 force-pushed the dependabot/npm_and_yarn/next-15.5.10 branch from 3069f82 to 0352d76 Compare March 10, 2026 14:37
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