chore(deps): bump next from 14.2.35 to 15.5.10 in /packages/sdk/vercel/examples/route-handler#1138
Conversation
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>
|
@launchdarkly/js-sdk-common size report |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
| "@launchdarkly/vercel-server-sdk": "workspace:^", | ||
| "@vercel/edge-config": "^1.1.0", | ||
| "next": "14.2.35", | ||
| "next": "15.5.10", |
There was a problem hiding this comment.
Next.js 15 requires React 19, but React 18 remains
High Severity
Bumping next from 14 to 15.5.10 without also upgrading react and react-dom from 18 to 19 creates a peer dependency mismatch. Next.js 15 requires react@19 and react-dom@19 as minimum versions. The current "react": "^18.2.0" and "react-dom": "18.2.0" will cause installation failures (or require --legacy-peer-deps) and potential runtime incompatibilities.
Additional Locations (1)
|
@launchdarkly/js-client-sdk size report |
|
@launchdarkly/browser size report |
|
@launchdarkly/js-client-sdk-common size report |


Bumps next from 14.2.35 to 15.5.10.
Release notes
Sourced from next's releases.
Commits
60a2aa9v15.5.10e5b834dfetch(next/image): reduce maximumResponseBody from 300MB to 50MB (#88588)39a2f6afeat(next/image)!: addimages.maximumResponseBodyconfig (#88183)bf9f084Sync DoS mitigations for React Flightc5de33ev15.5.9dd23399Backport facebook/react#35351 for 15.5.8 (#87086)7526cd6v15.5.81e9ec41Update React Version (#41)16141e5Update React Version (#30)e01e589Backport Next.js changes to v15.5.8 (#23)Most Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
This is a major Next.js upgrade in an example app; it may introduce runtime/build behavior changes or new peer/deprecation requirements despite being dependency-only.
Overview
Upgrades the
packages/sdk/vercel/examples/route-handlerexample fromnext@14.2.35tonext@15.5.10inpackage.json(no other code changes).Written by Cursor Bugbot for commit 1a5592a. This will update automatically on new commits. Configure here.