This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/npm_and_yarn/zone.js-0.16.2
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
discard c8d86eb chore(deps): bump zone.js from 0.15.1 to 0.16.2
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 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
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 (c8d86eb)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/zone.js-0.16.2
(5b301cc)
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/codeql.yml | 4 +-
package-lock.json | 19 +-
package.json | 2 +-
.../services/navigation-config.service.spec.ts | 251 ++++++++++
src/app/core/services/navigation-config.service.ts | 531 +++++++++++++++++++++
6 files changed, 790 insertions(+), 19 deletions(-)
create mode 100644 src/app/core/services/navigation-config.service.spec.ts
create mode 100644 src/app/core/services/navigation-config.service.ts