Skip to content

Bump React on Rails RSC to final 19.2.0#773

Merged
justin808 merged 1 commit into
masterfrom
jg-codex/rsc-19-2-final
Jul 5, 2026
Merged

Bump React on Rails RSC to final 19.2.0#773
justin808 merged 1 commit into
masterfrom
jg-codex/rsc-19-2-final

Conversation

@justin808

@justin808 justin808 commented Jul 5, 2026

Copy link
Copy Markdown
Member

Summary

  • updates the tutorial starter app to react-on-rails-rsc final 19.2.0
  • refreshes yarn.lock for the final package tarball
  • updates README version-target references from the RC line to the current final RSC package

Rationale

The tutorial should install and document the final RSC package now that 19.2.0 has been promoted from RC.

Verification

  • bin/ci passed setup, RuboCop, ESLint, ReScript, generated packs, and client/server/RSC webpack builds; the first RSpec phase failed only because the Pro node renderer was not running on 127.0.0.1:3800
  • started the node renderer, then bin/conductor-exec bin/rspec passed: 48 examples
  • bin/conductor-exec yarn test:client passed: 4 suites, 16 tests
  • rg -n "19\\.2\\.0-rc\\.4" . returned no matches in this checkout

Summary by CodeRabbit

  • Documentation
    • Updated the version compatibility matrix in the README to reflect the latest supported releases.
  • Chores
    • Bumped React Server Components package versions and aligned the minimum supported React version accordingly.

@coderabbitai

coderabbitai Bot commented Jul 5, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 66dbcd45-cc56-4fea-9f35-d2ed01441e33

📥 Commits

Reviewing files that changed from the base of the PR and between d12a7a2 and 5de5f84.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (2)
  • README.md
  • package.json

Walkthrough

This PR updates version references across README.md and package.json: react_on_rails_pro/react-on-rails-pro bumped to 17.0.0.rc.6, react-on-rails-rsc updated to 19.2.0, and minimum React version for RSC raised to ~19.2.7.

Changes

Dependency version updates

Layer / File(s) Summary
Version Targets and dependency bump
README.md, package.json
Updates react_on_rails_pro/react-on-rails-pro to 17.0.0.rc.6/17.0.0-rc.6, react-on-rails-rsc to 19.2.0, minimum react version for RSC to ~19.2.7 in README; bumps react-on-rails-rsc dependency to 19.2.0 in package.json.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: promoting react-on-rails-rsc to the final 19.2.0 release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch jg-codex/rsc-19-2-final

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@claude

claude Bot commented Jul 5, 2026

Copy link
Copy Markdown

Reviewed this PR (code quality, correctness, security, performance).

This is a clean, minimal version bump with no issues found:

  • package.json / yarn.lock changes are internally consistent — the react-on-rails-rsc entry moves cleanly from 19.2.0-rc.4 to the final 19.2.0, with a fresh resolved URL/integrity hash.
  • The README "Version Targets" table update also corrects previously stale values (react_on_rails_pro/-node-renderer/react version) to match what's actually pinned in Gemfile/Gemfile.lock/package.json — verified these all agree.
  • Confirmed no leftover references to the old 19.2.0-rc.4 / 17.0.0.rc.3 versions remain anywhere in the repo.
  • No security or performance implications — this is a docs + dependency version alignment change only.

No changes requested. LGTM.

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

🚀 Quick Review App Commands

Welcome! Here are the commands you can use in this PR:
They require the repository to have cpflow review apps configured, including the CPLN_TOKEN_STAGING secret.

+review-app-deploy

Deploy your PR branch for testing.

+review-app-delete

Remove the review app when done.

+review-app-help

Show detailed instructions, environment setup, and configuration options.

Comment +review-app-help for full setup details.

@justin808 justin808 marked this pull request as ready for review July 5, 2026 09:58
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@claude

claude Bot commented Jul 5, 2026

Copy link
Copy Markdown

Reviewed. This is a clean, minimal dependency bump:

  • package.json / yarn.lock consistently updated for react-on-rails-rsc 19.2.0-rc.419.2.0 (integrity hash and resolved URL updated together, no stale entries left).
  • README version-target table now matches the actual values already in package.json/Gemfile.lock (react-on-rails-pro/node-renderer at 17.0.0-rc.6, react/react-dom at ~19.2.7) — this looks like it also fixes a previously-stale doc (README said rc.3 while the lockfiles were already on rc.6).
  • No source/logic changes, so risk is low. Verified no remaining references to 19.2.0-rc.4 or the old rc.3 version strings anywhere in the repo.

No bugs, security, or performance concerns — LGTM.

@greptile-apps

greptile-apps Bot commented Jul 5, 2026

Copy link
Copy Markdown

Greptile Summary

This PR moves the tutorial starter app to the final RSC package line. The main changes are:

  • react-on-rails-rsc updated from 19.2.0-rc.4 to 19.2.0.
  • The Yarn lock entry refreshed for the final package tarball.
  • README version targets updated for the current React on Rails Pro and RSC versions.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
README.md Updates documented version targets from the previous RC line to the current React on Rails Pro and RSC targets.
package.json Bumps react-on-rails-rsc to the final 19.2.0 package while leaving the matching React stack unchanged.
yarn.lock Refreshes the react-on-rails-rsc lock entry with the final tarball URL and integrity hash.

Reviews (1): Last reviewed commit: "Bump React on Rails RSC to final 19.2.0" | Re-trigger Greptile

@justin808 justin808 merged commit 251625f into master Jul 5, 2026
10 checks passed
@justin808 justin808 deleted the jg-codex/rsc-19-2-final branch July 5, 2026 10:02
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

✅ Review App Deleted

Review app for PR #773 is deleted

🎮 Control Plane Console
📋 View Workflow Logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant