opensource-joe opened a new pull request, #451: URL: https://github.com/apache/fineract-backoffice-ui/pull/451
Closes #442. All nine `@angular/*` packages to 22.1.0 together. Pinned exactly, because `^22.1.0` floats to 22.1.3 and the issue asks for 22.1.0 in both files. Happy to switch to carets if you would rather. The lockfile is regenerated rather than patched. npm cannot reach this state incrementally: `@angular-architects/[email protected]` pins `@angular/build` to `~22.0.0` and npm will not move it in place. Detail in #442. No `--legacy-peer-deps`, `overrides` or `resolutions`. Transitives moved within their existing ranges, so `package.json` is untouched for them: `cdk` 22.1.3, `cli` and `build-angular` 22.1.5, `native-federation` 22.1.1. `typescript` stays at 6.0.3 and `@ngx-translate/core` stays at 17.0.0. **Integrity, since that was the concern.** npm audit improves: 11 advisories on `main` (2 low, 3 moderate, 6 high) down to 7 here (4 moderate, 3 high). One is new, `@angular-devkit/build-webpack` (moderate). **One you should see rather than have me bury it.** `@angular/[email protected]` pulls `[email protected]`, which pulls `[email protected]` and its eleven platform binaries. Those are MPL-2.0, Category B, and absent from `main`. `check:licenses` passes with no Category X or unclassified, and flags one for review with "the PMC should know it is here". **Verified** on a clean `npm ci` with no peer warnings: `lint`, `lint:prune`, `format:check` and `typecheck:e2e` clean; Vitest 746 passed; Karma 627 of 627; Playwright `mocked` 339 and `mobile` 12; `check:licenses` and `check:licenses:production` both exit 0. I cannot close #313 and #316 (superseded by this) or #312 (TypeScript 7.0.2 is outside `@angular/[email protected]`'s `typescript ">=6.0 <6.1"`). Could you? Follow-up issue for the ngx-translate v18 migration to come. -- 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]
