Skip to content

Dev#2

Merged
TonyCasey merged 2 commits intomainfrom
dev
Aug 18, 2025
Merged

Dev#2
TonyCasey merged 2 commits intomainfrom
dev

Conversation

@TonyCasey
Copy link
Owner

Pull Request

📋 Description

Brief description of changes made.

🚀 Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • UI/UX improvement
  • Performance optimization
  • Test improvement

🧪 Testing

  • Tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged

📱 Screenshots (if applicable)

Add screenshots to help explain your changes.

🔍 Code Review Checklist

  • Code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

🚀 Deployment Notes

  • Frontend changes require Vercel deployment
  • Backend changes require Heroku deployment
  • Environment variables need to be updated
  • Database migrations required
  • No deployment required

📈 Performance Impact

  • No performance impact
  • Improved performance
  • Potential performance impact (explain below)

🔗 Related Issues

Fixes #(issue number)

📝 Additional Notes

Add any other context about the pull request here.

TonyCasey and others added 2 commits August 18, 2025 17:10
- Fix backend tsconfig.json to exclude Jest types and __mocks__ from production build
- Improve TypeScript type safety across frontend components and services
- Replace 'any' types with proper interfaces and type assertions
- Add proper error handling with type guards for API responses
- Enhance tooltip and event handler type definitions in charts and components

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Replace ESLint with TypeScript type checking in CI pipeline
- Add Prettier format checking as separate CI step
- Keep ESLint config with prettier plugin for local development
- Add Jest types back to tsconfig for test compatibility
- Work around ESLint v9 prettier plugin incompatibility

This ensures CI/CD pipeline runs successfully while maintaining code quality
through TypeScript strict checking and Prettier formatting validation.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Aug 18, 2025

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

Project Deployment Preview Comments Updated (UTC)
frontend Ready Ready Preview Comment Aug 18, 2025 4:33pm

@TonyCasey TonyCasey merged commit eba92aa into main Aug 18, 2025
7 checks passed
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