Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 13, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/fatih/color v1.18.0v1.19.0 age confidence
github.com/getkin/kin-openapi v0.134.0v0.135.0 age confidence
github.com/gin-contrib/requestid v1.0.5v1.0.6 age confidence
github.com/jarcoal/httpmock v1.3.1v1.4.1 age confidence
github.com/projectdiscovery/wappalyzergo v0.2.72v0.2.75 age confidence
go.opentelemetry.io/otel v1.42.0v1.43.0 age confidence
go.opentelemetry.io/otel/metric v1.42.0v1.43.0 age confidence
golang.org/x/text v0.35.0v0.36.0 age confidence

Release Notes

fatih/color (github.com/fatih/color)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

getkin/kin-openapi (github.com/getkin/kin-openapi)

v0.135.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.134.0...v0.135.0

gin-contrib/requestid (github.com/gin-contrib/requestid)

v1.0.6

Compare Source

Changelog

Enhancements
Build process updates
Others
jarcoal/httpmock (github.com/jarcoal/httpmock)

v1.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.3.1...v1.4.0

projectdiscovery/wappalyzergo (github.com/projectdiscovery/wappalyzergo)

v0.2.75

Compare Source

0.2.75 (2026-04-05)

v0.2.74

Compare Source

0.2.74 (2026-03-29)

v0.2.73

Compare Source

0.2.73 (2026-03-22)
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.43.0: /v0.65.0/v0.19.0

Compare Source

Added

  • Add IsRandom and WithRandom on TraceFlags, and IsRandom on SpanContext in go.opentelemetry.io/otel/trace
    for W3C Trace Context Level 2 Random Trace ID Flag support. (#​8012)
  • Add service detection with WithService in go.opentelemetry.io/otel/sdk/resource. (#​7642)
  • Add DefaultWithContext and EnvironmentWithContext in go.opentelemetry.io/otel/sdk/resource to support plumbing context.Context through default and environment detectors. (#​8051)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#​8038)
  • Add support for per-series start time tracking for cumulative metrics in go.opentelemetry.io/otel/sdk/metric.
    Set OTEL_GO_X_PER_SERIES_START_TIMESTAMPS=true to enable. (#​8060)
  • Add WithCardinalityLimitSelector for metric reader for configuring cardinality limits specific to the instrument kind. (#​7855)

Changed

  • Introduce the EMPTY Type in go.opentelemetry.io/otel/attribute to reflect that an empty value is now a valid value, with INVALID remaining as a deprecated alias of EMPTY. (#​8038)
  • Refactor slice handling in go.opentelemetry.io/otel/attribute to optimize short slice values with fixed-size fast paths. (#​8039)
  • Improve performance of span metric recording in go.opentelemetry.io/otel/sdk/trace by returning early if self-observability is not enabled. (#​8067)
  • Improve formatting of metric data diffs in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#​8073)

Deprecated

  • Deprecate INVALID in go.opentelemetry.io/otel/attribute. Use EMPTY instead. (#​8038)

Fixed

  • Return spec-compliant TraceIdRatioBased description. This is a breaking behavioral change, but it is necessary to
    make the implementation spec-compliant. (#​8027)
  • Fix a race condition in go.opentelemetry.io/otel/sdk/metric where the lastvalue aggregation could collect the value 0 even when no zero-value measurements were recorded. (#​8056)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to mitigate excessive memory usage caused by a misconfigured or malicious server.
    Responses exceeding the limit are treated as non-retryable errors. (#​8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to mitigate excessive memory usage caused by a misconfigured or malicious server.
    Responses exceeding the limit are treated as non-retryable errors. (#​8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to mitigate excessive memory usage caused by a misconfigured or malicious server.
    Responses exceeding the limit are treated as non-retryable errors. (#​8108)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for kenv command on BSD. (#​8113)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to correctly handle HTTP2 GOAWAY frame. (#​8096)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.42.0...v1.43.0


Configuration

📅 Schedule: (UTC)

  • 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 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 requested a review from emmanuelgautier as a code owner April 13, 2025 03:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51c68d8 to 7ea5eca Compare April 20, 2025 01:17
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.55%. Comparing base (b147b32) to head (8d52c3a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #259   +/-   ##
=======================================
  Coverage   60.55%   60.55%           
=======================================
  Files          88       88           
  Lines        3288     3288           
=======================================
  Hits         1991     1991           
  Misses       1137     1137           
  Partials      160      160           

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

@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update module github.com/projectdiscovery/wappalyzergo to v0.2.25 Apr 25, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/projectdiscovery/wappalyzergo to v0.2.25 fix(deps): update all non-major dependencies Apr 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d331666 to 490ae2e Compare May 4, 2025 02:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 17ced2b to 06638ef Compare May 11, 2025 02:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2ea80d8 to 83280d9 Compare May 18, 2025 01:53
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented May 18, 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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/bytedance/sonic v1.13.2 -> v1.14.0
github.com/bytedance/sonic/loader v0.2.4 -> v0.3.0
github.com/cloudwego/base64x v0.1.5 -> v0.1.6
github.com/gin-contrib/sse v1.0.0 -> v1.1.0
github.com/go-playground/validator/v10 v10.26.0 -> v10.27.0
github.com/klauspost/cpuid/v2 v2.2.10 -> v2.3.0
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/spf13/pflag v1.0.6 -> v1.0.9
github.com/ugorji/go/codec v1.2.12 -> v1.3.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.39.0
golang.org/x/arch v0.16.0 -> v0.20.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b975b7a to 4abaae2 Compare May 25, 2025 02:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4473078 to e2d84a6 Compare June 6, 2025 21:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1a543b1 to aac22a8 Compare June 15, 2025 01:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2452a8d to 2818a3f Compare June 26, 2025 16:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2818a3f to 79368da Compare June 29, 2025 02:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1518315 to 118e2b7 Compare July 13, 2025 02:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4272a58 to ba71ec0 Compare September 2, 2025 00:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bc5aa10 to 19496d3 Compare September 9, 2025 05:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d7595b6 to 54a2b7a Compare September 21, 2025 02:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fcafa2b to 583725a Compare September 29, 2025 02:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 41db0e5 to f61be79 Compare October 5, 2025 04:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0926594 to 17f095d Compare October 12, 2025 16:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f80e63d to 282f44c Compare October 19, 2025 01:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4138647 to 002dda0 Compare October 26, 2025 00:55
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 3, 2026

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

  • 3 additional dependencies were updated

Details:

Package Change
github.com/oasdiff/yaml v0.0.1 -> v0.0.9
github.com/oasdiff/yaml3 v0.0.1 -> v0.0.9
go.opentelemetry.io/otel/trace v1.42.0 -> v1.43.0

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