[PR #776] [MERGED] fix(deps): bump github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.10 in /api #780

Closed
opened 2026-03-03 16:40:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/776
Author: @dependabot[bot]
Created: 12/1/2025
Status: Merged
Merged: 12/1/2025
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/gofiber/fiber/v2-2.52.10


📝 Commits (1)

  • b7608f4 fix(deps): bump github.com/gofiber/fiber/v2 in /api

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.10.

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.52.10

🐛 Bug Fixes

📚 Documentation

New Contributors

Full Changelog: https://github.com/gofiber/fiber/compare/v2.52.9...v2.52.10

Commits
  • e334f54 Update version to 2.52.10
  • aa2f7c5 🐛 bug: Fix enforcement of Immutable config for some edge cases (#3835)
  • fa098a7 Fix recover middleware panic output formatting (#3818)
  • 8141d09 Merge remote-tracking branch 'origin/v2' into v2
  • b01c425 add note for deprecated etag setting
  • a0c4f89 docs: document RoutePatternMatch (#3723)
  • ea9ba1d 🐛 bug: Handle invalid path in filesystem (#3688)
  • 81feed9 Update faq.md
  • 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/NdoleStudio/httpsms/pull/776 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/gofiber/fiber/v2-2.52.10` --- ### 📝 Commits (1) - [`b7608f4`](https://github.com/NdoleStudio/httpsms/commit/b7608f4cbe8c2d5fae0ed869c3af928f72a50b47) fix(deps): bump github.com/gofiber/fiber/v2 in /api ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.52.9 to 2.52.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gofiber/fiber/releases">github.com/gofiber/fiber/v2's releases</a>.</em></p> <blockquote> <h2>v2.52.10</h2> <!-- raw HTML omitted --> <h3>🐛 Bug Fixes</h3> <ul> <li>Handle invalid path in filesystem by <a href="https://github.com/rokostik"><code>@​rokostik</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/3688">gofiber/fiber#3688</a></li> <li>Fix recover middleware panic output formatting by <a href="https://github.com/ReneWerner87"><code>@​ReneWerner87</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/3818">gofiber/fiber#3818</a></li> <li>Fix enforcement of Immutable config for some edge cases by <a href="https://github.com/gaby"><code>@​gaby</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/3835">gofiber/fiber#3835</a></li> </ul> <h3>📚 Documentation</h3> <ul> <li>Document RoutePatternMatch by <a href="https://github.com/ReneWerner87"><code>@​ReneWerner87</code></a> in <a href="https://redirect.github.com/gofiber/fiber/pull/3723">gofiber/fiber#3723</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rokostik"><code>@​rokostik</code></a> made their first contribution in <a href="https://redirect.github.com/gofiber/fiber/pull/3688">gofiber/fiber#3688</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofiber/fiber/compare/v2.52.9...v2.52.10">https://github.com/gofiber/fiber/compare/v2.52.9...v2.52.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofiber/fiber/commit/e334f54bf4840d75a47b9111151d1ffd254bc54f"><code>e334f54</code></a> Update version to 2.52.10</li> <li><a href="https://github.com/gofiber/fiber/commit/aa2f7c5427bcc50c3eaa2de4a0ee8f8985ee3903"><code>aa2f7c5</code></a> 🐛 bug: Fix enforcement of Immutable config for some edge cases (<a href="https://redirect.github.com/gofiber/fiber/issues/3835">#3835</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/fa098a71c62f33985dec964b5ab178d81bbe7248"><code>fa098a7</code></a> Fix recover middleware panic output formatting (<a href="https://redirect.github.com/gofiber/fiber/issues/3818">#3818</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/8141d0961b2a1ef668df2d042fde8e35988151ad"><code>8141d09</code></a> Merge remote-tracking branch 'origin/v2' into v2</li> <li><a href="https://github.com/gofiber/fiber/commit/b01c42560c60e7a932e11b0a0de443f54efa568a"><code>b01c425</code></a> add note for deprecated etag setting</li> <li><a href="https://github.com/gofiber/fiber/commit/a0c4f897cad79bcd2a0ca27cb56440e2b5e35cef"><code>a0c4f89</code></a> docs: document RoutePatternMatch (<a href="https://redirect.github.com/gofiber/fiber/issues/3723">#3723</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/ea9ba1d2abf7667a4babe9bd7f98aa22c9185788"><code>ea9ba1d</code></a> 🐛 bug: Handle invalid path in filesystem (<a href="https://redirect.github.com/gofiber/fiber/issues/3688">#3688</a>)</li> <li><a href="https://github.com/gofiber/fiber/commit/81feed9125b66774acd2a5182d8a000872c250f2"><code>81feed9</code></a> Update faq.md</li> <li>See full diff in <a href="https://github.com/gofiber/fiber/compare/v2.52.9...v2.52.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gofiber/fiber/v2&package-manager=go_modules&previous-version=2.52.9&new-version=2.52.10)](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>
kerem 2026-03-03 16:40:05 +03:00
Sign in to join this conversation.
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
starred/httpsms#780
No description provided.