Skip to content

Release: merge develop into main#80

Merged
stevenferey merged 19 commits intomainfrom
develop
Feb 14, 2026
Merged

Release: merge develop into main#80
stevenferey merged 19 commits intomainfrom
develop

Conversation

@stevenferey
Copy link
Owner

Summary

  • SEO optimization: Added SEO component, sitemap & robots.txt plugins, staging protection
  • Dependency updates: ESLint v10, lucide-react, nodemailer v8, pdfmake v0.3, globals v17
  • Bug fixes: Zod 4 compatibility with .partial(), sitemap double-slash URLs, Express route param types, tsconfigRootDir for ESLint 10 multi-project support
  • Infra: PostgreSQL v18, dynamic year in footer, lock file maintenance

Test plan

  • Verify all pages render correctly (Landing, Dashboard, CRA CRUD, Companies)
  • Verify SEO meta tags and sitemap/robots.txt generation
  • Verify lint passes (npm run lint)
  • Verify build passes (npm run build)
  • Verify backend lint and build (cd backend && npm run lint && npm run build)

🤖 Generated with Claude Code

renovate bot and others added 19 commits January 24, 2026 02:09
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>
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
@stevenferey stevenferey merged commit dd6d7e4 into main Feb 14, 2026
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.

1 participant