Bump next from 15.5.9 to 16.1.7 in /agentex-ui#169
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump next from 15.5.9 to 16.1.7 in /agentex-ui#169dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [next](https://github.com/vercel/next.js) from 15.5.9 to 16.1.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.5.9...v16.1.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.5.9 to 16.1.7.
Release notes
Sourced from next's releases.
... (truncated)
Commits
bdf3e35v16.1.7dc98c04[backport]: fix: patch http-proxy to prevent request smuggling in rewrites (#...9023c0a[backport] Disallow Server Action submissions from privacy-sensitive contexts...36a97b9Allow blocking cross-site dev-only websocket connections from privacy-sensiti...93c3993[backport]: feat(next/image): add lru disk cache and `images.maximumDiskCache...c68d62dBackport documentation fixes for 16.1.x (#90655)5214ac1[backport]: ensure maxPostponedStateSize is always respected (#90060) (#90471)c95e357Backport/docs fixes 16.1.x (#90125)cba6144[backport] Apply server actions transform tonode_modulesin route handlers...3db9063[backport] [Cache Components] Prevent streaming fetch calls from hanging in d...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 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.
Greptile Summary
This PR is a dependabot-generated security upgrade bumping
nextfrom15.5.9to16.1.7, patching five CVEs (including request smuggling, Server Action abuse, cross-site WebSocket connections, and image cache issues). Thepackage-lock.jsonis updated accordingly with new resolutions for transitive dependencies likesharpand@emnapi/runtime.15.x→16.xjump; while dependabot indicates a compatibility score, any breaking changes in Next.js 16 for the app's routing, image optimization, or server actions should be validated against the running application.eslint-config-nextversion mismatch:eslint-config-nextremains at15.4.5whilenextis now16.1.7. These two packages are tightly coupled and should be kept in sync to avoid linting issues.Confidence Score: 3/5
eslint-config-nextversion mismatch and the major version jump warrant validation before merging.eslint-config-next/nextversion mismatch (15.4.5 vs 16.1.7) could break the lint pipeline. Additionally, a major version bump (15→16) should be smoke-tested against the running app to catch any breaking API changes.agentex-ui/package.json—eslint-config-nextneeds to be updated to matchnext@16.1.7Important Files Changed
nextfrom15.5.9to16.1.7(major version bump), buteslint-config-nextin devDependencies remains at15.4.5, creating a version mismatch.next@16.1.7resolution along with updated transitive dependencies (sharp, @emnapi/runtime, etc.).Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[dependabot bumps next\n15.5.9 → 16.1.7] --> B[package.json updated] B --> C[next: 16.1.7 ✅] B --> D[eslint-config-next: 15.4.5 ⚠️ not updated] C --> E[Security CVEs patched\nCVE-2026-27977\nCVE-2026-27978\nCVE-2026-27979\nCVE-2026-27980\nCVE-2026-29057] D --> F[Version mismatch may cause\nnext lint failures or\nincorrect ESLint rule behavior]Comments Outside Diff (1)
agentex-ui/package.json, line 69 (link)eslint-config-nextversion mismatch withnextnexthas been bumped to16.1.7(a major version change), buteslint-config-nextindevDependenciesis still pinned at15.4.5. Theeslint-config-nextpackage is tightly coupled to the Next.js version — using a mismatched version can cause lint failures, incorrect rule behavior, or errors when runningnext lint.This should be updated to match the installed Next.js version:
Prompt To Fix With AI
Prompt To Fix All With AI
Last reviewed commit: "Bump next from 15.5...."