chore(deps): update module github.com/go-chi/chi/v5 to v5.3.2 #16

Open
renovate-bot wants to merge 1 commit from renovate/github.com-go-chi-chi-v5-5.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/go-chi/chi/v5 require patch v5.3.1 → v5.3.2

Release Notes

go-chi/chi (github.com/go-chi/chi/v5)

v5.3.2

Compare Source

What's Changed

  • feat(middleware): add text/markdown, text/csv, text/vtt to default compressible types by @​VojtechVitek in #​1151
  • docs: deployment recipe for middleware.ClientIPFromXFFTrustedProxies() by @​VojtechVitek in #​1111
  • fix: don't drop handlers that collide with a Mount()/Route() pattern by @​VojtechVitek in #​1148
  • Don't duplicate methods in Allow: header for 405 responses by @​flimzy in #​1029
  • fix(middleware): reject catch-all compress wildcards by @​VojtechVitek in #​1156
    • middleware.NewCompressor(level, "/*") never worked and silently compressed nothing. Instead of turning it into a compress-everything catch-all (as proposed in #​868 and #​1121), we decided to reject both "/" and "/*" at construction and panic. Compressing every response wastes CPU on already-compressed types (zip, jpeg, png), which is why the middleware keeps a curated default list. Users should pass explicit content types.

Full Changelog: https://github.com/go-chi/chi/compare/v5.3.1...v5.3.2


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | require | patch | `v5.3.1` → `v5.3.2` | --- ### Release Notes <details> <summary>go-chi/chi (github.com/go-chi/chi/v5)</summary> ### [`v5.3.2`](https://github.com/go-chi/chi/releases/tag/v5.3.2) [Compare Source](https://github.com/go-chi/chi/compare/v5.3.1...v5.3.2) #### What's Changed - feat(middleware): add text/markdown, text/csv, text/vtt to default compressible types by [@&#8203;VojtechVitek](https://github.com/VojtechVitek) in [#&#8203;1151](https://github.com/go-chi/chi/pull/1151) - docs: deployment recipe for middleware.ClientIPFromXFFTrustedProxies() by [@&#8203;VojtechVitek](https://github.com/VojtechVitek) in [#&#8203;1111](https://github.com/go-chi/chi/pull/1111) - fix: don't drop handlers that collide with a Mount()/Route() pattern by [@&#8203;VojtechVitek](https://github.com/VojtechVitek) in [#&#8203;1148](https://github.com/go-chi/chi/pull/1148) - Don't duplicate methods in Allow: header for 405 responses by [@&#8203;flimzy](https://github.com/flimzy) in [#&#8203;1029](https://github.com/go-chi/chi/pull/1029) - fix(middleware): reject catch-all compress wildcards by [@&#8203;VojtechVitek](https://github.com/VojtechVitek) in [#&#8203;1156](https://github.com/go-chi/chi/pull/1156) - `middleware.NewCompressor(level, "/*")` never worked and silently compressed nothing. Instead of turning it into a compress-everything catch-all (as proposed in [#&#8203;868](https://github.com/go-chi/chi/issues/868) and [#&#8203;1121](https://github.com/go-chi/chi/pull/1121)), we decided to reject both "/*" and "*/\*" at construction and panic. Compressing every response wastes CPU on already-compressed types (zip, jpeg, png), which is why the middleware keeps a curated default list. Users should pass explicit content types. **Full Changelog**: <https://github.com/go-chi/chi/compare/v5.3.1...v5.3.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMC4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update module github.com/go-chi/chi/v5 to v5.3.2
Some checks failed
renovate/artifacts Artifact file update failure
8eed4aa243
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: install-tool golang 1.25.0

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: install-tool golang 1.25.0 ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-go-chi-chi-v5-5.x:renovate/github.com-go-chi-chi-v5-5.x
git switch renovate/github.com-go-chi-chi-v5-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/github.com-go-chi-chi-v5-5.x
git switch renovate/github.com-go-chi-chi-v5-5.x
git rebase main
git switch main
git merge --ff-only renovate/github.com-go-chi-chi-v5-5.x
git switch renovate/github.com-go-chi-chi-v5-5.x
git rebase main
git switch main
git merge --no-ff renovate/github.com-go-chi-chi-v5-5.x
git switch main
git merge --squash renovate/github.com-go-chi-chi-v5-5.x
git switch main
git merge --ff-only renovate/github.com-go-chi-chi-v5-5.x
git switch main
git merge renovate/github.com-go-chi-chi-v5-5.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
maxpeterkaya/nsfwgo!16
No description provided.