Bump the global group with 2 updates - #185
Merged
Merged
Conversation
Bumps the global group with 2 updates: [github.com/chia-network/go-chia-libs](https://github.com/chia-network/go-chia-libs) and [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus). Updates `github.com/chia-network/go-chia-libs` from 1.3.3 to 1.3.4 - [Release notes](https://github.com/chia-network/go-chia-libs/releases) - [Commits](Chia-Network/go-chia-libs@v1.3.3...v1.3.4) Updates `github.com/sirupsen/logrus` from 1.10.0 to 1.10.2 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.10.0...v1.10.2) --- updated-dependencies: - dependency-name: github.com/chia-network/go-chia-libs dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: global - dependency-name: github.com/sirupsen/logrus dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: global ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
cmmarslender
approved these changes
Sep 2, 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.
Bumps the global group with 2 updates: github.com/chia-network/go-chia-libs and github.com/sirupsen/logrus.
Updates
github.com/chia-network/go-chia-libsfrom 1.3.3 to 1.3.4Release notes
Sourced from github.com/chia-network/go-chia-libs's releases.
Commits
3ddea21Bump github.com/stretchr/testify from 1.11.1 to 1.12.0 in the global group (#...e2eeb82Add exempt peer network support for wallet (#250)Updates
github.com/sirupsen/logrusfrom 1.10.0 to 1.10.2Release notes
Sourced from github.com/sirupsen/logrus's releases.
Changelog
Sourced from github.com/sirupsen/logrus's changelog.
Commits
6d6a132Merge pull request #1586 from thaJeztah/prepare_v1.10.24f94653update changelog for v1.10.287434bbMerge pull request #1585 from thaJeztah/bump_testifye7d2120chore(deps): bump github.com/stretchr/testify v1.12.18b673a9Merge pull request #1583 from thaJeztah/release_1.10.10b920adMerge pull request #1584 from thaJeztah/more_coverage5e20694TextFormatter: cover nil pointer method receivers8312732update changelog for v1.10.1e987a40Merge pull request #1582 from thaJeztah/panic_handler17d574bTextFormatter: recover panics from Error and String methodsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Low Risk
Dependency-only bumps with no app code changes; logrus patch fixes are low-impact for this service’s logging usage.
Overview
This PR only updates dependency versions in
go.modandgo.sum; there are no changes to application source files.github.com/chia-network/go-chia-libsmoves from 1.3.3 to 1.3.4, which upstream adds wallet exempt peer network support and bumps testify. This repo uses the library for RPC, types, and bech32m ininternal/metrics, so the new wallet-oriented behavior is unlikely to change block-metrics behavior unless you rely on those wallet APIs transitively.github.com/sirupsen/logrusmoves from 1.10.0 to 1.10.2, picking up 1.10.1 fixes (TextFormatter panic handling for nil/panicking errors and function-backederrorfields inWithError/WithField) and 1.10.2 dependency-only maintenance. Logging in thecmdpackages should behave the same or slightly more robust.Indirect updates include
go.yaml.in/yaml/v33.0.4 → 3.0.5 andgithub.com/stretchr/testify1.11.1 → 1.12.1, with some transitive entries removed fromgo.sum.Reviewed by Cursor Bugbot for commit 9b04641. Bugbot is set up for automated code reviews on this repo. Configure here.