Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2025

Bumps next from 15.1.3 to 15.5.6.

Release notes

Sourced from next's releases.

v15.5.6

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

Core Changes

  • Turbopack: don't define process.cwd() in node_modules #83452

Credits

Huge thanks to @​mischnic for helping!

v15.5.5

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

Core Changes

  • Split code-frame into separate compiled package (#84238)
  • Add deprecation warning to Runtime config (#84650)
  • fix: unstable_cache should perform blocking revalidation during ISR revalidation (#84716)
  • feat: experimental.middlewareClientMaxBodySize body cloning limit (#84722)
  • fix: missing next/link types with typedRoutes (#84779)

Misc Changes

  • docs: early October improvements and fixes (#84334)

Credits

Huge thanks to @​devjiwonchoi, @​ztanner, and @​icyJoseph for helping!

v15.5.4

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

Core Changes

  • fix: ensure onRequestError is invoked when otel enabled (#83343)
  • fix: devtools initial position should be from next config (#83571)
  • [devtool] fix overlay styles are missing (#83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#83176)
  • Turbopack: don't treat metadata routes as RSC (#82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
  • Turbopack: throw large static metadata error earlier (#82939)
  • fix: error overlay not closing when backdrop clicked (#83981)
  • Turbopack: flush Node.js worker IPC on error (#84077)

Misc Changes

  • [CNA] use linter preference (#83194)
  • CI: use KV for test timing data (#83745)

... (truncated)

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)

Bumps [next](https://github.com/vercel/next.js) from 15.1.3 to 15.5.6.
- [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.1.3...v15.5.6)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 17, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 17, 2025

Deploying redot-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1ece502
Status:🚫  Build failed.

View logs

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 17, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
main-website 1ece502 Oct 17 2025, 11:26 PM

@sonarqubecloud
Copy link

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Overview

Summary

Automated dependency update bumping Next.js from 15.1.3 to 15.5.6, including bug fixes for Turbopack, unstable_cache revalidation, error overlays, and typed routes.

Key changes:

  • Updated next package to 15.5.6 with multiple bug fixes and improvements
  • Lockfile regenerated with updated transitive dependencies
  • Two related packages (@next/third-parties and eslint-config-next) remain on 15.1.3 and should be updated for version consistency

Release highlights (15.1.3 → 15.5.6):

  • Turbopack improvements: fixed process.cwd() in node_modules, dynamic pattern matching, metadata route handling
  • Fixed ISR revalidation with unstable_cache
  • Error overlay and devtools positioning fixes
  • Added experimental.middlewareClientMaxBodySize configuration
  • Fixed missing types with typedRoutes

Confidence Score: 4/5

  • Safe to merge with minor version alignment recommended
  • This is a standard Dependabot patch/minor version update with bug fixes and improvements. The changes are thoroughly tested by Vercel and include no breaking changes. Score reduced by 1 due to version mismatches with @next/third-parties and eslint-config-next which should ideally be updated together with Next.js to ensure compatibility and consistent behavior.
  • package.json - verify related Next.js packages are updated to matching versions

Important Files Changed

File Analysis

Filename Score Overview
package.json 3/5 Updated Next.js from 15.1.3 to 15.5.6, but @next/third-parties and eslint-config-next remain on 15.1.3
bun.lock 5/5 Lockfile updated to reflect Next.js version bump with all transitive dependencies resolved

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Dep as Dependabot
    participant PKG as package.json
    participant Lock as bun.lock
    participant CI as CI/Build
    
    Dep->>PKG: Detect next@15.1.3 update available
    Dep->>PKG: Update next: 15.1.3 → 15.5.6
    Note over PKG: @next/third-parties & eslint-config-next<br/>remain on 15.1.3
    Dep->>Lock: Regenerate lockfile
    Lock->>Lock: Resolve transitive dependencies
    Dep->>CI: Trigger automated tests
    CI->>CI: Verify build compatibility
    Note over Dev,CI: Manual verification recommended<br/>for related package versions
Loading

Additional Comments (2)

  1. package.json, line 32 (link)

    style: Version mismatch: @next/third-parties is on 15.1.3 while next was bumped to 15.5.6. Consider updating to match.

  2. package.json, line 78 (link)

    style: Version mismatch: eslint-config-next is on 15.1.3 while next was bumped to 15.5.6. Consider updating to match.

1 file reviewed, 2 comments

Edit Code Review Agent Settings | Greptile

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2025

Superseded by #264.

@dependabot dependabot bot closed this Oct 22, 2025
@dependabot dependabot bot deleted the dependabot/bun/next-15.5.6 branch October 22, 2025 23:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file feature fix javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants