Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-mholt-archiver-v4-4.x
Open

fix(deps): update module github.com/mholt/archiver/v4 to v4.0.0-alpha.9#66
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-mholt-archiver-v4-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 8, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/mholt/archiver/v4 v4.0.0-alpha.8v4.0.0-alpha.9 age 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: (UTC)

  • 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.

@renovate
Copy link
Copy Markdown
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.22.2
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

@sonarqubecloud
Copy link
Copy Markdown

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
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/github.com-mholt-archiver-v4-4.x branch from 946d065 to 2b4a02c Compare March 11, 2025 11:17
@renovate renovate Bot force-pushed the renovate/github.com-mholt-archiver-v4-4.x branch from 2b4a02c to 6a04aad Compare April 8, 2025 12:05
@renovate renovate Bot force-pushed the renovate/github.com-mholt-archiver-v4-4.x branch from 6a04aad to 5dc9511 Compare May 7, 2025 11:54
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 7, 2025

@renovate renovate Bot force-pushed the renovate/github.com-mholt-archiver-v4-4.x branch 2 times, most recently from 4931b45 to 15cb5bb Compare August 10, 2025 14:44
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/github.com-mholt-archiver-v4-4.x branch from 15cb5bb to 0a6fcb0 Compare October 9, 2025 11:11
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Oct 9, 2025

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 15, 2025

ℹ️ 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.22.2
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

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