Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update go deps #206

Merged
merged 2 commits into from
Sep 16, 2024
Merged

chore(deps): update go deps #206

merged 2 commits into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/bufbuild/buf v1.39.0 -> v1.41.0 age adoption passing confidence require minor
github.com/golangci/golangci-lint v1.60.3 -> v1.61.0 age adoption passing confidence require minor
github.com/vektra/mockery/v2 v2.45.0 -> v2.45.1 age adoption passing confidence require patch
go (source) 1.23.0 -> 1.23.1 age adoption passing confidence toolchain patch
golang.org/x/net v0.28.0 -> v0.29.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api 7e3bb23 -> 8af14fe age adoption passing confidence require digest

Release Notes

bufbuild/buf (github.com/bufbuild/buf)

v1.41.0

Compare Source

  • Add HTTP/3 support for gRPC with buf curl.
  • Fix issue where errors from protoc plugins may be overwritten when executing plugins in parallel.

v1.40.1

Compare Source

  • Fix issue with buf lint where comment ignores in the shape of // buf:lint:ignore <RULE_ID> <extra comment>
    were not recognized due to the extra comment.

v1.40.0

Compare Source

  • Add concept of a default lint or breaking rule, which is printed out as a property when running
    buf config ls-{breaking,lint}-rules. Default rules are those rules which are run if no lint
    or breaking rules are explicitly configured in your buf.yaml.
  • Rename DEFAULT lint rule category to STANDARD. With the concept of default rules being introduced,
    having a category named DEFAULT is confusing, as while it happens that all the rules in the DEFAULT
    lint category are also default rules, the name has become overloaded. As with all buf changes, this
    change is backwards-compatible: the DEFAULT lint category continues to work, and always will. We
    recommend changing to STANDARD, however.
golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.61.0

Compare Source

vektra/mockery (github.com/vektra/mockery/v2)

v2.45.1

Compare Source

Changelog

golang/go (go)

v1.23.1


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added area/ci CI bots Bots kind/chore Chores labels Sep 9, 2024
Copy link
Contributor Author

renovate bot commented Sep 9, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.26.0 -> v0.27.0
golang.org/x/sys v0.23.0 -> v0.25.0
golang.org/x/text v0.17.0 -> v0.18.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c -> v0.0.0-20240827150818-7e3bb234dfed
File name: tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 43 additional dependencies were updated

Details:

Package Change
github.com/planetscale/vtprotobuf v0.6.0 -> v0.6.1-0.20240319094008-0393e58bdf10
google.golang.org/protobuf v1.34.2 -> v1.34.3-0.20240816073751-94ecbc261689
github.com/Abirdcfly/dupword v0.0.14 -> v0.1.1
github.com/Crocmagnon/fatcontext v0.4.0 -> v0.5.2
github.com/Masterminds/semver/v3 v3.2.1 -> v3.3.0
github.com/antlr4-go/antlr/v4 v4.13.0 -> v4.13.1
github.com/bufbuild/protocompile v0.14.0 -> v0.14.1
github.com/bufbuild/protoplugin v0.0.0-20240323223605-e2735f6c31ee -> v0.0.0-20240911180120-7bb73e41a54a
github.com/bufbuild/protovalidate-go v0.6.4 -> v0.6.5
github.com/bufbuild/protoyaml-go v0.1.11 -> v0.1.12
github.com/ckaznocha/intrange v0.1.2 -> v0.2.0
github.com/containerd/containerd v1.7.20 -> v1.7.22
github.com/containerd/errdefs v0.1.0 -> v0.2.0
github.com/daixiang0/gci v0.13.4 -> v0.13.5
github.com/docker/cli v27.1.2+incompatible -> v27.2.1+incompatible
github.com/docker/docker v27.1.2+incompatible -> v27.2.1+incompatible
github.com/felixge/fgprof v0.9.4 -> v0.9.5
github.com/go-viper/mapstructure/v2 v2.0.0 -> v2.1.0
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 -> v0.0.0-20240910150728-a0b0bb1d4134
github.com/onsi/ginkgo/v2 v2.20.1 -> v2.20.2
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.3
github.com/quasilyte/go-ruleguard v0.4.2 -> v0.4.3-0.20240823090925-0fe6f58b47b1
github.com/quic-go/qpack v0.4.0 -> v0.5.1
github.com/quic-go/quic-go v0.46.0 -> v0.47.0
github.com/rs/cors v1.11.0 -> v1.11.1
github.com/ryancurrah/gomodguard v1.3.3 -> v1.3.5
github.com/securego/gosec/v2 v2.20.1-0.20240822074752-ab3f6c1c83a0 -> v2.21.2
github.com/tetafro/godot v1.4.16 -> v1.4.17
go.opentelemetry.io/otel v1.29.0 -> v1.30.0
go.opentelemetry.io/otel/metric v1.29.0 -> v1.30.0
go.opentelemetry.io/otel/sdk v1.29.0 -> v1.30.0
go.opentelemetry.io/otel/trace v1.29.0 -> v1.30.0
golang.org/x/crypto v0.26.0 -> v0.27.0
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/mod v0.20.0 -> v0.21.0
golang.org/x/net v0.28.0 -> v0.29.0
golang.org/x/sys v0.24.0 -> v0.25.0
golang.org/x/term v0.23.0 -> v0.24.0
golang.org/x/text v0.17.0 -> v0.18.0
golang.org/x/tools v0.24.0 -> v0.25.0
google.golang.org/genproto/googleapis/api v0.0.0-20240823204242-4ba0660f739c -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.65.0 -> v1.66.1

@renovate renovate bot force-pushed the renovate/go-deps branch 3 times, most recently from 72c61df to caf895d Compare September 11, 2024 23:16
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Charith Ellawala <[email protected]>
@charithe charithe merged commit 22375fa into main Sep 16, 2024
4 checks passed
@charithe charithe deleted the renovate/go-deps branch September 16, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant