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
chore(ci): bump Bun to 1.3.12 to fix vi.mock barrel export resolution
Bun 1.3.11 fails to register named exports from `export * from "..."`
re-exports inside test files that vi.mock the parent module — the
agent cache.test.ts hit it on @databuddy/redis after the recent test
churn, throwing "Export named 'getAgentContextSnapshotKey' not found"
even though the export is plainly present at packages/redis/index.ts.
1.3.12 fixes the resolution path; the test suite is stable on it
locally across five back-to-back runs.
Bumps every workflow that pins setup-bun.
0 commit comments