cloudflare/workers-sdk @cloudflare/vitest-plugin@1.1.7
cloudflare/workers-sdk
Captured source
source ↗published Sep 10, 2026seen 13hcaptured 13hhttp 200method plain
@cloudflare/vitest-plugin@1.1.7
Repository: cloudflare/workers-sdk
Tag: @cloudflare/vitest-plugin@1.1.7
Published: 2026-09-10T15:21:03Z
Prerelease: no
Release notes:
Patch Changes
- #15465 `efc8c51` Thanks @xgame92! - Fix
cloudflare:testdeclarations composing with Wrangler-generated runtime types
The public test helpers now avoid private workers-types-only globals and use constraints compatible with generated runtime declarations, so strict projects can keep skipLibCheck disabled.
- #15432 `f45b596` Thanks @razethion! - Prevent delayed internal errors from fetch-only remote bindings
Fetch-only remote bindings such as D1 and R2 previously opened an unused WebSocket RPC session. RPC sessions are now created only when an RPC method is called.