Skip to content

Conversation

@thedannywahl
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings October 21, 2025 22:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR applies automated code formatting using Biome to improve code consistency across the project. The changes standardize formatting, clean up configuration files, fix minor issues, and update the GitHub workflow for deployments.

Key Changes

  • Automated formatting applied across all TypeScript/TSX files in the aiinfo package
  • Configuration updates to exclude dist directory from linting/formatting
  • Dependency version update to use workspace protocol
  • GitHub workflow improvements for better caching and build process

Reviewed Changes

Copilot reviewed 25 out of 29 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/aiinfo/tsconfig.json Added dist directory to exclude list
packages/aiinfo/src/index.ts Formatted imports and function signatures
packages/aiinfo/src/components/*/index.tsx Applied consistent multi-line formatting to data structures
packages/aiinfo/scripts/updateCache.mts Fixed variable declarations and applied formatting
packages/aiinfo/scripts/updateCache.test.ts Corrected duplicate mock property definitions
packages/aiinfo/cache/checksum.json Removed trailing comma for JSON validity
packages/aiinfo/biome.jsonc Added dist to ignore patterns
packages/aiinfo/.gitignore Updated to track specific dist files
apps/nutritionfacts/vitest.config.mts Reordered test configuration properties
apps/nutritionfacts/src/assets/*.test.tsx Applied import sorting and formatting
apps/nutritionfacts/package.json Changed dependency to workspace protocol
apps/nutritionfacts/index.test.ts Applied consistent formatting
.github/workflows/deploy-apps.yml Enhanced workflow with environment variables and improved caching
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@thedannywahl thedannywahl merged commit 065e538 into main Oct 21, 2025
4 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.

2 participants