Skip to content

chore: Update non-major dependencies#1201

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/brianvoe/gofakeit/v7 v7.5.1 -> v7.6.0 age confidence require minor
github.com/charmbracelet/huh/spinner fa7f8a2 -> 904537b age confidence require digest
github.com/spf13/cast v1.9.2 -> v1.10.0 age confidence require minor
github.com/spf13/viper v1.20.1 -> v1.21.0 age confidence require minor
golang.org/x/crypto v0.41.0 -> v0.42.0 age confidence require minor
golang.org/x/exp 8b4c13b -> df92998 age confidence require digest
golang.org/x/text v0.28.0 -> v0.29.0 age confidence require minor
google.golang.org/genproto ef028d9 -> 9702482 age confidence replace digest
google.golang.org/genproto/googleapis/rpc ef028d9 -> 9702482 age confidence replace digest
google.golang.org/grpc v1.75.0 -> v1.75.1 age confidence require patch
google.golang.org/protobuf v1.36.8 -> v1.36.9 age confidence require patch
gorm.io/gorm v1.30.3 -> v1.31.0 age confidence require minor

Release Notes

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

v7.6.0

Compare Source

spf13/cast (github.com/spf13/cast)

v1.10.0

Compare Source

What's Changed
New Contributors

Full Changelog: spf13/cast@v1.9.2...v1.10.0

spf13/viper (github.com/spf13/viper)

v1.21.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

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

v1.75.1: Release 1.75.1

Compare Source

Bug Fixes
  • transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. (#​8519)
  • xdsclient:
    • Fix a data race caused while reporting load to LRS. (#​8483)
    • Fix regression preventing empty node IDs when creating an LRS client. (#​8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#​8528)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.9

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.8...v1.36.9

User-visible changes:
CL/699715: cmd/protoc-gen-go: add test for "import option" directive
CL/699115: internal/editionssupport: declare support for edition 2024
CL/697595: editions: Fix spelling mistake in panic message

go-gorm/gorm (gorm.io/gorm)

v1.31.0

Compare Source

Changes

  • Add association operation support to generics Set API and enable conditional bulk association updates @​jinzhu (#​7581)

v1.30.5

Compare Source

Changes
  • No changes

v1.30.4

Compare Source

Changes


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 September 15, 2025 00:37
@renovate renovate bot enabled auto-merge (squash) September 15, 2025 00:37
@renovate
Copy link
Contributor Author

renovate bot commented Sep 15, 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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/sagikazarmark/locafero v0.8.0 -> v0.11.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.14.0 -> v1.15.0
github.com/spf13/pflag v1.0.6 -> v1.0.10
golang.org/x/mod v0.27.0 -> v0.28.0
golang.org/x/net v0.43.0 -> v0.44.0
golang.org/x/sync v0.16.0 -> v0.17.0
golang.org/x/term v0.34.0 -> v0.35.0
golang.org/x/tools v0.36.0 -> v0.37.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):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.41.0 -> v0.42.0
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b -> v0.0.0-20250911091902-df9299821621
golang.org/x/net v0.43.0 -> v0.44.0
golang.org/x/sync v0.16.0 -> v0.17.0
golang.org/x/term v0.34.0 -> v0.35.0
golang.org/x/text v0.28.0 -> v0.29.0
google.golang.org/grpc v1.75.0 -> v1.75.1
google.golang.org/protobuf v1.36.8 -> v1.36.9

@codecov
Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.55%. Comparing base (0ac17a6) to head (6668cb5).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1201   +/-   ##
=======================================
  Coverage   68.55%   68.55%           
=======================================
  Files         228      228           
  Lines       14588    14588           
=======================================
  Hits        10001    10001           
  Misses       4229     4229           
  Partials      358      358           

☔ 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 from 9e74153 to 8fa51b6 Compare September 15, 2025 01:25
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 8fa51b6 to 6668cb5 Compare September 15, 2025 01:26
@renovate renovate bot merged commit bcf8f73 into master Sep 15, 2025
14 checks passed
@renovate renovate bot deleted the renovate/non-major-dependencies branch September 15, 2025 01:32
alfanzain pushed a commit to alfanzain/goravel-framework that referenced this pull request Sep 15, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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