Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
github.com/creasty/defaults 1.6.0 1.8.0
github.com/ethpandaops/beacon 0.64.0 0.65.0
github.com/ethpandaops/ethwallclock 0.2.0 0.4.0
github.com/go-co-op/gocron 1.18.0 1.37.0
github.com/spf13/cobra 1.6.1 1.10.1

Updates github.com/creasty/defaults from 1.6.0 to 1.8.0

Release notes

Sourced from github.com/creasty/defaults's releases.

v1.8.0

v1.7.0

Commits
  • abebf4b Merge pull request #46 from orangejohny/master
  • 586c267 fix: don't pass slice's defaultVal to setField func
  • 5220e08 Merge pull request #43 from rfyiamcool/docs/code
  • db193a3 feat: add example
  • 82cd96d docs: complete example
  • 3f98836 Merge pull request #40 from HRogge/master
  • 325dfb4 Fix CI: golint -> golangci-lint
  • d1d4e26 Allow defaults library to use UnmarshalText() and UnmarshalJSON() interface t...
  • bf90154 Update
  • See full diff in compare view

Updates github.com/ethpandaops/beacon from 0.64.0 to 0.65.0

Release notes

Sourced from github.com/ethpandaops/beacon's releases.

v0.65.0

What's Changed

Full Changelog: ethpandaops/beacon@v0.64.0...v0.65.0

Commits
  • 79449c5 Merge pull request #61 from ethpandaops/bump/godeps
  • f37f6cf chore: bump Go version to 1.25.x and update all dependencies to latest versions
  • d274b74 Merge pull request #59 from ethpandaops/chore/go-1-25-lint-updates
  • 68d07e4 ci(workflows): bump Go version from 1.22 to 1.24
  • af6178d Merge pull request #58 from ethpandaops/dependabot/github_actions/actions-421...
  • 2b38ae9 chore(deps): bump the actions group across 1 directory with 3 updates
  • See full diff in compare view

Updates github.com/ethpandaops/ethwallclock from 0.2.0 to 0.4.0

Release notes

Sourced from github.com/ethpandaops/ethwallclock's releases.

v0.4.0

What's Changed

New Contributors

Full Changelog: ethpandaops/ethwallclock@v0.3.0...v0.4.0

v0.3.0

What's Changed

New Contributors

Full Changelog: ethpandaops/ethwallclock@v0.2.0...v0.3.0

Commits
  • b65c869 Merge pull request #3 from ethpandaops/refactor/negate-potential-race
  • 38456f7 feat(beacon_chain): add stop mechanism to EthereumBeaconChain
  • 37b96a3 refactor: Remove unnecessary comments and white space
  • bb6e5d4 feat: Add CODEOWNERS file and Go workflow files
  • b34ba48 refactor(beacon-chain): negate potential for race to write callbacks
  • e2e676d Merge pull request #2 from ethpandaops/feat/beacon-chain-stop
  • a5cfaf5 feat(beacon-chain): add graceful stop
  • See full diff in compare view

Updates github.com/go-co-op/gocron from 1.18.0 to 1.37.0

Release notes

Sourced from github.com/go-co-op/gocron's releases.

v1.37.0

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.36.1...v1.37.0

v1.36.1

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.36.0...v1.36.1

v1.36.0

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.3...v1.36.0

v1.35.3

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.2...v1.35.3

v1.35.2

What's Changed

  • Revert "fix: setting weeks interval greater than 1 with a weekday, scheduling too early by @​XiXiangFiles" by @​JohnRoesler in go-co-op/gocron#591
    • This will require more testing and likely some rework of the week functionality. This change, while some might consider it a fix, broke the current behavior that has been relied upon.

Full Changelog: go-co-op/gocron@v1.35.1...v1.35.2

v1.35.1

What's Changed

... (truncated)

Commits
  • 30921b7 Ability to register for events associated with jobs starting immediately (#632)
  • f5461a9 month first weekday bug (#628)
  • 0512078 Revert "add code cov (#616)" (#620)
  • bee83c0 add code cov (#616)
  • 8086065 Exposing job's scheduled unit and interval (#606)
  • 9993f76 fix(scheduler): ensure negative intervals given to Every return an immediat...
  • 912b4a7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#604)
  • 12cfd7a Avoid allocations with (*regexp.Regexp).MatchString (#602)
  • 93a954c Update FUNDING.yml
  • 5f95210 fix: set multi-weekdays bug about issue-590 (#592)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.16.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.

Full Changelog: prometheus/client_golang@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.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

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.

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

1.21.1 / 2025-03-04

  • [BUGFIX] prometheus: Revert of Inc, Add and Observe cumulative metric CAS optimizations (#1661), causing regressions on low contention cases.
  • [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags.

1.21.0 / 2025-02-17

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang. ⚠️

... (truncated)

Commits

Updates github.com/sirupsen/logrus from 1.9.1 to 1.9.3

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.3

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

Commits

Updates github.com/spf13/cobra from 1.6.1 to 1.10.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: spf13/cobra#2303

✨ Features

🐛 Fix

🪠 Testing

📝 Docs

New Contributors

... (truncated)

Commits
  • 7da941c chore: Bump pflag to v1.0.9 (#2305)
  • 51d6751 Bump pflag to 1.0.8 (#2303)
  • 3f3b818 Update README.md with new logo
  • dcaf42e Add Periscope to the list of projects using Cobra (#2299)
  • 6dec1ae The default ShellCompDirective can be customized for a command and its subcom...
  • c8289c1 chore(golangci-lint): add some exclusion presets
  • 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
  • 75790e4 chore(golangci-lint): upgrade to v2
  • db3ddb5 Adding sponsorship to README.md
  • 67171d6 putting sponsorship below header
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.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

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

… updates

Bumps the go-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/creasty/defaults](https://github.com/creasty/defaults) | `1.6.0` | `1.8.0` |
| [github.com/ethpandaops/beacon](https://github.com/ethpandaops/beacon) | `0.64.0` | `0.65.0` |
| [github.com/ethpandaops/ethwallclock](https://github.com/ethpandaops/ethwallclock) | `0.2.0` | `0.4.0` |
| [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) | `1.18.0` | `1.37.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.6.1` | `1.10.1` |



Updates `github.com/creasty/defaults` from 1.6.0 to 1.8.0
- [Release notes](https://github.com/creasty/defaults/releases)
- [Commits](creasty/defaults@v1.6.0...v1.8.0)

Updates `github.com/ethpandaops/beacon` from 0.64.0 to 0.65.0
- [Release notes](https://github.com/ethpandaops/beacon/releases)
- [Commits](ethpandaops/beacon@v0.64.0...v0.65.0)

Updates `github.com/ethpandaops/ethwallclock` from 0.2.0 to 0.4.0
- [Release notes](https://github.com/ethpandaops/ethwallclock/releases)
- [Commits](ethpandaops/ethwallclock@v0.2.0...v0.4.0)

Updates `github.com/go-co-op/gocron` from 1.18.0 to 1.37.0
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v1.18.0...v1.37.0)

Updates `github.com/prometheus/client_golang` from 1.16.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.16.0...v1.23.2)

Updates `github.com/sirupsen/logrus` from 1.9.1 to 1.9.3
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.1...v1.9.3)

Updates `github.com/spf13/cobra` from 1.6.1 to 1.10.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.6.1...v1.10.1)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/creasty/defaults
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ethpandaops/beacon
  dependency-version: 0.65.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ethpandaops/ethwallclock
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-co-op/gocron
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 6, 2025
@dependabot dependabot bot requested a review from samcm as a code owner October 6, 2025 07:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants