Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/go-chi/httplog/v2 v2.1.1 -> v3.3.0 age confidence
github.com/knadh/koanf/providers/env v1.1.0 -> v2.0.0 age confidence

Release Notes

go-chi/httplog (github.com/go-chi/httplog/v2)

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/httplog@v3.2.2...v3.3.0

v3.2.2

Compare Source

What's Changed

Full Changelog: go-chi/httplog@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: go-chi/httplog@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed

  • Rename "ClientDisconnected" error to "ClientAborted"
  • Rename "error" key according to the schema but don't stringify
    by @​VojtechVitek in #​59

Full Changelog: go-chi/httplog@v3.1.0...v3.2.0

v3.1.0

Compare Source

What's Changed

Full Changelog: go-chi/httplog@v3.0.0...v3.1.0

v3.0.0

Compare Source

What's Changed

github.com/go-chi/httplog/v3

Based on prototype at https://github.com/golang-cz/httplog

Fixes #​28
Fixes #​35
Fixes #​36
Fixes #​40

New Contributors

Full Changelog: go-chi/httplog@v2.1.1...v3.0.0

knadh/koanf (github.com/knadh/koanf/providers/env)

v2.0.0

Compare Source

This is a major breaking change that ends koanf v1 (v1.5.0) and moves to v2. Continued usage of v1 is unaffected. While koanf does not bundle external dependencies into its core thereby avoiding them in the build, a go get would still pull them and go.mod, bringing in unnecessary references as all the providers and parsers were "sub" packages of the main module.

This PR upgrades koanf to v2 and separates every single provider and parser package into its own module, go.mod, and release tag (eg: providers/yaml/v0.1.0). That is, one-repository, many modules. This removes references to all indirect dependencies in the main koanf package significantly de-cluttering it.

What changes?
  • Going forward, koanf references should change to github.com/knadh/koanf/v2.
  • The required parsers and providers should be installed explicitly as they do not come bundled with the main koanf package anymore. Eg: go get github.com/knadh/koanf/providers/s3, go get github.com/knadh/koanf/parsers/json etc.
  • That's all. There is no change in functionality.

Full Changelog: knadh/koanf@v1.5.0...v2.0.0


Configuration

📅 Schedule: Branch creation - "every 2 weeks on friday" (UTC), 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.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2025

Test Results

70 tests  ±0   70 ✅ ±0   16s ⏱️ +4s
 6 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 5ffa1a5. ± Comparison against base commit 6c6bd97.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/major-go.mod-dependencies branch 2 times, most recently from b4830bb to bdef0e5 Compare September 10, 2025 18:43
@renovate renovate bot force-pushed the renovate/major-go.mod-dependencies branch 2 times, most recently from 2ccd445 to e2bd138 Compare September 23, 2025 00:33
@renovate renovate bot force-pushed the renovate/major-go.mod-dependencies branch from e2bd138 to 81bf22c Compare September 30, 2025 19:09
@renovate renovate bot force-pushed the renovate/major-go.mod-dependencies branch from 81bf22c to 6c7aeb5 Compare October 9, 2025 12:36
@renovate renovate bot force-pushed the renovate/major-go.mod-dependencies branch from 6c7aeb5 to 082015d Compare October 18, 2025 03:13
@renovate renovate bot force-pushed the renovate/major-go.mod-dependencies branch from 082015d to d09eb02 Compare November 4, 2025 15:59
@renovate renovate bot force-pushed the renovate/major-go.mod-dependencies branch from d09eb02 to 5ffa1a5 Compare November 14, 2025 18:28
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.37%. Comparing base (6c6bd97) to head (5ffa1a5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #201   +/-   ##
=======================================
  Coverage   69.37%   69.37%           
=======================================
  Files          12       12           
  Lines         774      774           
=======================================
  Hits          537      537           
  Misses        237      237           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants