Refresh runtime and SDK dependencies within verified compatibility limits - #69
Merged
Merged
Conversation
…mits Validate the browser runtime against workerd 1.20260911.1 and update SQLite, Cap'n Web and the build/test toolchain. Preserve external SDK package boundaries with tsdown's current API and adapt DOM, Node and TanStack AI declarations. Pin Chat at 4.38 because newer adapters initialize Node-only networking in browser workers. Keep all existing AI SDK/provider versions and oxlint 1.71; newer lint rules require a separate upstream React cleanup.
This was referenced Sep 17, 2026
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.
Refresh dependencies across the runtime, both browser examples, and the six maintained SDK packages. The runtime now tests against workerd 1.20260911.1, with updated SQLite WASM, Cap’n Web, structured clone, TypeScript, Vite, Vitest and Playwright.
Adapt the WebSocket declarations and example binary forwarding to current DOM types. Update the SDK’s TanStack AI/Vite type boundaries and migrate all six build scripts to tsdown’s external-dependency configuration, preserving external packages, constructor names and ES2021 async syntax. Refresh the Vitest browser React patch and the divergence inventory.
Compatibility limits:
node:net.BlockListon import, which breaks browser workers; 4.40 also changes the Telegram verification contract.Validation passed:
git diff --check.Related dependency refreshes: rook-integrations #3, agent-skills-ts-sdk #11. Rook and design-system retain their existing released SDK tarball pins until this change is merged, released and verified by those consumers.
Coordinated PRs: Rook #169, do-runtime #69, design-system #259, rook-integrations #3, agent-skills-ts-sdk #11. npm-packages is excluded.