Skip to content

chore(release): promote v1.1.5 to main - #449

Merged
mohanagy merged 5 commits into
mainfrom
development
Sep 11, 2026
Merged

mohanagy merged 5 commits into
mainfrom
development

Conversation

@mohanagy

Copy link
Copy Markdown
Owner

Refs #447. Release promotion of development to main for v1.1.5.

Merge with a merge commit, never squash. Squashing bakes the content into a new SHA that development never receives, drifting the two persistent branches by identity and producing phantom conflicts on the next promotion.

Contents

What reaches installers

Only @hono/node-server 2.0.10 → 2.1.1, a runtime dependency. Neither version carries a security advisory, so this is a dependency refresh, not a security release. No runtime behavior and no public API changed.

Everything else is development tooling that is not published: Vitest 3.2.7 → 5.0.0 with @vitest/coverage-v8 and an explicit vite peer, @types/node 22 → 26, esbuild 0.28.1 → 0.28.2, eslint 10.8.0 → 10.10.0, typescript-eslint 8.65.0 → 8.70.0. The accompanying source edits are type-only and erased at compile time.

That toolchain work clears the two development-only advisories v1.1.4 explicitly did not claim, so both the production-only and full npm audits now report zero — for this repository, not the published artifact.

Verification at this head

  • npm run typecheck, npm run lint, npm run build, npm run check:test-fixture, npm run check:pack ("Package contract verified (58 files)"), and the CLI smoke test are clean
  • Full suite: 1999 passed, 0 failed (162/162 files)
  • npm audit: zero, production-only and full

After merge

Create the GitHub Release for v1.1.5 at the exact resulting main commit, which triggers .github/workflows/publish.yml and npm trusted publishing. No NPM_TOKEN, no workstation npm publish. This release does not authorize removal of any legacy behavior.

🤖 Generated with Claude Code

mohanagy and others added 5 commits September 11, 2026 01:27
Brings the v1.1.3 promotion merge (ea1cbf8) into development's ancestry so the
two persistent branches do not drift by identity. Content-neutral: the merge
introduces no file changes, it only restores containment so promotion PRs stop
reporting BEHIND.

Refs #441

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Brings 3af8b22 (the development-to-main promotion for v1.1.4) into
development's ancestry alongside ea1cbf8 from v1.1.3, so the two persistent
branches stop drifting by identity. Content-neutral.

Refs #441
chore: sync main release history into development
Supersedes #445, #438, #437, #436, #435, none of which could go green alone.

Vitest 3.2.7 -> 5.0.0 with @vitest/coverage-v8 and vite as an explicit devDependency (Vitest 5 declares vite a non-optional peer). @types/node 22 -> 26, @hono/node-server 2.0.10 -> 2.1.1, esbuild 0.28.1 -> 0.28.2, eslint 10.8.0 -> 10.10.0, typescript-eslint 8.65.0 -> 8.70.0. Both the production-only and full npm audits now report zero.

@types/node 26 added a throwIfNoEntry overload to stat(), so Awaited<ReturnType<typeof stat>> resolves to Stats | BigIntStats | undefined and keyof of that union is never. Replaced the idiom with the concrete Stats type in the three files using it.

Vitest 4 removed test.poolOptions and promoted its contents to top-level options. Vitest 5 applies AST-aware remapping unconditionally, so function and branch figures are not comparable across the migration; thresholds recalibrated to measured actuals with line thresholds unchanged.

zod 4.2.0 -> 4.6.2 deliberately held: the evidence-pinned bundled fixture embeds zod, so bumping it invalidates the sha256 that the named-host evidence ledger pins. Lock-only hold; the declared ^4.2.0 range is unchanged.

Refs #435, #436, #437, #438, #445

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Finalize the compatible v1.1.5 patch release. The only change that reaches installers is the @hono/node-server runtime dependency, refreshed from 2.0.10 to 2.1.1. Neither version carries a security advisory, so this is a dependency refresh rather than a security release; no runtime behavior or public API changed.

Also records the [Unreleased] changelog entry for #446, which merged without one. That work is development tooling and is not published, though it does clear the two development-only advisories v1.1.4 explicitly did not claim.

Refs #447

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Team

Run ID: c0668d86-b76d-4ff7-b4d5-9abd1544908a

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

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

@mohanagy
mohanagy merged commit 6463ff9 into main Sep 11, 2026
23 checks passed
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