Skip to content

Conversation

@WA11AX
Copy link
Owner

@WA11AX WA11AX commented Aug 13, 2025

Summary

  • enforce Node.js 20 across project and CI
  • migrate ESLint to flat config with strict warnings
  • configure Renovate for esbuild, vite and tsx updates

Testing

  • npm pkg get overrides.esbuild
  • npm ls esbuild
  • node -e "console.log(require('esbuild').version)"
  • npm audit --omit=dev --audit-level=high
  • npm run lint
  • npm test

https://chatgpt.com/codex/tasks/task_e_689c4f8ec3708327b823bd5deb511f9f

Copilot AI review requested due to automatic review settings August 13, 2025 08:50
@WA11AX
Copy link
Owner Author

WA11AX commented Aug 13, 2025

Run npm run format:check

rest-express@1.0.0 format:check
prettier --check .
Checking formatting...
[warn] eslint.config.js
[warn] package.json
[warn] Code style issues found in 2 files. Run Prettier with --write to fix.
Error: Process completed with exit code 1.

@WA11AX WA11AX merged commit 936db74 into main Aug 13, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants