chore(deps): consolidate dependency updates#115
Merged
alexgarzao merged 1 commit intodevelopfrom Apr 13, 2026
Merged
Conversation
Bump the following dependencies: - github.com/go-playground/validator/v10: v10.30.1 → v10.30.2 - github.com/google/cel-go: v0.27.0 → v0.28.0 - github.com/testcontainers/testcontainers-go: v0.41.0 → v0.42.0 - github.com/testcontainers/testcontainers-go/modules/postgres: v0.41.0 → v0.42.0 - go.opentelemetry.io/otel: v1.42.0 → v1.43.0 - go.opentelemetry.io/otel/sdk: v1.42.0 → v1.43.0 - go.opentelemetry.io/otel/sdk/metric: v1.42.0 → v1.43.0 - go.opentelemetry.io/otel/trace: v1.42.0 → v1.43.0 - golang.org/x/text: v0.35.0 → v0.36.0 Consolidates Dependabot PRs: #99, #100, #101, #102, #103, #111, #112, #113, #114
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughUpdates direct and indirect Go module dependencies to newer versions, including patch and minor version bumps for packages like validator, cel-go, testcontainers, OpenTelemetry, and golang.org/x utilities. Adjusts indirect dependency graph by replacing docker with moby references. Changes
Comment |
📊 Unit Test Coverage Report:
|
| Metric | Value |
|---|---|
| Overall Coverage | 82.7% |
| Threshold | 85% |
Coverage by Package
| Package | Coverage |
|---|---|
tracer/internal/adapters/cel |
81.9% |
tracer/internal/adapters/http/in/middleware |
55.1% |
tracer/internal/adapters/http/in |
81.6% |
tracer/internal/adapters/postgres/db |
50.0% |
tracer/internal/adapters/postgres |
76.2% |
tracer/internal/services/cache |
95.6% |
tracer/internal/services/command |
78.9% |
tracer/internal/services/query |
79.8% |
tracer/internal/services/workers |
80.1% |
tracer/internal/services |
47.4% |
tracer/internal/testhelper |
0.0% |
tracer/pkg/clock |
50.0% |
tracer/pkg/contextutil |
100.0% |
tracer/pkg/hash |
100.0% |
tracer/pkg/logging |
100.0% |
tracer/pkg/migration |
89.0% |
tracer/pkg/model |
95.0% |
tracer/pkg/net/http |
88.3% |
tracer/pkg/resilience |
97.8% |
tracer/pkg/sanitize |
87.1% |
tracer/pkg/validation |
50.0% |
tracer/pkg |
96.6% |
Generated by Go PR Analysis workflow
🔒 Security Scan Results —
|
| Policy | Status |
|---|---|
| Default non-root user | ✅ Passed |
| No fixable critical/high CVEs | ✅ Passed |
| No high-profile vulnerabilities | ✅ Passed |
| No AGPL v3 licenses | ✅ Passed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates all open Dependabot dependency updates into a single PR.
Dependencies updated
github.com/go-playground/validator/v10github.com/google/cel-gogithub.com/testcontainers/testcontainers-gogithub.com/testcontainers/testcontainers-go/modules/postgresgo.opentelemetry.io/otelgo.opentelemetry.io/otel/sdkgo.opentelemetry.io/otel/sdk/metricgo.opentelemetry.io/otel/tracegolang.org/x/textSupersedes
Closes #99, closes #100, closes #101, closes #102, closes #103, closes #111, closes #112, closes #113, closes #114
Notes