Merged
Conversation
Bumps [next](https://github.com/vercel/next.js) from 15.3.3 to 15.4.7. - [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.3.3...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
Contributor
There was a problem hiding this comment.
Greptile Overview
Summary
This PR updates Next.js from version 15.3.3 to 15.4.7, bringing in bug fixes and improvements. The update is a minor version bump within the same major version (15.x), indicating it should be backward compatible.
Key changes from the release notes:
- Router handling fixes for location response headers
- Image optimization improvements
- Font loading fixes with
?dplparameter - Error page URL handling improvements
- Various other bug fixes and optimizations
The lockfile changes are standard dependency updates that accompany the version bump, updating @next/env, @next/swc-* packages, and other transitive dependencies. No breaking changes are expected.
Confidence Score: 5/5
- This PR is safe to merge with minimal risk
- This is a standard dependency update managed by Dependabot, updating Next.js from 15.3.3 to 15.4.7. The version bump is within the same major version and contains only bug fixes and improvements with no breaking changes. The changes are limited to package.json and the corresponding lock file updates.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| package.json | 5/5 | Simple Next.js version bump from 15.3.3 to 15.4.7, no other changes |
| pnpm-lock.yaml | 5/5 | Lock file updated with Next.js 15.4.7 dependencies and transitive updates, standard lockfile changes |
Sequence Diagram
sequenceDiagram
participant D as Dependabot
participant P as package.json
participant L as pnpm-lock.yaml
participant N as Next.js Registry
D->>N: Check for Next.js updates
N-->>D: v15.4.7 available (from v15.3.3)
D->>P: Update next dependency to 15.4.7
D->>L: Resolve and update lock file
L->>N: Fetch Next.js v15.4.7 and dependencies
N-->>L: Return updated packages (@next/env@15.4.7, @next/swc-*)
D->>D: Create PR with updated dependencies
1 file reviewed, no comments
mikecao
approved these changes
Sep 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps next from 15.3.3 to 15.4.7.
Release notes
Sourced from next's releases.
... (truncated)
Commits
f30d815v15.4.71a026e3fix router handling when setting a location response header (#82588)be4aafdv15.4.691e5b6bBackport "fix: add?dplto fonts in/_next/static/media(#82384)" (#82421)f1629d9Backport "[Pages] fix:_errorpage'sreq.urlcan be overwritten t… (#82377)b9aab5dv15.4.5a8c93c4Disable test new tests jobsed2a6c7[backport]: fix(next/image): improve and simplify detect-content-type (#82118...f00fcc9[backport]: fix(next/image): fix image-optimizer.ts headers (#82114) (#82175)55a7568Backport: Turbopack: update mimalloc (#81993) (#82166)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)You can disable automated security fix PRs for this repo from the Security Alerts page.