build(deps): Bump the all-go group across 8 directories with 13 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
T:dependencies
Bumps the all-go group with 4 updates in the / directory: github.com/prometheus/client_golang, github.com/spf13/cobra, github.com/spf13/viper and golang.org/x/crypto.
Bumps the all-go group with 4 updates in the /apps/testapp directory: github.com/prometheus/client_golang, github.com/spf13/cobra, github.com/spf13/viper and golang.org/x/crypto.
Bumps the all-go group with 1 update in the /da directory: github.com/stretchr/testify.
Bumps the all-go group with 4 updates in the /execution/evm directory: github.com/prometheus/client_golang, github.com/spf13/cobra, github.com/ethereum/go-ethereum and github.com/docker/docker.
Bumps the all-go group with 1 update in the /execution/grpc directory: google.golang.org/protobuf.
Bumps the all-go group with 4 updates in the /sequencers/single directory: github.com/prometheus/client_golang, github.com/spf13/cobra, github.com/spf13/viper and golang.org/x/crypto.
Bumps the all-go group with 6 updates in the /test/docker-e2e directory:
| Package | From | To |
|---|---|---|
| github.com/prometheus/client_golang | 1.23.0 |
1.23.2 |
| github.com/spf13/cobra | 1.9.1 |
1.10.1 |
| github.com/spf13/viper | 1.20.1 |
1.21.0 |
| github.com/celestiaorg/tastora | 0.2.3 |
0.2.4 |
| github.com/celestiaorg/go-square/v2 | 2.3.1 |
2.3.2 |
| github.com/docker/docker | 28.3.3+incompatible |
28.4.0+incompatible |
Bumps the all-go group with 5 updates in the /test/e2e directory:
| Package | From | To |
|---|---|---|
| github.com/prometheus/client_golang | 1.23.0 |
1.23.2 |
| github.com/spf13/cobra | 1.9.1 |
1.10.1 |
| golang.org/x/crypto | 0.41.0 |
0.42.0 |
| github.com/ethereum/go-ethereum | 1.16.2 |
1.16.3 |
| github.com/docker/docker | 28.3.3+incompatible |
28.4.0+incompatible |
Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.2
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.23.2 - 2025-09-05
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
- [release-1.23] Upgrade to prometheus/common@v0.66.1 by
@aknuds1in prometheus/client_golang#1869- [release-1.23] Cut v1.23.2 by
@aknuds1in prometheus/client_golang#1870Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2
v1.23.1 - 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
- [release-1.23] Upgrade to prometheus/common v0.66 by
@aknuds1in prometheus/client_golang#1866- [release-1.23] Cut v1.23.1 by
@aknuds1in prometheus/client_golang#1867Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.23.2 / 2025-09-05
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
1.23.1 / 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
Commits
Updates github.com/spf13/cobra from 1.9.1 to 1.10.1
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.1
🐛 Fix
- chore: upgrade pflags v1.0.9 by
@jpmcbin spf13/cobra#2305v1.0.9 of pflags brought back
ParseErrorsWhitelistand marked it as deprecatedFull Changelog: https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1
v1.10.0
What's Changed
🚨 Attention!
- Bump pflag to 1.0.8 by
@tomasaschanin spf13/cobra#2303This version of
pflagcarried a breaking change: it renamedParseErrorsWhitelisttoParseErrorsAllowlistwhich can break builds if bothpflagandcobraare dependencies in your project.
- If you use both
pflag andcobra, upgradepflagto 1.0.8 andcobrato1.10.0`- or use the newer, fixed version of
pflagv1.0.9 which keeps the deprecatedParseErrorsWhitelistMore details can be found here: spf13/cobra#2303
✨ Features
- Flow context to command in SetHelpFunc by
@Frasslein spf13/cobra#2241- The default ShellCompDirective can be customized for a command and its subcommands by
@albersin spf13/cobra#2238🐛 Fix
- Upgrade golangci-lint to v2, address findings by
@scopin spf13/cobra#2279🪠 Testing
- Test with Go 1.24 by
@harryzcyin spf13/cobra#2236- chore: Rm GitHub Action PR size labeler by
@jpmcbin spf13/cobra#2256📝 Docs
- Remove traling curlybrace by
@yedayakin spf13/cobra#2237- Update command.go by
@styeein spf13/cobra#2248- feat: Add security policy by
@jpmcbin spf13/cobra#2253- Update Readme (Warp) by
@ericdachenin spf13/cobra#2267- Add Periscope to the list of projects using Cobra by
@anishathalyein spf13/cobra#2299New Contributors
@harryzcymade their first contribution in spf13/cobra#2236@yedayakmade their first contribution in spf13/cobra#2237@Frasslemade their first contribution in spf13/cobra#2241
... (truncated)
Commits
7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)6dec1aeThe default ShellCompDirective can be customized for a command and its subcom...c8289c1chore(golangci-lint): add some exclusion presets4af7b64refactor: apply golangci-lint autofixes, work around false positives75790e4chore(golangci-lint): upgrade to v2db3ddb5Adding sponsorship to README.md67171d6putting sponsorship below header- Additional commits viewable in compare view
Updates github.com/spf13/pflag from 1.0.7 to 1.0.9
Release notes
Sourced from github.com/spf13/pflag's releases.
v1.0.9
What's Changed
- fix: Restore ParseErrorsWhitelist name for now by
@tomasaschanin spf13/pflag#446Full Changelog: https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9
v1.0.8
:warning: Breaking Change
This version, while only a patch bump, includes a (very minor) breaking change: the
flag.ParseErrorsWhiteliststruct and correspondingFlagSet.parseErrorsWhitelistfield have been renamed toParseErrorsAllowlist.This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.
The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.
What's Changed
- Remove Redundant "Unknown-Flag" Error by
@vaguecoderin spf13/pflag#364- Switching from whitelist to Allowlist terminology by
@dubriein spf13/pflag#261- Omit zero time.Time default from usage line by
@mologiein spf13/pflag#438- implement CopyToGoFlagSet by
@pohlyin spf13/pflag#330- flag: Emulate stdlib behavior and do not print ErrHelp by
@tmcin spf13/pflag#407- Print Default Values of String-to-String in Sorted Order by
@vaguecoderin spf13/pflag#365- fix: Don't print ErrHelp in ParseAll by
@tomasaschanin spf13/pflag#443- Reset args on re-parse even if empty by
@tomasaschanin spf13/pflag#444New Contributors
@vaguecodermade their first contribution in spf13/pflag#364@dubriemade their first contribution in spf13/pflag#261@mologiemade their first contribution in spf13/pflag#438@pohlymade their first contribution in spf13/pflag#330@tmcmade their first contribution in spf13/pflag#407@tomasaschanmade their first contribution in spf13/pflag#443Full Changelog: https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8
Commits
1043857Merge pull request #446 from spf13/fix-backwards-compat7412009fix: Restore ParseErrorsWhitelist name for nowb9c16faMerge pull request #444 from spf13/reset-args-even-if-empty40abc49Merge pull request #443 from spf13/silence-errhelp1bf832cUse errors.Is instead of equality checkd25dd24Reset args on re-parse even if empty094909dMerge pull request #365 from vaguecoder/str2str-sortedccb49e5Print Default Values of String-to-String in Sorted Orderb55ffb6fix: Don't print ErrHelp in ParseAll7c651d1Merge pull request #407 from tmc/fix-errhelp- Additional commits viewable in compare view
Updates github.com/spf13/viper from 1.20.1 to 1.21.0
Release notes
Sourced from github.com/spf13/viper's releases.
v1.21.0
What's Changed
Enhancements 🚀
- Add support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by
@nmvalerain spf13/viper#2015- feat: use maintained yaml library by
@sagikazarmarkin spf13/viper#2040Bug Fixes 🐛
- fix(config): get config type from v.configType or config file ext by
@GuillaumeBAECHLERin spf13/viper#2003- fix: config type check when loading any config by
@sagikazarmarkin spf13/viper#2007Dependency Updates ⬆️
- Update dependencies by
@sagikazarmarkin spf13/viper#1993- build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by
@dependabot[bot] in spf13/viper#2017- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by
@dependabot[bot] in spf13/viper#2013- build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by
@dependabot[bot] in spf13/viper#2008- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by
@dependabot[bot] in spf13/viper#2016- build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by
@dependabot[bot] in spf13/viper#2020- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by
@dependabot[bot] in spf13/viper#2028- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by
@dependabot[bot] in spf13/viper#2035- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by
@dependabot[bot] in spf13/viper#2036- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by
@dependabot[bot] in spf13/viper#2012- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by
@dependabot[bot] in spf13/viper#2052- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by
@dependabot[bot] in spf13/viper#2048- build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by
@dependabot[bot] in spf13/viper#2056- chore: update dependencies by
@sagikazarmarkin spf13/viper#2057Other Changes
- Update update guide with
mapstructurepackage replacement. by@aldasin spf13/viper#2004- refactor: use the built-in max/min to simplify the code by
@yingshanghuangqiaoin spf13/viper#2029New Contributors
@GuillaumeBAECHLERmade their first contribution in spf13/viper#2003@aldasmade their first contribution in spf13/viper#2004@nmvaleramade their first contribution in spf13/viper#2015@yingshanghuangqiaomade their first contribution in spf13/viper#2029@ccoVeillemade their first contribution in spf13/viper#2046@spacez320made their first contribution in spf13/viper#2050Full Changelog: https://github.com/spf13/viper/compare/v1.20.0...v1.21.0
Commits
394040cci: build on go 1.25812f548chore: update dependenciesd5271efci: update stale workflowdff303bfeat: add a stale issue scheduled action1287976build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.1038932cdbuild(deps): bump github.com/go-viper/mapstructure/v2 in /remote6d014bebuild(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1b74c7eebuild(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0acd05e1fix: linting issuesae5a8e2ci: upgrade golangci-lint- Additional commits viewable in compare view
Updates github.com/stretchr/testify from 1.10.0 to 1.11.1
Release notes
Sourced from github.com/stretchr/testify's releases.
v1.11.1
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
- Backport #1786 to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by
@brackendawsonin stretchr/testify#1788Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1
v1.11.0
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
- Call stack perf change for CallerInfo by
@mikeauclairin stretchr/testify#1614- Lazily render mock diff output on successful match by
@mikeauclairin stretchr/testify#1615- assert: check early in Eventually, EventuallyWithT, and Never by
@cszczepaniakin stretchr/testify#1427- assert: add IsNotType by
@bartventerin stretchr/testify#1730- assert.JSONEq: shortcut if same strings by
@dolmenin stretchr/testify#1754- assert.YAMLEq: shortcut if same strings by
@dolmenin stretchr/testify#1755- assert: faster and simpler isEmpty using reflect.Value.IsZero by
@dolmenin stretchr/testify#1761- suite: faster methods filtering (internal refactor) by
@dolmenin stretchr/testify#1758Fixes
- assert.ErrorAs: log target type by
@craig65535in stretchr/testify#1345- Fix failure message formatting for Positive and Negative asserts in stretchr/testify#1062
- Improve ErrorIs message when error is nil but an error was expected by
@tsioftasin stretchr/testify#1681- fix Subset/NotSubset when calling with mixed input types by
@siliconbrainin stretchr/testify#1729- Improve ErrorAs failure message when error is nil by
@ccoVeillein stretchr/testify#1734- mock.AssertNumberOfCalls: improve error msg by
@3scalationin stretchr/testify#1743Documentation, Build & CI
- docs: Fix typo in README by
@alexandearin stretchr/testify#1688- Replace deprecated io/ioutil with io and os by
@alexandearin stretchr/testify#1684- Document consequences of calling t.FailNow() by
@greg0irein stretchr/testify#1710- chore: update docs for Unset #1621 by
@techfgin stretchr/testify#1709- README: apply gofmt to examples by
@alexandearin stretchr/testify#1687- refactor: use %q and %T to simplify fmt.Sprintf by
@alexandearin stretchr/testify#1674- Propose Christophe Colombier (ccoVeille) as approver by
@brackendawsonin stretchr/testify#1716- Update documentation for the Error function in assert or require package by
@architagrin stretchr/testify#1675- assert: remove deprecated build constraints by
@alexandearin stretchr/testify#1671- assert: apply gofumpt to internal test suite by
@ccoVeillein stretchr/testify#1739- CI: fix shebang in .ci.*.sh scripts by
@dolmenin stretchr/testify#1746- assert,require: enable parallel testing on (almost) all top tests by
@dolmenin stretchr/testify#1747- suite.Passed: add one more status test report by
@Ararsa-Deresein stretchr/testify#1706- Add Helper() method in internal mocks and assert.CollectT by
@dolmenin stretchr/testify#1423- assert.Same/NotSame: improve usage of Sprintf by
@ccoVeillein stretchr/testify#1742- mock: enable parallel testing on internal testsuite by
@dolmenin stretchr/testify#1756- suite: cleanup use of 'testing' internals at runtime by
@dolmenin stretchr/testify#1751- assert: check test failure message for Empty and NotEmpty by
@ccoVeillein stretchr/testify#1745
... (truncated)
Commits
2a57335Merge pull request #1788 from brackendawson/1785-backport-1.11af8c912Backport #1786 to release/1.11b7801fbMerge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...69831f3build(deps): bump actions/checkout from 4 to 5a53be35Improve captureTestingT helperaafb604mock: improve formatting of error message7218e03improve error msg929a212Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filteringbc7459esuite: faster filtering of methods (-testify.m)7d37b5csuite: refactor methodFilter- Additional commits viewable in compare view
Updates golang.org/x/crypto from 0.41.0 to 0.42.0
Commits
5307a0cgo.mod: update golang.org/x dependencies9d77937acme: include order problem in OrderError8f580dessh: remove Go 1.24 build tag for ML-KEM kexa4d1237ssh/knownhosts: improve IPv6 support in Normalizeb8d8daecurve25519: include potential fips140=only error in panic messagef5a2eabssh: use curve25519.X25519 instead of curve25519.ScalarMult44ecf3aall: upgrade go directive to at least 1.24.0 [generated]- See full diff in compare view
Updates golang.org/x/sync from 0.16.0 to 0.17.0
Commits
04914c2all: upgrade go directive to at least 1.24.0 [generated]- See full diff in compare view
Updates google.golang.org/protobuf from 1.36.7 to 1.36.8
Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.2
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.23.2 - 2025-09-05
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
- [release-1.23] Upgrade to prometheus/common@v0.66.1 by
@aknuds1in prometheus/client_golang#1869- [release-1.23] Cut v1.23.2 by
@aknuds1in prometheus/client_golang#1870Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2
v1.23.1 - 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
- [release-1.23] Upgrade to prometheus/common v0.66 by
@aknuds1in prometheus/client_golang#1866- [release-1.23] Cut v1.23.1 by
@aknuds1in prometheus/client_golang#1867Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.23.2 / 2025-09-05
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
1.23.1 / 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
Commits
Updates github.com/spf13/cobra from 1.9.1 to 1.10.1
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.1
🐛 Fix
- chore: upgrade pflags v1.0.9 by
@jpmcbin spf13/cobra#2305v1.0.9 of pflags brought back
ParseErrorsWhitelistand marked it as deprecatedFull Changelog: https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1
v1.10.0
What's Changed
🚨 Attention!
- Bump pflag to 1.0.8 by
@tomasaschanin spf13/cobra#2303This version of
pflagcarried a breaking change: it renamedParseErrorsWhitelisttoParseErrorsAllowlistwhich can break builds if bothpflagandcobraare dependencies in your project.
- If you use both
pflag andcobra, upgradepflagto 1.0.8 andcobrato1.10.0`- or use the newer, fixed version of
pflagv1.0.9 which keeps the deprecatedParseErrorsWhitelistMore details can be found here: spf13/cobra#2303
✨ Features
- Flow context to command in SetHelpFunc by
@Frasslein spf13/cobra#2241- The default ShellCompDirective can be customized for a command and its subcommands by
@albersin spf13/cobra#2238🐛 Fix
- Upgrade golangci-lint to v2, address findings by
@scopin spf13/cobra#2279🪠 Testing
- Test with Go 1.24 by
@harryzcyin spf13/cobra#2236- chore: Rm GitHub Action PR size labeler by
@jpmcbin spf13/cobra#2256📝 Docs
- Remove traling curlybrace by
@yedayakin spf13/cobra#2237- Update command.go by
@styeein spf13/cobra#2248- feat: Add security policy by
@jpmcbin spf13/cobra#2253- Update Readme (Warp) by
@ericdachenin spf13/cobra#2267- Add Periscope to the list of projects using Cobra by
@anishathalyein spf13/cobra#2299New Contributors
@harryzcymade their first contribution in spf13/cobra#2236@yedayakmade their first contribution in spf13/cobra#2237@Frasslemade their first contribution in spf13/cobra#2241
... (truncated)
Commits
7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)6dec1aeThe default ShellCompDirective can be customized for a command and its subcom...c8289c1chore(golangci-lint): add some exclusion presets4af7b64refactor: apply golangci-lint autofixes, work around false positives75790e4chore(golangci-lint): upgrade to v2db3ddb5Adding sponsorship to README.md67171d6putting sponsorship below header- Additional commits viewable in compare view
Updates github.com/spf13/pflag from 1.0.7 to 1.0.9
Release notes
Sourced from github.com/spf13/pflag's releases.
v1.0.9
What's Changed
- fix: Restore ParseErrorsWhitelist name for now by
@tomasaschanin spf13/pflag#446Full Changelog: https://github.com/spf13/pflag/compare/v1.0.8...v1.0.9
v1.0.8
:warning: Breaking Change
This version, while only a patch bump, includes a (very minor) breaking change: the
flag.ParseErrorsWhiteliststruct and correspondingFlagSet.parseErrorsWhitelistfield have been renamed toParseErrorsAllowlist.This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.
The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.
What's Changed
- Remove Redundant "Unknown-Flag" Error by
@vaguecoderin spf13/pflag#364- Switching from whitelist to Allowlist terminology by
@dubriein spf13/pflag#261- Omit zero time.Time default from usage line by
@mologiein spf13/pflag#438- implement CopyToGoFlagSet by
@pohlyin spf13/pflag#330- flag: Emulate stdlib behavior and do not print ErrHelp by
@tmcin spf13/pflag#407- Print Default Values of String-to-String in Sorted Order by
@vaguecoderin spf13/pflag#365- fix: Don't print ErrHelp in ParseAll by
@tomasaschanin spf13/pflag#443- Reset args on re-parse even if empty by
@tomasaschanin spf13/pflag#444New Contributors
@vaguecodermade their first contribution in spf13/pflag#364@dubriemade their first contribution in spf13/pflag#261@mologiemade their first contribution in spf13/pflag#438@pohlymade their first contribution in spf13/pflag#330@tmcmade their first contribution in spf13/pflag#407@tomasaschanmade their first contribution in spf13/pflag#443Full Changelog: https://github.com/spf13/pflag/compare/v1.0.7...v1.0.8
Commits
1043857Merge pull request #446 from spf13/fix-backwards-compat7412009fix: Restore ParseErrorsWhitelist name for nowb9c16faMerge pull request #444 from spf13/reset-args-even-if-empty40abc49Merge pull request #443 from spf13/silence-errhelp1bf832cUse errors.Is instead of equality checkd25dd24Reset args on re-parse even if empty094909dMerge pull request #365 from vaguecoder/str2str-sortedccb49e5Print Default Values of String-to-String in Sorted Orderb55ffb6fix: Don't print ErrHelp in ParseAll7c651d1Merge pull request #407 from tmc/fix-errhelp- Additional commits viewable in compare view
Updates github.com/spf13/viper from 1.20.1 to 1.21.0
Release notes
Sourced from github.com/spf13/viper's releases.
v1.21.0
What's Changed
Enhancements 🚀
- Add support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by
@nmvalerain spf13/viper#2015- feat: use maintained yaml library by
@sagikazarmarkin spf13/viper#2040Bug Fixes 🐛
- fix(config): get config type from v.configType or config file ext by
@GuillaumeBAECHLERin spf13/viper#2003- fix: config type check when loading any config by
@sagikazarmarkin spf13/viper#2007Dependency Updates ⬆️
- Update dependencies by
@sagikazarmarkin spf13/viper#1993- build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by
@dependabot[bot] in spf13/viper#2017- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by
@dependabot[bot] in spf13/viper#2013- build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by
@dependabot[bot] in spf13/viper#2008- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by
@dependabot[bot] in spf13/viper#2016- build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by
@dependabot[bot] in spf13/viper#2020- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by
@dependabot[bot] in spf13/viper#2028- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by
@dependabot[bot] in spf13/viper#2035- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by
@dependabot[bot] in spf13/viper#2036- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by
@dependabot[bot] in spf13/viper#2012- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by
@dependabot[bot] in spf13/viper#2052- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by
@dependabot[bot] in spf13/viper#2048- build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by
@dependabot[bot] in spf13/viper#2056- chore: update dependencies by
@sagikazarmarkin spf13/viper#2057Other Changes
- Update update guide with
mapstructurepackage replacement. by@aldasin spf13/viper#2004- refactor: use the built-in max/min to simplify the code by
@yingshanghuangqiaoin spf13/viper#2029New Contributors
@GuillaumeBAECHLERmade their first contribution in spf13/viper#2003@aldasmade their first contribution in spf13/viper#2004@nmvaleramade their first contribution in spf13/viper#2015@yingshanghuangqiaomade their first contribution in spf13/viper#2029@ccoVeillemade their first contribution in spf13/viper#2046@spacez320made their first contribution in spf13/viper#2050Full Changelog: https://github.com/spf13/viper/compare/v1.20.0...v1.21.0
Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
github.com/docker/docker
go
28.3.3+incompatible → 28.4.0+incompatible
Minor
github.com/prometheus/client_golang
go
1.23.0 → 1.23.2
Patch
github.com/celestiaorg/go-square/v2
go
2.3.1 → 2.3.2
Patch
github.com/celestiaorg/tastora
go
0.2.3 → 0.2.4
Patch
Technical Details
| ID: | 7382902 |
| UUID: | 2809709079 |
| Node ID: | PR_kwDOFABrEc6neMIX |
| Host: | GitHub |
| Repository: | evstack/ev-node |