[PR #748] [CLOSED] chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.13 #829

Open
opened 2025-11-20 04:26:13 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/748
Author: @dependabot[bot]
Created: 6/19/2024
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/go-chi/chi/v5-5.0.13


📝 Commits (1)

  • ad54d86 chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.13

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/go-chi/chi/v5 from 5.0.12 to 5.0.13.

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.0.13

What's Changed

New Contributors

Full Changelog: https://github.com/go-chi/chi/compare/v5.0.12...v5.0.13

Changelog

Sourced from github.com/go-chi/chi/v5's changelog.

Changelog

Commits
  • f10dc4a fix(middleware): Close created writer in the compressor middleware (#919)
  • ef31c0b reduce context struct size from 216 bytes to 208 bytes (#912)
  • c1f2a7a middleware: fix typo in RealIP doc (#903)
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/748 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/19/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-chi/chi/v5-5.0.13` --- ### 📝 Commits (1) - [`ad54d86`](https://github.com/qdm12/ddns-updater/commit/ad54d86d7ef5c5a1b99c4df91549eb7540bdbf06) chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.13 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.12 to 5.0.13. <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.0.13</h2> <h2>What's Changed</h2> <ul> <li>middleware: fix typo in RealIP doc by <a href="https://github.com/l2dy"><code>@​l2dy</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/903">go-chi/chi#903</a></li> <li>reduce size of Context struct from 216 bytes to 208 bytes by <a href="https://github.com/juburr"><code>@​juburr</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/912">go-chi/chi#912</a></li> <li>Avoid possible memory leak in compress middleware by <a href="https://github.com/Neurostep"><code>@​Neurostep</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/919">go-chi/chi#919</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/l2dy"><code>@​l2dy</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/903">go-chi/chi#903</a></li> <li><a href="https://github.com/juburr"><code>@​juburr</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/912">go-chi/chi#912</a></li> <li><a href="https://github.com/Neurostep"><code>@​Neurostep</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/919">go-chi/chi#919</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-chi/chi/compare/v5.0.12...v5.0.13">https://github.com/go-chi/chi/compare/v5.0.12...v5.0.13</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-chi/chi/blob/master/CHANGELOG.md">github.com/go-chi/chi/v5's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-chi/chi/commit/f10dc4a9cab53a47f600f518fcccaa044666e95f"><code>f10dc4a</code></a> fix(middleware): Close created writer in the compressor middleware (<a href="https://redirect.github.com/go-chi/chi/issues/919">#919</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/ef31c0bff3f8061e6fba7085691e4970a3d1b7da"><code>ef31c0b</code></a> reduce context struct size from 216 bytes to 208 bytes (<a href="https://redirect.github.com/go-chi/chi/issues/912">#912</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/c1f2a7a12e66b0ca0faf57adad98bf82c767df1f"><code>c1f2a7a</code></a> middleware: fix typo in RealIP doc (<a href="https://redirect.github.com/go-chi/chi/issues/903">#903</a>)</li> <li>See full diff in <a href="https://github.com/go-chi/chi/compare/v5.0.12...v5.0.13">compare view</a></li> </ul> </details> <br /> [![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.0.12&new-version=5.0.13)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:26:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#829