Skip to content

[stable32] build(deps-dev): bump @zip.js/zip.js from 2.8.2 to 2.8.8 - #55842

Merged
AndyScherzinger merged 1 commit into
stable32from
dependabot/npm_and_yarn/stable32/zip.js/zip.js-2.8.8
Nov 2, 2025
Merged

[stable32] build(deps-dev): bump @zip.js/zip.js from 2.8.2 to 2.8.8#55842
AndyScherzinger merged 1 commit into
stable32from
dependabot/npm_and_yarn/stable32/zip.js/zip.js-2.8.8

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubOct 18, 2025

Copy link
Copy Markdown
Contributor

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

Release notes

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

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)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@dependabot
dependabotBot requested review from a team as code ownersOctober 18, 2025 01:21
@dependabot
dependabotBot removed the request for review from a teamOctober 18, 2025 01:21
@dependabotdependabotBot added the 3. to review Waiting for reviews label Oct 18, 2025
@github-actionsgithub-actionsBot changed the title build(deps-dev): bump @zip.js/zip.js from 2.8.2 to 2.8.8[stable32] build(deps-dev): bump @zip.js/zip.js from 2.8.2 to 2.8.8Oct 18, 2025

@nextcloud-commandnextcloud-command left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Bumps [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) from 2.8.2 to 2.8.8.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](gildas-lormeau/zip.js@v2.8.2...v2.8.8)
---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
dependency-version: 2.8.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@AndyScherzinger
AndyScherzingerforce-pushed the dependabot/npm_and_yarn/stable32/zip.js/zip.js-2.8.8 branch from 6de709a to 4194703CompareNovember 2, 2025 17:56
@AndyScherzingerAndyScherzinger added this to the Nextcloud 32.0.2 milestone Nov 2, 2025
@AndyScherzinger
AndyScherzinger merged commit a1dcd62 into stable32Nov 2, 2025
126 checks passed
@AndyScherzinger
AndyScherzinger deleted the dependabot/npm_and_yarn/stable32/zip.js/zip.js-2.8.8 branch November 2, 2025 18:28
@blizzzblizzz mentioned this pull request Nov 10, 2025
9 tasks
Sign up for freeto 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.

2 participants

@nextcloud-command@AndyScherzinger