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 a5e04e8 chore(deps): bump @ngx-translate/http-loader from 17.0.0 to
18.0.0
add d6d4b8f chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0
add 1cb891a Merge pull request #130 from
apache/dependabot/github_actions/actions/setup-java-5.5.0
add 7be6228 add NavItemConfig interface and NavigationConfigService (#116)
add 02a5b6c added test for ALL_FUNCTIONS_READ satisfy a non-READ
add d2134e0 Merge pull request #129 from
paultofunmi/feature/116-nav-item-config-service
add c011337 chore(deps-dev): bump @emnapi/runtime from 1.11.1 to 1.11.2
add 20b3b22 Merge pull request #135 from
apache/dependabot/npm_and_yarn/emnapi/runtime-1.11.2
add 7d43592 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 (a5e04e8)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/ngx-translate/http-loader-18.0.0 (7d43592)
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 +-
package-lock.json | 19 +-
package.json | 2 +-
.../services/navigation-config.service.spec.ts | 251 ++++++++++
src/app/core/services/navigation-config.service.ts | 531 +++++++++++++++++++++
5 files changed, 788 insertions(+), 17 deletions(-)
create mode 100644 src/app/core/services/navigation-config.service.spec.ts
create mode 100644 src/app/core/services/navigation-config.service.ts