Skip to content

chore: open the 0.1.1262-rc prerelease line - #4555

Merged
kwakayama merged 1 commit into
mainfrom
chore/open-0.1.1262-rc-line
Sep 22, 2026
Merged

kwakayama merged 1 commit into
mainfrom
chore/open-0.1.1262-rc-line

Conversation

@kwakayama

@kwakayama kwakayama commented Sep 22, 2026 •

Copy link
Copy Markdown
Contributor

veryfront-code publishes only when version-check reports is_stable=false. Since the 0.1.1260 and 0.1.1261 release PRs, deno.json has held a stable version, so no merge has published a pre-release build. The last one is 0.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 publishes 0.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.json version
  • src/utils/version-constant.ts
  • regenerated hydration-runtime.generated.ts (deno task generate; generate:manifests:check passes)

Summary by CodeRabbit

  • Chores
    • Updated the application version to 0.1.1262-rc, marking this release as a release candidate.
    • Synchronized the displayed version across the package and application.

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.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for security reviews. Please try again later.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-22T06:22:11.022348Z 56f49ee PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Review in Change Stack →

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 configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Advanced

Run ID: cef7d44c-3253-4220-869e-84b45e433281

📥 Commits

Reviewing files that changed from the base of the PR and between ce61f60 and 56f49ee.

⛔ Files ignored due to path filters (1)
  • src/html/hydration-script-builder/hydration-runtime.generated.ts is excluded by !**/*.generated.*
📒 Files selected for processing (2)
  • deno.json
  • src/utils/version-constant.ts

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The package metadata and exported VERSION constant were updated from 0.1.1261 to 0.1.1262-rc.

Changes

Release version alignment

Layer / File(s) Summary
Synchronize release version
deno.json, src/utils/version-constant.ts
The package metadata and exported VERSION constant now use 0.1.1262-rc.

Priority: ⬇️ Low

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

Change: Other

Merge Risk: ⚪ Minimal · up to 56f49

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)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: opening the 0.1.1262-rc prerelease line.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
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 docstrings
  • Commit to this branch
  • Create a new PR
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

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.

@github-actions

Copy link
Copy Markdown

📦 Client bundle boundary

Entrypoint Modules Source size Server leaks
src/index.client.ts 291 2329 KiB ✅ 0

A server module in a client graph aborts hydration in the browser. New leaks fail CI; known leaks are tracked in scripts/lint/client-bundle-baseline.json to burn down.

@gitar-bot

gitar-bot Bot commented Sep 22, 2026

Copy link
Copy Markdown

Important

You are using the Gitar free plan. Upgrade to unlock code review, CI analysis, auto-apply, custom automations, and more.

Gitar

Copy link
Copy Markdown
Contributor Author

Code Review: 94/100 — trivial, correct, mechanical version-line bump

This is a chore PR opening the 0.1.1262-rc pre-release line so CI resumes publishing pre-release builds to staging. The diff is exactly what the description promises and nothing more.

Strengths:

Minor notes (not blocking):

  • Verify the embedded version reference inside the regenerated bundle actually reflects 0.1.1262-rc (would be worth a quick sanity grep in CI/build) — didn't spot an obvious embedded version string change in the generated diff, though that may simply not exist in this bundle.
  • mergeable_state is currently blocked — likely just waiting on required reviews/checks (CodeRabbit and the automated review bot were still pending at review time), not a defect in the diff itself.

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

codecov Bot commented Sep 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud

Copy link
Copy Markdown

@kwakayama
kwakayama added this pull request to the merge queue Sep 22, 2026
@kwakayama

Copy link
Copy Markdown
Contributor Author

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.

@kwakayama

Copy link
Copy Markdown
Contributor Author

Review score correction: 94/100

Reviewed head: 56f49ee4a6896a3de1d9d210ffc0b3c597d93e32

Minimal, internally consistent prerelease version-line bump across deno.json, the generated hydration runtime, and version-constant.ts. The diff is limited to the intended three synchronized version values.

Validation:

  • 3 files changed, 3 insertions, 3 deletions
  • Head is mergeable
  • Required CI is still running: integration tests and coverage shards remain pending

Merge after the remaining required checks are terminal and green.

Merged via the queue into main with commit 7fadf11 Sep 22, 2026
75 checks passed
@kwakayama
kwakayama deleted the chore/open-0.1.1262-rc-line branch September 22, 2026 06:52
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.

2 participants