-
Notifications
You must be signed in to change notification settings - Fork 2.3k
chore(deps): Bump next from 16.0.7 to 16.0.10 in /web #6695
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
Greptile OverviewGreptile SummaryThis PR updates Next.js from 16.0.7 to 16.0.10 to address security vulnerabilities announced in the Next.js Security Update. The update includes:
The changes are limited to dependency management files with no code modifications. The update maintains compatibility with the existing React 19.2.1 version used in the project. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer/Dependabot
participant PM as Package Manager (npm)
participant Next as Next.js 16.0.10
participant React as React 19.2.1
participant App as Onyx Application
Dev->>PM: Update next dependency to 16.0.10
PM->>PM: Resolve dependencies
PM->>Next: Install Next.js 16.0.10 with security fixes
Note over Next: Includes React security patch<br/>(facebook/react#35351)
PM->>PM: Update package-lock.json
PM->>PM: Add peer dependency metadata
Next->>React: Compatible with React 19.2.1
React->>App: Enhanced security posture
Note over App: Security vulnerabilities patched<br/>No breaking changes
|
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, no comments
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
2a02258 to
a497882
Compare
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps next from 16.0.7 to 16.0.10.
Release notes
Sourced from next's releases.
Commits
581dee6v16.0.109a0dc9cBackport facebook/react#35351 for 16.0.9 (#87085)3f6a39fv16.0.975e136aUpdate React Versions (#40)4e20596Update React Version (#22)fa85848Backport Next.js changes to v16.0.9 (#20)817ee56v16.0.8b298173Update react version in cna templates (#86950)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 in the web app from 16.0.7 to 16.0.10 to apply the latest security patch and backported fixes. Only package files changed; no app code updates.
Written for commit a497882. Summary will update automatically on new commits.