[PR #7553] [MERGED] Bump sharpcompress from 0.30.1 to 0.31.0 #11273

Closed
opened 2025-12-22 08:38:56 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7553
Author: @dependabot[bot]
Created: 4/4/2022
Status: Merged
Merged: 4/4/2022
Merged by: @Bond-009

Base: masterHead: dependabot/nuget/sharpcompress-0.31.0


📝 Commits (1)

  • 8df4056 Bump sharpcompress from 0.30.1 to 0.31.0

📊 Changes

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

View changed files

📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+1 -1)

📄 Description

Bumps sharpcompress from 0.30.1 to 0.31.0.

Release notes

Sourced from sharpcompress's releases.

0.31 more fixes!

What's Changed

New Contributors

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.30.1...0.31

Commits
  • eee8309 Mark for 0.31
  • 155cfab Merge pull request #651 from loop-evgeny/evgeny-upgrade-adler32
  • e1c36af Update Adler32 from ImageSharp v2.1.0
  • 6b0d6a4 Merge pull request #638 from Nanook/rar2MultiWithTest
  • dab157b Rar2 fix with new unit tests that fail on previous build.
  • 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 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/7553 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/4/2022 **Status:** ✅ Merged **Merged:** 4/4/2022 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/sharpcompress-0.31.0` --- ### 📝 Commits (1) - [`8df4056`](https://github.com/jellyfin/jellyfin/commit/8df4056dd75728907cbfa24f85a11e29f35cb3fa) Bump sharpcompress from 0.30.1 to 0.31.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+1 -1) </details> ### 📄 Description Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.30.1 to 0.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/adamhathcock/sharpcompress/releases">sharpcompress's releases</a>.</em></p> <blockquote> <h2>0.31 more fixes!</h2> <h2>What's Changed</h2> <ul> <li>Rar2 fix with new unit tests that fail on previous build. by <a href="https://github.com/Nanook"><code>@​Nanook</code></a> in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/638">adamhathcock/sharpcompress#638</a></li> <li>Update Adler32 from ImageSharp v2.1.0 by <a href="https://github.com/loop-evgeny"><code>@​loop-evgeny</code></a> in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/651">adamhathcock/sharpcompress#651</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/loop-evgeny"><code>@​loop-evgeny</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/651">adamhathcock/sharpcompress#651</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/adamhathcock/sharpcompress/compare/0.30.1...0.31">https://github.com/adamhathcock/sharpcompress/compare/0.30.1...0.31</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/eee8309db87f5ecfc172ca545262113937c766c5"><code>eee8309</code></a> Mark for 0.31</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/155cfab79264b42416f5928180a3b8793dfc346c"><code>155cfab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/651">#651</a> from loop-evgeny/evgeny-upgrade-adler32</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/e1c36afdeca5b46b504d8b124f9925a33b129090"><code>e1c36af</code></a> Update Adler32 from ImageSharp v2.1.0</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/6b0d6a41ca28f6eef906e74650dbc90bd822a3e9"><code>6b0d6a4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/638">#638</a> from Nanook/rar2MultiWithTest</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/dab157bb71d4a49c024231f588058f2bf0abce46"><code>dab157b</code></a> Rar2 fix with new unit tests that fail on previous build.</li> <li>See full diff in <a href="https://github.com/adamhathcock/sharpcompress/compare/0.30.1...0.31">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sharpcompress&package-manager=nuget&previous-version=0.30.1&new-version=0.31.0)](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 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>
backuprepo 2025-12-22 08:38:56 +01: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/jellyfin#11273
No description provided.