Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/moov-io/base v0.55.0 -> v0.60.0 age confidence require minor
github.com/spf13/cobra v1.9.1 -> v1.10.1 age confidence require minor
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
go (source) 1.24.3 -> 1.25.4 age confidence toolchain minor
golang 1.24 -> 1.25 age confidence stage minor
golang.org/x/oauth2 v0.30.0 -> v0.32.0 age confidence require minor

Release Notes

moov-io/base (github.com/moov-io/base)

v0.60.0

Compare Source

What's Changed

Full Changelog: moov-io/base@v0.59.0...v0.60.0

v0.59.0

Compare Source

What's Changed

  • refactor!: clarify variable naming for attempts in retryable operations by @​sarumont in #​475

Full Changelog: moov-io/base@v0.58.0...v0.59.0

v0.58.0

Compare Source

What's Changed

Full Changelog: moov-io/base@v0.57.1...v0.58.0

v0.57.1

Compare Source

What's Changed

  • fix(deps): update module github.com/go-viper/mapstructure/v2 to v2.3.0 [security] by @​renovate[bot] in #​465
  • fix(deps): update opentelemetry-go monorepo to v1.37.0 by @​renovate[bot] in #​463

Full Changelog: moov-io/base@v0.57.0...v0.57.1

v0.57.0

Compare Source

What's Changed

Full Changelog: moov-io/base@v0.56.0...v0.57.0

v0.56.0

Compare Source

IMPROVEMENTS

  • http: Update LimitedSkipCount and GetSkipAndCount to support either http.Request or string as input

v0.55.1

Compare Source

IMPROVEMENTS

  • fix: remove mutex locking in database.RunMigrations to allow tests to fully benefit from runs using t.Parallel()

BUILD

  • fix(deps): update opentelemetry-go monorepo to v1.36.0 (#​458)
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.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.10

v1.24.9

v1.24.8

v1.24.7

v1.24.6

v1.24.5

v1.24.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 requested a review from adamdecaf as a code owner June 6, 2025 21:01
@renovate renovate bot force-pushed the renovate/all branch from 29b1a15 to 745da8a Compare June 9, 2025 21:35
@renovate renovate bot changed the title chore(deps): update dependency go to v1.24.4 fix(deps): update all Jun 9, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b007f88 to bd6bdf7 Compare July 8, 2025 20:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3665297 to 2b02b02 Compare August 12, 2025 22:04
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d42f3fc to 901cbef Compare August 27, 2025 17:29
@renovate
Copy link
Contributor Author

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

  • 50 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.121.2 -> v0.123.0
cloud.google.com/go/alloydb v1.16.0 -> v1.18.0
cloud.google.com/go/alloydbconn v1.15.2 -> v1.15.6
cloud.google.com/go/auth v0.16.1 -> v0.16.5
cloud.google.com/go/compute/metadata v0.7.0 -> v0.9.0
cloud.google.com/go/spanner v1.82.0 -> v1.86.0
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 -> v1.5.3
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 -> v1.29.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 -> v0.53.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 -> v0.53.0
github.com/cenkalti/backoff/v5 v5.0.2 -> v5.0.3
github.com/go-jose/go-jose/v4 v4.1.0 -> v4.1.2
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/go-sql-driver/mysql v1.9.2 -> v1.9.3
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.4.0
github.com/golang-migrate/migrate/v4 v4.18.3 -> v4.19.0
github.com/googleapis/gax-go/v2 v2.14.2 -> v2.15.0
github.com/googleapis/go-sql-spanner v1.13.2 -> v1.19.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 -> v2.27.2
github.com/jackc/pgx/v5 v5.7.5 -> v5.7.6
github.com/prometheus/client_golang v1.22.0 -> v1.23.2
github.com/prometheus/common v0.64.0 -> v0.66.1
github.com/sagikazarmark/locafero v0.9.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/cast v1.8.0 -> v1.10.0
github.com/spf13/pflag v1.0.6 -> v1.0.10
github.com/spf13/viper v1.20.1 -> v1.21.0
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 -> v1.37.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 -> v0.62.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.62.0
go.opentelemetry.io/otel v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/sdk/metric v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.6.0 -> v1.7.1
golang.org/x/crypto v0.38.0 -> v0.42.0
golang.org/x/net v0.40.0 -> v0.44.0
golang.org/x/sync v0.14.0 -> v0.17.0
golang.org/x/sys v0.33.0 -> v0.36.0
golang.org/x/text v0.25.0 -> v0.29.0
golang.org/x/time v0.11.0 -> v0.14.0
google.golang.org/api v0.234.0 -> v0.251.0
google.golang.org/genproto v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250804133106-a7a43d27e69b
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20251002232023-7c0ddcbb5797

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 48dfe92 to d9e2a33 Compare September 10, 2025 16:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1cbd7e6 to 83eacae Compare October 6, 2025 21:25
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 45eecf1 to 3ff68df Compare October 14, 2025 01:34
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.

1 participant