Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps archive from 3.6.1 to 4.0.4.

Changelog

Sourced from archive's changelog.

4.0.4 - February 28, 2025

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

4.0.3 - February 21, 2025

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

4.0.2 - December 19, 2024

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

4.0.1 - December 7, 2024

  • Fix error with GZip encoder for web builds.

4.0.0 - December 7, 2024

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

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 [archive](https://github.com/brendan-duncan/archive) from 3.6.1 to 4.0.4.
- [Changelog](https://github.com/brendan-duncan/archive/blob/main/CHANGELOG.md)
- [Commits](https://github.com/brendan-duncan/archive/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2025 10:39
@dependabot dependabot bot added dart Pull requests that update Dart code external dependency Requires changes in an external dependency labels Mar 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2025

Superseded by #1259.

@dependabot dependabot bot closed this Mar 24, 2025
@dependabot dependabot bot deleted the dependabot/pub/tool/spdx_license/hooks/archive-4.0.4 branch March 24, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code external dependency Requires changes in an external dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant