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 #66

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 - At any time (no schedule defined), 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.

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):

  • 12 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.4
github.com/andybalholm/brotli v1.0.4 -> 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.1 -> v0.0.2-0.20230904184137-39efe44ab707
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/klauspost/pgzip v1.2.5 -> v1.2.6
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 -> v2.0.0-beta.4
github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.21
github.com/ulikunitz/xz v0.5.11 -> v0.5.12
go4.org v0.0.0-20200411211856-f5505b9728dd -> v0.0.0-20230225012048-214862532bf5
golang.org/x/text v0.17.0 -> v0.19.0

Copy link

sonarqubecloud bot commented Nov 8, 2024

@renovate renovate bot force-pushed the renovate/github.com-mholt-archiver-v4-4.x branch from a0e69ef to 22b170f Compare December 22, 2024 16:56
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