Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2025

Bumps @zip.js/zip.js from 2.7.73 to 2.8.2.

Release notes

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

v2.8.2

New in version 2.8

  1. WebAssembly Integration
  • Replaced JavaScript compression and decompression implementation with WebAssembly zlib module (https://github.com/gildas-lormeau/zlib-streams. This improves security and performance when native CompressionStream and DecompressionStream APIs are not used (for example, when using custom compression levels or decompressing deflate64 data) or unavailable.
  • Added the wasmURI configuration property to provide the module URI if necessary (for example, when the CSP blocks data URIs).
  1. Deflate64 Decompression Support
  • Added support of proprietary Deflate64 decompression algorithm which can be used by Windows when compressing large files (see gildas-lormeau/zip.js#517)
  1. Simplified Configuration
  • Replaced the complex workerScripts configuration with a single workerURI property, making it easier to set up web workers.
  • Default values for workerURI and wasmURI are provided, reducing the need for manual configuration when building code.
  1. Improved Type Safety and Clarity
  • Refined TypeScript definitions, including clearer distinctions between DirectoryEntry and FileEntry.
  • Deprecated and removed legacy APIs and classes, streamlining the library for current use cases.

Breaking Changes

  1. Worker Configuration Changes:
  • The workerScripts property in the configuration was removed and replaced with workerURI (and wasmURI for the WASM module).
  1. Stream Implementation Updates:
  • The Deflate and Inflate properties in the configuration were removed and replaced with CompressionStream and DecompressionStream.
  1. Deprecated Classes Removed:
  • The deprecated classes SplitZipReader and SplitZipWriter were removed.
  1. Event-Based Codec Support Removed:
  • Interfaces and classes related to event-based codecs, such as EventBasedZipLibrary, initShimAsyncCodec, and EventBasedCodec were removed.
  1. Entry Metadata Changes in index.d.ts:
  • The directory property was removed from EntryMetaData and moved to DirectoryEntry and FileEntry interfaces.

What's Changed in v2.8.2

Full Changelog: gildas-lormeau/zip.js@v2.8.1...v2.8.2

v2.8.1

New in version 2.8

  1. WebAssembly Integration

  2. Deflate64 decompression support

    • Added support of proprietary Deflate64 decompression algorithm which used by Windows when compressing large files (see gildas-lormeau/zip.js#517)

... (truncated)

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)

@dependabot dependabot bot requested review from a team as code owners September 11, 2025 12:57
@dependabot dependabot bot requested review from nfebe, sorbaugh and susnux and removed request for a team September 11, 2025 12:57
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 Sep 11, 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.

@github-actions github-actions bot changed the title build(deps-dev): bump @zip.js/zip.js from 2.7.73 to 2.8.2 [stable32] build(deps-dev): bump @zip.js/zip.js from 2.7.73 to 2.8.2 Sep 11, 2025
Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.7.73 to 2.8.2.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](gildas-lormeau/zip.js@v2.7.73...v2.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/stable32/zip.js/zip.js-2.8.2 branch from ead0743 to 97aebfa Compare September 11, 2025 20:42
@AndyScherzinger AndyScherzinger added this to the Nextcloud 32 milestone Sep 11, 2025
@AndyScherzinger AndyScherzinger merged commit c8f8563 into stable32 Sep 12, 2025
136 of 140 checks passed
@AndyScherzinger AndyScherzinger deleted the dependabot/npm_and_yarn/stable32/zip.js/zip.js-2.8.2 branch September 12, 2025 06:35
@skjnldsv skjnldsv modified the milestones: Nextcloud 32, Nextcloud 33 Sep 28, 2025
@blizzz blizzz mentioned this pull request Oct 14, 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.

4 participants