Skip to content

build(deps): bump @zip.js/zip.js from 2.7.62 to 2.7.72#400

Merged
nwittstruck merged 1 commit into
mainfrom
dependabot/npm_and_yarn/zip.js/zip.js-2.7.72
Aug 13, 2025
Merged

build(deps): bump @zip.js/zip.js from 2.7.62 to 2.7.72#400
nwittstruck merged 1 commit into
mainfrom
dependabot/npm_and_yarn/zip.js/zip.js-2.7.72

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2025

Copy link
Copy Markdown
Contributor

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

Release notes

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

v2.7.72

  • Fixed regression when using zip.js in Node < 21.2 with the option useCompressionStream not explicitly set to false (Node.js does not support the deflate-raw format of the CompressionStream API in version < 21.2)
  • Removed useless files from the JSR repository

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 13, 2025
@nwittstruck
nwittstruck merged commit 4ca4316 into main Aug 13, 2025
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/zip.js/zip.js-2.7.72 branch August 13, 2025 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant