Skip to content

Bump tar, vtk.js and fsevents#9

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-68ad8611b8
Open

Bump tar, vtk.js and fsevents#9
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-68ad8611b8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 29, 2026

Removes tar. It's no longer used after updating ancestor dependencies tar, vtk.js and fsevents. These dependencies need to be updated together.

Removes tar

Updates vtk.js from 7.3.2 to 34.16.3

Release notes

Sourced from vtk.js's releases.

v34.16.3

34.16.3 (2026-01-28)

Bug Fixes

  • PolyDataMapper: Fix VBO rebuild condition (7355c42)
  • tests: fix running tests on Chrome 144 (04d7200)

v34.16.2

34.16.2 (2025-12-15)

Bug Fixes

  • Example: resliceCursorWidget example cannot find gui element (959c7b7)
  • Glyph3DMapper: use correct shift-scale transform (80a2f91)

v34.16.1

34.16.1 (2025-12-15)

Bug Fixes

  • datasetattributes: Fix active attribute assignment (21037fc)

v34.16.0

34.16.0 (2025-12-12)

Features

  • ColorMaps: Add grayscale sigmoid colormap based on DICOM standard (e718d13)
  • ColorMaps: Add inverted grayscale colormap preset (e01eae3)
  • ColorMaps: Add inverted-grayscale sigmoid preset (2366535)
  • ColorMaps: support setting aboveRangeColor and belowRangeColor in presets (0e6208f)

v34.15.5

34.15.5 (2025-12-09)

Bug Fixes

  • ImageMarchingSquares: expand in ijk and back to world, support 3D, not just x,y (afe5592)
  • ImageMarchingSquares: keep line parts and update only ijk -> world coordinates (39ca21f)
  • ImageMarchingSquares: lint fix - prettier (327921d)
  • ImageMarchingSquares: optmize the code (b965693)
  • ImageMarchingSquares: origin is not required (24c9f29)
  • ImageMarchingSquares: remove unused k (ae52c83)
  • ImageMarchingSquares: use indexToWorld function, rather than separate calculation (87b5d2f)

... (truncated)

Commits
  • 04d7200 fix(tests): fix running tests on Chrome 144
  • 7355c42 fix(PolyDataMapper): Fix VBO rebuild condition
  • e47bea3 docs(Examples): drop parallel-webpack in favor of using webpack directly
  • cace1bf ci(tests): fix running tests on Chrome 144
  • d461390 build(deps-dev): bump lodash-es from 4.17.21 to 4.17.23
  • 62e8bb7 build(deps-dev): bump lodash from 4.17.21 to 4.17.23
  • 4ea572c refactor(seedwidget): expose start and end interact convenient functions
  • cba42a1 docs(gallery): add vtkTextActor and vtkVectorText screenshot in example gallery
  • 967b9c4 docs(ImageMapper): Add axis-aligned sole support
  • 959c7b7 fix(Example): resliceCursorWidget example cannot find gui element
  • Additional commits viewable in compare view
Maintainer changes

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


Updates fsevents from 1.2.4 to 1.2.13

Release notes

Sourced from fsevents's releases.

Release v1.2.13

Only build on Mac-OSX

Release v1.2.11

Removing node-pre-gyp so that building fsevents becomes easier and enabled without the download of binaries.

The credentials to the AWS store have been lost. Releasing to AWS is both insecure and no longer possible due to the lost credentials.

Intermediate Release

No release notes provided.

Release v1.2.9 - Node v12 compatibility

No release notes provided.

Release Pre-NAPI v1.2.8

No release notes provided.

Version Bump (bundle node-pre-gyp)

No release notes provided.

Prebuilt v11.x

No release notes provided.

Commits

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

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependencies [tar](https://github.com/isaacs/node-tar), [vtk.js](https://github.com/Kitware/vtk-js) and [fsevents](https://github.com/fsevents/fsevents). These dependencies need to be updated together.


Removes `tar`

Updates `vtk.js` from 7.3.2 to 34.16.3
- [Release notes](https://github.com/Kitware/vtk-js/releases)
- [Commits](Kitware/vtk-js@v7.3.2...v34.16.3)

Updates `fsevents` from 1.2.4 to 1.2.13
- [Release notes](https://github.com/fsevents/fsevents/releases)
- [Commits](fsevents/fsevents@v1.2.4...v1.2.13)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: vtk.js
  dependency-version: 34.16.3
  dependency-type: direct:production
- dependency-name: fsevents
  dependency-version: 1.2.13
  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 Jan 29, 2026
@dependabot dependabot Bot mentioned this pull request Jan 29, 2026
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.

0 participants