Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 (#1146)
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.1.0 to 5.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-chi/chi/releases">github.com/go-chi/chi/v5's releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h2>What's Changed</h2> <ul> <li>update credits section to link to goji license by <a href="https://github.com/pkieltyka"><code>@pkieltyka</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/944">go-chi/chi#944</a></li> <li>go 1.23 by <a href="https://github.com/pkieltyka"><code>@pkieltyka</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/945">go-chi/chi#945</a></li> <li>Make Context.RoutePattern() nil-safe by <a href="https://github.com/gaiaz-iusipov"><code>@gaiaz-iusipov</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/927">go-chi/chi#927</a></li> <li>govet: Fix non-constant format string by <a href="https://github.com/marcofranssen"><code>@marcofranssen</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/952">go-chi/chi#952</a></li> <li>Add <code>Find</code> to <code>Routes</code> interface by <a href="https://github.com/joeriddles"><code>@joeriddles</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/872">go-chi/chi#872</a></li> <li>Fix grammar error by <a href="https://github.com/AntonC9018"><code>@AntonC9018</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/917">go-chi/chi#917</a></li> <li><del>feat(): add CF-Connecting-IP by <a href="https://github.com/n33pm"><code>@n33pm</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/908">go-chi/chi#908</a></del> <ul> <li><del>Revert "feat(): add CF-Connecting-IP" by <a href="https://github.com/VojtechVitek"><code>@VojtechVitek</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/966">go-chi/chi#966</a></del></li> </ul> </li> <li>Fixed incorrect comment about routing by <a href="https://github.com/jtams"><code>@jtams</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/887">go-chi/chi#887</a></li> <li>Fix condition in TestRedirectSlashes by <a href="https://github.com/tchssk"><code>@tchssk</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/856">go-chi/chi#856</a></li> <li>middleware: Add strip prefix middleware by <a href="https://github.com/m1k1o"><code>@m1k1o</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/875">go-chi/chi#875</a></li> <li>Set up go module for <code>_examples/versions</code> by <a href="https://github.com/hongkuancn"><code>@hongkuancn</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/948">go-chi/chi#948</a></li> <li>Ability to specify response HTTP status code for Throttle middleware by <a href="https://github.com/vasayxtx"><code>@vasayxtx</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/571">go-chi/chi#571</a></li> <li>Support Content-Type headers with charset/boundary parameters by <a href="https://github.com/GocaMaric"><code>@GocaMaric</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/880">go-chi/chi#880</a></li> <li>Fix <code>Mux.Find</code> not correctly handling nested routes by <a href="https://github.com/joeriddles"><code>@joeriddles</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/954">go-chi/chi#954</a></li> <li>fix(WrapResponseWriter): allow multiple informational statuses by <a href="https://github.com/costela"><code>@costela</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/961">go-chi/chi#961</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gaiaz-iusipov"><code>@gaiaz-iusipov</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/927">go-chi/chi#927</a></li> <li><a href="https://github.com/marcofranssen"><code>@marcofranssen</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/952">go-chi/chi#952</a></li> <li><a href="https://github.com/joeriddles"><code>@joeriddles</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/872">go-chi/chi#872</a></li> <li><a href="https://github.com/AntonC9018"><code>@AntonC9018</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/917">go-chi/chi#917</a></li> <li><a href="https://github.com/n33pm"><code>@n33pm</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/908">go-chi/chi#908</a></li> <li><a href="https://github.com/jtams"><code>@jtams</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/887">go-chi/chi#887</a></li> <li><a href="https://github.com/tchssk"><code>@tchssk</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/856">go-chi/chi#856</a></li> <li><a href="https://github.com/m1k1o"><code>@m1k1o</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/875">go-chi/chi#875</a></li> <li><a href="https://github.com/hongkuancn"><code>@hongkuancn</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/948">go-chi/chi#948</a></li> <li><a href="https://github.com/GocaMaric"><code>@GocaMaric</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/880">go-chi/chi#880</a></li> <li><a href="https://github.com/costela"><code>@costela</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/961">go-chi/chi#961</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-chi/chi/compare/v5.1.0...v5.2.0">https://github.com/go-chi/chi/compare/v5.1.0...v5.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-chi/chi/commit/0a20a0e3400e551803f463d17a0ab84ee8afef3c"><code>0a20a0e</code></a> Revert "feat(): add CF-Connecting-IP (<a href="https://redirect.github.com/go-chi/chi/issues/908">#908</a>)" (<a href="https://redirect.github.com/go-chi/chi/issues/966">#966</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/d9d5e318c2701f0dfd1decf6f77566501d720d20"><code>d9d5e31</code></a> fix: allow multiple informational status (<a href="https://redirect.github.com/go-chi/chi/issues/961">#961</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/6ceb498b221efa11f559602beb2463b8b52c2161"><code>6ceb498</code></a> Fix <code>Mux.Find</code> not correctly handling nested routes (<a href="https://redirect.github.com/go-chi/chi/issues/954">#954</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/882c15e6462ce0630529d04c330e84942ebd059d"><code>882c15e</code></a> Update content_type.go (<a href="https://redirect.github.com/go-chi/chi/issues/880">#880</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/1f927a8ec868a307ad892b454d2aacfab463d5d0"><code>1f927a8</code></a> Ability to specify response HTTP status code for Throttle middleware (<a href="https://redirect.github.com/go-chi/chi/issues/571">#571</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/2c4d128ffd487f49b3e5cfeb70e3bdd39a2fe462"><code>2c4d128</code></a> set up go module for _examples/versions (<a href="https://redirect.github.com/go-chi/chi/issues/948">#948</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/5dd77169551921a41dd3cb54ad01c4d7facab7d0"><code>5dd7716</code></a> add strip prefix. (<a href="https://redirect.github.com/go-chi/chi/issues/875">#875</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/73350509aa6e198d6677df0f09c5611446e96da4"><code>7335050</code></a> Fix condition in TestRedirectSlashes (<a href="https://redirect.github.com/go-chi/chi/issues/856">#856</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/df0303d61b1dc0933b60c550f9a02e7784a42ed5"><code>df0303d</code></a> Fixed incorrect comment about routing (<a href="https://redirect.github.com/go-chi/chi/issues/887">#887</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/cbaac313e4f2c7140eba9863f2be951c7804139a"><code>cbaac31</code></a> feat(): add CF-Connecting-IP (<a href="https://redirect.github.com/go-chi/chi/issues/908">#908</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-chi/chi/compare/v5.1.0...v5.2.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | github.com/go-chi/chi/v5 | [< 5.1, > 5.0.11] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-chi/chi/v5&package-manager=go_modules&previous-version=5.1.0&new-version=5.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information