Skip to content

Update dependency archive to v4#79

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/archive-4.x
Open

Update dependency archive to v4#79
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/archive-4.x

Conversation

@renovate

@renovate renovate Bot commented Dec 7, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
archive dependencies major ^3.6.1^4.0.0

Release Notes

brendan-duncan/archive (archive)

v4.0.9

Compare Source

v4.0.8

Compare Source

  • Remove dependency to crypto package
  • Removed Adler32 and Crc32 classes
  • Fix: extractArchiveToDisk extensions should be case insensitive.
  • Fix: extractFileToDisk for .tar.gz files
  • Add ZipFileEncoder.addDirectorySync
  • Always use posix separators for ZipFileEncoder

v4.0.7

Compare Source

  • Change posix dependency to 6.0.2.

v4.0.6

Compare Source

  • Fix zip decoding when the last file of the archive is also a zip.
  • Add lastModifiedDateTime to ArchiveFile
  • Fix Archive files and fileMap getting out of sync after calling removeFile

v4.0.5

Compare Source

  • Improve performance of OutputFileStream.
  • Add ArchiveFile.noCompress, which had been removed from the 3.x to 4.x update.
  • GZipDecoder should fall back to ZLib if there is no GZip header.

v4.0.4

Compare Source

  • Fix level argument for ZipEncoder.add method.
  • Fix ArchiveFile.compression to work for controlling compression method used encoding zips.
  • Add ArchiveFile.compression CompressionType.bzip2 compression mode support.
  • Add ArchiveFile.compressionLevel to work for controlling compression level used for encoding zips.

v4.0.3

Compare Source

  • Fix potential infinite loop when parsing zip headers.
  • Update conditional imports to be compatible with WASM.
  • Add addFileSync to ZipFileEncoder for synchronous call to addFile.

v4.0.2

Compare Source

  • Reduce SDK min version to 3.0.
  • Fix import error with js_interop.

v4.0.1

  • Fix error with GZip encoder for web builds.

v4.0.0

  • Major cleanup of the code, includes potential breaking changes.
    • decodeBuffer has been renamed to decodeStream in the various decoder classes.
    • InputStream has been renamed to InputMemoryStream.
    • OutputStream has been renamed to OutputMemoryStream.

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 is behind base branch, 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 renovate Bot force-pushed the renovate/archive-4.x branch from 817e6c4 to 46758cf Compare October 27, 2025 17:58
@renovate renovate Bot force-pushed the renovate/archive-4.x branch 2 times, most recently from 945a637 to 9aa1c9f Compare February 17, 2026 16:05
@renovate renovate Bot force-pushed the renovate/archive-4.x branch from 9aa1c9f to 35f0835 Compare March 30, 2026 13:41
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