Skip to content

Comments

Bump next from 15.3.3 to 15.4.7#3628

Merged
mikecao merged 1 commit intomasterfrom
dependabot/npm_and_yarn/next-15.4.7
Sep 24, 2025
Merged

Bump next from 15.3.3 to 15.4.7#3628
mikecao merged 1 commit intomasterfrom
dependabot/npm_and_yarn/next-15.4.7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2025

Bumps next from 15.3.3 to 15.4.7.

Release notes

Sourced from next's releases.

v15.4.7

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

Core Changes

  • fix router handling when setting a location response header #82588

Credits

Huge thanks to @​ztanner for helping!

v15.4.6

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

Core Changes

  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#82347)
  • fix: add ?dpl to fonts in /_next/static/media (#82384)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

v15.4.2-canary.56

Misc Changes

  • fix: remove a few old references to 'next lint': #82800
  • docs: fix TS error in Node.js runtime local assets example: #82672
  • docs: Route props helpers, typegen and next lint deprecation: #82784

Credits

Huge thanks to @​bgub, @​EAzZY-1wnL, and @​icyJoseph for helping!

v15.4.2-canary.55

Core Changes

  • [Cache Components] Fix HMR for nested pages: #82776
  • Upgrade React from a96a0f39-20250815 to f508edc8-20250818: #82747
  • Avoid duplicate WebSocket connection for global error pages: #82788
  • Update linter options: #82266
  • React from f508edc8-20250818 to 0bdb9206-20250818: #82792
  • feat: stabilize experimental.typedRoutes flag: #82762
  • [Cache Components] Faster partial hydration in PPR resumes: #82742
  • Turbopack: Define built-in webpack conditions using an enum and typescript union: #82765
  • Turbopack: Remove beta warning: #82797
  • feat: add a codemod to migrate from the deprecated "next lint" command: #82685
  • fix: don't fail with amp config in JS: #82798
  • fix: possible null access: #82799

... (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)
    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.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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 23, 2025
@vercel
Copy link

vercel bot commented Sep 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
umami Ready Ready Preview Comment Sep 23, 2025 5:33am
3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
umami-analytics-us Ignored Ignored Sep 23, 2025 5:33am
umami-mysql Ignored Ignored Sep 23, 2025 5:33am
umami-postgresql Ignored Ignored Sep 23, 2025 5:33am

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 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 ?dpl parameter
  • 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
Loading

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

@mikecao mikecao merged commit 077eece into master Sep 24, 2025
10 checks passed
@mikecao mikecao deleted the dependabot/npm_and_yarn/next-15.4.7 branch September 24, 2025 00:52
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.

1 participant