[PR #755] [MERGED] chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.1.0 #828

Closed
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/755
Author: @dependabot[bot]
Created: 7/1/2024
Status: Merged
Merged: 9/17/2024
Merged by: @qdm12

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


📝 Commits (1)

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

📊 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.1.0.

Release notes

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

v5.1.0

What's Changed

  • middleware: add Discard method to WrapResponseWriter by @​patrislav in go-chi/chi#926
    • Adds Discard() method to the middleware.WrapResponseWriter interface. This is technically an API breaking change. However after some discussion at go-chi/chi#926, we decided to move forward, and release as minor version, as we don't expect anyone to rely on this interface / implement it externally.

New Contributors

Full Changelog: https://github.com/go-chi/chi/compare/v5.0.14...v5.1.0

v5.0.14

What's Changed

New Contributors

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

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
  • 67be7d9 middleware: add Discard method to WrapResponseWriter (#926)
  • 7957c0d Revert "fix(middleware): Close created writer in the compressor middleware (#...
  • f728a1c docs: Update stale links in docs for contributing (#904)
  • 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

You can trigger a rebase of this PR 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)

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/755 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 9/17/2024 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-chi/chi/v5-5.1.0` --- ### 📝 Commits (1) - [`bfe9e5b`](https://github.com/qdm12/ddns-updater/commit/bfe9e5bf7c8123bc1ff49beba4d57e4f0bb5a3b5) chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.1.0 ### 📊 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.1.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.1.0</h2> <h2>What's Changed</h2> <ul> <li>middleware: add Discard method to WrapResponseWriter by <a href="https://github.com/patrislav"><code>@​patrislav</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/926">go-chi/chi#926</a> <ul> <li>Adds <code>Discard()</code> method to the <code>middleware.WrapResponseWriter</code> interface. This is technically an API breaking change. However after some discussion at <a href="https://redirect.github.com/go-chi/chi/pull/926#discussion_r1658333481">go-chi/chi#926</a>, we decided to move forward, and release as minor version, as we don't expect anyone to rely on this interface / implement it externally.</li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/patrislav"><code>@​patrislav</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/926">go-chi/chi#926</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-chi/chi/compare/v5.0.14...v5.1.0">https://github.com/go-chi/chi/compare/v5.0.14...v5.1.0</a></p> <h2>v5.0.14</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> <li>docs: Update stale links in docs for contributing by <a href="https://github.com/Lutherwaves"><code>@​Lutherwaves</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/904">go-chi/chi#904</a></li> <li>Revert &quot;Avoid possible memory leak in compress middleware&quot; by <a href="https://github.com/VojtechVitek"><code>@​VojtechVitek</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/924">go-chi/chi#924</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> <li><a href="https://github.com/Lutherwaves"><code>@​Lutherwaves</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/904">go-chi/chi#904</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-chi/chi/compare/v5.0.12...v5.0.14">https://github.com/go-chi/chi/compare/v5.0.12...v5.0.14</a></p> <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/67be7d9cafdaeb4e04e887ff78d09e030ee43b00"><code>67be7d9</code></a> middleware: add Discard method to WrapResponseWriter (<a href="https://redirect.github.com/go-chi/chi/issues/926">#926</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/7957c0d4ddaee560a01110145dbf2809ffdb6663"><code>7957c0d</code></a> Revert &quot;fix(middleware): Close created writer in the compressor middleware (#...</li> <li><a href="https://github.com/go-chi/chi/commit/f728a1c1976959d4a313da09bac44e88ec111917"><code>f728a1c</code></a> docs: Update stale links in docs for contributing (<a href="https://redirect.github.com/go-chi/chi/issues/904">#904</a>)</li> <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.1.0">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.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <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#828