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

chore(deps): bump next from 15.1.3 to 15.5.5#259

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bun/next-15.5.5
Closed

chore(deps): bump next from 15.1.3 to 15.5.5#259
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bun/next-15.5.5

Conversation

@dependabot
Copy link
Contributor

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

Bumps next from 15.1.3 to 15.5.5.

Release notes

Sourced from next's releases.

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)
  • docs: september improvements and fixes (#83997)

Credits

Huge thanks to @​yiminghe, @​huozhi, @​devjiwonchoi, @​mischnic, @​lukesandberg, @​ztanner, @​icyJoseph, @​leerob, @​fufuShih, @​dwrth, @​aymericzip, @​obendev, @​molebox, @​OoMNoO, @​pontasan, @​styfle, @​HondaYt, @​ryuapp, @​lpalmes, and @​ijjk for helping!

v15.5.3

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

Core Changes

  • fix: validation return types of pages API routes (#83069)

... (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.5.
- [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.5)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.5
  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 13, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 13, 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 094e44f Oct 13 2025, 11:24 PM

@sonarqubecloud
Copy link

@cloudflare-workers-and-pages
Copy link

Deploying redot-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 094e44f
Status:🚫  Build failed.

View logs

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

This PR updates Next.js from 15.1.3 to 15.5.5, bringing bug fixes and improvements including ISR revalidation fixes, TypeScript improvements, and Turbopack enhancements.

Key changes in Next.js 15.5.5:

  • Fixed unstable_cache blocking revalidation during ISR
  • Improved TypeScript support for typed routes
  • Enhanced Turbopack error handling and metadata route processing
  • Added deprecation warning for runtime config
  • Multiple devtools and overlay improvements

Recommendation: Update @next/third-parties (line 32) and eslint-config-next (line 78) from 15.1.3 to 15.5.5 to maintain version consistency across Next.js packages.

Confidence Score: 4/5

  • This PR is safe to merge with minimal risk after updating companion Next.js packages.
  • The update from Next.js 15.1.3 to 15.5.5 includes only bug fixes and improvements with no breaking changes. However, two companion packages (@next/third-parties and eslint-config-next) remain at version 15.1.3, which could lead to minor compatibility issues or missing improvements. The score is 4/5 rather than 5/5 due to this version mismatch.
  • package.json:32 and package.json:78 need @next/third-parties and eslint-config-next updated to 15.5.5

Important Files Changed

File Analysis

Filename Score Overview
package.json 4/5 Updated Next.js from 15.1.3 to 15.5.5. Note: @next/third-parties and eslint-config-next remain at 15.1.3 and should be updated to match.
bun.lock 5/5 Lockfile updated automatically by Bun to reflect Next.js 15.5.5 dependency resolution.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Dep as Dependabot
    participant PM as Package Manager (Bun)
    participant Next as Next.js Framework
    participant App as Application

    Dep->>PM: Detect Next.js update available (15.1.3 → 15.5.5)
    Dep->>PM: Update package.json dependency version
    PM->>PM: Resolve dependency tree
    PM->>PM: Update bun.lock with new resolutions
    Dep->>Dev: Create PR #259 with changes
    
    Note over Dev,App: After PR merge
    Dev->>PM: Run bun install
    PM->>Next: Install Next.js 15.5.5
    Next->>App: Provide updated framework features
    Note over Next,App: - ISR revalidation fixes<br/>- TypeScript improvements<br/>- Turbopack enhancements<br/>- DevTools improvements
    App->>App: Build and run with updated Next.js
Loading

Additional Comments (2)

  1. package.json, line 32 (link)

    style: @next/third-parties should be updated to 15.5.5 to match the main next package version to avoid compatibility issues.

  2. package.json, line 78 (link)

    style: eslint-config-next should be updated to 15.5.5 to match the main next package version for proper ESLint rule compatibility.

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 17, 2025

Superseded by #260.

@dependabot dependabot bot closed this Oct 17, 2025
@dependabot dependabot bot deleted the dependabot/bun/next-15.5.5 branch October 17, 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