build(deps): Bump react from 19.2.5 to 19.2.6#1000
Conversation
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.5 to 19.2.6. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e434649. Configure here.
| "prettier": "^3.8.2", | ||
| "prism-react-renderer": "^2.4.1", | ||
| "react": "^19.2.5", | ||
| "react": "^19.2.6", |
There was a problem hiding this comment.
react and react-dom version mismatch after bump
Low Severity
react is bumped to ^19.2.6 (resolving to 19.2.6) while react-dom stays at ^19.2.5 (locked to 19.2.5). The React team recommends keeping react and react-dom on the same version to avoid subtle runtime inconsistencies. Dependabot bumped only react, creating a version skew.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit e434649. Configure here.
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewI'll review the dependency update against the malware checklist by inspecting lockfile changes, upstream diffs, and the scanner findings. This is a routine patch bump of the official Scanner findings (false positives)
Checklist summary
Upstream change (matches release notes) Repo context Actionable note (non-security): Recommendation: Safe to merge from a supply-chain perspective. Treat the scanner warn as noise for this PR. Compatibility AnalysisI'll analyze how Compatibility & adoption analysis:
|
| Risk | Severity |
|---|---|
No runtime API change in react package |
None — effectively a no-op for this consumer |
react / react-dom version skew (react@19.2.6, react-dom@19.2.5) |
Low — within peer range (react-dom requires ^19.2.5); align in a follow-up PR for hygiene |
Malware scan heuristics on upstream ReactFlightReplyClient.js (RegExp.exec) |
False positive — not in the installed react tarball |
| Build verification | Unknown until CI/npm run build runs — standard smoke test |
4) Recommendation: merge
Patch bump with no changes to the react package consumers actually import. Usage is limited to classic client React through Docusaurus; release-note RSC changes do not apply.
Optional follow-up: bump react-dom to 19.2.6 in the same or next Dependabot PR to keep versions aligned.
Malware Scan Summary
- Status: warn
- Warn only mode:
true - Changed upstream files scanned:
20 - Resolution strategy:
tag_range - Changed node/vendor paths:
0 - Changed lockfiles:
0 - Resolved upstream range:
23f4f9f30da9e9af2108c18bb197bae75ab584ea..eaf3e95ca92be7a23d3c9cc8ffd6f199a40be401 - Resolved refs: from=
23f4f9f30da9e9af2108c18bb197bae75ab584eato=eaf3e95ca92be7a23d3c9cc8ffd6f199a40be401 - Unicode findings (post-allowlist):
0 - Confusable findings (post-allowlist):
0 - IOC findings (post-allowlist):
0 - Heuristic findings (post-allowlist):
3
Top findings
packages/react-client/src/ReactFlightReplyClient.js:1390shell_process_spawn ::let parsed = v8FrameRegExp.exec(secondFrame);packages/react-client/src/ReactFlightReplyClient.js:1392shell_process_spawn ::parsed = jscSpiderMonkeyFrameRegExp.exec(secondFrame);scripts/error-codes/codes.json:461obfuscation_indicator ::"473": "React doesn't accept base64 encoded file uploads because we don't except form data passed from a browser to ever encode data that way. If that's the wrong assumption, we can easily fix it.",


Bumps react from 19.2.5 to 19.2.6.
Release notes
Sourced from react's releases.
Commits
eaf3e95Version 19.2.6Dependabot 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)Note
Low Risk
Low risk dependency bump limited to
reactwith corresponding lockfile update; main risk is unexpected runtime/peer-compat issues withreact-domstill pinned to 19.2.5.Overview
Updates the
reactdependency from19.2.5to19.2.6inpackage.jsonand refreshespackage-lock.jsonto the new tarball/integrity forreact.Reviewed by Cursor Bugbot for commit e434649. Bugbot is set up for automated code reviews on this repo. Configure here.