Skip to content

Bump fflate and vtk.js in /client - #508

Merged
BryonLewis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/client/multi-6e0169b234
Sep 4, 2026
Merged

Bump fflate and vtk.js in /client#508
BryonLewis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/client/multi-6e0169b234

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps fflate and vtk.js. These dependencies needed to be updated together.
Updates fflate from 0.7.3 to 0.7.5

Changelog

Sourced from fflate's changelog.

0.8.3

  • Fix buffer over-read for Zip64 extra fields
  • Support sync flushes (Z_SYNC_FLUSH in zlib)
    • Allows for immediate decompression of all pushed bytes
    • Enables DEFLATE stream concatenation
  • Fix zip/zipSync when using cross-realm Uint8Array
  • Improve Zip64 support for streamed or undersized archives
  • Update performance estimates in README
  • Fix typings for TypeScript v5.7+
  • Reduce memory consumption after compression stream completion

0.8.2

  • Fixed broken UMD build
  • Fixed edge-case causing skipped data during streaming compression
  • Fixed bug in GZIP streaming on member boundary
  • Improved streaming performance on inconsistent chunk sizes
  • Improved unzip performance on undercompressed archives
  • Added flushing support into streaming API
  • Added backpressure support into async streaming API
    • Use new ondrain handler and queuedSize

0.8.1

  • Fixed reallocating on pre-supplied buffer in inflateSync and unzlibSync
  • Minor documentation fixes

0.8.0

  • BREAKING: synchronous decompression functions now take an options object rather than an output buffer as a second parameter
    • inflateSync(compressed, outBuf) is now inflateSync(compressed, { out: outBuf })
  • Support dictionaries in compression and decompression
  • Support multi-member files in GZIP streaming decompression
  • Dramatically improved streaming performance
  • Fixed missing error on certain malformed GZIP files
Commits

Updates vtk.js from 34.7.0 to 36.11.2

Release notes

Sourced from vtk.js's releases.

v36.11.2

36.11.2 (2026-09-04)

Bug Fixes

  • WebGPU: apply camera physical scale to custom projection (c201f93)

v36.11.1

36.11.1 (2026-09-04)

Bug Fixes

  • RTAnalyticSource: match native VTK scalar output (b0f8900), closes #3629

v36.11.0

36.11.0 (2026-09-02)

Features

  • WebGPU: align image mapper features with WebGL (3624d98)

v36.10.0

36.10.0 (2026-08-29)

Bug Fixes

  • WebGPU: apply multisample state to OIT pipelines (292c0cf)

Features

  • WebGPU: add MSAA (multi-sample anti-aliasing) support (4cbb72f)
  • WebGPU: clamp OIT pass sample count to at least 1 (7618e1c)
  • WebGPU: clamp OpaquePass sample count to at least 1 (50a57b5)
  • WebGPU: clarify invalid multiSample error message (223dd65)
  • WebGPU: Document WebGPU RenderWindow (8e3fd30)
  • WebGPU: rename sampleCount to multiSample and add MSAA regression test (f27ba81)

v36.9.2

36.9.2 (2026-08-27)

Bug Fixes

  • clipclosedsurface: fix various uninitialized variables (0e4d483)
  • widgets: do not deactivate widgets when none consume events (6d06155)

... (truncated)

Commits
  • c201f93 fix(WebGPU): apply camera physical scale to custom projection
  • b0f8900 fix(RTAnalyticSource): match native VTK scalar output
  • 031f715 docs: simplify pull request checklist
  • 7b98e88 build(deps): bump fflate from 0.7.3 to 0.7.5
  • df232bc build(deps-dev): bump fast-uri from 3.1.5 to 3.1.7
  • 0a78fb7 build(deps-dev): bump browserslist from 4.28.2 to 4.28.8
  • 3624d98 feat(WebGPU): align image mapper features with WebGL
  • 52fff31 test(WebGPU): add OIT MSAA regression test
  • 292c0cf fix(WebGPU): apply multisample state to OIT pipelines
  • 223dd65 feat(WebGPU): clarify invalid multiSample error message
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vtk.js since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [fflate](https://github.com/101arrowz/fflate) and [vtk.js](https://github.com/Kitware/vtk-js). These dependencies needed to be updated together.

Updates `fflate` from 0.7.3 to 0.7.5
- [Release notes](https://github.com/101arrowz/fflate/releases)
- [Changelog](https://github.com/101arrowz/fflate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/101arrowz/fflate/commits)

Updates `vtk.js` from 34.7.0 to 36.11.2
- [Release notes](https://github.com/Kitware/vtk-js/releases)
- [Commits](Kitware/vtk-js@v34.7.0...v36.11.2)

---
updated-dependencies:
- dependency-name: fflate
  dependency-version: 0.7.5
  dependency-type: indirect
- dependency-name: vtk.js
  dependency-version: 36.11.2
  dependency-type: indirect
...

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 Sep 4, 2026
@BryonLewis
BryonLewis merged commit 6c0c17f into main Sep 4, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/client/multi-6e0169b234 branch September 4, 2026 19:44
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