CP-29639: Bump github.com/go-chi/chi/v5 from 5.3.1 to 5.3.2 - #992
Queued
dependabot[bot] wants to merge 1 commit into
Queued
CP-29639: Bump github.com/go-chi/chi/v5 from 5.3.1 to 5.3.2#992dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
PR author is in the excluded authors list. |
Contributor
|
@dependabot recreate |
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/go-chi/chi/v5-5.3.2
branch
from
September 4, 2026 22:36
2880fd2 to
3913031
Compare
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](go-chi/chi@v5.3.1...v5.3.2) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
evan-cz
force-pushed
the
dependabot/go_modules/github.com/go-chi/chi/v5-5.3.2
branch
from
September 4, 2026 22:46
3913031 to
2649d1f
Compare
evan-cz
approved these changes
Sep 4, 2026
evan-cz
left a comment
Contributor
There was a problem hiding this comment.
Approved on Evan's behalf, at his request. Dependency bump plus the go mod tidy propagation the multi-module layout requires (root, .tools, tests, tests/integration/test_server). All 12 required checks green against current develop.
evan-cz
added this pull request to the merge queue
Sep 4, 2026
Any commits made after this event will not be merged.
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.
Bumps github.com/go-chi/chi/v5 from 5.3.1 to 5.3.2.
Release notes
Sourced from github.com/go-chi/chi/v5's releases.
Commits
3893906fix(middleware): reject catch-all compress wildcards "/" and "/*" (#1156)9b6ddcdDon't duplicate methods in Allow: header for 405 responses (#1029)29164f0fix: don't drop handlers that collide with a Mount()/Route() pattern (#1148)bc02284docs: deployment recipe + verify checklist for ClientIPFromXFFTrustedProxies ...60ecea5feat(middleware): add text/markdown, text/csv, text/vtt to default compressib...