chore(deps): bump next from 15.1.3 to 15.5.5#259
chore(deps): bump next from 15.1.3 to 15.5.5#259dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
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>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
main-website | 094e44f | Oct 13 2025, 11:24 PM |
|
There was a problem hiding this comment.
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_cacheblocking 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-partiesandeslint-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-partiesandeslint-config-nextupdated 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
Additional Comments (2)
-
package.json, line 32 (link)style:
@next/third-partiesshould be updated to 15.5.5 to match the mainnextpackage version to avoid compatibility issues. -
package.json, line 78 (link)style:
eslint-config-nextshould be updated to 15.5.5 to match the mainnextpackage version for proper ESLint rule compatibility.
1 file reviewed, 2 comments
|
Superseded by #260. |



Bumps next from 15.1.3 to 15.5.5.
Release notes
Sourced from next's releases.
... (truncated)
Commits
81f530dv15.5.59abbc0e[backport] fix: missingnext/linktypes withtypedRoutes(#82814) (#84779)121e1b5[backport] docs: early October improvements and fixes (#84334)1b276c9[backport]:experimental.middlewareClientMaxBodySize(#84722)2061f04[backport] fix: unstable_cache should perform blocking revalidation during IS...ce3d963[backport] Add deprecation warning to Runtime config (#84168) (#84650)ec69752[backport] Split code-frame into separate compiled package (#84174) (#84238)40f1d78v15.5.4cb30f0a[backport] docs: september improvements and fixes (#83997)b6a32bb[backport] [CNA] use linter preference (#83194) (#84087)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)