Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
github.com/stripe/stripe-go/v82 v82.5.0 -> v82.5.1 age confidence

Release Notes

stripe/stripe-go (github.com/stripe/stripe-go/v82)

v82.5.1

Compare Source

  • #​2119 Add prevented to the dispute.status enum.
    • It's supported in the 2025-08-27.basil of the API, but was mistakenly excluded from this SDK. That issue is now resolved.
  • #​2117 Add LastResponse to resources returned in List and Search APIs
    Add a LastResponse to each resource returned from either a List or Search API call using stripe.Client. The RawJSON is the JSON corresponding to just that item. This is useful for accessing fields not exposed in the SDK.
for cust, err := range sc.V1Customers.List(context.TODO(), &stripe.CustomerListParams{}) {
    if err != nil {
        return err
    }
    customerJSON := cust.LastResponse.RawJSON
    log.Printf("Customer JSON: %s", customerJSON) // {"id":"cus_123",...}
}

See the changelog for more details.


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 17, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: billing/go.sum
Command failed: go get -t ./...
go: downloading github.com/shortlink-org/shortlink v0.0.0-20250831172403-56d0e0710b60
go: downloading github.com/prometheus/client_golang v1.23.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0
go: downloading github.com/ory/client-go v1.21.6
go: downloading golang.org/x/net v0.43.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c
go: downloading github.com/golang-migrate/migrate/v4 v4.18.3
go: downloading golang.org/x/sys v0.35.0
go: downloading golang.org/x/text v0.28.0
go: downloading github.com/XSAM/otelsql v0.39.0
go: downloading github.com/neo4j/neo4j-go-driver/v5 v5.28.2
go: downloading github.com/redis/go-redis/v9 v9.12.1
go: downloading github.com/spf13/cobra v1.9.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0
go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.59.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0
go: downloading github.com/prometheus/common v0.65.0
go: downloading golang.org/x/crypto v0.41.0
go: downloading go.opentelemetry.io/proto/otlp v1.7.0
go: downloading github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f
go: downloading github.com/docker/docker v28.0.1+incompatible
go: downloading github.com/cenkalti/backoff/v5 v5.0.2
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c
go: github.com/shortlink-org/billing/billing/internal/di imports
	github.com/shortlink-org/shortlink/pkg/observability/monitoring: cannot find module providing package github.com/shortlink-org/shortlink/pkg/observability/monitoring
go: github.com/shortlink-org/billing/billing/internal/usecases/account imports
	github.com/shortlink-org/shortlink/pkg/pattern/specification: cannot find module providing package github.com/shortlink-org/shortlink/pkg/pattern/specification
go: github.com/shortlink-org/billing/billing/internal/usecases/tariff imports
	github.com/shortlink-org/shortlink/pkg/logger/field: cannot find module providing package github.com/shortlink-org/shortlink/pkg/logger/field
go: github.com/shortlink-org/billing/billing/internal/usecases/account tested by
	github.com/shortlink-org/billing/billing/internal/usecases/account.test imports
	github.com/shortlink-org/go-sdk/logger/config: cannot find module providing package github.com/shortlink-org/go-sdk/logger/config

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