Release: fix TypeScript build errors blocking deploy #72

Merged
TheFurya merged 2 commits from develop into main 2026-03-21 12:27:52 +01:00
Owner

Summary

  • Fix two TypeScript errors in RunEncounters.tsx that blocked the production frontend build
    • Use explicit BossResult type instead of indexing potentially undefined array type
    • Add BossResultTeamMember type annotation to fix implicit any

Test plan

  • tsc -b passes
  • All frontend tests pass
  • Deploy succeeds

🤖 Generated with Claude Code

## Summary - Fix two TypeScript errors in `RunEncounters.tsx` that blocked the production frontend build - Use explicit `BossResult` type instead of indexing potentially undefined array type - Add `BossResultTeamMember` type annotation to fix implicit `any` ## Test plan - [x] `tsc -b` passes - [x] All frontend tests pass - [ ] Deploy succeeds 🤖 Generated with [Claude Code](https://claude.com/claude-code)
TheFurya added 2 commits 2026-03-21 12:27:00 +01:00
fix: TypeScript build errors in RunEncounters.tsx
All checks were successful
CI / backend-tests (pull_request) Successful in 27s
CI / frontend-tests (pull_request) Successful in 29s
5c10041b8b
Use explicit BossResult type instead of indexing potentially undefined
typeof bossResults. Add BossResultTeamMember type to tm parameter.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merge pull request 'fix: TypeScript build errors in RunEncounters.tsx' (#71) from feature/fix-typescript-build-errors-in-runencounterstsx into develop
All checks were successful
CI / backend-tests (push) Successful in 27s
CI / frontend-tests (push) Successful in 29s
7e7c5e7536
Reviewed-on: #71
TheFurya merged commit 98121d9954 into main 2026-03-21 12:27:52 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pokemon/nuzlocke-tracker#72