Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the gomod-normal-deps group with 4 updates in the / directory: github.com/99designs/gqlgen, github.com/samber/lo, go.uber.org/mock and google.golang.org/grpc.

Updates github.com/99designs/gqlgen from 0.17.63 to 0.17.70

Release notes

Sourced from github.com/99designs/gqlgen's releases.

v0.17.70

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.69...v0.17.70

v0.17.69

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.68...v0.17.69

v0.17.68

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.67...v0.17.68

v0.17.67

What's Changed

... (truncated)

Commits

Updates github.com/samber/lo from 1.49.0 to 1.49.1

Release notes

Sourced from github.com/samber/lo's releases.

v1.49.1

What's Changed

Full Changelog: samber/lo@v1.49.0...v1.49.1

Commits

Updates github.com/vektah/gqlparser/v2 from 2.5.21 to 2.5.23

Release notes

Sourced from github.com/vektah/gqlparser/v2's releases.

v2.5.23

Full Changelog: vektah/gqlparser@v2.5.23...v2.5.23

v2.5.22

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.5.21...v2.5.22

Commits
  • 135eef6 Fix quote handling at end of block string descriptions (#355)
  • 94fb1f6 Bump prettier in /validator/imported in the actions-deps group (#354)
  • 3899e77 Bump golangci/golangci-lint-action in the actions-deps group (#353)
  • 1e603df Bump the actions-deps group in /validator/imported with 4 updates (#352)
  • c8b3d7b Bump golangci/golangci-lint-action in the actions-deps group (#350)
  • 1bbd895 Bump the actions-deps group in /validator/imported with 4 updates (#349)
  • a9517a5 Bump github.com/agnivade/levenshtein in the actions-deps group (#345)
  • 23ba15b Support generation of the prelude.graphql based on graphql-js (#344)
  • 28ef20a Bump the actions-deps group in /validator/imported with 3 updates (#343)
  • 4de5ffd Update spec support for latest draft version (#342)
  • Additional commits viewable in compare view

Updates go.uber.org/mock from 0.5.0 to 0.5.1

Release notes

Sourced from go.uber.org/mock's releases.

v0.5.1

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

Changelog

Sourced from go.uber.org/mock's changelog.

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

Commits

Updates google.golang.org/grpc from 1.70.0 to 1.71.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.71.1

Bug Fixes

  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#8179)

Release 1.71.0

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#8027)
  • balancer: balancer.ClientConn implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#8052)

New Features

  • xds: Add support for dualstack via the additional_addresses field in the Endpoint resource. To disable this feature, set the environment variable GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#8134)
  • stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (#7852)
  • xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (#8038)
  • balancer/leastrequest, roundrobin: Add dualstack support. (#7969, #7966)
  • balancer/endpointsharding: Balancers created with the new DisableAutoReconnect option will not attempt to call ExitIdle automatically on their children when the children report idle. (#8052)

Bug Fixes

  • client: Fix support for proxies when using grpc.NewClient so the target is resolved by the proxy as expected. (#7881)
    • Added WithLocalDNSResolution() dial option to explicitly force target resolution on the client instead. (#7881)
  • weightedtarget: Return erroring picker when no targets are configured. (#8070)
  • xds: Fail RPCs with UNAVAILABLE when the EDS resource is missing or contains no endpoints (#8070)
  • xdsclient: Fix a bug where connectivity failures were reported to resource watchers before trying all listed servers. (#8075)
  • grpc: Fix the number of bytes reported in the error message when encoded messages are larger than 4GB. (#8033)
  • xds: Fixed a bug preventing tests from creating multiple servers or channels with different bootstrap configs. (#8050)
  • grpc: Fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (#7918)

Documentation

  • client: Improve documentation of grpc.NewClient and ClientConn.CanonicalTarget by providing examples. (#8078)
  • examples/features/dualstack: New example demonstrating usage of endpoints and dualstack functionality. (#8098)
Commits

Updates google.golang.org/protobuf from 1.36.4 to 1.36.5

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

… 6 updates

Bumps the gomod-normal-deps group with 4 updates in the / directory: [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen), [github.com/samber/lo](https://github.com/samber/lo), [go.uber.org/mock](https://github.com/uber/mock) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `github.com/99designs/gqlgen` from 0.17.63 to 0.17.70
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](99designs/gqlgen@v0.17.63...v0.17.70)

Updates `github.com/samber/lo` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.49.0...v1.49.1)

Updates `github.com/vektah/gqlparser/v2` from 2.5.21 to 2.5.23
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.21...v2.5.23)

Updates `go.uber.org/mock` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.5.0...v0.5.1)

Updates `google.golang.org/grpc` from 1.70.0 to 1.71.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.70.0...v1.71.1)

Updates `google.golang.org/protobuf` from 1.36.4 to 1.36.5

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-version: 0.17.70
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-normal-deps
- dependency-name: github.com/samber/lo
  dependency-version: 1.49.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-normal-deps
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-version: 2.5.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-normal-deps
- dependency-name: go.uber.org/mock
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-normal-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.71.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-normal-deps
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-normal-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant