Skip to content

chore(deps): bump the go-minor-and-patch group across 1 directory with 15 updates - #574

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-and-patch-de8c65ab6f
Open

chore(deps): bump the go-minor-and-patch group across 1 directory with 15 updates#574
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-and-patch-de8c65ab6f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-and-patch group with 14 updates in the / directory:

Package From To
github.com/andybalholm/brotli 1.2.1 1.2.2
github.com/charmbracelet/bubbletea 1.3.6 1.3.10
github.com/ethereum/go-ethereum 1.17.4 1.17.5
github.com/gagliardetto/solana-go 1.13.0 1.22.0
github.com/jarcoal/httpmock 1.4.1 1.4.2
github.com/jedib0t/go-pretty/v6 6.6.5 6.8.3
github.com/smartcontractkit/chain-selectors 1.0.106 1.0.108
github.com/smartcontractkit/chainlink-common/keystore 1.2.1-0.20260623104656-f39eba3e2bc6 1.3.0
github.com/smartcontractkit/chainlink-testing-framework/seth 1.51.5 1.51.6
github.com/smartcontractkit/chainlink/v2 2.29.1-cre-beta.0.0.20260721144940-aa2a70309776 2.61.0
github.com/smartcontractkit/mcms 0.45.0 0.53.0
github.com/stretchr/testify 1.11.1 1.12.1
golang.org/x/crypto 0.54.0 0.55.0
google.golang.org/protobuf 1.36.11 1.36.12

Updates github.com/andybalholm/brotli from 1.2.1 to 1.2.2

Commits

Updates github.com/charmbracelet/bubbletea from 1.3.6 to 1.3.10

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v1.3.10

Changelog

