Merged
Conversation
chore(deps): update dependency eslint-plugin-react-refresh to ^0.5.0
fix(deps): update dependency @types/pdfmake to ^0.3.0
fix(deps): update dependency lucide-react to ^0.563.0
After @types/express update, req.params.id is typed as string | string[] instead of just string. Added explicit type assertions since route parameters are always strings in Express. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
chore(deps): lock file maintenance
fix(deps): update dependency nodemailer to v8
fix(deps): update dependency lucide-react to ^0.564.0
- Bump eslint from ^9.17.0 to ^10.0.0 in both frontend and backend - Remove deprecated --ext flag from backend lint script (flat config only in v10) - Add backend/.npmrc with legacy-peer-deps for typescript-eslint compatibility - Fix no-useless-assignment errors in company.model.ts and cra.model.ts - Remove unused eslint-disable directive in server.ts - Regenerate lockfiles Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… ESLint 10 typescript-eslint auto-detects tsconfig files but fails when multiple candidate root dirs exist (root + backend). Setting tsconfigRootDir explicitly via import.meta.dirname resolves the parsing errors in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore(deps): update dependency @eslint/js to v10
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.
Summary
.partial(), sitemap double-slash URLs, Express route param types, tsconfigRootDir for ESLint 10 multi-project supportTest plan
npm run lint)npm run build)cd backend && npm run lint && npm run build)🤖 Generated with Claude Code