Prepare 19.0.5-rc.8 changelog#81
Conversation
|
Warning Review limit reached
More reviews will be available in 6 minutes and 3 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Code Review — PR #81: Prepare 19.0.5-rc.8 ChangelogRisk level: Low — documentation-only, zero runtime/build code changes. What this PR doesStamps a Changelog format ✅
Entry content ✅The fixed-entry description is accurate and detailed enough: it names the mechanism (chunk group binding), the problem solved (cross-reference over-preloads), and the preserved edge case (eager-imported client references). Matches the scope of #54. One thing to be aware of (not blocking)The compare link VerdictLGTM. No issues. Merging this is safe whenever the maintainer is ready to cut the rc.8 release. |
…ase-motion * origin/main: Release from GitHub Actions with trusted publishing (#84) Add Claude agent setup and workflow skill stubs (#82) Add compatibility matrix and canary signal (#83) Document runtime versioning policy and live backlog pointers (#79) Add Flight client error path coverage (#78) Document release dist-tag policy and artifact parity checks (#75) Allow artifact verifier to accept covering root peer ranges (#95) Add release artifact verification gate (#77) Apply React 19.0.7 RSC reply-decode DoS fixes (CVE-2026-23869, CVE-2026-23870) to vendored runtime (#86) Harden dependency and Claude automation (#76) Make PR skill workflows discoverable (#88) Extract and own the webpack RSC plugin as TypeScript source (#87) Add packed-tarball E2E pipeline suite: webpack+rspack → Flight → SSR HTML → hydration (#85) Docs: Option 5 stock npm runtime go/no-go decision (#55 spike) (#80) # Conflicts: # CHANGELOG.md
Greptile SummaryStamps
Confidence Score: 5/5Safe to merge — both files are changelog/version metadata only; no runtime code is touched. The only changes are stamping the changelog with the rc.8 header and comparison link, adding the two product-code entries (#54 and #86), and bumping the version field in package.json. The classification sweep entries align with the diff, the date matches, and both PR references are correctly wired. No logic, build, or runtime code is affected. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PR as This PR (main)
participant GA as GitHub Actions
participant npm as npm Registry
Dev->>PR: Merge CHANGELOG + package.json bump (19.0.5-rc.8)
PR->>GA: Trigger protected release.yml workflow
GA->>GA: "Version-agreement guard: package.json == 19.0.5-rc.8"
GA->>GA: yarn build + yarn test
GA->>npm: npm publish --tag next
npm-->>GA: "dist-tag next = 19.0.5-rc.8"
GA->>GA: Push git tag 19.0.5-rc.8
GA->>GA: Create GitHub release (pre-release)
Reviews (1): Last reviewed commit: "Merge remote-tracking branch 'origin/mai..." | Re-trigger Greptile |
Links #65
Summary
CHANGELOG.mdfor19.0.5-rc.8.package.jsonto19.0.5-rc.8so the GitHub Actions release workflow version-agreement guard can pass after merge.Classification Sweep (
19.0.5-rc.7..origin/main)No
UNKNOWNrows.Validation
yarn install --frozen-lockfileyarn verify:artifactspacked and validatedreact-on-rails-rsc-19.0.5-rc.8.tgz.yarn buildyarn testgit diff --checkyarn release:dry-runreadCHANGELOG.mdandpackage.jsonas19.0.5-rc.8, confirmed prereleasenext, then exited before mutation because the worker branch is notmain.Current Release State
latest=19.0.4,next=19.0.5-rc.7, stalerc=19.0.5-rc.5.19.0.5-rc.8absent.19.0.5-rc.8: absent on origin.19.0.5-rc.8: absent.Maintainer-Run Checklist
After this PR is merged to
main, dispatch the protected Actions release workflow; do not run these from an agent worker branch:Final promotion stays gated until rc.8 downstream verification/soak passes and a final
19.0.5changelog/package PR lands.Merge Criteria
gh pr checks 81list is green; skipped advisory jobs are acceptable.mainwith no conflicts.