Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 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.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.

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 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 Jan 28, 2026
@JPeer264
Copy link
Member

This is a e2e test and should stay on this version

@JPeer264 JPeer264 closed this Jan 28, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-packages/e2e-tests/test-applications/create-next-app/next-15.5.10 branch January 28, 2026 11:19
Comment on lines 20 to 22
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "~5.0.0"
Copy link

Choose a reason for hiding this comment

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

Bug: The create-next-app test application pins react and react-dom to 18.2.0 while upgrading to Next.js 15, which is inconsistent with other Next.js 15 test apps that use "latest".
Severity: MEDIUM

Suggested Fix

Update the package.json for the create-next-app test application. Change the versions of react and react-dom from 18.2.0 to "latest". Also, update @types/react and @types/react-dom to more recent versions to align with the dependency patterns of other Next.js 15 test applications in the repository.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: dev-packages/e2e-tests/test-applications/create-next-app/package.json#L20-L22

Potential issue: The `create-next-app` test application is being upgraded to Next.js
15.5.10 but retains pinned dependencies for `react` and `react-dom` at `18.2.0`, along
with outdated type definitions. This is inconsistent with other Next.js 15 test
applications in the repository, which use `"latest"` for React. This version mismatch is
likely to cause peer dependency errors during installation, potentially failing the CI
build. It also introduces a risk of runtime API incompatibilities between Next.js 15 and
the older React version, which could cause the E2E tests to fail.

Did we get this right? 👍 / 👎 to inform future reviews.

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.

1 participant