Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps next from 16.0.7 to 16.0.10.

Release notes

Sourced from next's releases.

v16.0.10

Please see the Next.js Security Update for information about this security patch.

v16.0.8

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

Core Changes

  • Update react version in cna templates (#86950)

Credits

Huge thanks to @​huozhi for helping!

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.

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.

  • Dependencies
    • next: 16.0.10 (includes the 2025-12-11 security update)

Written for commit a497882. Summary will update automatically on new commits.

  • Override Linear Check

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 12, 2025 00:52
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 12, 2025

Greptile Overview

Greptile Summary

This 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

  • This PR is safe to merge with no risk
  • This is a standard security patch from Dependabot that only updates Next.js from 16.0.7 to 16.0.10. The changes are limited to package.json and package-lock.json with no code modifications. The update addresses known security vulnerabilities while maintaining compatibility with the existing React 19.2.1 version. No breaking changes are introduced.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
web/package.json 5/5 Bumped Next.js from 16.0.7 to 16.0.10 (security patch)
web/package-lock.json 5/5 Updated lockfile with Next.js 16.0.10 dependencies and peer dependency metadata

Sequence Diagram

sequenceDiagram
    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
Loading

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.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a 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

@jmelahman jmelahman force-pushed the dependabot/npm_and_yarn/web/next-16.0.10 branch from 2a02258 to a497882 Compare December 12, 2025 01:26
@jmelahman jmelahman merged commit ba5b9cf into main Dec 12, 2025
104 of 110 checks passed
@jmelahman jmelahman deleted the dependabot/npm_and_yarn/web/next-16.0.10 branch December 12, 2025 03:18
wenxi-onyx pushed a commit that referenced this pull request Dec 12, 2025
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
wenxi-onyx pushed a commit that referenced this pull request Dec 12, 2025
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
nmgarza5 pushed a commit that referenced this pull request Dec 16, 2025
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants