Skip to content

Bump next from 15.4.6 to 15.5.14#4959

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/next-15.5.14
Open

Bump next from 15.4.6 to 15.5.14#4959
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/next-15.5.14

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps next from 15.4.6 to 15.5.14.

Release notes

Sourced from next's releases.

v15.5.14

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • feat(next/image): add lru disk cache and images.maximumDiskCacheSize (#91660)
  • Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses (#90304)

Credits

Huge thanks to @​styfle and @​lllomh for helping!

v15.5.13

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: patch http-proxy to prevent request smuggling in rewrites (See: CVE-2026-29057)

Credits

Huge thanks to @​ztanner for helping!

v15.5.12

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

  • fix unlock in publish-native

This is a re-release of v15.5.11 applying the turbopack changes.

v15.5.11

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Tracing: Fix memory leak in span map (#85529)
  • fix: ensure LRU cache items have minimum size of 1 to prevent unbounded growth (#89134)
  • Turbopack: fix NFT tracing of sharp 0.34 (#82340)
  • Turbopack: support pattern into exports field (#82757)
  • NFT tracing fixes (#84155 and #85323)
  • Turbopack: validate CSS without computing all paths (#83810)
  • feat: implement LRU cache with invocation ID scoping for minimal mode response cache (#89129)

Credits

Huge thanks to @​timneutkens, @​mischnic, @​ztanner, and @​wyattjoh for helping!

Commits
  • d7b012d v15.5.14
  • 2b05251 [backport] feat(next/image): add lru disk cache and `images.maximumDiskCacheS...
  • f88cee9 Backport: Fix(pages-router): restore Content-Length and ETag for /_next/data/...
  • cfd5f53 v15.5.13
  • 15f2891 [backport]: fix: patch http-proxy to prevent request smuggling in rewrites (#...
  • d23f41c v15.5.12
  • 8e75765 fix unlock in publish-native
  • 6cef992 [backport] normalize CRLF line endings in jscodeshift tests on Windows (#8800...
  • 7a94645 Apply needs for publishRelease
  • bbfd4e3 v15.5.11
  • Additional commits viewable in compare view

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.

Bumps [next](https://github.com/vercel/next.js) from 15.4.6 to 15.5.14.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.4.6...v15.5.14)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.14
  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 Mar 21, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@codacy-production
Copy link
Copy Markdown

Codacy's Analysis Summary

0 new issues (≤ 1 medium issue)
0 new security issues (≤ 0 minor issues)
0 complexity
0 duplications
More details

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

Copy link
Copy Markdown

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

While this PR updates Next.js to 15.5.14 to include important security patches and bug fixes, it introduces a critical peer dependency conflict. Next.js 15 officially requires React 19, but the current configuration retains React 18.3.1. This will result in installation failures in strict environments and potential runtime errors. Furthermore, the presence of react-native in the project complicates a potential React 19 upgrade. This PR should not be merged until the React versioning strategy is resolved and basic build verification is performed. Codacy analysis indicates the changes are technically up to standards, but the dependency logic is fundamentally flawed.

About this PR

  • No regression tests or build logs were provided to verify that the version bump does not break existing application functionality or the CI/CD pipeline.
  • The coverage report is empty for this PR, making it impossible to determine if existing tests exercise the updated dependency logic or if the framework update has degraded testability.

Test suggestions

  • Verify that the application builds successfully using Next.js 15.5.14.
  • Verify that existing rewrites still function correctly following the http-proxy security patch.
  • Confirm that pages using next/image still render correctly with the new LRU disk cache changes.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the application builds successfully using Next.js 15.5.14.
2. Verify that existing rewrites still function correctly following the http-proxy security patch.
3. Confirm that pages using next/image still render correctly with the new LRU disk cache changes.

🗒️ Improve review quality by adding custom instructions

"mongoose": "^8.12.1",
"newrelic": "^13.6.5",
"next": "^15.4.6",
"next": "^15.5.14",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 HIGH RISK

Next.js 15 officially requires React 19 as a peer dependency. Using version ^18.3.1 will cause installation conflicts and potential runtime issues. Given the presence of react-native ^0.76.2 in the project, you should determine if a full upgrade to React 19 is feasible or if the project should remain on Next.js 14 to maintain compatibility with the current React 18 stack. Try running the following prompt in your coding agent: > Upgrade react and react-dom to ^19.0.0 and resolve peer dependency conflicts, or downgrade next to ^14.2.0 if React 18 must be preserved for react-native.

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