Skip to content

chore(deps): apply safe dependency updates - #575

Merged
nocoo merged 7 commits into
mainfrom
chore/deps-20260917-130458
Sep 17, 2026
Merged

nocoo merged 7 commits into
mainfrom
chore/deps-20260917-130458

Conversation

@nocoo

@nocoo nocoo commented Sep 17, 2026

Copy link
Copy Markdown
Owner

Apply seven non-major dependency targets and keep the release Wrangler version aligned with the Worker manifest and frozen lockfile. Repair existing header accessibility/import formatting so all quality gates pass, without changing ingestion, auth or producer behavior.

Issues

Closes #558
Closes #559
Closes #560
Closes #561
Closes #563
Closes #564
Closes #565
Closes #566
Closes #567
Closes #568
Closes #569
Closes #570
Closes #571
Closes #572
Closes #573
Closes #574

Changes

  • @vitest/coverage-v8 5.0.0 → 5.0.1.
  • hono 4.13.7 → 4.13.8.
  • react-router 8.3.1 → 8.4.0.
  • vitest 5.0.0 → 5.0.1.
  • @biomejs/biome 2.5.13 → 2.5.14.
  • @cloudflare/workers-types 5.20260914.1 → 5.20260916.1.
  • wrangler 4.131.2 → 4.133.0.

Vitest and coverage-v8 exact peer 5.0.1 alignment spans root/shared/UI/Worker. Wrangler release scalar must match Worker manifest and lock; existing consistency gate remains unchanged.

Validation

Native Bun 1.3.14 frozen mirror install. Original final pre-commit runs full lint/typecheck and forced per-package tests/coverage: shared 18 files / 155 tests (lines 99.12%, functions 100%, branches 95.90%); Worker 49 files / 287 tests (99.70 / 96.83 / 94.37%, unchanged worker branch floor 94%); UI 28 files / 103 tests (99.80 / 99.34 / 95.88%). Shared/UI line/function/branch floors remain 95%; Worker line/function floors remain 95%. Total 545 passing tests. Full lint, typecheck, shared/UI build + Worker production dry-run pass. Real local HTTP: 3 files / 17 tests; route coverage 42 declared routes / 74 requests, all covered; 18787 free before and after. Release/manifest/workspace-lock/resolved Wrangler versions all 4.133.0. Unfiltered OSV: 399 packages clean; gitleaks 1262 commits clean. No producer/real data operations or local browser L3.

Local complex L3/browser E2E excluded; all enabled PR CI checks remain merge gates. No tests, hooks or security requirements bypassed.

Reviews

  • Grok — independently approved 77de835a75548261a93332879c073a8c2a2e926e.
  • Pi — independently approved 77de835a75548261a93332879c073a8c2a2e926e.

@vitest/coverage-v8: 5.0.0 -> 5.0.1
Refs #558
Refs #566
vitest: 5.0.0 -> 5.0.1
Refs #561
Refs #569

Keep Vitest and its coverage providers aligned to their exact peer version.
hono: 4.13.7 -> 4.13.8
Refs #559
Refs #567
react-router: 8.3.1 -> 8.4.0
Refs #560
Refs #568
@biomejs/biome: 2.5.13 -> 2.5.14
Refs #563
Refs #570
@cloudflare/workers-types: 5.20260914.1 -> 5.20260916.1
Refs #564
Refs #571
wrangler: 4.131.2 -> 4.133.0
Refs #565
Refs #572

Keep release workflow scalar exactly aligned with requested Worker Wrangler target; retain existing version consistency gate.
Refs #573
@nocoo
nocoo merged commit bf9c627 into main Sep 17, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment