Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2025

Bumps github.com/mholt/archives from 0.1.1 to 0.1.4.

Release notes

Sourced from github.com/mholt/archives's releases.

v0.1.4

This release contains an important bug fix if you walk (fs.WalkDir()) archives multiple times using archives.ArchiveFS; it would omit directory trees with implicit structure (i.e. if the archive doesn't have an explicit entry for each directory in the tree) after the first walk, on subsequent walks.

Upgraded dependencies, and improved brotli stream matching. Thanks to those who contributed!

What's Changed

New Contributors

Full Changelog: mholt/archives@v0.1.3...v0.1.4

v0.1.3

What's Changed

New Contributors

Full Changelog: mholt/archives@v0.1.2...v0.1.3

v0.1.2

What's Changed

New Contributors

Full Changelog: mholt/archives@v0.1.1...v0.1.2

Commits
  • a6166fa Amortize implicit dirs too; fix skipped entries in subsequent walks
  • 9132adf Test go 1.24 and 1.25 (#49)
  • 814d03a Update dependencies to avoid CVE-2025-58058 (#48)
  • f07cd8e Make brotli stream matcher more robust to uncompressed binary and ASCII data ...
  • 8592d45 Added walking through dereferenced symlink dir (#42)
  • 5fd3600 fix: Use CopyN to handle growing file size (#43)
  • 2706fb2 zip: Fix zip.Insert not saving permissions (#35)
  • d0903a1 Change xz module due to licensing concerns (#41)
  • 8ed85e5 zip: symlink archive support (#40)
  • ade2afc zip: add support for symlink extraction (#39)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/mholt/archives](https://github.com/mholt/archives) from 0.1.1 to 0.1.4.
- [Release notes](https://github.com/mholt/archives/releases)
- [Commits](mholt/archives@v0.1.1...v0.1.4)

---
updated-dependencies:
- dependency-name: github.com/mholt/archives
  dependency-version: 0.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants