Skip to content

fix(deps): update all dependencies#434

Merged
mbrt merged 1 commit intomasterfrom
renovate/all
Oct 1, 2025
Merged

fix(deps): update all dependencies#434
mbrt merged 1 commit intomasterfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4 -> v5 age confidence
actions/setup-go action major v5 -> v6 age confidence
actions/stale action major v9 -> v10 age confidence
codecov/codecov-action action minor v5.4.3 -> v5.5.1 age confidence
github.com/fatih/color require digest 2aae7c9 -> 4c05561
github.com/spf13/cobra require minor v1.9.1 -> v1.10.1 age confidence
github.com/stretchr/testify require minor v1.10.0 -> v1.11.1 age confidence
go (source) toolchain minor 1.24.4 -> 1.25.1 age confidence
go uses-with minor 1.24 -> 1.25 age confidence
golang.org/x/oauth2 require minor v0.30.0 -> v0.31.0 age confidence
google.golang.org/api require minor v0.236.0 -> v0.251.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

actions/setup-go (actions/setup-go)

v6

Compare Source

actions/stale (actions/stale)

v10

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

spf13/cobra (github.com/spf13/cobra)

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

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

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

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

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

v1.25.0

v1.24.7

v1.24.6

v1.24.5

actions/go-versions (go)

v1.25.1: 1.25.1

Compare Source

Go 1.25.1

v1.25.0: 1.25.0

Compare Source

Go 1.25.0

googleapis/google-api-go-client (google.golang.org/api)

v0.251.0

Compare Source

Features

v0.250.0

Compare Source

Features

v0.249.0

Compare Source

Features

v0.248.0

Compare Source

Features

v0.247.0

Compare Source

Features

v0.246.0

Compare Source

Features
Bug Fixes

v0.245.0

Compare Source

Features
Bug Fixes
  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#​3258) (091d422)

v0.244.0

Compare Source

Features

v0.243.0

Compare Source

Features
Bug Fixes
  • gensupport: Update chunk upload logic for robust timeout handling. (#​3208) (93865aa)

v0.242.0

Compare Source

Features

v0.241.0

Compare Source

Features

v0.240.0

Compare Source

Features

v0.239.0

Compare Source

Features

v0.238.0

Compare Source

Features

v0.237.0

Compare Source

Features

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 added the kind/dependencies Pull requests that update a dependency file label Oct 1, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Oct 1, 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):

  • 17 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.1 -> v0.16.5
cloud.google.com/go/compute/metadata v0.7.0 -> v0.9.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/googleapis/gax-go/v2 v2.14.2 -> v2.15.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/spf13/pflag v1.0.6 -> v1.0.9
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.61.0
go.opentelemetry.io/otel v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.37.0
golang.org/x/crypto v0.38.0 -> v0.42.0
golang.org/x/net v0.40.0 -> v0.44.0
golang.org/x/sys v0.33.0 -> v0.36.0
golang.org/x/text v0.25.0 -> v0.29.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a -> v0.0.0-20250929231259-57b25ae835d4
google.golang.org/grpc v1.72.2 -> v1.75.1
google.golang.org/protobuf v1.36.6 -> v1.36.9

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@e9bd182). Learn more about missing BASE report.
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #434   +/-   ##
=========================================
  Coverage          ?   37.40%           
=========================================
  Files             ?       54           
  Lines             ?     4516           
  Branches          ?        0           
=========================================
  Hits              ?     1689           
  Misses            ?     2740           
  Partials          ?       87           

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

@mbrt mbrt merged commit 9365735 into master Oct 1, 2025
5 checks passed
@renovate renovate bot deleted the renovate/all branch October 1, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant