This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/angular/build-22.0.3
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git


 discard c8ebf87  chore(deps-dev): bump @angular/build from 21.2.15 to 22.0.3
     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 ea96314  chore(deps-dev): bump @angular/build from 21.2.17 to 22.0.3

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   (c8ebf87)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/angular/build-22.0.3 (ea96314)

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                                  | 14707 ++++++++++---------
 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 +-
 13 files changed, 7713 insertions(+), 7367 deletions(-)
 create mode 100644 src/app/core/interceptors/correlation-id.interceptor.spec.ts
 create mode 100644 src/app/core/interceptors/correlation-id.interceptor.ts

Reply via email to