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

Bump archive from 3.3.2 to 3.4.10 #1314

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

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.

Bumps [archive](https://github.com/brendan-duncan/archive) from 3.3.2 to 3.4.10.
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/archive@3.3.2...3.4.10)

---
updated-dependencies:
- dependency-name: archive
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type-infra A repository infrastructure change or enhancement label Jan 15, 2024
@sigurdm
Copy link
Contributor

sigurdm commented Jan 23, 2024

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 GHSA-9v85-q87q-g4vg . It doesn't say, and still - without a pubspec.lock file to modify this is just broken :(

@kevmoo
Copy link
Member

kevmoo commented Jul 1, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

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

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/pub/archive-3.4.10 branch July 1, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-infra A repository infrastructure change or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants