Skip to content

Comments

chore: Update non-major dependencies#1174

Merged
hwbrzzl merged 1 commit intomasterfrom
renovate/non-major-dependencies
Aug 25, 2025
Merged

chore: Update non-major dependencies#1174
hwbrzzl merged 1 commit intomasterfrom
renovate/non-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/brianvoe/gofakeit/v7 v7.3.0 -> v7.4.0 age confidence require minor
github.com/charmbracelet/huh/spinner 95b882d -> c41a69b age confidence require digest
github.com/goravel/framework v1.16.0 -> v1.16.1 age confidence require patch
github.com/stretchr/testify v1.10.0 -> v1.11.0 age confidence require minor
go (source) 1.24.6 -> 1.25.0 age confidence toolchain minor
golang.org/x/exp 42675ad -> 8b4c13b age confidence require digest
google.golang.org/genproto 5f3141c -> 3122310 age confidence replace digest
google.golang.org/genproto/googleapis/rpc 5f3141c -> 3122310 age confidence replace digest
google.golang.org/grpc v1.74.2 -> v1.75.0 age confidence require minor
google.golang.org/protobuf v1.36.7 -> v1.36.8 age confidence require patch

Release Notes

brianvoe/gofakeit (github.com/brianvoe/gofakeit/v7)

v7.4.0

Compare Source

goravel/framework (github.com/goravel/framework)

v1.16.1

Compare Source

What's Changed

Full Changelog: v1.16.0...v1.16.1

stretchr/testify (github.com/stretchr/testify)

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

golang/go (go)

v1.25.0

grpc/grpc-go (google.golang.org/grpc)

v1.75.0: Release 1.75.0

Compare Source

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#​8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#​8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#​8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#​8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#​8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#​8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#​8476)
  • xds: Fix possible panic when certain invalid resources are encountered. (#​8412)
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#​8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and endpoint in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#​8481)
  • xds: Fix possible panic when clusters are removed from the xds configuration. (#​8428)
  • xdsclient: Fix a race causing "resource doesn not exist" when rapidly subscribing and unsubscribing to the same resource. (#​8369)
  • client: When determining the authority, properly percent-encode (if needed, which is unlikely) when the target string omits the hostname and only specifies a port (grpc.NewClient(":<port-number-or-name>")). (#​8488)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.8

Compare Source

Maintenance:

CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from a team as a code owner August 25, 2025 02:41
@renovate renovate bot enabled auto-merge (squash) August 25, 2025 02:41
@renovate
Copy link
Contributor Author

renovate bot commented Aug 25, 2025

ℹ Artifact update notice

File name: tests/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):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
golang.org/x/exp v0.0.0-20250808145144-a408d31f581a -> v0.0.0-20250819193227-8b4c13bb791b
google.golang.org/grpc v1.74.2 -> v1.75.0
google.golang.org/protobuf v1.36.7 -> v1.36.8

@codecov
Copy link

codecov bot commented Aug 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.55%. Comparing base (b8e3a32) to head (fc96cb1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1174   +/-   ##
=======================================
  Coverage   68.55%   68.55%           
=======================================
  Files         223      223           
  Lines       14472    14472           
=======================================
  Hits         9922     9922           
  Misses       4175     4175           
  Partials      375      375           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hwbrzzl hwbrzzl disabled auto-merge August 25, 2025 13:28
@hwbrzzl hwbrzzl merged commit 154ce7f into master Aug 25, 2025
16 checks passed
@hwbrzzl hwbrzzl deleted the renovate/non-major-dependencies branch August 25, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant