Skip to content

Code health/type safe csv import 10134428290192432353#33

Open
Adityavanjre wants to merge 3 commits into
mainfrom
code-health/type-safe-csv-import-10134428290192432353
Open

Code health/type safe csv import 10134428290192432353#33
Adityavanjre wants to merge 3 commits into
mainfrom
code-health/type-safe-csv-import-10134428290192432353

Conversation

@Adityavanjre

Copy link
Copy Markdown
Owner

No description provided.

google-labs-jules Bot and others added 3 commits May 22, 2026 07:00
…ed CSV rowData

- Updated `rowData` type from `any` to `Record<string, unknown>` to ensure dynamic data parsing is safer.
- Explicitly typecast property accesses (e.g., `rowData.sku as string`) to satisfy the TypeScript compiler while maintaining the original runtime behavior.
- Fixed two TypeScript compilation errors in `nexus/frontend` to ensure the overall `npm run build` step succeeds.
- Added nested overrides in `package.json` to properly resolve `ajv` and `express` version conflicts across the monorepo during CI checks.

Co-authored-by: Adityavanjre <66417028+Adityavanjre@users.noreply.github.com>
- Fixed two TypeScript compilation errors in \`nexus/frontend\` to ensure the overall \`npm run build\` step succeeds on Render.
- Added nested overrides in \`package.json\` and \`nexus/package.json\` to properly resolve \`ajv\` and \`express\` version conflicts across the monorepo during Render/CI builds.

Co-authored-by: Adityavanjre <66417028+Adityavanjre@users.noreply.github.com>
- Fixed two TypeScript compilation errors in \`nexus/frontend\` to ensure the overall \`npm run build\` step succeeds on Render.
- Added nested overrides in \`package.json\` and \`nexus/package.json\` to properly resolve \`ajv\` and \`express\` version conflicts across the monorepo during Render/CI builds.

Co-authored-by: Adityavanjre <66417028+Adityavanjre@users.noreply.github.com>
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