Skip to content

[stable34] chore(deps-dev): bump @zip.js/zip.js from 2.8.31 to 2.8.33#62503

Merged
AndyScherzinger merged 1 commit into
stable34from
dependabot/npm_and_yarn/stable34/zip.js/zip.js-2.8.33
Jul 25, 2026
Merged

[stable34] chore(deps-dev): bump @zip.js/zip.js from 2.8.31 to 2.8.33#62503
AndyScherzinger merged 1 commit into
stable34from
dependabot/npm_and_yarn/stable34/zip.js/zip.js-2.8.33

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps @zip.js/zip.js from 2.8.31 to 2.8.33.

Release notes

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

v2.8.33

Performance

  • Updated the JavaScript zlib streams module.

v2.8.32

New Features

  • Added createBlobTempStream, a ready-made createTempStream factory that spills the data of buffered entries into a Blob instead of keeping it in memory. Memory is bounded in Chromium browsers; in other engines and non-browser runtimes the Blob is held in memory, so createOPFSTempStream or a file-backed implementation is preferable there.
  • Added createSyncAccessHandleTempStream, an OPFS-backed createTempStream factory built on FileSystemSyncAccessHandle. It offers the same options and bounded-memory profile as createOPFSTempStream but writes roughly 2.5× faster in Chromium and Firefox and reads back several times faster in Firefox and Safari, making disk-backed staging nearly as fast as the in-memory default (worker-only variant).

Bug Fixes

  • Codec worker now copies chunks that do not own their underlying buffer before transferring them, preventing data corruption when a chunk's ArrayBuffer is shared or externally owned.
Commits
  • 9d3e16b bump up version
  • eb0a28f bump up version
  • be47350 update doc
  • 430b26a update built files
  • 6746a0e update zlib js module
  • 014d877 copy chunks not owning their buffer before worker transfer
  • 62a8c12 add sync access handle temp stream helper
  • 9a17b6e warn against blob temp stream in safari
  • dffd25d document per-engine blob temp stream memory behavior
  • d86eba5 clarify blob temp stream memory cost outside chromium
  • Additional commits viewable in compare view

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 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.8.31 to 2.8.33.
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](gildas-lormeau/zip.js@v2.8.31...v2.8.33)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested review from a team as code owners July 25, 2026 02:02
@dependabot
dependabot Bot requested review from kristian-zendato, sorbaugh and susnux and removed request for a team July 25, 2026 02:03
@github-actions
github-actions Bot enabled auto-merge July 25, 2026 02:33
@github-actions github-actions Bot changed the title chore(deps-dev): bump @zip.js/zip.js from 2.8.31 to 2.8.33 [stable34] chore(deps-dev): bump @zip.js/zip.js from 2.8.31 to 2.8.33 Jul 25, 2026
@AndyScherzinger AndyScherzinger added this to the Nextcloud 34.0.3 milestone Jul 25, 2026
@AndyScherzinger
AndyScherzinger disabled auto-merge July 25, 2026 12:34
@AndyScherzinger
AndyScherzinger merged commit f7694f6 into stable34 Jul 25, 2026
128 of 135 checks passed
@AndyScherzinger
AndyScherzinger deleted the dependabot/npm_and_yarn/stable34/zip.js/zip.js-2.8.33 branch July 25, 2026 12:35
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.

1 participant