Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 19, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/bradleyfalzon/ghinstallation/v2 v2.17.0v2.18.0 age confidence require minor
github.com/gin-contrib/cors v1.7.6v1.7.7 age confidence require patch
github.com/gin-contrib/requestid v1.0.5v1.0.6 age confidence require patch
github.com/gin-contrib/timeout v1.1.0v1.2.1 age confidence require minor
github.com/gin-contrib/zap v1.1.5v1.1.7 age confidence require patch
github.com/gin-gonic/gin v1.11.0v1.12.0 age confidence require minor
github.com/knadh/koanf/providers/file v1.2.0v1.2.1 age confidence require patch
github.com/knadh/koanf/v2 v2.3.0v2.3.4 age confidence require patch
github.com/magiconair/properties v1.8.9v1.8.10 age confidence require patch
github.com/spf13/cobra v1.10.1v1.10.2 age confidence require patch
gitlab.com/gitlab-org/api/client-go v0.160.0v0.161.1 age confidence require minor
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.63.0v0.67.0 age confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0v0.67.0 age confidence require minor
go.opentelemetry.io/otel v1.38.0v1.43.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0v1.43.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0v1.43.0 age confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.38.0v1.43.0 age confidence require minor
go.uber.org/zap v1.27.0v1.27.1 age confidence require patch
golang 1.25-bookworm1.26-bookworm age confidence stage minor

Release Notes

bradleyfalzon/ghinstallation (github.com/bradleyfalzon/ghinstallation/v2)

v2.18.0

Compare Source

What's Changed

Full Changelog: bradleyfalzon/ghinstallation@v2.17.0...v2.18.0

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

v1.7.7

Compare Source

Changelog

Others
Bug fixes
Enhancements
Build process updates
gin-contrib/requestid (github.com/gin-contrib/requestid)

v1.0.6

Compare Source

Changelog

Enhancements
Build process updates
Others
gin-contrib/timeout (github.com/gin-contrib/timeout)

v1.2.1

Compare Source

Changelog

Bug fixes
Build process updates

v1.2.0

Compare Source

Changelog

Features
Enhancements
Refactor
  • 68ce8b8: refactor: update Go modules and refactor timeout handling in examples (@​appleboy)
  • b2e7eb5: refactor: refactor panic recovery handling for improved clarity and reuse (@​appleboy)
  • 04d4cff: refactor: refactor and enhance tests for improved clarity and coverage (@​appleboy)
Build process updates
Documentation updates
Others
gin-contrib/zap (github.com/gin-contrib/zap)

v1.1.7

Compare Source

Changelog

Enhancements
Build process updates
Others

v1.1.6

Compare Source

Changelog

Enhancements
Build process updates
gin-gonic/gin (github.com/gin-gonic/gin)

v1.12.0

Compare Source

Features
  • feat(render): add bson protocol (#​4145)
  • feat(context): add GetError and GetErrorSlice methods for error retrieval (#​4502)
  • feat(binding): add support for encoding.UnmarshalText in uri/query binding (#​4203)
  • feat(gin): add option to use escaped path (#​4420)
  • feat(context): add Protocol Buffers support to content negotiation (#​4423)
  • feat(context): implemented Delete method (#​38e7651)
  • feat(logger): color latency (#​4146)
Enhancements
  • perf(tree): reduce allocations in findCaseInsensitivePath (#​4417)
  • perf(recovery): optimize line reading in stack function (#​4466)
  • perf(path): replace regex with custom functions in redirectTrailingSlash (#​4414)
  • perf(tree): optimize path parsing using strings.Count (#​4246)
  • chore(logger): allow skipping query string output (#​4547)
  • chore(context): always trust xff headers from unix socket (#​3359)
  • chore(response): prevent Flush() panic when the underlying ResponseWriter does not implement http.Flusher (#​4479)
  • refactor(recovery): smart error comparison (#​4142)
  • refactor(context): replace hardcoded localhost IPs with constants (#​4481)
  • refactor(utils): move util functions to utils.go (#​4467)
  • refactor(binding): use maps.Copy for cleaner map handling (#​4352)
  • refactor(context): using maps.Clone (#​4333)
  • refactor(ginS): use sync.OnceValue to simplify engine function (#​4314)
  • refactor: replace magic numbers with named constants in bodyAllowedForStatus (#​4529)
  • refactor: for loop can be modernized using range over int (#​4392)
Bug Fixes
  • fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath (#​4535)
  • fix(render): write content length in Data.Render (#​4206)
  • fix(context): ClientIP handling for multiple X-Forwarded-For header values (#​4472)
  • fix(binding): empty value error (#​2169)
  • fix(recover): suppress http.ErrAbortHandler in recover (#​4336)
  • fix(gin): literal colon routes not working with engine.Handler() (#​4415)
  • fix(gin): close os.File in RunFd to prevent resource leak (#​4422)
  • fix(response): refine hijack behavior for response lifecycle (#​4373)
  • fix(binding): improve empty slice/array handling in form binding (#​4380)
  • fix(debug): version mismatch (#​4403)
  • fix: correct typos, improve documentation clarity, and remove dead code (#​4511)
Build process updates / CI
  • ci: update Go version support to 1.25+ across CI and docs (#​4550)
  • chore(binding): upgrade bson dependency to mongo-driver v2 (#​4549)
knadh/koanf (github.com/knadh/koanf/providers/file)

v1.2.1

Compare Source

changelog for v1.2.0 -> v1.2.1

  • 29cce50 Merge pull request #​101 from e-nikolov/fix-pflag-map-types
  • 0202243 posflag: add support for pflag map types
magiconair/properties (github.com/magiconair/properties)

v1.8.10

Compare Source

What's Changed

Full Changelog: magiconair/properties@v1.8.9...v1.8.10

spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)

v0.161.1

Compare Source

  • Merge branch 'release-client-1.0' into 'main' (f06b8c2)
Bug Fixes
  • issues: use AssigneeIDValue for ListProjectIssuesOptions.AssigneeID (1dcb219)
Features
  • ListOptions: Update ListOptions to use composition instead of aliasing (60beef3)
BREAKING CHANGES
  • Release 1.0
  • ListOptions: ListOptions implementation changed from aliasing to composition
    Changelog: Improvements

0.161.1

🐛 Bug Fixes
  • fix(users): Fix a bug where error parsing causes user blocking to not function properly (!2584) by Patrick Rice

0.161.1 (2025-11-24)

Bug Fixes
  • users: Fix a bug where error parsing causes user blocking to not function properly (2ad5506)

0.161.0

🚀 Features
  • fix: return detailed API errors for BlockUser instead of generic LDAP message (!2581) by Zubeen

v0.161.0

Compare Source

  • Merge branch 'release-client-1.0' into 'main' (f06b8c2)
Bug Fixes
  • issues: use AssigneeIDValue for ListProjectIssuesOptions.AssigneeID (1dcb219)
Features
  • ListOptions: Update ListOptions to use composition instead of aliasing (60beef3)
BREAKING CHANGES
  • Release 1.0
  • ListOptions: ListOptions implementation changed from aliasing to composition
    Changelog: Improvements

0.161.1

🐛 Bug Fixes
  • fix(users): Fix a bug where error parsing causes user blocking to not function properly (!2584) by Patrick Rice

0.161.1 (2025-11-24)

Bug Fixes
  • users: Fix a bug where error parsing causes user blocking to not function properly (2ad5506)

0.161.0

🚀 Features
  • fix: return detailed API errors for BlockUser instead of generic LDAP message (!2581) by Zubeen

v0.160.2

Compare Source

Bug Fixes
  • return detailed API errors for BlockUser instead of generic LDAP message (2ba9fa6)

0.160.2

🐛 Bug Fixes

0.160.2 (2025-11-24)

0.160.1

🐛 Bug Fixes
  • fix: update input field from "key" to "name" in pipeline schedules to prevent an API error (!2580) by Zubeen
🔄 Other Changes

0.160.1 (2025-11-19)

Bug Fixes
  • update input field from "key" to "name" in pipeline schedules to prevent an API error (062133f)

0.160.0

🚀 Features
  • feat (project_members): Add show_seat_info option to ProjectMembers (!2572) by Zubeen
🔄 Other Changes

v0.160.1

Compare Source

Bug Fixes
  • return detailed API errors for BlockUser instead of generic LDAP message (2ba9fa6)

0.160.2

🐛 Bug Fixes

0.160.2 (2025-11-24)

0.160.1

🐛 Bug Fixes
  • fix: update input field from "key" to "name" in pipeline schedules to prevent an API error (!2580) by Zubeen
🔄 Other Changes

0.160.1 (2025-11-19)

Bug Fixes
  • update input field from "key" to "name" in pipeline schedules to prevent an API error (062133f)

0.160.0

🚀 Features
  • feat (project_members): Add show_seat_info option to ProjectMembers (!2572) by Zubeen
🔄 Other Changes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.43.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

  • chore(deps): update module github.com/jgautheron/goconst to v1.9.0 by @​renovate[bot] in #​8014
  • fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to 190d7d4 by @​renovate[bot] in #​8013
  • chore(deps): update module go.yaml.in/yaml/v2 to v2.4.4 by @​renovate[bot] in #​8016
  • fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.1 by @​renovate[bot] in #​8011
  • fix(deps): update golang.org/x by [@​renovate](https

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 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 January 19, 2025 08:15
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Jan 26, 2025
@renovate renovate bot closed this Jan 26, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch January 26, 2025 06:12
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Feb 1, 2025
@renovate renovate bot reopened this Feb 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b12d5bd to bc49d1a Compare February 1, 2025 20:55
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.121.0 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2b3747a to a08089a Compare February 5, 2025 10:48
@renovate renovate bot changed the title fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.121.0 fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.122.0 Feb 5, 2025
@renovate renovate bot changed the title fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.122.0 fix(deps): update all non-major dependencies Feb 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 08863b4 to acb200b Compare February 17, 2025 01:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from acb200b to 809d2d1 Compare February 21, 2025 19:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8cef2fa to 6822d6e Compare March 6, 2025 07:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6b6a383 to 80cfff4 Compare March 17, 2025 22:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7b6eb54 to d9f0b0f Compare April 3, 2025 12:06
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update golang docker tag to v1.24 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d9f0b0f to 3cbdbe8 Compare April 5, 2025 15:17
@renovate renovate bot changed the title chore(deps): update golang docker tag to v1.24 chore(deps): update golang docker tag to v1.24 - autoclosed Apr 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7c7a214 to 72b8ed2 Compare May 22, 2025 17:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 72b8ed2 to 9604d0f Compare May 30, 2025 21:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5ac96d2 to e9d1e31 Compare June 11, 2025 23:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a67c672 to a143fcd Compare June 26, 2025 00:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 42fe109 to 6ec8324 Compare July 7, 2025 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ec8324 to 00cf4bd Compare July 10, 2025 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3a37aa8 to 679f776 Compare July 21, 2025 19:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b1fa9ee to 8499a21 Compare July 30, 2025 17:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4dee245 to e3d7172 Compare August 3, 2025 05:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e3d7172 to 2722a5e Compare August 12, 2025 13:15
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Nov 30, 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/goccy/go-yaml v1.18.0 -> v1.19.0
github.com/quic-go/qpack v0.5.1 -> v0.6.0
github.com/quic-go/quic-go v0.56.0 -> v0.57.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.39.0
golang.org/x/crypto v0.44.0 -> v0.45.0
golang.org/x/sys v0.38.0 -> v0.39.0
google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.76.0 -> v1.77.0

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Dec 15, 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):

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

Details:

Package Change
go 1.24.0 -> 1.25.0
go.opentelemetry.io/otel/sdk v1.38.0 -> v1.43.0
github.com/bytedance/sonic v1.14.2 -> v1.15.0
github.com/bytedance/sonic/loader v0.4.0 -> v0.5.0
github.com/gabriel-vasile/mimetype v1.4.11 -> v1.4.13
github.com/go-playground/validator/v10 v10.28.0 -> v10.30.1
github.com/goccy/go-yaml v1.18.0 -> v1.19.2
github.com/google/go-querystring v1.1.0 -> v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 -> v2.28.0
github.com/quic-go/qpack v0.5.1 -> v0.6.0
github.com/quic-go/quic-go v0.56.0 -> v0.59.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.43.0
go.opentelemetry.io/proto/otlp v1.9.0 -> v1.10.0
golang.org/x/arch v0.23.0 -> v0.24.0
golang.org/x/crypto v0.44.0 -> v0.49.0
golang.org/x/net v0.47.0 -> v0.52.0
golang.org/x/oauth2 v0.33.0 -> v0.35.0
golang.org/x/sys v0.38.0 -> v0.42.0
golang.org/x/text v0.31.0 -> v0.35.0
google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/grpc v1.76.0 -> v1.80.0
google.golang.org/protobuf v1.36.10 -> v1.36.11

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