chore(deps): bump docs dependencies + wrangler-action (supersedes Dependabot PRs)#21
Merged
Conversation
Supersedes the open Dependabot PRs by bumping all /docs deps at once: - astro 5.17.3 -> 5.18.2 - @astrojs/starlight floor -> 0.33.2 - vite 6.4.1 -> 6.4.3 - postcss 8.5.6 -> 8.5.15 - h3 1.15.5 -> 1.15.11 - devalue 5.6.3 -> 5.8.1 - defu 6.1.4 -> 6.1.7 - picomatch 4.0.3 -> 4.0.4 - cloudflare/wrangler-action v3 -> v4 Docs build clean; unit tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 2, 2026
Closed
The build/lint/runtime-smoke-test CI jobs were red independent of any dependency work: - src/client/ipc.ts: import the `RecordBatch` type (used in three signatures but never imported) — TS2304. - src/client/stream.ts: capture `_stateToken` into a local inside the continuation loop so the null-guard narrows it; the class property widened back to `string | null` after reassignment — TS2345. - Apply Biome safe fixes: remove unused imports (the lint errors) and organize imports across affected src/test files. typecheck, biome check, build, and bun/node smoke tests all pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates all open Dependabot PRs into one bump so they share a single CI run and an up-to-date base.
Bumps
All
/docs-only deps plus one GitHub Action — nothing in the library runtime.Verification
npm run buildin /docs: clean (21 pages built)make test-unit: 136 passThe failing Dependabot PRs (#15, #18, #19, #20) were branched off a broken
mainand fail on stale TS errors unrelated to the bumps; rebasing onto currentmain(this branch) resolves that.Closes #8, #10, #12, #13, #15, #18, #19, #20
🤖 Generated with Claude Code