This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/ngx-translate/http-loader-18.0.0
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
discard 7d43592 chore(deps): bump @ngx-translate/http-loader from 17.0.0 to
18.0.0
add 42620ca chore(deps): bump github/codeql-action/init from 4.36.3 to
4.37.0
add b564ad9 Merge pull request #136 from
apache/dependabot/github_actions/github/codeql-action/init-4.37.0
add 0d11408 chore(deps): bump github/codeql-action/analyze from 4.36.3 to
4.37.0
add 2419da9 Merge pull request #137 from
apache/dependabot/github_actions/github/codeql-action/analyze-4.37.0
add 5b301cc chore(deps): bump zone.js from 0.15.1 to 0.16.2
add f32fcf3 Merge pull request #133 from
apache/dependabot/npm_and_yarn/zone.js-0.16.2
add 7b4ab71 update sidebar to render from NavigationConfigService (#117)
add 65f503b fix format issues (#117)
add acf80f4 Merge pull request #141 from
paultofunmi/feature/117-sidebar-navigation-config-service
add fc30434 trim and dedupe backend permission codes at session ingestion
- Fineract permission seed data has trailing-space duplicates (e.g. "CREATE_X"
and "CREATE_X "), which broke exact-match permission checks whenever only the
dirty variant was returned for a role.
add caedf00 Merge pull request #145 from
paultofunmi/fix/trim-dedupe-backend-permissions
add 46444e4 Gate Interop, Campaigns, Working Capital, and Transfers nav
items by permission (#142)
add 311cb24 Merge pull request #143 from
paultofunmi/feature/142-gate-interop-campaigns-wc-transfer
add 1ffed5a chore: upgrade module federation and add angular ionic support
add c7cc823 chore: remove deprecated @softarc/native-federation-node to
pass license checks
add 5551d08 Merge pull request #148 from
Aman-Mittal/feature/federation-ionic-upgrade
add 580dd85 chore(deps): bump @ngx-translate/http-loader from 17.0.0 to
18.0.0
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 (7d43592)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/ngx-translate/http-loader-18.0.0 (580dd85)
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/codeql.yml | 4 +-
package-lock.json | 217 +++-
package.json | 8 +-
projects/fineract-mfe/federation.config.mjs | 7 +
src/app/app.config.ts | 2 +
src/app/core/services/auth.service.spec.ts | 44 +
src/app/core/services/auth.service.ts | 25 +-
.../services/navigation-config.service.spec.ts | 101 ++
src/app/core/services/navigation-config.service.ts | 48 +-
.../financial-activity-mapping-form.component.ts | 3 +-
.../report-mailing-jobs-list.component.ts | 3 +-
src/app/layout/sidebar.component.ts | 1220 +-------------------
src/styles.scss | 16 +
13 files changed, 479 insertions(+), 1219 deletions(-)