Skip to content

chore(deps): bump next from 14.2.35 to 15.5.10 in /packages/sdk/vercel/examples/route-handler#1138

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/sdk/vercel/examples/route-handler/next-15.5.10
Open

chore(deps): bump next from 14.2.35 to 15.5.10 in /packages/sdk/vercel/examples/route-handler#1138
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/sdk/vercel/examples/route-handler/next-15.5.10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
next [>= 16.a, < 17]

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
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-handler example from next@14.2.35 to next@15.5.10 in package.json (no other code changes).

Written by Cursor Bugbot for commit 1a5592a. This will update automatically on new commits. Configure here.

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 27, 2026 17:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 27, 2026
@github-actions
Copy link
Contributor

@launchdarkly/js-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 25523 bytes
Compressed size limit: 26000
Uncompressed size: 125004 bytes

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 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",
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 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)

Fix in Cursor Fix in Web

@github-actions
Copy link
Contributor

@launchdarkly/js-client-sdk size report
This is the brotli compressed size of the ESM build.
Compressed size: 23734 bytes
Compressed size limit: 25000
Uncompressed size: 82256 bytes

@github-actions
Copy link
Contributor

@launchdarkly/browser size report
This is the brotli compressed size of the ESM build.
Compressed size: 171758 bytes
Compressed size limit: 200000
Uncompressed size: 799367 bytes

@github-actions
Copy link
Contributor

@launchdarkly/js-client-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 19742 bytes
Compressed size limit: 20000
Uncompressed size: 103795 bytes

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