build(deps): Bump the all-go group across 1 directory with 8 updates - #3451
Open
dependabot[bot] wants to merge 2 commits into
Open
dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the all-go group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [connectrpc.com/connect](https://github.com/connectrpc/connect-go) | `1.20.0` | `1.21.0` | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.46.0` | `1.47.0` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.33.3` | `1.33.4` | | [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.59.0` | `1.60.0` | | [github.com/celestiaorg/nmt](https://github.com/celestiaorg/nmt) | `0.24.4` | `0.24.5` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.56.0` | `0.57.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.58.0` | `0.59.0` | Updates `connectrpc.com/connect` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/connectrpc/connect-go/releases) - [Changelog](https://github.com/connectrpc/connect-go/blob/main/RELEASE.md) - [Commits](connectrpc/connect-go@v1.20.0...v1.21.0) Updates `github.com/aws/aws-sdk-go-v2` from 1.46.0 to 1.47.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.46.0...v1.47.0) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.33.3 to 1.33.4 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.33.3...config/v1.33.4) Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.59.0 to 1.60.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.59.0...service/s3/v1.60.0) Updates `github.com/celestiaorg/nmt` from 0.24.4 to 0.24.5 - [Release notes](https://github.com/celestiaorg/nmt/releases) - [Commits](celestiaorg/nmt@v0.24.4...v0.24.5) Updates `golang.org/x/crypto` from 0.56.0 to 0.57.0 - [Commits](golang/crypto@v0.56.0...v0.57.0) Updates `golang.org/x/net` from 0.58.0 to 0.59.0 - [Commits](golang/net@v0.58.0...v0.59.0) Updates `golang.org/x/sync` from 0.22.0 to 0.23.0 - [Commits](golang/sync@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: connectrpc.com/connect dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.33.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go - dependency-name: github.com/aws/aws-sdk-go-v2/service/kms dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: github.com/celestiaorg/nmt dependency-version: 0.24.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go - dependency-name: golang.org/x/crypto dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: golang.org/x/net dependency-version: 0.59.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go - dependency-name: golang.org/x/sync dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-go group with 7 updates in the / directory:
1.20.01.21.01.46.01.47.01.33.31.33.41.59.01.60.00.24.40.24.50.56.00.57.00.58.00.59.0Updates
connectrpc.com/connectfrom 1.20.0 to 1.21.0Release notes
Sourced from connectrpc.com/connect's releases.
Commits
41b7f30Prepare for v1.21.0 (#972)6058c20Fix dropped headers on errStreamingClientConn (#964)014693aRefine WithRequestGate API and documentation (#968)d9b4b1dCreate release binary for protoc-gen-connect-go (#966)5111260Add WithRequestGate handler option (#962)febfc19Fix panic in stream Spec and Peer when client construction failed (#959)cb5da57Update Go version for CI (#958)9646326Only send a 304 when the request was a GET (#957)2a02feaFix connect.WithGRPC typo in the missing client option error (#956)eae42d2Fix off-by-one in WithHTTPGetMaxURLSize URL length check (#955)Updates
github.com/aws/aws-sdk-go-v2from 1.46.0 to 1.47.0Commits
b189f38Release 2026-09-090905d5fRegenerated Clients9cc4bc5Update API model126fe2dfix GetObject deadlock (#3554)5126885Remove retry metrics header middleware (#3546)bd8de4dExpand S3 operations that check for an error inside an HTTP 200 response (wav...394ee64Release 2026-09-083c9cb8bRegenerated Clients6f85682Update endpoints modelcc3942bUpdate API modelUpdates
github.com/aws/aws-sdk-go-v2/configfrom 1.33.3 to 1.33.4Commits
b189f38Release 2026-09-090905d5fRegenerated Clients9cc4bc5Update API model126fe2dfix GetObject deadlock (#3554)5126885Remove retry metrics header middleware (#3546)bd8de4dExpand S3 operations that check for an error inside an HTTP 200 response (wav...394ee64Release 2026-09-083c9cb8bRegenerated Clients6f85682Update endpoints modelcc3942bUpdate API modelUpdates
github.com/aws/aws-sdk-go-v2/service/kmsfrom 1.59.0 to 1.60.0Commits
4d36126Release 2024-08-205ba784cRegenerated Clientsd447ea1Update API model33d4eabRemove deprecated codestar service (#2754)6fe0e9bRelease 2024-08-193c84b64Regenerated Clientsc78cc2eUpdate endpoints model72a29e1Update API modelc8a8274Release 2024-08-16ebfdc50Regenerated ClientsUpdates
github.com/celestiaorg/nmtfrom 0.24.4 to 0.24.5Release notes
Sourced from github.com/celestiaorg/nmt's releases.
Commits
a2ba476fix: bound proof range subtree estimate (#342)Updates
golang.org/x/cryptofrom 0.56.0 to 0.57.0Commits
3f62bf1go.mod: update golang.org/x dependenciesUpdates
golang.org/x/netfrom 0.58.0 to 0.59.0Commits
540d04cgo.mod: update golang.org/x dependencies20eef7fquic: clear fast-path receive buffer on stream resetc23af1binternal/http3: fix compilation error due to missed symbol name updateeda109finternal/http3: send appropriate error codes in STOP_SENDING frames12e0501internal/http3: server header size limitsd89285equic: add Stream.StopSending, and rework stream/application errorsd34deaequic: ensure Endpoint.Close waits for connection loops to exit55577aahttp2: use IDNA Lookup profile, not raw Punycode translationb22627einternal/http3: handle a nil TLSConfig in newQUICConfig6e98b0dinternal/http3: report endpoint creation errors from initEndpointUpdates
golang.org/x/syncfrom 0.22.0 to 0.23.0Commits
f75267dsemaphore: panic on negative capacity3ffd83call: upgrade go directive to at least 1.26.0 [generated]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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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