Hi! First of all, thank you for keeping ProjectForge open-source.
Great to see the project moving to React 19 — happy to help see it through to completion.
I've been working on eliminating the 43 npm vulnerabilities in the frontend. I chose Vite (have experience with it, and it's the recommended replacement for react-scripts), upgraded ESLint to v9 flat config, and cleaned up unused dependencies. Two unrelated bugs were fixed along the way.
Status: Most of the work is done — 0 vulnerabilities, backend tests pass, frontend builds. Just need to make sure the frontend tests are in good shape — planning to wrap that up tomorrow, then open a PR in the coming days.
The upcoming PR will likely cover most of the currently open PRs.
Happy to discuss anything. Thanks again!
Hi! First of all, thank you for keeping ProjectForge open-source.
Great to see the project moving to React 19 — happy to help see it through to completion.
I've been working on eliminating the 43 npm vulnerabilities in the frontend. I chose Vite (have experience with it, and it's the recommended replacement for react-scripts), upgraded ESLint to v9 flat config, and cleaned up unused dependencies. Two unrelated bugs were fixed along the way.
Status: Most of the work is done — 0 vulnerabilities, backend tests pass, frontend builds. Just need to make sure the frontend tests are in good shape — planning to wrap that up tomorrow, then open a PR in the coming days.
The upcoming PR will likely cover most of the currently open PRs.
Happy to discuss anything. Thanks again!