Skip to content

chore: Update non-major dependencies#1059

Merged
renovate[bot] merged 4 commits intomasterfrom
renovate/non-major-dependencies
Jun 2, 2025
Merged

chore: Update non-major dependencies#1059
renovate[bot] merged 4 commits intomasterfrom
renovate/non-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

Close goravel/goravel#229
Close goravel/goravel#639

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/charmbracelet/huh/spinner require digest d6f1597 -> fe12c0e age adoption passing confidence
github.com/gookit/validate require patch v1.5.4 -> v1.5.5 age adoption passing confidence
github.com/redis/go-redis/v9 require minor v9.8.0 -> v9.9.0 age adoption passing confidence
github.com/spf13/cast require minor v1.8.0 -> v1.9.1 age adoption passing confidence
golang.org/x/exp require digest ce4c2cf -> b6e5de4 age adoption passing confidence
google.golang.org/genproto replace digest 55703ea -> 200df99 age adoption passing confidence
google.golang.org/genproto/googleapis/rpc replace digest 55703ea -> 200df99 age adoption passing confidence
google.golang.org/grpc require patch v1.72.1 -> v1.72.2 age adoption passing confidence

Release Notes

gookit/validate (github.com/gookit/validate)

v1.5.5

Compare Source

Change Log

Feature
Other

New Contributors

Full Changelog: gookit/validate@v1.5.4...v1.5.5

redis/go-redis (github.com/redis/go-redis/v9)

v9.9.0: 9.9.0

Compare Source

🚀 Highlights

  • Token-based Authentication: Added StreamingCredentialsProvider for dynamic credential updates (experimental)
  • Connection Statistics: Added connection waiting statistics for better monitoring
  • Failover Improvements: Added ParseFailoverURL for easier failover configuration
  • Ring Client Enhancements: Added shard access methods for better Pub/Sub management

✨ New Features

  • Added StreamingCredentialsProvider for token-based authentication (#​3320)
    • Supports dynamic credential updates
    • Includes connection close hooks
    • Note: Currently marked as experimental
  • Added ParseFailoverURL for parsing failover URLs (#​3362)
  • Added connection waiting statistics (#​2804)
  • Added new utility functions:
    • ParseFloat and MustParseFloat in public utils package (#​3371)
    • Unit tests for Atoi, ParseInt, ParseUint, and ParseFloat (#​3377)
  • Added Ring client shard access methods:
    • GetShardClients() to retrieve all active shard clients
    • GetShardClientForKey(key string) to get the shard client for a specific key (#​3388)

🐛 Bug Fixes

  • Fixed routing reads to loading slave nodes (#​3370)
  • Added support for nil lag in XINFO GROUPS (#​3369)
  • Fixed pool acquisition timeout issues (#​3381)
  • Optimized unnecessary copy operations (#​3376)

📚 Documentation

  • Updated documentation for XINFO GROUPS with nil lag support (#​3369)
  • Added package-level comments for new features

⚡ Performance and Reliability

  • Optimized ReplaceSpaces function (#​3383)
  • Set default value for Options.Protocol in init() (#​3387)
  • Exported pool errors for public consumption (#​3380)

🔧 Dependencies and Infrastructure

🧪 Testing

  • Added unit tests for pool acquisition timeout (#​3381)
  • Added unit tests for utility functions (#​3377)

👥 Contributors

We would like to thank all the contributors who made this release possible:

@​ndyakov, @​ofekshenawa, @​LINKIWI, @​iamamirsalehi, @​fukua95, @​lzakharov, @​DengY11

📝 Changelog

For a complete list of changes, see the full changelog.

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

v1.9.1

Compare Source

What's Changed

Full Changelog: spf13/cast@v1.9.0...v1.9.1

v1.9.0

Compare Source

Notable new features 🎉

  • Casting from type aliases is now supported for basic types
  • Added generic functions: To/ToE, Must, ToNumber/ToNumberE
  • Increased test coverage
  • Converting float numbers from string is now supported

What's Changed

New Contributors

Full Changelog: spf13/cast@v1.8.0...v1.9.0

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

v1.72.2

Compare Source


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 June 2, 2025 01:07
@renovate
Copy link
Contributor Author

renovate bot commented Jun 2, 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):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/genproto/googleapis/api v0.0.0-20250512202823-5a2f75b736a9 -> v0.0.0-20250519155744-55703ea1f237

@renovate renovate bot enabled auto-merge (squash) June 2, 2025 01:07
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from 8a75f80 to 8d368fe Compare June 2, 2025 12:33
@hwbrzzl hwbrzzl force-pushed the renovate/non-major-dependencies branch from 8d368fe to fab7b21 Compare June 2, 2025 12:58
@renovate
Copy link
Contributor Author

renovate bot commented Jun 2, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@codecov
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.31%. Comparing base (8f5d174) to head (4dad5e5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1059      +/-   ##
==========================================
+ Coverage   71.28%   71.31%   +0.02%     
==========================================
  Files         181      181              
  Lines       12723    12732       +9     
==========================================
+ Hits         9070     9080      +10     
+ Misses       3264     3263       -1     
  Partials      389      389              

☔ 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 merged commit 6b6b6a8 into master Jun 2, 2025
14 checks passed
@renovate renovate bot deleted the renovate/non-major-dependencies branch June 2, 2025 13:14
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.

Url中的数组参数没有被验证器识别成数组 🐛 [Bug] media file not parsing correctly

1 participant