chore: open the 0.1.1262-rc prerelease line - #4555
Conversation
veryfront-code publishes only when version-check reports is_stable=false. deno.json has held the stable 0.1.1261 since the release PRs, so every merge since 0.1.1260-rc.19878 has published nothing, and staging never received #4550. Moving the base to 0.1.1262-rc makes CI publish 0.1.1262-rc.<run> per main build again, so merges reach the veryfront-server staging image. Regenerated hydration-runtime.generated.ts, which embeds the version.
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
You have reached your Codex usage limits for security reviews. Please try again later. |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe package metadata and exported ChangesRelease version alignment
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Merge Risk: ⚪ Minimal · up to This release-candidate version update aligns package metadata and the exported version constant, with no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
📦 Client bundle boundary
A server module in a client graph aborts hydration in the browser. New leaks fail CI; known leaks are tracked in |
Code Review: 94/100 — trivial, correct, mechanical version-line bumpThis is a chore PR opening the Strengths:
Minor notes (not blocking):
Given the scope (version bump + regenerated artifact, no logic changes) this is as close to risk-free as a PR gets. No changes requested. Generated by Claude Code |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Review score: 94/100\n\nReviewed head: \n\nThis is a minimal, internally consistent prerelease version-line bump across , the generated hydration runtime, and . The diff is limited to the intended three synchronized version values, with no behavioral change or unrelated files.\n\nValidation:\n- 3 files changed, 3 insertions, 3 deletions\n- The head is mergeable\n- Required CI is still running: integration tests and coverage shards remain pending\n\nScore is 94/100 for correctness and scope. Merge after the remaining required checks are terminal and green. |
Review score correction: 94/100Reviewed head: Minimal, internally consistent prerelease version-line bump across Validation:
Merge after the remaining required checks are terminal and green. |



veryfront-code publishes only when version-check reports
is_stable=false. Since the 0.1.1260 and 0.1.1261 release PRs,deno.jsonhas held a stable version, so no merge has published a pre-release build. The last one is0.1.1260-rc.19878(#4547). #4549, #4551, #4550, #4552 and #4553 never reached the veryfront-server staging image.This PR moves the base to
0.1.1262-rc, the same change as #4518. CI then publishes0.1.1262-rc.<run>for every main build again, and staging picks each one up.The next stable release is
0.1.1262, cut from this line. #4554 is closed in favor of this PR (veryfront/veryfront-issue-inbox#1652, #1622).Changes:
deno.jsonversionsrc/utils/version-constant.tshydration-runtime.generated.ts(deno task generate;generate:manifests:checkpasses)Summary by CodeRabbit
0.1.1262-rc, marking this release as a release candidate.