[PR #3865] [MERGED] Bump Swashbuckle.AspNetCore.ReDoc from 5.3.3 to 5.5.1 #9735

Closed
opened 2026-02-07 06:07:31 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3865
Author: @dependabot[bot]
Created: 8/10/2020
Status: Merged
Merged: 8/10/2020
Merged by: @dkanada

Base: masterHead: dependabot/nuget/Swashbuckle.AspNetCore.ReDoc-5.5.1


📝 Commits (1)

  • a6e6f37 Bump Swashbuckle.AspNetCore.ReDoc from 5.3.3 to 5.5.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Api/Jellyfin.Api.csproj (+1 -1)

📄 Description

Bumps Swashbuckle.AspNetCore.ReDoc from 5.3.3 to 5.5.1.

Release notes

Sourced from Swashbuckle.AspNetCore.ReDoc's releases.

v5.5.0

These release is primarily to improve compatability of the CLI tool with different versions of the dotnet SDK, but also contains a few other minor fixes and enhancements, including an upgrade of the embedded swagger-ui to version 3.26.0.

Addressed issues:

https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/14?closed=1

v5.4.1

Hotfix for #1645

v5.4.0

Issues Addressed:

https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/13?closed=1

Commits
  • b7cf75e Increment patch version for 5.5.1 release
  • 997f972 Merge pull request #1722 from domaindrivendev/cli-application-name-consistency
  • 04796d4 Configure default host with simple startup name instead of FullName
  • ecd5933 Update readme to reflect 5.5.0 release
  • a6dce86 Merge pull request #1709 from domaindrivendev/support-stj-dynamic-types
  • 48042e4 Generate empty schemas for JsonDocument & JsonElement types
  • 8fdcfd9 Update readme with guidance for CLI SDK/app compatability
  • ebd8bd5 Improve CLI error message when [startupassembly] path is invalid
  • d8c4fce Update CLI project to target netcoreapp3.0 in addition to netcoreapp2.1
  • 939ad54 Merge pull request #1687 from jochemvankessel/patch-1
  • Additional commits viewable 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 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/jellyfin/jellyfin/pull/3865 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/10/2020 **Status:** ✅ Merged **Merged:** 8/10/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `dependabot/nuget/Swashbuckle.AspNetCore.ReDoc-5.5.1` --- ### 📝 Commits (1) - [`a6e6f37`](https://github.com/jellyfin/jellyfin/commit/a6e6f378e14b5d887a1bd85522a7e76ad98b6ac7) Bump Swashbuckle.AspNetCore.ReDoc from 5.3.3 to 5.5.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Jellyfin.Api.csproj` (+1 -1) </details> ### 📄 Description Bumps [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.3.3 to 5.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore.ReDoc's releases</a>.</em></p> <blockquote> <h2>v5.5.0</h2> <p>These release is primarily to improve compatability of the CLI tool with different versions of the <code>dotnet</code> SDK, but also contains a few other minor fixes and enhancements, including an upgrade of the embedded <a href="https://github.com/swagger-api/swagger-ui">swagger-ui</a> to version <code>3.26.0</code>.</p> <p><strong>Addressed issues:</strong></p> <p><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/14?closed=1">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/14?closed=1</a></p> <h2>v5.4.1</h2> <p>Hotfix for <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1645">#1645</a></p> <h2>v5.4.0</h2> <p><strong>Issues Addressed:</strong></p> <p><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/13?closed=1">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/13?closed=1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/b7cf75e7905050305b115dd96640ddd6e74c7ac9"><code>b7cf75e</code></a> Increment patch version for 5.5.1 release</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/997f9727d2a8e481e55c18193367b4202ddb3060"><code>997f972</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1722">#1722</a> from domaindrivendev/cli-application-name-consistency</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/04796d4702290b8e6b325ddcc12be96e346707a7"><code>04796d4</code></a> Configure default host with simple startup name instead of FullName</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/ecd593300fb69561767f9b6314560a4525845cbd"><code>ecd5933</code></a> Update readme to reflect 5.5.0 release</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/a6dce868503254fab1fa6210972b94ab1ceae3e6"><code>a6dce86</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1709">#1709</a> from domaindrivendev/support-stj-dynamic-types</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/48042e4ddd5500f38ef48d1ba98485be62e138a4"><code>48042e4</code></a> Generate empty schemas for JsonDocument &amp; JsonElement types</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/8fdcfd95c32181c8515735475ff3b80dad1f70d5"><code>8fdcfd9</code></a> Update readme with guidance for CLI SDK/app compatability</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/ebd8bd5973b91387b2e33f99ad79c2326c7f8d27"><code>ebd8bd5</code></a> Improve CLI error message when [startupassembly] path is invalid</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/d8c4fcef1b94f259890b8b133f130dc6128db341"><code>d8c4fce</code></a> Update CLI project to target netcoreapp3.0 in addition to netcoreapp2.1</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/939ad54164af5820f93a926083d322899c09049f"><code>939ad54</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1687">#1687</a> from jochemvankessel/patch-1</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.3.3...v5.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore.ReDoc&package-manager=nuget&previous-version=5.3.3&new-version=5.5.1)](https://help.github.com/articles/configuring-automated-security-fixes) 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 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>
OVERLORD added the pull-request label 2026-02-07 06:07:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9735