Bump SharpCompress from 0.48.1 to 0.49.1#72
Conversation
--- updated-dependencies: - dependency-name: SharpCompress dependency-version: 0.49.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Claude finished @dependabot[bot]'s task in 1m 13s —— View job Review: SharpCompress 0.48.1 → 0.49.1
Verdict: Safe to merge. This is a low-risk patch-level bump. Here's the analysis: Breaking changes in 0.49.0 vs. codebase usageSharpCompress usage in this repo is limited to a single call site: using var stream = File.OpenRead(tarPath);
using var reader = SharpCompress.Readers.ReaderFactory.OpenReader(stream, new SharpCompress.Readers.ReaderOptions());
0.49.1 bugfixes that benefit this codebase
CIBuild, Unit Tests, and Claude Code Review are all in progress at the time of this review. No failures observed. SummaryNo code changes are needed. The only SharpCompress API in use ( |
Updated SharpCompress from 0.48.1 to 0.49.1.
Release notes
Sourced from SharpCompress's releases.
0.49.1
What's Changed
WriteToDirectoryAsyncprogress callbacks for solid 7z archives by @Copilot in RestoreWriteToDirectoryAsyncprogress callbacks for solid 7z archives adamhathcock/sharpcompress#1340Full Changelog: adamhathcock/sharpcompress@0.49.0...0.49.1
0.49.0
This should contain a lot of write async fixes and some breaking API changes that fix previous broke
net48usageWhat's Changed
IVolume.FileNamefor single-volume file-based archives by @Copilot in Fix nullIVolume.FileNamefor single-volume file-based archives adamhathcock/sharpcompress#1333New Contributors
Full Changelog: adamhathcock/sharpcompress@0.48.1...0.49.0
0.49.0-beta.140
What's Changed
Full Changelog: adamhathcock/sharpcompress@0.49.0-beta.136...0.49.0-beta.140
0.49.0-beta.136
What's Changed
New Contributors
Full Changelog: adamhathcock/sharpcompress@0.48.1...0.49.0-beta1
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)