Summary
Land the Dependabot bump of typescript from 5.9.3 to 7.0.2 in frontend/ (PR #383), resolving any new type errors so the test gate passes.
Context
Implementation Notes
Acceptance Criteria
Tests/Evals
- Frontend typecheck + build + existing tests (this is the regression surface).
Verification
npm --prefix frontend ci && npm --prefix frontend run build
- Confirm PR
test check green before merge.
Agent Instructions
Out of Scope
Human Checkpoints
- None beyond normal review +
test gate.
Summary
Land the Dependabot bump of
typescriptfrom 5.9.3 to 7.0.2 infrontend/(PR #383), resolving any new type errors so thetestgate passes.Context
frontend/tsconfig*.json, allfrontend/src/**/*.ts(x),frontend/package.json.testgreen.Implementation Notes
any/@ts-ignore).tsconfigfor options whose defaults changed across the major.Acceptance Criteria
typescriptresolves to 7.0.x (devDependency).tsc/frontend typecheck passes with no new suppressions beyond justified ones.testcheck green.Tests/Evals
Verification
npm --prefix frontend ci && npm --prefix frontend run buildtestcheck green before merge.Agent Instructions
deps/typescript-7(or update PR build(deps-dev): bump typescript from 5.9.3 to 7.0.2 in /frontend #383's branch).Out of Scope
Human Checkpoints
testgate.