-
Notifications
You must be signed in to change notification settings - Fork 7
build(deps): bump next from 16.0.9 to 16.0.10 #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [next](https://github.com/vercel/next.js) from 16.0.9 to 16.0.10. - [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.0.9...v16.0.10) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 2 files
Greptile OverviewGreptile SummarySecurity patch updating Next.js from 16.0.9 to 16.0.10 to address vulnerabilities disclosed in the Next.js Security Update (2025-12-11). The update backports a React fix (facebook/react#35351) related to security improvements.
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant D as Dependabot
participant R as Repository
participant P as package.json
participant L as pnpm-lock.yaml
participant N as Next.js 16.0.10
D->>R: Detect security vulnerability in Next.js 16.0.9
D->>P: Update Next.js version to ^16.0.10
D->>L: Resolve dependencies and update lockfile
L->>N: Fetch Next.js 16.0.10 with security patch
L->>L: Update transitive dependencies (@next/env, @next/swc-*, etc)
L->>L: Update peer dependencies (@sentry/nextjs, next-auth, etc)
N-->>R: Security patch applied (React fix #35351)
R-->>D: PR created for review and testing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 1 comment
| "lodash.throttle": "^4.1.1", | ||
| "lucide-react": "^0.475.0", | ||
| "next": "^16.0.9", | ||
| "next": "^16.0.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Check that all tests pass before merging this security update
Context Used: Rule from dashboard - When updating dependencies via automated PRs (like Dependabot), ensure the package.json file is expl... (source)
Prompt To Fix With AI
This is a comment left during a code review.
Path: package.json
Line: 110:110
Comment:
**style:** Check that all tests pass before merging this security update
**Context Used:** Rule from `dashboard` - When updating dependencies via automated PRs (like Dependabot), ensure the package.json file is expl... ([source](https://app.greptile.com/review/custom-context?memory=d1ffbb9b-c4e0-4fc6-bae7-688b0ae84515))
How can I resolve this? If you propose a fix, please make it concise.
Bumps next from 16.0.9 to 16.0.10.
Release notes
Sourced from next's releases.
Commits
581dee6v16.0.109a0dc9cBackport facebook/react#35351 for 16.0.9 (#87085)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.
Summary by cubic
Upgrade Next.js from 16.0.9 to 16.0.10 to apply the latest security patch. Only dependency files changed; no app code updates.
Written for commit 0291f6c. Summary will update automatically on new commits.