Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @zip.js/zip.js from 2.7.62 to 2.7.71.

Release notes

Sourced from @​zip.js/zip.js's releases.

v2.7.71

v2.7.70

v2.7.69

  • Ensure the compressed size, the uncompressed size, and the CRC2 checksum are written in the local header if the data descriptor is not used (see #585)

v2.7.68

Fixed regression introduced in version 2.7.65 when using HttpRangeReader with ZipWriter#add() (see #586)

v2.7.67

  • Fixed ZipWriter#prependZip()
  • Fixed the "level" value of the "general purpose bit flag" when creating zip files with encrypted data or not deflated data
  • Added action to publish zip.js automatically on NPM with provenance

v2.7.66

  • Fixed value of compression level in the "general purpose bit flag" when compressing files (fix previous version)

v2.7.65

v2.7.64

  • added the ability in the ZipWriter#add() method to include the "ZIP64 extended information extra field" in the local headers when the zip64 option is enabled. This makes the ZIP file more robust when trying to recover data from a damaged ZIP file (see gildas-lormeau/zip.js#579).
  • added the ZipWriter#remove() method to remove entries from the central directory
  • added the ZipWriter#prependZip() method to allow appending/removing entries to/from an existing ZIP file (see example, example). This can also be useful to create a (large) ZIP file in multiple passes.
  • circumvented a Node.js bug when using a Buffer instance (as a Uint8Array instance) with a Uint8ArrayReader reader (see gildas-lormeau/zip.js#580)
  • fixed a ZipCrypto (legacy ZIP encryption) bug in ZipWriter when setting the dataDescriptor option to false explicitly (the option is true by default, it will also be automatically set to true in that case)
  • updated dev dependencies

v2.7.63

What's Changed

New Contributors

Full Changelog: gildas-lormeau/zip.js@v2.7.62...v2.7.63

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.


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 [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.7.62 to 2.7.71.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](gildas-lormeau/zip.js@v2.7.62...v2.7.71)

---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
  dependency-version: 2.7.71
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 2, 2025 01:12
@dependabot dependabot bot added the 3. to review Waiting for reviews label Aug 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 2, 2025 01:12
@dependabot dependabot bot requested review from nfebe, sorbaugh and susnux and removed request for a team August 2, 2025 01:12
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@skjnldsv skjnldsv merged commit 5b4177a into master Aug 2, 2025
117 of 122 checks passed
@skjnldsv skjnldsv deleted the dependabot/npm_and_yarn/zip.js/zip.js-2.7.71 branch August 2, 2025 07:46
@skjnldsv skjnldsv mentioned this pull request Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants