Conversation
Runs on PRs to main and pushes to main. Four parallel jobs: - Lint (turbo lint) - Type check (turbo check-types) - API tests (jest) - Build (turbo build) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Type req.user with proper cast instead of any indexing - Type req.cookies with Record<string, string> - Use config.get<string>() for typed config access - Add eslint-disable for jwtService.decode() which returns any - Comment out unused csurf import - Fix unused password destructuring variable Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix possibly undefined array access in pagination - Use Record<string, string> for headers to allow dynamic keys - Add non-null assertion for JWT parts after length check Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add Prisma client generation to lint job (ESLint TypeScript rules need Prisma types to resolve database operations) - Build @repo/ui components before type-check (docs app imports from @repo/ui/* which requires compiled dist/ output) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Allows regular email clients (Gmail, Outlook) to deliver emails to DevInbox via standard SMTP port 25. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update @nestjs/core, @nestjs/platform-express, @nestjs/cli, @swc/cli - Update next in docs app - Add pnpm overrides for transitive deps (minimatch, lodash, js-yaml, ajv, qs, cookie, diff) - Fix ESLint lint script for ESLint 9 compatibility - Add .github/dependabot.yml for automated dependency updates - Result: 0 known vulnerabilities (down from 33) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
Related Issues
Closes #
Changes Made
Screenshots (if applicable)
Testing
Checklist
Additional Notes