Skip to content

chore: Update non-major dependencies#1224

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/non-major-dependencies
Oct 13, 2025
Merged

chore: Update non-major dependencies#1224
renovate[bot] merged 1 commit intomasterfrom
renovate/non-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/brianvoe/gofakeit/v7 v7.7.3 -> v7.8.0 age confidence require minor
github.com/samber/lo v1.51.0 -> v1.52.0 age confidence require minor
go (source) 1.25.1 -> 1.25.2 age confidence toolchain patch
golang.org/x/crypto v0.42.0 -> v0.43.0 age confidence require minor
golang.org/x/exp 27f1f14 -> d2f985d age confidence require digest
golang.org/x/sys v0.36.0 -> v0.37.0 age confidence require minor
golang.org/x/text v0.29.0 -> v0.30.0 age confidence require minor
google.golang.org/genproto 7c0ddcb -> 49b9836 age confidence replace digest
google.golang.org/genproto/googleapis/rpc 7c0ddcb -> 49b9836 age confidence replace digest
google.golang.org/grpc v1.75.1 -> v1.76.0 age confidence require minor

Release Notes

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

v7.8.0

Compare Source

samber/lo (github.com/samber/lo)

v1.52.0

Compare Source

Thrilled to announce the latest release of samber/lo!

This version brings major improvements:

  • A new it/ sub-package for everything related to the iter package added in Go 1.23. Big up to @​NathanBaulch for its help on this
  • A new documentation -> lo.samber.dev
  • Lots of micro fixes and performance improvements
  • Better code quality with many more linters

✨ A good introduction to streams in Go !

Pasted Graphic 63

What's Changed

Tests

Style

Documentation

Other

New Contributors

Full Changelog: samber/lo@v1.51.0...v1.52.0

golang/go (go)

v1.25.2

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

v1.76.0: Release 1.76.0

Compare Source

Dependencies

Bug Fixes

  • client: Return status INTERNAL when a server sends zero response messages for a unary or client-streaming RPC. (#​8523)
  • client: Fail RPCs with status INTERNAL instead of UNKNOWN upon receiving http headers with status 1xx and END_STREAM flag set. (#​8518)
  • pick_first: Fix race condition that could cause pick_first to get stuck in IDLE state on backend address change. (#​8615)

New Features

  • credentials: Add credentials/jwt package providing file-based JWT PerRPCCredentials (A97). (#​8431)

Performance Improvements

  • client: Improve HTTP/2 header size estimate to reduce re-allocations. (#​8547)
  • encoding/proto: Avoid redundant message size calculation when marshaling. (#​8569)

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 October 13, 2025 01:54
@renovate renovate bot enabled auto-merge (squash) October 13, 2025 01:54
@renovate
Copy link
Contributor Author

renovate bot commented Oct 13, 2025

ℹ 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/mod v0.28.0 -> v0.29.0
golang.org/x/net v0.44.0 -> v0.46.0
golang.org/x/term v0.35.0 -> v0.36.0
golang.org/x/tools v0.37.0 -> v0.38.0
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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/mattn/go-runewidth v0.0.17 -> v0.0.19
github.com/samber/lo v1.51.0 -> v1.52.0
golang.org/x/crypto v0.42.0 -> v0.43.0
golang.org/x/exp v0.0.0-20250911091902-df9299821621 -> v0.0.0-20251009144603-d2f985daa21b
golang.org/x/net v0.44.0 -> v0.46.0
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/term v0.35.0 -> v0.36.0
golang.org/x/text v0.29.0 -> v0.30.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 -> v0.0.0-20250804133106-a7a43d27e69b
google.golang.org/grpc v1.75.1 -> v1.76.0
google.golang.org/protobuf v1.36.9 -> v1.36.10

@codecov
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.69%. Comparing base (a36b537) to head (8b9914e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1224   +/-   ##
=======================================
  Coverage   66.69%   66.69%           
=======================================
  Files         237      237           
  Lines       15918    15918           
=======================================
  Hits        10617    10617           
  Misses       4933     4933           
  Partials      368      368           

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

@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from abde496 to 478597f Compare October 13, 2025 08:40
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 478597f to 8b9914e Compare October 13, 2025 12:40
@renovate renovate bot merged commit 16beafc into master Oct 13, 2025
14 checks passed
@renovate renovate bot deleted the renovate/non-major-dependencies branch October 13, 2025 13:22
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