Bug fixes

  • 9edf69c677c7353eca5fae6d3ea3986af39717b7: fix: handle setWindowTitleMsg and windowSizeMsg in eventLoop (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v1.3.9

Changelog

New Features

  • 314b50c7b452fd737d28582ae9d27c04ea725001: feat: properly call nested sequenceMsg and batchMsg (@​wolfmagnate)

Bug fixes

  • 9e0e8f0df1c55044ed04bd17f4b460e01e94dc9c: fix: recover from nested panics in Sequence and Batch commands (@​aymanbagabas)

Other work

  • 6e1282a76358cb680de9d4de7520f9f99c9e2903: add example for the nested Sequence and Batch (@​wolfmagnate)
  • 0290af4a499ee6a3e22822cebe1e74fdeac313be: simplify case for BatchMsg (@​wolfmagnate)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.

v1.3.8

Changelog

Bug fixes

  • 21eecd586367fd0cd78da6842c48f9c4b1185b6f: fix: send batch commands to cmds channel instead of executing them in event loop (#1473) (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.

v1.3.7

Changelog

Bug fixes

  • 28ab4f41b29fef14d900c46a4873a45891a9ee9b: fix(renderer): properly reset cursor position to start of line (#1472) (@​aymanbagabas)
  • c76509a9d4974207cd66255707d14f4f938f7f52: fix: compact sequences like batches (#958) (@​jdhenke)
  • f5da8d068af74764b271a197de54e2bc2bfedb38: fix: handle nested SequenceMsg in event loop and use sync.WaitGroup f… (#1463) (@​aymanbagabas)
  • 80ea844a7650c84e13958de14cdd4f63ac1775aa: fix: lint issues in key_windows.go and tty_windows.go (@​aymanbagabas)

Documentation updates

  • c3136ed49037a096fe05c6cb16f0a14a38e20c58: docs(license): update copyright date range (@​meowgorithm)
  • 919805f8f0d134af7e3569b0054c13b561976dfa: docs(readme): update footer art (@​meowgorithm)
  • f01583bb899e125c7a26d3b870eff585ec0f4816: docs: show the correct branch in the build badge (@​aymanbagabas)

Other work

... (truncated)

Commits
  • 9edf69c fix: handle setWindowTitleMsg and windowSizeMsg in eventLoop
  • 31c0299 chore(deps): bump github.com/lucasb-eyer/go-colorful (#1496)
  • ffa0502 Merge pull request #848 from wolfmagnate/fix-nested-cmd-order
  • 9e0e8f0 fix: recover from nested panics in Sequence and Batch commands
  • 0966c3a Merge branch 'main' into fix-nested-cmd-order
  • 21eecd5 fix: send batch commands to cmds channel instead of executing them in event l...
  • 9aae1f0 chore(examples): go mod tidy
  • 41f3995 chore(deps): bump golang.org/x/sys in the all group (#1492)
  • 3da2d28 chore(deps): bump actions/setup-go from 5 to 6 in the all group (#1491)
  • 28ab4f4 fix(renderer): properly reset cursor position to start of line (#1472)
  • Additional commits viewable in compare view

Updates github.com/ethereum/go-ethereum from 1.17.4 to 1.17.5

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Grav-Torque Pad (v1.17.5)

This is a maintenance release with accumulated bug fixes and improvements, and is recommended for all users. It continues the implementation work for the upcoming Amsterdam hardfork.

A few things worth highlighting:

  • The default GOGC has changed from 20 to 50, trading a higher memory peak for less GC overhead. Set --gogc=20 to keep the old behavior.
  • Pebble v2 is now supported as a key-value store backend. Pebble v2 is used when Geth is bootstrapped from scratch, and falls back to Pebble v1 for a pre-existing database. Run geth db pebble-upgrade to explicitly upgrade a legacy Pebble v1 database to v2.

Fork Implementation

  • Several Amsterdam EIPs have been implemented or updated:
  • Improve Amsterdam fork test coverage (#35364)
  • Introduce the --override.amsterdam flag (#35213)
  • Remove named hardforks from the BPO schedule (#35029)
  • Introduce the Bogota fork in the chain configuration (#34057)

Core

  • Introduce a sparse blobpool to reduce blob transaction pool memory usage (#34047)
  • Migrate legacy blobpool limbo entries to the new cell-based sidecar format on startup (#35209)
  • Drop support for v0 blob sidecars in blobpool (#35191)
  • Inline gas deduction to fix a performance regression (#35203)
  • Fix eth/71 block-access-list empty marker decoding which wrongly disconnected peers (#35286)
  • Disable snap sync mode once the pivot block is committed (#35402, #35405)
  • Speed up debug_setHead and reject unrecoverable targets (#35252)
  • Fix snap sync failing to backfill blocks with missing canonical-hash mappings (#35190)
  • Reuse the chain's JUMPDEST cache in payload building (#35378)
  • Support Pebble v2 as the database backend (#34009)
  • Support .ere files in the era store (#34978)
  • Introduce the trie.UpdateBatch API (#32448)
  • Fix freezer truncation error on newly-added empty tables after unclean shutdown (#35258)
  • Improve state recoverability reporting by considering sync status (#35400)
  • Fix account prefetching for absent accounts (#35256)
  • Various snap v2 fixes (#35321, #35323)
  • Optimize block validation (#35403)
  • Various allocation improvements (#35234, #35237, #35232)
  • Continue binary trie development (#34772)
  • Fix tx size calculation (#35406)

Networking

... (truncated)

Commits

Updates github.com/gagliardetto/solana-go from 1.13.0 to 1.22.0

Release notes

Sourced from github.com/gagliardetto/solana-go's releases.

v1.22.0

1.22.0 (2026-06-30)

Features

  • add nonce account support (#456) (336881c)
  • add sysvars (#457) (f777896)
  • address-lookup-table: one-call resolve for message lookups (closes #262) (#445) (34beab1)
  • rpc: add getTransactionsForAddress client method (closes #343) (#450) (9e538c8)
  • rpc: forward minContextSlot in 4 remaining JSON-RPC endpoints (#448) (c176402)
  • rpc: forward MinContextSlot in getBalance/getLatestBlockhash/getSlot/getTokenAccountBalance (#442) (b8e70e8)
  • zk: add ElGamal & AES key derivation (#413) (9fcbf0c)

Bug Fixes

  • message: surface typed ErrAddressTablesNotSet from AccountMetaList (closes #280) (#441) (a87922d)
  • rpc: default simulateTransaction Accounts.Encoding to base64 (closes #446) (#447) (2697614)
  • token,token-2022: Build() sets Impl to *T, matching DecodeInstruction (closes #222) (#440) (38c57db)
  • token,token-2022: per-instruction ProgramID override (closes #254) (#439) (f489aac)
  • ws: surface subscription request errors to Recv (closes #175) (#449) (725147a)

v1.21.0

1.21.0 (2026-05-25)

Features

  • rpc: add NewWithCommitment / NewWithTimeout / NewWithTimeoutAndCommitment (#436) (e93ff5e), closes #414
  • rpc: forward MinContextSlot in getProgramAccounts and getTokenAccounts (#431) (17984a5)
  • rpc: support EncodingJSON in GetTransaction (#420) (b906b70)
  • wallet: derive PrivateKey/Wallet from BIP-39 mnemonic (#429) (89ef706)
  • ws: support dataSlice in AccountSubscribe (#433) (fb31fb1)
  • ws: support dataSlice in ProgramSubscribe (#434) (950b110)
  • ws: support enableReceivedNotification in SignatureSubscribe (#432) (810f171)

Bug Fixes

  • rpc: support EncodingJSON in GetBlockWithOpts (#419) (eee363a)
  • ws: reject EncodingJSONParsed in BlockSubscribe (#426) (bf130a2)
  • ws: use spec "showRewards" key in blockSubscribe params (#430) (6969f12)
  • ws: use uint64 for params.Subscription in incoming notifications (#427) (427de1a)

v1.20.0

1.20.0 (2026-05-08)

Features

... (truncated)

Changelog

Sourced from github.com/gagliardetto/solana-go's changelog.

1.22.0 (2026-06-30)

Features

  • add nonce account support (#456) (336881c)
  • add sysvars (#457) (f777896)
  • address-lookup-table: one-call resolve for message lookups (closes #262) (#445) (34beab1)
  • rpc: add getTransactionsForAddress client method (closes #343) (#450) (9e538c8)
  • rpc: forward minContextSlot in 4 remaining JSON-RPC endpoints (#448) (c176402)
  • rpc: forward MinContextSlot in getBalance/getLatestBlockhash/getSlot/getTokenAccountBalance (#442) (b8e70e8)
  • zk: add ElGamal & AES key derivation (#413) (9fcbf0c)

Bug Fixes

  • message: surface typed ErrAddressTablesNotSet from AccountMetaList (closes #280) (#441) (a87922d)
  • rpc: default simulateTransaction Accounts.Encoding to base64 (closes #446) (#447) (2697614)
  • token,token-2022: Build() sets Impl to *T, matching DecodeInstruction (closes #222) (#440) (38c57db)
  • token,token-2022: per-instruction ProgramID override (closes #254) (#439) (f489aac)
  • ws: surface subscription request errors to Recv (closes #175) (#449) (725147a)

1.21.0 (2026-05-25)

Features

  • rpc: add NewWithCommitment / NewWithTimeout / NewWithTimeoutAndCommitment (#436) (e93ff5e), closes #414
  • rpc: forward MinContextSlot in getProgramAccounts and getTokenAccounts (#431) (17984a5)
  • rpc: support EncodingJSON in GetTransaction (#420) (b906b70)
  • wallet: derive PrivateKey/Wallet from BIP-39 mnemonic (#429) (89ef706)
  • ws: support dataSlice in AccountSubscribe (#433) (fb31fb1)
  • ws: support dataSlice in ProgramSubscribe (#434) (950b110)
  • ws: support enableReceivedNotification in SignatureSubscribe (#432) (810f171)

Bug Fixes

  • rpc: support EncodingJSON in GetBlockWithOpts (#419) (eee363a)
  • ws: reject EncodingJSONParsed in BlockSubscribe (#426) (bf130a2)
  • ws: use spec "showRewards" key in blockSubscribe params (#430) (6969f12)
  • ws: use uint64 for params.Subscription in incoming notifications (#427) (427de1a)

1.20.0 (2026-05-08)

Features

  • jsonrpc: add CustomHeader http.Header for multi-value headers (20b37ba)

... (truncated)

Commits
  • cd51d95 chore(main): release 1.22.0 (#451)
  • c176402 feat(rpc): forward minContextSlot in 4 remaining JSON-RPC endpoints (#448)
  • f777896 feat: add sysvars (#457)
  • 336881c feat: add nonce account support (#456)
  • 9e538c8 feat(rpc): add getTransactionsForAddress client method (closes #343) (#450)
  • 725147a fix(ws): surface subscription request errors to Recv (closes #175) (#449)
  • 2697614 fix(rpc): default simulateTransaction Accounts.Encoding to base64 (closes #44...
  • 34beab1 feat(address-lookup-table): one-call resolve for message lookups (closes #262...
  • d70c71f test(keys): pin size-mismatch rejection in PrivateKeyFromBase58 (#444)
  • 3590404 test(rpc): pin minContextSlot forwarding in GetMultipleAccountsWithOpts (#443)
  • Additional commits viewable in compare view

Updates github.com/jarcoal/httpmock from 1.4.1 to 1.4.2

Release notes

Sourced from github.com/jarcoal/httpmock's releases.

v1.4.2

What's Changed

Full Changelog: jarcoal/httpmock@v1.4.1...v1.4.2

Commits
  • 1ddfb9e feat: Responder.Delay can be interrupted by context cancellation (#169)
  • a796508 test: update install-go
  • 52e7107 test: use golangci-lint v2.12.2
  • 0147409 test: also test with go v1.26 and use golangci-lint v2.9.0
  • See full diff in compare view

Updates github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.8.3

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.8.3

What's Changed

Full Changelog: jedib0t/go-pretty@v6.8.2...v6.8.3

v6.8.2

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.8.1...v6.8.2

v6.8.1

What's Changed

A hardening pass across the table, list, progress, and text packages, fixing security issues, crash/race bugs, and performance problems in the render hot paths, with benchmarks added to back the optimizations.

Security

  • table/list (HTML): escape the title, caption, and CSS class names in RenderHTML() to prevent HTML/attribute injection.
  • table (CSV): make RenderCSV() output RFC 4180 compliant, and add an opt-in Style().CSV.FieldProtection option that neutralizes spreadsheet formula-injection fields (=, +, -, @, tab, CR).
  • text: sanitize hyperlink URLs and bound the escape-sequence parser buffer so adversarial input can't grow it without limit.

Correctness

  • progress: fix a render panic on tiny tracker lengths, data races on tracker/indicator state, and a leaked time.Ticker in the terminal-size watcher.
  • table: guard auto-index rendering against empty maxColumnLengths.
  • text: prevent a panic in VAlign.Apply on negative maxLines.

Performance

  • table: compile regex filters once per render; pre-size render builders.
  • list: hoist repeated width math out of the render loops.
  • text: speed up Align.Apply and StringWidthWithoutEscSequences.
  • progress: build PacManChomp frames with a strings.Builder.

Tooling

  • Moved root-level benchmarks into their packages and wired up make bench; added benchmarks for the table/text/list/progress render hot paths and tests covering the retained-done-tracker render paths.

... (truncated)

Commits
  • db0aac2 README.md: drop Go Report Card badge (#412)
  • 7f91001 table: stack vertically-merged rows into wrapped cell height; fixes #261 (#411)
  • a4201b7 text: trim to display width so CJK content respects maxLen (#410)
  • 22c68f6 fix panics, races, and injection vectors; speed up render hot paths (#409)
  • 45fb00d text: wrap wide runes when wrapLen is odd in WrapHard (#408)
  • ad17549 progress: fix speed decay on done trackers and log overwrite; fixes #405 (#406)
  • 66563fd text: fix panic on align with unicode (#404)
  • 017a359 table: markdown padding for human-friendly output; fixes #402 (#403)
  • f05e1de progress: address race conditions in render/stop/trackers; fixes 399 (#401)
  • 1cebbc5 progress: SortByIndex for better control of sorting (#398)
  • Additional commits viewable in compare view

Updates github.com/smartcontractkit/chain-selectors from 1.0.106 to 1.0.108

Release notes

Sourced from github.com/smartcontractkit/chain-selectors's releases.

v1.0.108

What's Changed

Full Changelog: smartcontractkit/chain-selectors@v1.0.107...v1.0.108

v1.0.107

What's Changed

Full Changelog: smartcontractkit/chain-selectors@v1.0.106...v1.0.107

Commits

Updates github.com/smartcontractkit/chainlink-common/keystore from 1.2.1-0.20260623104656-f39eba3e2bc6 to 1.3.0

Release notes

Sourced from github.com/smartcontractkit/chainlink-common/keystore's releases.

Add keccak/ed25519 keyring

Commits

Updates github.com/smartcontractkit/chainlink-testing-framework/seth from 1.51.5 to 1.51.6

Release notes

Sourced from github.com/smartcontractkit/chainlink-testing-framework/seth's releases.

seth/v1.51.6

Release notes:

  • Reviewed error messages, made them easier to understand and more actionable. Removed github.com/pkg/errors usage. Added sentinel for detecting on-chain transaction reverts with .

Commits:

  • [DX-2128] Better error messages in Seth (#2207) (d7ed1f4d)

Breaking changes:

github.com/smartcontractkit/chainlink-testing-framework/seth

incompatible changes

BlockFetchingErr: removed ErrContractDeploymentFailed: removed ErrCreateABIStore: removed ErrCreateNonceManager: removed ErrCreateTracer: removed ErrDecodeILogIndexed: removed ErrDecodeInput: removed ErrDecodeLog: removed ErrDecodeOutput: removed ErrDecodedLogNonIndexed: removed ErrEmptyConfigPath: removed ErrEmptyRootPrivateKey: removed ErrInsufficientRootKeyBalance: removed ErrInvalidMethodSignature: removed ErrKeySync: changed from const to var ErrKeySyncTimeout: changed from const to var ErrNetworkIsNil: removed ErrNoABIInFile: changed from const to var ErrNoABIMethod: changed from const to var ErrNoAbiFound: removed ErrNoFourByteFound: removed ErrNoPksEphemeralMode: removed ErrNoTrace: removed ErrNonce: changed from const to var ErrNonceManagerConfigIsNil: removed ErrOpenABIFile: removed ErrOpenBINFile: removed ErrParseABI: removed ErrRPCConnectionRefused: removed ErrRPCJSONCastError: removed ErrReadContractMap: removed ErrReadOnlyEphemeralKeys: removed ErrReadOnlyGasBumping: removed ErrReadOnlyPendingNonce: removed ErrReadOnlyRpcHealth: removed ErrReadOnlyWithPrivateKeys: removed ErrReadSethConfig: removed ErrReadingKeys: removed ErrRetryTimeout: removed ErrRpcHealthCheckFailed: removed

... (truncated)

Commits

Updates github.com/smartcontractkit/chainlink/v2 from 2.29.1-cre-beta.0.0.20260721144940-aa2a70309776 to 2.61.0

Release notes

Sourced from github.com/smartcontractkit/chainlink/v2's releases.

v2.61.0

Minor Changes


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.61.0

ECR:

docker pull public.ecr.aws/chainlink/chainlink:2.61.0

Digest: sha256:8381aebf0cc72f5b82d846ae87c2ea9ac4a43c21484a857f452e5efe56df647c

Verification

Verify the image signatures using cosign:

Core Image: DockerHub:

cosign verify docker.io/smartcontract/chainlink@sha256:8381aebf0cc72f5b82d846ae87c2ea9ac4a43c21484a857f452e5efe56df647c \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
  --certificate-github-workflow-repository smartcontractkit/chainlink

ECR:

cosign verify public.ecr.aws/chainlink/chainlink@sha256:8381aebf0cc72f5b82d846ae87c2ea9ac4a43c21484a857f452e5efe56df647c \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
  --certificate-github-workflow-repository smartcontractkit/chainlink

🔗 Full Changelog

View full changelog

📊 Diff from Previous Release

... (truncated)

Changelog

Sourced from github.com/smartcontractkit/chainlink/v2's changelog.

2.61.0

Minor Changes

2.60.0

Minor Changes

  • #23372 7e14931 - #added adds V2 call_capability to wasm with proper response handling #bugfix

  • #23327 d2f97d2 - Minor bump to start next version

Patch Changes

  • #23037 003236a - #internal Add node-measured round-trip metrics to the confidential workflows ConfidentialModule: enclave_execution_time_ms (histogram) and enclave_execution_failures (counter), labeled by workflow. These are trusted (node-measured) and complement the non-attested enclave.* metrics forwarded from the enclave.

  • #23375 3e2a831 - #internal Move BuildWorkflowGetSecretsRequestID to chainlink-common's vault capability package and use it in place of the vaultutils copy, so all consumers derive the VaultDON GetSecrets request ID from a single definition.

2.59.0

Minor Changes

Patch Changes

  • #23284 545a34e - #internal Confidential relay: on the workflow node, briefly wait (after attestation and Workflow-DON authorization pass) for a not-yet-registered execution handler before failing the enclave's relay callback. This lets a node that has not yet started its copy of the DON-shared execution register and sign in time, instead of failing the callback outright and eroding the relay quorum. The wait is bounded so a callback for an execution the node never runs still fails promptly.

2.58.0

Minor Changes

Patch Changes

  • #23085 850a738 - #added Add Telemetry.MetricViewsDenyAttributes config option to drop specified metric attribute keys from Beholder default views.

  • #22987 76d6194 - #changed Chip-ingress batch emitter defaults tuned from staging/prod capacity analysis: ChipIngressBufferSize 1000 → 10000, ChipIngressMaxBatchSize 500 → 1000, ChipIngressSendInterval 100ms → 500ms, ChipIngressSendTimeout 3s → 10s, ChipIngressDrainTimeout 10s → 30s.

  • #23251 e5d93d4 - Add feedAddress to meta metrics. #internal

2.57.0

Minor Changes

... (truncated)

Commits

Updates github.com/smartcontractkit/mcms from 0.45.0 to 0.53.0

Release notes

Sourced from github.com/smartcontractkit/mcms's releases.

v0.53.0

0.53.0 (2026-08-18)

Features

  • Add TimelockConfigurer.GrantRole support for TON (#821) (541ae5d)

v0.52.1

0.52.1 (2026-08-13)

Bug Fixes

v0.52.0

0.52.0 (2026-07-14)

Features

  • add ExecutePayer field in chain metadata for setting solana execute accounts [CLD-3046] (#814) (4e1ae4b)

v0.51.0

0.51.0 (2026-07-07)

Features

  • add BuildTimelockInspectors helper to chainwrappers package (#809) (26d7de3)

v0.50.1

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 08:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 19, 2026
…h 15 updates

Bumps the go-minor-and-patch group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli) | `1.2.1` | `1.2.2` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.3.6` | `1.3.10` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.17.4` | `1.17.5` |
| [github.com/gagliardetto/solana-go](https://github.com/gagliardetto/solana-go) | `1.13.0` | `1.22.0` |
| [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.4.1` | `1.4.2` |
| [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.6.5` | `6.8.3` |
| [github.com/smartcontractkit/chain-selectors](https://github.com/smartcontractkit/chain-selectors) | `1.0.106` | `1.0.108` |
| [github.com/smartcontractkit/chainlink-common/keystore](https://github.com/smartcontractkit/chainlink-common) | `1.2.1-0.20260623104656-f39eba3e2bc6` | `1.3.0` |
| [github.com/smartcontractkit/chainlink-testing-framework/seth](https://github.com/smartcontractkit/chainlink-testing-framework) | `1.51.5` | `1.51.6` |
| [github.com/smartcontractkit/chainlink/v2](https://github.com/smartcontractkit/chainlink) | `2.29.1-cre-beta.0.0.20260721144940-aa2a70309776` | `2.61.0` |
| [github.com/smartcontractkit/mcms](https://github.com/smartcontractkit/mcms) | `0.45.0` | `0.53.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.1` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.54.0` | `0.55.0` |
| google.golang.org/protobuf | `1.36.11` | `1.36.12` |



Updates `github.com/andybalholm/brotli` from 1.2.1 to 1.2.2
- [Commits](andybalholm/brotli@v1.2.1...v1.2.2)

Updates `github.com/charmbracelet/bubbletea` from 1.3.6 to 1.3.10
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Commits](charmbracelet/bubbletea@v1.3.6...v1.3.10)

Updates `github.com/ethereum/go-ethereum` from 1.17.4 to 1.17.5
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.17.4...v1.17.5)

Updates `github.com/gagliardetto/solana-go` from 1.13.0 to 1.22.0
- [Release notes](https://github.com/gagliardetto/solana-go/releases)
- [Changelog](https://github.com/solana-foundation/solana-go/blob/main/CHANGELOG.md)
- [Commits](solana-foundation/solana-go@v1.13.0...v1.22.0)

Updates `github.com/jarcoal/httpmock` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.4.1...v1.4.2)

Updates `github.com/jedib0t/go-pretty/v6` from 6.6.5 to 6.8.3
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.6.5...v6.8.3)

Updates `github.com/smartcontractkit/chain-selectors` from 1.0.106 to 1.0.108
- [Release notes](https://github.com/smartcontractkit/chain-selectors/releases)
- [Commits](smartcontractkit/chain-selectors@v1.0.106...v1.0.108)

Updates `github.com/smartcontractkit/chainlink-common/keystore` from 1.2.1-0.20260623104656-f39eba3e2bc6 to 1.3.0
- [Release notes](https://github.com/smartcontractkit/chainlink-common/releases)
- [Commits](https://github.com/smartcontractkit/chainlink-common/commits/v1.3.0)

Updates `github.com/smartcontractkit/chainlink-testing-framework/seth` from 1.51.5 to 1.51.6
- [Release notes](https://github.com/smartcontractkit/chainlink-testing-framework/releases)
- [Commits](smartcontractkit/chainlink-testing-framework@seth/v1.51.5...seth/v1.51.6)

Updates `github.com/smartcontractkit/chainlink/v2` from 2.29.1-cre-beta.0.0.20260721144940-aa2a70309776 to 2.61.0
- [Release notes](https://github.com/smartcontractkit/chainlink/releases)
- [Changelog](https://github.com/smartcontractkit/chainlink/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/smartcontractkit/chainlink/commits/v2.61.0)

Updates `github.com/smartcontractkit/mcms` from 0.45.0 to 0.53.0
- [Release notes](https://github.com/smartcontractkit/mcms/releases)
- [Changelog](https://github.com/smartcontractkit/mcms/blob/main/CHANGELOG.md)
- [Commits](smartcontractkit/mcms@v0.45.0...v0.53.0)

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

Updates `golang.org/x/crypto` from 0.54.0 to 0.55.0
- [Commits](golang/crypto@v0.54.0...v0.55.0)

Updates `golang.org/x/mod` from 0.37.0 to 0.38.0
- [Commits](golang/mod@v0.37.0...v0.38.0)

Updates `google.golang.org/protobuf` from 1.36.11 to 1.36.12

---
updated-dependencies:
- dependency-name: github.com/andybalholm/brotli
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-version: 1.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: github.com/gagliardetto/solana-go
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-version: 6.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: github.com/smartcontractkit/chain-selectors
  dependency-version: 1.0.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: github.com/smartcontractkit/chainlink-common/keystore
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: github.com/smartcontractkit/chainlink-testing-framework/seth
  dependency-version: 1.51.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: github.com/smartcontractkit/chainlink/v2
  dependency-version: 2.60.1-rc.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: github.com/smartcontractkit/mcms
  dependency-version: 0.52.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: golang.org/x/crypto
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: golang.org/x/mod
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-minor-and-patch-de8c65ab6f branch from 4e2b130 to c3653b3 Compare August 24, 2026 21:07
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