Implement #833: Chore: Apply all dependabot changes from https://github.com/hyperledger-labs/fablo/pulls - #838
Merged
Merged
Conversation
dzikowski
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #833
Implemented from a maintainer
/implementcommand.Review the diff before merging. The agent can be wrong.
npm run build,npm run test:unitandnpm run lintran in thisworkflow, and unless the change is docs-only the e2e snapshots were
regenerated with
npm run test:e2e-update. Full network e2e runs onthis pull request via Tests.
If this adds a script under
e2e-network/docker/, check that italso adds the matching job to
.github/workflows/test-on-push.yml.If Checks did not start, dispatch the
Testsworkflow manuallyagainst this PR branch. GitHub does not let a workflow started
with the default
GITHUB_TOKENtrigger another workflow.Workflow run: https://github.com/hyperledger-labs/fablo/actions/runs/35074971992