pana icon indicating copy to clipboard operation
pana copied to clipboard

Bump archive from 3.3.2 to 3.4.10

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps archive from 3.3.2 to 3.4.10.

Changelog

Sourced from archive's changelog.

3.4.10 - January 2, 2024

  • Fix ZipCrypto decryption

3.4.9 - November 7, 2023

  • Revert breaking change for extractArchiveToDisk becoming async; add extractArchiveToDiskAsync for the async version.

3.4.8 - November 5, 2023

  • Improve zip decompression performance with dart:io by using native ZLib decompression when possible.

3.4.7 - November 4, 2023

  • Improve performance by not using List.setRange for copying bytes, which turns out to be very slow.

3.4.6 - October 10, 2023

  • Fix for Zip64 file size causing memory errors.

3.4.5 - October 01, 2023

  • Rewrote InputFileStream to reduce overall memory by using a shared file cache.
  • Added DateTime lastModDateTime getter to ArchiveFile.
  • Add support for zip encryption.

3.4.4

  • Fix for new default buffer size for InputFileStream consuming too much memory for large archives.

3.4.3 - September 28, 2023

  • Fix bug in InputFileStream that caused it to only have an 8-byte buffer, making file streaming slow.
  • Increase the default buffer size for file I/O streams to 1MB.
  • Update pubspec dependency versions.

3.4.2 - September 23, 2023

  • Add bzip2 decompression for zip files.

3.4.1 - September 23, 2023

  • Fix for decoding zip64 zip files that have multiple extra fields.

3.4.0 - September 21, 2023

  • Add Zip64 support to ZipEncoder to allow it to create zip files > 4GB.

3.3.9 - September 10, 2023

... (truncated)

Commits
  • 187d723 Fix ZipCrypto password decoding
  • c394e7d Add autoClose to ZipEncoder addFile
  • 7290be0 Add closeSync method to OutpuFileStream and ArchiveFile
  • 2ec62f0 Merge pull request #302 from aemelyanovff/main
  • bb87b2f Prevent modifying Archive.files directly - doing this makes "files" and "_fil...
  • d44b9bf Merge pull request #300 from CaiJingLong/main
  • 5b10f87 Merge pull request #299 from alestiago/alestiago/update-example
  • 39af7bb feat: InputStream to InputStreamBase for zlib
  • beb6405 Merge pull request #298 from alestiago/feat/filename-format-exception
  • b6997bc docs: _composeZipDirectoryPath
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Jan 15 '24 10:01 dependabot[bot]

Weird - this looks like a dependabot bug. We shouldn't get a minor update when we have no pubspec.lock.

Is this because it is a security update away from https://github.com/advisories/GHSA-9v85-q87q-g4vg . It doesn't say, and still - without a pubspec.lock file to modify this is just broken :(

sigurdm avatar Jan 23 '24 15:01 sigurdm

@dependabot rebase

kevmoo avatar Jul 01 '24 16:07 kevmoo

Looks like archive is no longer a dependency, so this is no longer needed.

dependabot[bot] avatar Jul 01 '24 16:07 dependabot[bot]