Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 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.3
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.23.0
github.com/go-playground/validator/v10 10.30.3 10.30.4
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.109
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.7
github.com/smartcontractkit/chainlink/v2 2.29.1-cre-beta.0.0.20260721144940-aa2a70309776 2.63.1-rc.1
golang.org/x/time 0.15.0 0.16.0

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

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

Release notes

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

v1.23.0

1.23.0 (2026-08-26)

Features

Bug Fixes

  • deps: Replace deleted go-bip39 dependency with a local copy (#464) (580f4c2)
  • keys: reject PDA-marker owner in CreateWithSeed (#470) (64c3d11)
  • stake: correct DelegateStake account flags (#453) (5571a12)
  • text: honour DisableColors in YellowBG (#468) (24a553a)
  • token: mark InitializeMultisig member accounts as read-only (#461) (e119412)
  • transaction: correct NumWriteableAccounts for resolved v0 messages (#475) (f8449ac)
  • vault: reject ciphertext shorter than the salt and nonce prefix (#467) (2716b50)
  • ws: send jsonParsed encoding in ParsedBlockSubscribe with nil options (#466) (f20c907)

Performance Improvements

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)

... (truncated)

Changelog

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

1.23.0 (2026-08-26)

Features

Bug Fixes

  • deps: Replace deleted go-bip39 dependency with a local copy (#464) (580f4c2)
  • keys: reject PDA-marker owner in CreateWithSeed (#470) (64c3d11)
  • stake: correct DelegateStake account flags (#453) (5571a12)
  • text: honour DisableColors in YellowBG (#468) (24a553a)
  • token: mark InitializeMultisig member accounts as read-only (#461) (e119412)
  • transaction: correct NumWriteableAccounts for resolved v0 messages (#475) (f8449ac)
  • vault: reject ciphertext shorter than the salt and nonce prefix (#467) (2716b50)
  • ws: send jsonParsed encoding in ParsedBlockSubscribe with nil options (#466) (f20c907)

Performance Improvements

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)

... (truncated)

Commits
  • 7b6df93 chore(main): release 1.23.0 (#478)
  • b68fae4 docs(readme): document v1/v2 parallel release model (#462)
  • b153d5a feat: make slot time dependent on feature sets (#483)
  • 9b95d84 feat(transaction): add V1 transaction format SIMD-0385 (#481)
  • 580f4c2 fix(deps): Replace deleted go-bip39 dependency with a local copy (#464)
  • 64c3d11 fix(keys): reject PDA-marker owner in CreateWithSeed (#470)
  • f839fd7 perf(base58): add AVX2 (#479)
  • f8449ac fix(transaction): correct NumWriteableAccounts for resolved v0 messages (#475)
  • e52badb feat: serde token-2022 extensions (#472)
  • e02ee68 feat: account state (#465)
  • Additional commits viewable in compare view

Updates github.com/go-playground/validator/v10 from 10.30.3 to 10.30.4

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

v10.30.4

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.3...v10.30.4

Commits
  • dfe35cf ci: Fix the linter version (#1617)
  • facf128 feat(translations): add Armenian translations (#1604)
  • 961375b docs: clarify fieldexcludes behavior (#1610)
  • 74dd82a test: cover startsnotwith/endsnotwith, RegisterStructValidationMapRules, and ...
  • 379edc8 chore(deps): bump golang.org/x/crypto from 0.54.0 to 0.55.0 (#1612)
  • f9944c5 fix: use idiomatic "at most" in English max/lte messages (#1600)
  • 67e37d6 fix(fqdn): enforce maximum DNS name length (#1603)
  • 6b571d1 chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.13 to 1.4.15 (#...
  • 8455180 chore(deps): bump github.com/leodido/go-urn from 1.4.0 to 1.5.0 (#1606)
  • fd8bd3c chore(deps): bump actions/setup-go from 6 to 7 (#1601)
  • 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.109

Release notes

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

v1.0.109

What's Changed

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

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

Release notes

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

seth/v1.51.7

Release notes:

  • Fix Config serialization
  • Bump Go version to 1.26.5

Commits:

  • fix: Seth's config serialization now works correctly [DX-2808] (#2772) (54ef0437)
  • Apply suggested fix to seth/config.go from Copilot Autofix (#2707) (a7461a36)
  • Apply suggested fix to seth/tracing.go from Copilot Autofix (#2708) (410c358d)

Breaking changes:

diagnostics

required module github.com/microcosm-cc/bluemonday@v1.0.23 retracted by module author: Retract older versions as only latest is to be depended upon

summary

v1.51.7 (with tag seth/v1.51.7) is a valid semantic version for this release

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

... (truncated)

Commits
  • 54ef043 fix: Seth's config serialization now works correctly [DX-2808] (#2772)
  • c66727c feat: add a method that reads Solana keys to clclient (#2763)
  • a7461a3 Apply suggested fix to seth/config.go from Copilot Autofix (#2707)
  • 9e8d13e Apply suggested fix to book/src/framework/components/overview.md from Copilot...
  • 410c358 Apply suggested fix to seth/tracing.go from Copilot Autofix (#2708)
  • 3b60c7c Apply suggested fix to wasp/go.mod from Copilot Autofix (#2709)
  • eb136f7 fix release automation escaping (#2575)

…h 17 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.3` |
| [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.23.0` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.30.3` | `10.30.4` |
| [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.109` |
| [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.7` |
| [github.com/smartcontractkit/chainlink/v2](https://github.com/smartcontractkit/chainlink) | `2.29.1-cre-beta.0.0.20260721144940-aa2a70309776` | `2.63.1-rc.1` |
| [golang.org/x/time](https://github.com/golang/time) | `0.15.0` | `0.16.0` |



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

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.23.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.23.0)

Updates `github.com/go-playground/validator/v10` from 10.30.3 to 10.30.4
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.30.3...v10.30.4)

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

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.7
- [Release notes](https://github.com/smartcontractkit/chainlink-testing-framework/releases)
- [Commits](smartcontractkit/chainlink-testing-framework@seth/v1.51.5...seth/v1.51.7)

Updates `github.com/smartcontractkit/chainlink/v2` from 2.29.1-cre-beta.0.0.20260721144940-aa2a70309776 to 2.63.1-rc.1
- [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.63.1-rc.1)

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 `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 `golang.org/x/time` from 0.15.0 to 0.16.0
- [Commits](golang/time@v0.15.0...v0.16.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.3
  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.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.30.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.109
  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.7
  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.63.1-rc.1
  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: github.com/stretchr/testify
  dependency-version: 1.12.1
  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: golang.org/x/time
  dependency-version: 0.16.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 requested a review from a team as a code owner September 9, 2026 14:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 9, 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