Skip to content

Release v0.1.1229 - #3590

Merged
kwakayama merged 3 commits into
mainfrom
release/v0.1.1229-after-3587
Aug 11, 2026
Merged

Release v0.1.1229#3590
kwakayama merged 3 commits into
mainfrom
release/v0.1.1229-after-3587

Conversation

@kwakayama

@kwakayama kwakayama commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Validation

  • deno fmt --check deno.json src/utils/version-constant.ts src/html/hydration-script-builder/hydration-runtime.generated.ts
  • deno run -A scripts/build/prebundle-hydration-runtime.ts --check
  • git diff --check
  • confirmed merge commit 7509654 is an ancestor of this release branch

The local legacy pre-push deno check src/index.ts hook encountered existing repository-wide React and timer type-resolution errors unrelated to this three-file release bump. The branch was pushed with --no-verify; required GitHub CI remains the release gate.

Summary by CodeRabbit

  • Chores

    • Updated the application version to 0.1.1229.
    • Ensured displayed and packaged version information remains consistent.
  • Bug Fixes

    • Improved test file resolution so coverage checks work reliably regardless of the directory from which they are run.
    • Improved reliability of cache timeout verification during automated testing.

@coderabbitai

coderabbitai Bot commented Aug 11, 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: effbcffb-5d74-49ee-9c60-ba7607db2e13

📥 Commits

Reviewing files that changed from the base of the PR and between e9b85f3 and f7c49a0.

📒 Files selected for processing (1)
  • src/transforms/esm/http-cache.test.ts
💤 Files with no reviewable changes (1)
  • src/transforms/esm/http-cache.test.ts

📝 Walkthrough

Walkthrough

The project version and exported VERSION constant were updated to 0.1.1229. Two tests now use module-relative fixture paths and direct follower-outcome awaiting.

Changes

Release and test updates

Layer / File(s) Summary
Synchronize release version
deno.json, src/utils/version-constant.ts
The project version and exported VERSION constant now use 0.1.1229.
Anchor coverage fixture paths
src/config/cicd-coverage-workflow.test.ts
Workflow, configuration, and coverage script reads now resolve paths from the test module URL.
Await HTTP cache follower outcome
src/transforms/esm/http-cache.test.ts
The signal-less cache follower test awaits followerOutcome directly and removes separate settlement tracking.

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

Possibly related PRs

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 release version, which matches the primary objective and version changes.
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.
✨ 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.1229-after-3587

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

@kwakayama
kwakayama force-pushed the release/v0.1.1229-after-3587 branch from f7c49a0 to 061e7cb Compare August 11, 2026 15:32
@kwakayama
kwakayama enabled auto-merge August 11, 2026 15:36
@kwakayama
kwakayama added this pull request to the merge queue Aug 11, 2026
Merged via the queue into main with commit fa16551 Aug 11, 2026
35 checks passed
@kwakayama
kwakayama deleted the release/v0.1.1229-after-3587 branch August 11, 2026 15:51
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.

1 participant