fix(deps): update module github.com/mholt/archiver/v4 to v4.0.0-alpha.9 #1017
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.0.0-alpha.8
->v4.0.0-alpha.9
Release Notes
mholt/archiver (github.com/mholt/archiver/v4)
v4.0.0-alpha.9
Compare Source
Alpha 9 introduces some new features, and also important fixes and optimizations, especially related to FileSystems and tar archives.
archives
. See #427.fs.WalkDir()
is now much faster when walking large tar archives.FileSystem
can be created from a stream instead of just a file name (but the stream must be a Reader, ReaderAt, and Seeker).CompressedArchive
toArchive
since compression is optional.Archival
intoArchival
andExtraction
, since not all archive formats can archive (some, like rar and 7z, can only extract).Extract()
since it was mostly pointless and even confusing.ErrStopWalk
in favor offs.SkipAll
which is apparently the same thingErrNoMatch
toNoMatch
since it is a sentinel (error) value and not an actual error.What's Changed
New Contributors
Full Changelog: mholt/archiver@v4.0.0-alpha.8...v4.0.0-alpha.9
Configuration
📅 Schedule: Branch creation - "after 12pm every weekday,before 11am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.