Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2025

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

Release notes

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

v2.8.10

Fixed built files (built files of v2.8.9 are not updated)

v2.8.9

Fixed potential "Error: process error:-50331648" when decompressing deflate64 data

v2.8.8

v2.8.7

Improved bugfix of v2.8.6 when enqueuing sub-array of Uint8Array instances into a WritableStream (with web workers enabled).

v2.8.6

Fixed bug when enqueuing sub-array of Uint8Array instances into a WritableStream in environments supporting web workers and transferable objects (see gildas-lormeau/zip.js#606)

v2.8.5

  • Optimized size of built files (approx 7%) when using native (i.e. pure JS) compression/decompression (see files/exports suffixed with-native). The code of web workers is now compressed at built time with the mini-compressor used to compress the code of the WASM module (see mini-lz.js), and decompressed at runtime.
  • Fixed path to the WASM module in the default configuration

v2.8.4

What's Changed

  • Added export of web workers and WASM module files in the package.json file by @​jschwartzbeck in gildas-lormeau/zip.js#607
  • Fixed potential race condition when initializing the WASM module in the main thread (i.e. with web workers disabled)

New Contributors

v2.8.3

  • Added support of JavaScript-based implementation (based on zlib) of Compression Streams API (see https://github.com/gildas-lormeau/zlib-streams-ts) as an alternative to the default WASM-based implementation. See the new exports property in the package.json file and files in the /dist folder, JavaScript-based implementations are suffixed with -native (e.g. ./index-native.js).
  • Fixed malloc error in environments not fully supporting WASM (see gildas-lormeau/zip.js#605)

v2.8.2

... (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)

Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.7.62 to 2.8.10.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](gildas-lormeau/zip.js@v2.7.62...v2.8.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
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 Nov 8, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@github-actions github-actions bot changed the title build(deps-dev): bump @zip.js/zip.js from 2.7.62 to 2.8.10 [stable31] build(deps-dev): bump @zip.js/zip.js from 2.7.62 to 2.8.10 Nov 8, 2025
@dependabot dependabot bot merged commit 9540448 into stable31 Nov 8, 2025
120 of 121 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stable31/zip.js/zip.js-2.8.10 branch November 8, 2025 05:52
@solracsf solracsf added this to the Nextcloud 31.0.11 milestone Nov 8, 2025
@blizzz blizzz mentioned this pull request Nov 10, 2025
14 tasks
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