KRYSTALM7 opened a new pull request, #83: URL: https://github.com/apache/fineract-loan-origination/pull/83
## Summary Resolves `npm ci` failures across all branches caused by a peer dependency conflict between `@angular/[email protected]` (merged via Dependabot) and the previously pinned `typescript@~5.9.2`. ## Root Cause `@angular/[email protected]` requires `typescript@>=6.0 <6.1` but `package.json` pinned `typescript@~5.9.2`, causing `ERESOLVE` on every branch in CI. ## Change - `frontend/package.json` — `typescript` bumped from `~5.9.2` → `~6.0.2` - `frontend/package-lock.json` — regenerated ## Scope - Frontend dependency change only - No application source code changes - No API or backend changes --- **JIRA:** [FINERACT-2442](https://issues.apache.org/jira/browse/FINERACT-2442) ## Testing **Checklist** - [x] `.\mvnw.cmd clean compile -DskipTests` passes - [x] `.\mvnw.cmd apache-rat:check` passes - [x] `.\mvnw.cmd spotless:apply` run before final commit - [x] `npm ci` passes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
