Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-and-patch group with 12 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/jedib0t/go-pretty/v6 6.6.5 6.8.3
github.com/smartcontractkit/chain-selectors 1.0.106 1.0.107
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.57.0
github.com/smartcontractkit/cre-sdk-go 1.14.0 1.15.0
github.com/smartcontractkit/mcms 0.45.0 0.52.0
golang.org/x/mod 0.37.0 0.38.0

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/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.107

Release notes

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

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.57.0

Release notes

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

v2.57.0

Minor Changes

  • #23084 3007515 - #added Add Telemetry.MetricCardinalityLimit config to support limiting Beholder OTel SDK metric cardinality.

  • #23136 aa67b6b - #added The v2 workflow engine now emits ClassifiedExecutionStatus on WorkflowExecutionFinished events, distinguishing failures caused by the user's workflow (USER_ERROR) from platform/infrastructure failures (SYSTEM_ERROR). The v1 engine is unaffected.

  • #23134 46a0f6e - Minor bump to start next version

Patch Changes

  • #22708 db2daaa - #bugfix Rebuild the in-memory workflow execution store's map when pruning so old bucket storage becomes eligible for GC. Go maps never shrink after deletes, which stranded memory as the store churned through millions of executions.

Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.57.0

ECR:

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

Digest: sha256:4052f2ecfb03b8a98216b4b66997efe318806e740050a38c84535c76de5b5b0b

Verification

Verify the image signatures using cosign:

Core Image: DockerHub:

cosign verify docker.io/smartcontract/chainlink@sha256:4052f2ecfb03b8a98216b4b66997efe318806e740050a38c84535c76de5b5b0b \
  --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:4052f2ecfb03b8a98216b4b66997efe318806e740050a38c84535c76de5b5b0b \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
  --certificate-github-workflow-repository smartcontractkit/chainlink

... (truncated)

Changelog

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

2.57.0

Minor Changes

  • #23084 3007515 - #added Add Telemetry.MetricCardinalityLimit config to support limiting Beholder OTel SDK metric cardinality.

  • #23136 aa67b6b - #added The v2 workflow engine now emits ClassifiedExecutionStatus on WorkflowExecutionFinished events, distinguishing failures caused by the user's workflow (USER_ERROR) from platform/infrastructure failures (SYSTEM_ERROR). The v1 engine is unaffected.

  • #23134 46a0f6e - Minor bump to start next version

Patch Changes

  • #22708 db2daaa - #bugfix Rebuild the in-memory workflow execution store's map when pruning so old bucket storage becomes eligible for GC. Go maps never shrink after deletes, which stranded memory as the store churned through millions of executions.

2.56.0

Minor Changes

Patch Changes

  • #22973 389792a - #bugfix Fixed permissions in test db setup script (grant CREATEROLE and repair leftover NOLOGIN pgtdbuser for pgtestdb)

2.55.0

Minor Changes

  • #22876 c0c329e - Add the ConfidentialWorkflows.Enabled feature gate to the v2 workflow engine. Confidential workflow execution can now be toggled per workflow/owner/org/global via the settings registry; when disabled, ConfidentialModule.Execute rejects the request.

  • #22996 d3685b2 - Minor bump to start next version

Patch Changes

  • #22994 1a5f3ca - Add structured vault request ID logging across capability, OCR plugin, and workflow secrets paths. #internal

2.54.0

Minor Changes

  • #22929 f0d09ca - Minor bump to start next version

  • #22905 9570a4d - #nops: Hard-set UID and GID when CHAINLINK_USER is non-root, and document container RootDir and safe volume mount conventions for operators.

Patch Changes

  • #22733 6624255 - Require explicit don_family on every nodeset for local CRE topologies. Gateway connectors, gateway worker jobs, capabilities registry families, and env workflow deploy are scoped by family. Deploy resolves the target workflow DON via --don-family (with optional --shard-index) or --workflow-don-name, and requires --don-family when local CRE state is absent. #internal

2.53.0

... (truncated)

Commits

Updates github.com/smartcontractkit/cre-sdk-go from 1.14.0 to 1.15.0

Commits

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

Release notes

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

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

0.50.1 (2026-06-30)

Bug Fixes

v0.50.0

0.50.0 (2026-06-29)

Features

  • add solana grant role implementation (#797) (16a17e1)

v0.49.1

0.49.1 (2026-06-29)

Bug Fixes

v0.49.0

0.49.0 (2026-06-26)

Features

  • add timelock grant role functionality (#794) (50f7fce)

v0.48.0

0.48.0 (2026-06-11)

... (truncated)

Changelog

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

Description has been truncated

…h 12 updates

Bumps the go-minor-and-patch group with 12 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/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.107` |
| [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.57.0` |
| [github.com/smartcontractkit/cre-sdk-go](https://github.com/smartcontractkit/cre-sdk-go) | `1.14.0` | `1.15.0` |
| [github.com/smartcontractkit/mcms](https://github.com/smartcontractkit/mcms) | `0.45.0` | `0.52.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.37.0` | `0.38.0` |



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/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.107
- [Release notes](https://github.com/smartcontractkit/chain-selectors/releases)
- [Commits](smartcontractkit/chain-selectors@v1.0.106...v1.0.107)

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.57.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.57.0)

Updates `github.com/smartcontractkit/cre-sdk-go` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/smartcontractkit/cre-sdk-go/releases)
- [Commits](smartcontractkit/cre-sdk-go@v1.14.0...v1.15.0)

Updates `github.com/smartcontractkit/mcms` from 0.45.0 to 0.52.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.52.0)

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

---
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/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.107
  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.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: github.com/smartcontractkit/cre-sdk-go
  dependency-version: 1.15.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.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 27, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 27, 2026 17:21
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 27, 2026
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