This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/angular/forms-22.0.2
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
discard 29cc507 chore(deps): bump @angular/forms from 21.2.17 to 22.0.2
add 4b1c920 chore(deps): bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7
add 32cc674 Merge pull request #92 from
apache/dependabot/github_actions/zizmorcore/zizmor-action-0.5.7
add ffdb5f6 chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1
add 10e5580 Merge pull request #91 from
apache/dependabot/github_actions/actions/upload-artifact-7.0.1
add 74dd7ec feat(interceptors): add correlation ID interceptor to HTTP
requests
add 7a2ab82 refactor(core): improve UUID generation using
crypto.getRandomValues
add af51081 feat(users): add send password to email checkbox to user form
Added a new "Send Password To Email" checkbox to the user form to let admins
opt-in to sending the user's password to their registered email address during
user creation or editing. Wired the new `sendPasswordToEmail` field to both
user create and update API payloads, added the required English i18n
translation key, and updated the checkbox container styling to properly align
the two password-related checkboxes.
add a8c015f Merge pull request #85 from
Aman-Mittal/feature/correlation-id-interceptor
add d839f33 chore(deps-dev): bump @emnapi/runtime from 1.10.0 to 1.11.1
add 07bc35d Merge pull request #87 from
apache/dependabot/npm_and_yarn/emnapi/runtime-1.11.1
add fcfcfba chore(deps): bump @angular/forms from 21.2.17 to 22.0.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (29cc507)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/angular/forms-22.0.2 (fcfcfba)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 2 +-
.github/workflows/zizmor.yml | 2 +-
package-lock.json | 731 +++++++++++++++++++--
package.json | 2 +-
src/app/app.config.ts | 10 +-
.../correlation-id.interceptor.spec.ts | 78 +++
.../interceptors/correlation-id.interceptor.ts | 77 +++
.../clients/client-action-dialog.component.spec.ts | 9 +-
.../clients/client-action-dialog.component.ts | 32 +-
.../features/clients/client-view.component.spec.ts | 42 +-
src/app/features/clients/client-view.component.ts | 106 ++-
.../loans/collateral/collateral-form.component.ts | 3 +-
.../features/security/users/user-form.component.ts | 9 +-
src/assets/i18n/en.json | 3 +-
14 files changed, 1006 insertions(+), 100 deletions(-)
create mode 100644 src/app/core/interceptors/correlation-id.interceptor.spec.ts
create mode 100644 src/app/core/interceptors/correlation-id.interceptor.ts