chore: bump next from 16.2.1 to 16.2.4 - #358
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [next](https://github.com/vercel/next.js) from 16.2.1 to 16.2.4. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.2.1...v16.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Deploy preview for file ready!
Deployed with vercel-action |
Contributor
|
Deploy preview for express-basic-auth ready!
Deployed with vercel-action |
|
Contributor
|
Deploy preview for static ready!
Deployed with vercel-action |
There was a problem hiding this comment.
No issues found across 2 files
Auto-approved: Patch version bump for Next.js in the example directory. Includes a security patch and stability fixes with no impact on core business logic.
Architecture diagram
sequenceDiagram
participant Browser as Browser (Safari/Other)
participant Server as Next.js Server (Runtime)
participant ISR as ISR Revalidation Logic
participant Compiler as Next.js Compiler (Turbopack)
Note over Browser, Compiler: Next.js 16.2.4 Runtime & Build Flow Changes
rect rgb(240, 240, 240)
Note right of Compiler: Build / Dev Mode
Compiler->>Compiler: CHANGED: Support boolean/number primitives in next.config defines
Compiler->>Compiler: CHANGED: Improved FS watcher (follow_symlinks fix)
end
Browser->>Server: GET /page (Initial Request)
rect rgb(230, 245, 255)
Note right of Server: Rendering Phase
Server->>Server: CHANGED: Fix styled-jsx race condition during concurrent rendering
Server-->>Browser: HTML Response
end
alt Is Safari Browser
Browser->>Server: Request CSS/Font Assets
Server-->>Browser: CHANGED: Append ?ts= cache-buster (scoped to CSS/Fonts only)
else Other Browser
Browser->>Server: Request Assets
Server-->>Browser: Standard Asset Response
end
opt Background ISR Revalidation
ISR->>Server: Trigger Revalidation
alt Revalidation Fails (Stale)
Server->>Server: NEW: Report error via onRequestError hook
end
end
rect rgb(240, 240, 240)
Note right of Browser: Hot Module Replacement (HMR)
Compiler->>Browser: NEW: Server HMR enabled for App Route Handlers
Compiler->>Browser: CHANGED: Fixed manifest.ts HMR reliability
end
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 16.2.1 to 16.2.4.
Release notes
Sourced from next's releases.
... (truncated)
Commits
2275bd8v16.2.4e073983Adding more system info to the 'initialize project' trace (#92427)8a540b5Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92...2f5343fTurbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)2ad9d3fturbo-tasks: Fix recomputation loop by allowing cell cleanup on error during ...6f3808eCompiler: Support boolean and number primtives in next.config defines (#92731)fbc7684Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)805d758Turbopack: fix filesystem watcher config not applying follow_symlinks(false) ...1056faechore: Bump reqwest to 0.13.2 (#92713)d5f649bv16.2.3Dependabot 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 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)Summary by cubic
Upgrade
nextto 16.2.4 to pick up a security fix and multiple HMR/Turbopack stability improvements. No app code changes; onlypackage.jsonand lockfile updates.next: 16.2.1 → 16.2.4 (includes security patch, fixes for manifest and Safari CSS HMR, styled-jsx race, and Turbopack stability)Written for commit 48c3b6a. Summary will update on new commits. Review in cubic