You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish @lubab/miftah@1.1.5 as a compatible patch release carrying the refreshed @hono/node-server runtime dependency and the development-toolchain modernization landed in #446.
The prior npm and GitHub Release baseline was 1.1.4. Since that release, development gained the Dependabot backlog (#446), which superseded five PRs that could not pass on their own, and restored branch-ancestry containment (#444).
Scope and honest boundary
The only change that reaches installers is the @hono/node-server 2.0.10 → 2.1.1 runtime dependency. Neither version carries a security advisory, so this is a dependency refresh, not a security release.
Everything else in #446 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, and typescript-eslint 8.65.0 → 8.70.0. The accompanying source edits are type-only and erased at compile time. No runtime behavior and no public API changed, so this is a patch release.
The Vitest 5 upgrade does clear the two development-only advisories that v1.1.4 explicitly did not claim, so both the production-only and full npm audits now report zero — but that improvement is to this repository's toolchain, not to the published artifact.
Goal
Publish
@lubab/miftah@1.1.5as a compatible patch release carrying the refreshed@hono/node-serverruntime dependency and the development-toolchain modernization landed in #446.The prior npm and GitHub Release baseline was
1.1.4. Since that release,developmentgained the Dependabot backlog (#446), which superseded five PRs that could not pass on their own, and restored branch-ancestry containment (#444).Scope and honest boundary
The only change that reaches installers is the
@hono/node-server2.0.10 → 2.1.1 runtime dependency. Neither version carries a security advisory, so this is a dependency refresh, not a security release.Everything else in #446 is development tooling that is not published: Vitest 3.2.7 → 5.0.0 with
@vitest/coverage-v8and an explicitvitepeer,@types/node22 → 26,esbuild0.28.1 → 0.28.2,eslint10.8.0 → 10.10.0, andtypescript-eslint8.65.0 → 8.70.0. The accompanying source edits are type-only and erased at compile time. No runtime behavior and no public API changed, so this is a patch release.The Vitest 5 upgrade does clear the two development-only advisories that v1.1.4 explicitly did not claim, so both the production-only and full npm audits now report zero — but that improvement is to this repository's toolchain, not to the published artifact.
Release scope
@hono/node-serverruntime dependency and the development-toolchain modernizationAcceptance criteria
[Unreleased]changelog entry for chore(deps): land the Dependabot backlog and migrate to Vitest 5 #446, which merged without one.package.jsonandpackage-lock.jsonto1.1.5without creating a local tag.1.1.5changelog dated 2026-09-11 and link this release issue.1.1.5.developmentonly after current-head CI and CodeRabbit gates pass.developmenttomainpromotion PR as a merge commit.v1.1.5tag and GitHub Release point to the exact currentmaincommit.latest, provenance, workflow success, a fresh install, contents, and signatures.main/developmentancestry containment after the promotion.