Skip to content

release: v0.1.1254 - #4323

Merged
kwakayama merged 1 commit into
mainfrom
release/v0.1.1254
Aug 30, 2026
Merged

release: v0.1.1254#4323
kwakayama merged 1 commit into
mainfrom
release/v0.1.1254

Conversation

@kwakayama

@kwakayama kwakayama commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Promote the current 0.1.1254-rc source to stable 0.1.1254.

This is a version-only release PR. Merging it triggers the protected stable release workflow, which publishes npm packages, creates the stable tags and GitHub releases, updates Homebrew, and dispatches the downstream Server, Job Runner, and Sandbox framework refreshes.

Scope

  • Update deno.json to 0.1.1254.
  • Update src/utils/version-constant.ts to 0.1.1254.
  • Regenerate the hydration runtime and template manifest version artifacts.

Diff

Verification

  • Latest main CI release run passed all quality, runtime, binary, npm, and prerelease gates: https://github.com/veryfront/veryfront-code/actions/runs/33325497867
  • Focused release helper tests passed locally.
  • Hydration runtime freshness check passed locally.
  • Template manifest freshness check passed locally.
  • git diff --check passed.
  • The local machine uses Deno 2.9.4 while the repository pins Deno 2.7.7, so the full local generator/pre-push hook cannot complete; pinned GitHub CI is the authoritative release validation.

Summary by CodeRabbit

  • Release
    • Promoted version 0.1.1254 from release-candidate status to the stable release.
    • Updated the displayed application version to 0.1.1254.

@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.

kwakayama has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 30, 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-08-30T19:35:12.432170Z f215f37 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.

@github-actions

Copy link
Copy Markdown

📦 Client bundle boundary

Entrypoint Modules Source size Server leaks
src/index.client.ts 288 2232 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 Aug 30, 2026

Copy link
Copy Markdown

Note

Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime.
Learn more

Code Review ✅ Approved

Version-only release PR promoting 0.1.1254-rc to stable 0.1.1254, with updates to deno.json, src/utils/version-constant.ts, and regenerated hydration runtime and template manifest artifacts. All quality, runtime, binary, npm, and prerelease gates passed. No issues found.

Options

Display: compact → Showing less information.

Comment with these commands to change the behavior for this request:

Compact
gitar display:verbose         

Was this helpful? React with 👍 / 👎 | Gitar

@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: de4c98b5-0f3b-4597-a447-a98dde800e32

📥 Commits

Reviewing files that changed from the base of the PR and between bd41aed and f215f37.

⛔ Files ignored due to path filters (2)
  • src/html/hydration-script-builder/hydration-runtime.generated.ts is excluded by !**/*.generated.*
  • templates/manifest.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 project version changed from 0.1.1254-rc to 0.1.1254 in deno.json and the shared exported VERSION constant.

Changes

Stable version release

Layer / File(s) Summary
Align stable version declarations
deno.json, src/utils/version-constant.ts
The release-candidate suffix was removed from both version declarations.

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

Merge Risk: ⚪ Minimal · up to f215f

This PR promotes version 0.1.1254 from release candidate to stable and updates the corresponding generated metadata. No actionable merge-blocking risk remains after normal checks and review.

Suggested reviewers: kojiwakayama

🚥 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 identifies the stable release version, which matches the main change from 0.1.1254-rc to 0.1.1254.
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.
Full details: Docstring Coverage

Explanation

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 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.1.1254

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.

@kwakayama
kwakayama enabled auto-merge August 30, 2026 19:34

Copy link
Copy Markdown
Contributor Author

Code Review: 94/100 — Clean, well-scoped release PR

Summary: Trivial, mechanical version bump (0.1.1254-rc0.1.1254) with correctly regenerated artifacts; diff matches the PR description exactly.

Strengths

  • Diff is minimal and exactly what's described: 4 files, 1 changed line each (deno.json, src/utils/version-constant.ts, and the two generated artifacts). No stray changes.
  • Verified src/html/hydration-script-builder/hydration-runtime.generated.ts — the only textual change in the 79KB bundled line is the -rc suffix removal, confirming the hydration runtime was regenerated correctly and consistently with the version bump.
  • Verified templates/manifest.generated.ts — decompressing the base64/gzip blob on both sides shows byte-identical decompressed content (the manifest itself doesn't embed the version string), so this file's presence in the diff is just a routine regeneration, not a hidden content change.
  • PR description is thorough: clear scope, links to the full release diff and content-since-last-release diff, and an explicit list of verification steps (CI run, focused tests, freshness checks, git diff --check), including an honest note about the local Deno version mismatch and why CI is the authoritative gate.
  • No security, test-coverage, or design concerns — this is a config/version-constant change only, nothing touches logic.

Minor nit (non-blocking)

  • The regenerated templates/manifest.generated.ts decompresses to byte-identical content on both sides, but its compressed bytes differ (251226 vs 249510 base64 chars) even though both gzip headers have mtime=0. That suggests the manifest generator's compression step isn't fully deterministic across runs (different zlib settings/library version, perhaps). Not a problem for this release, but worth a look if reproducible-build diffs matter to the team — otherwise every release will touch this file even when template content hasn't changed.

Other notes

  • Several CI checks (coverage shards, lint, typecheck, integration/e2e tests) were still in_progress at review time, and mergeable_state is blocked — make sure the full CI suite and required reviews complete/pass before merge, per the PR's own note that CI is the authoritative gate.

Given this is a trivial, low-risk, tooling-generated release PR with a diff that matches its description exactly, this scores in the "excellent" band — the only ding is the compression-determinism curiosity above, which is worth a follow-up issue but not a blocker.


Generated by Claude Code

@codecov

codecov Bot commented Aug 30, 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 Aug 30, 2026
@kwakayama
kwakayama removed this pull request from the merge queue due to a manual request Aug 30, 2026

@kwakayama kwakayama left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

No actionable findings.

Evidence: deno.json:3 and src/utils/version-constant.ts:4 consistently promote 0.1.1254-rc to 0.1.1254; src/utils/version.test.ts:15-28 covers their synchronization. src/html/hydration-script-builder/hydration-runtime.generated.ts:11 contains the matching bundled version, as required by scripts/build/prebundle-hydration-runtime.ts:94-142 and the release ordering in scripts/release.ts:265-273. templates/manifest.generated.ts:1-3 decompresses byte-identically to the unchanged canonical manifest; no template behavior changed.

Score: 100/100 (correctness 40/40, tests 20/20, reliability/security 15/15, maintainability 15/15, scope/docs 10/10).

Review-Gate:
Reviewer: Codex
Reviewed-SHA: f215f37
Score: 100/100
Actionable-Findings: 0
Verdict: APPROVE

@kwakayama
kwakayama added this pull request to the merge queue Aug 30, 2026
Merged via the queue into main with commit eaaf178 Aug 30, 2026
70 checks passed
@kwakayama
kwakayama deleted the release/v0.1.1254 branch August 30, 2026 20:03
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