Skip to content

fix(cli): type approvalFlow test helper — unbreak workspace build (follow-up #2279)#2284

Closed
os-zhuang wants to merge 1 commit into
mainfrom
fix/lint-revise-test-types
Closed

fix(cli): type approvalFlow test helper — unbreak workspace build (follow-up #2279)#2284
os-zhuang wants to merge 1 commit into
mainfrom
fix/lint-revise-test-types

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

One-line follow-up to #2279: the approvalFlow test helper's edges param was implicitly any, which the strict cli tsc build (tsconfig.build.json) rejects — vitest/esbuild transpiled it without a full type-check, so it passed locally but broke the workspace Build / TypeScript Type Check jobs after merge. Typed it explicitly; pnpm --filter @objectstack/cli build is green again. No behavior change. Refs #2274, #1770.

@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Jun 24, 2026 11:31am

Request Review

@os-zhuang

Copy link
Copy Markdown
Contributor Author

Superseded by #2283 (f415bd8), which already typed the approvalFlow test helper's edges param and unblocked the TypeScript/build jobs on main while this was in flight. Closing as redundant — no action needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant