Skip to content

fix(deps): update all non-major dependencies - #77

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#77
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cloud.google.com/go/bigquery v1.78.0v1.83.0 age confidence
github.com/arquivei/foundationkit v0.10.6v0.12.0 age confidence
github.com/stretchr/testify v1.11.1v1.12.1 age confidence

Release Notes

googleapis/google-cloud-go (cloud.google.com/go/bigquery)

v1.83.0: bigquery: v1.83.0

Features

v1.82.0: bigquery: v1.82.0

Features

v1.81.0: bigquery: v1.81.0

Features

v1.80.0: bigquery: v1.80.0

Features

v1.79.1: bigquery: v1.79.1

Bug Fixes
  • bigquery: Preserve SourceJob and QueryID when Storage API used (#​20314) (8fc01f2)

v1.79.0: bigquery: v1.79.0

Features
arquivei/foundationkit (github.com/arquivei/foundationkit)

v0.12.0

Compare Source

Updates dependencies to latest available versions

v0.11.0

Compare Source

What's Changed

  • fix: replace discontinued hamba/avro with maintained arquivei fork by @​victormn in #​350

Full Changelog: arquivei/foundationkit@v0.10.7...v0.11.0

v0.10.7

Compare Source

What's Changed

Full Changelog: arquivei/foundationkit@v0.10.6...v0.10.7

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

v1.12.1

Compare Source

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

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

What's Changed

New Contributors

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Monday"
  • Automerge
    • At any time (no schedule defined)

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

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 force-pushed the renovate/all-minor-patch branch from 7d969bc to b2d3ba5 Compare July 28, 2026 14:04
@renovate renovate Bot changed the title fix(deps): update module cloud.google.com/go/bigquery to v1.79.0 fix(deps): update all non-major dependencies Jul 28, 2026
@renovate

renovate Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

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

Details:

Package Change
go 1.25.0 -> 1.26
cloud.google.com/go/auth v0.20.0 -> v0.23.2
cloud.google.com/go/iam v1.11.0 -> v1.13.0
github.com/felixge/httpsnoop v1.0.4 -> v1.1.0
github.com/go-logr/logr v1.4.3 -> v1.4.4
github.com/googleapis/enterprise-certificate-proxy v0.3.17 -> v0.3.21
github.com/googleapis/gax-go/v2 v2.23.0 -> v2.24.0
github.com/mattn/go-colorable v0.1.14 -> v0.1.15
github.com/mattn/go-isatty v0.0.20 -> v0.0.24
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 -> v0.70.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 -> v0.70.0
go.opentelemetry.io/otel v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/metric v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/trace v1.44.0 -> v1.45.0
golang.org/x/crypto v0.53.0 -> v0.55.0
golang.org/x/mod v0.36.0 -> v0.38.0
golang.org/x/net v0.56.0 -> v0.58.0
golang.org/x/sync v0.21.0 -> v0.22.0
golang.org/x/sys v0.46.0 -> v0.47.0
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 -> v0.0.0-20260708182218-49f421fb7959
golang.org/x/text v0.38.0 -> v0.41.0
golang.org/x/tools v0.45.0 -> v0.48.0
google.golang.org/api v0.287.1 -> v0.293.0
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 -> v0.0.0-20260819154853-08b0e4226688
google.golang.org/genproto/googleapis/api v0.0.0-20260630182238-925bb5da69e7 -> v0.0.0-20260819154853-08b0e4226688
google.golang.org/genproto/googleapis/rpc v0.0.0-20260630182238-925bb5da69e7 -> v0.0.0-20260819154853-08b0e4226688
google.golang.org/grpc v1.82.0 -> v1.83.1
google.golang.org/protobuf v1.36.11 -> v1.36.12

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 31d4512 to a09cbd0 Compare August 3, 2026 20:33
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update module github.com/arquivei/foundationkit to v0.11.0 Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a09cbd0 to 243a775 Compare August 4, 2026 01:58
@renovate renovate Bot changed the title fix(deps): update module github.com/arquivei/foundationkit to v0.11.0 fix(deps): update all non-major dependencies Aug 4, 2026
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update module github.com/arquivei/foundationkit to v0.11.0 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb5488a to 3f6e371 Compare August 4, 2026 15:54
@renovate renovate Bot changed the title fix(deps): update module github.com/arquivei/foundationkit to v0.11.0 fix(deps): update all non-major dependencies Aug 4, 2026
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update module github.com/arquivei/foundationkit to v0.11.0 Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3123709 to b23acf4 Compare August 5, 2026 11:02
@renovate renovate Bot changed the title fix(deps): update module github.com/arquivei/foundationkit to v0.11.0 fix(deps): update all non-major dependencies Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b23acf4 to 9eefbd8 Compare August 5, 2026 20:03
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update module github.com/arquivei/foundationkit to v0.11.0 Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 9eefbd8 to 922b789 Compare August 5, 2026 21:42
@renovate renovate Bot changed the title fix(deps): update module github.com/arquivei/foundationkit to v0.11.0 fix(deps): update all non-major dependencies Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7bf2baf to 1cd4109 Compare August 13, 2026 19:33
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a463315 to 9dc9f95 Compare August 21, 2026 21:38
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 9dc9f95 to 5424ade Compare August 27, 2026 22:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d340b76 to be34ff0 Compare September 2, 2026 05:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from be34ff0 to 98792c3 Compare September 2, 2026 23:32
@sonarqubecloud

sonarqubecloud Bot commented Sep 2, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants