Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/mholt/archiver/v4 to v4.0.0-alpha.9 #1017

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/mholt/archiver/v4 v4.0.0-alpha.8 -> v4.0.0-alpha.9 age adoption passing confidence

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.

⚠️ This release has some breaking changes to the API, but fairly minor all things considered. Be advised that the next release may have a new package name: archives. See #​427.

  • Using fs.WalkDir() is now much faster when walking large tar archives.
  • A FileSystem can be created from a stream instead of just a file name (but the stream must be a Reader, ReaderAt, and Seeker).
  • Added lzip compression.
  • Renamed CompressedArchive to Archive since compression is optional.
  • Split Archival into Archival and Extraction, since not all archive formats can archive (some, like rar and 7z, can only extract).
  • Removed the filename filter argument from Extract() since it was mostly pointless and even confusing.
  • Brotli-compressed files can now be identified by their stream, maybe... sometimes (it's worth a shot; brotli has no notable magic number or header so we just try our best).
  • Removed ErrStopWalk in favor of fs.SkipAll which is apparently the same thing
  • Renamed ErrNoMatch to NoMatch 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package                      | from           | to             |
| ---------- | ---------------------------- | -------------- | -------------- |
| go         | github.com/mholt/archiver/v4 | v4.0.0-alpha.8 | v4.0.0-alpha.9 |
Copy link
Contributor Author

renovate bot commented Nov 8, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/andybalholm/brotli v1.1.0 -> v1.1.1
github.com/bodgit/plumbing v1.2.0 -> v1.3.0
github.com/bodgit/sevenzip v1.3.0 -> v1.5.2
github.com/bodgit/windows v1.0.0 -> v1.0.1
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 -> v0.0.2-0.20230904184137-39efe44ab707
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 -> v2.0.0-beta.4
go4.org v0.0.0-20200411211856-f5505b9728dd -> v0.0.0-20230225012048-214862532bf5

@renovate renovate bot requested a review from a team as a code owner November 8, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants