build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.5#113
Merged
Conversation
Contributor
📋 API Contract Changes Summary✅ No breaking changes detected - only additions and non-breaking modifications Changed Components:Core FrameworkContract diff saved to artifacts/diffs/core.json Module: authContract diff saved to artifacts/diffs/auth.json Module: cacheContract diff saved to artifacts/diffs/cache.json Module: databaseContract diff saved to artifacts/diffs/database.json Module: eventbusContract diff saved to artifacts/diffs/eventbus.json Module: jsonschemaContract diff saved to artifacts/diffs/jsonschema.json Module: letsencryptContract diff saved to artifacts/diffs/letsencrypt.json Module: reverseproxyContract diff saved to artifacts/diffs/reverseproxy.json Artifacts📁 Full contract diffs and JSON artifacts are available in the workflow artifacts. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
intel352
added a commit
that referenced
this pull request
May 29, 2026
PR #113 bumped go-chi/chi v5.2.2->v5.2.5 in the root module but did not update the example modules that consume chimux via a local replace, so their go.sum lacked the v5.2.5 checksums and 'Validate Examples' failed on main with: missing go.sum entry for github.com/go-chi/chi/v5. go mod tidy across all example modules; only the 7 chimux-consuming examples changed (chi v5.2.2->v5.2.5, go.mod + go.sum). All 17 examples build clean. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Supersedes #98. Dependabot could not rebase #98 — its branch was hand-edited with a panic-wrap commit now already on main, so dependabot refused ("edited by someone other than Dependabot"). This is a clean re-apply of the same bump on current main.
github.com/go-chi/chi/v55.2.2 → 5.2.5 (go.mod + go.sum only)Closes #98.