Skip to content

release: v0.1.1236 - #3701

Merged
kwakayama merged 2 commits into
mainfrom
release/0.1.1236
Aug 14, 2026
Merged

release: v0.1.1236#3701
kwakayama merged 2 commits into
mainfrom
release/0.1.1236

Conversation

@kwakayama

@kwakayama kwakayama commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Release 0.1.1236.

Carries #3698fix(bundler): bind the esbuild binary path outside project scope.

Why now

Staging preview has returned 500 for every TSX transform since v0.1.1233. Remote E2E Health / staging fails deterministically on preview-rendering.health.spec.ts with preview returned 500. Verified on the staging renderer pod: zero esbuild processes running, ESBUILD_BINARY_PATH absent from the process env, while the binary is present on disk at /tmp/veryfront-esbuild-0.28.1-*/esbuild. Extraction works; only the path binding was missing.

The renderer image resolves VERYFRONT_VERSION from the latest non-draft veryfront/veryfront release, so the fix cannot reach staging until this version is published.

After merge

  1. veryfront-code CI publishes 0.1.1236 to npm and cuts the GitHub release.
  2. veryfront-server picks it up as the latest framework release and deploys staging.
  3. Re-run Remote E2E Health with target=staging.

Summary by CodeRabbit

  • Chores
    • Updated the application version to 0.1.1236.

@kwakayama
kwakayama enabled auto-merge August 14, 2026 10:16
@github-actions

Copy link
Copy Markdown

📦 Client bundle boundary

Entrypoint Modules Source size Server leaks
src/index.client.ts 454 3062 KiB ⚠️ 39 known

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.

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • src/html/hydration-script-builder/hydration-runtime.generated.ts is excluded by !**/*.generated.*

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4c7240da-511a-410d-8ae8-961006b9f0ec

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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: 4ce9e5f0-caa4-4eea-a6d9-4f0fb70e250d

📥 Commits

Reviewing files that changed from the base of the PR and between 98951f6 and 7841cef.

📒 Files selected for processing (2)
  • deno.json
  • src/utils/version-constant.ts

📝 Walkthrough

Walkthrough

The package version and exported VERSION constant are updated from 0.1.1235 to 0.1.1236.

Changes

Release version synchronization

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

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

Merge Risk: ⚪ Minimal · up to 7841c

This release updates the project version and is merge-ready after normal checks and review; no actionable merge-blocking risk remains.

Possibly related PRs

Suggested reviewers: kojiwakayama, mattboon

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the release version, which matches the version updates in the changeset and the stated release objective.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.1.1236

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

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7841cef1d9

ℹ️ 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".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/utils/version-constant.ts
@kwakayama kwakayama changed the title chore(release): 0.1.1236 release: v0.1.1236 Aug 14, 2026
@kojiwakayama kojiwakayama mentioned this pull request Aug 14, 2026
@kwakayama
kwakayama added this pull request to the merge queue Aug 14, 2026
Merged via the queue into main with commit 4f80a0b Aug 14, 2026
36 checks passed
@kwakayama
kwakayama deleted the release/0.1.1236 branch August 14, 2026 10:45
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