Skip to content

Bump tar, vtk.js and fsevents#7

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-414399f078
Closed

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 17, 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.2

Release notes

Sourced from vtk.js's releases.

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)

v34.15.4

34.15.4 (2025-12-03)

Bug Fixes

  • InteractiveOrientationWidget: use umd import path (239974b)

... (truncated)

Commits
  • 959c7b7 fix(Example): resliceCursorWidget example cannot find gui element
  • 80a2f91 fix(Glyph3DMapper): use correct shift-scale transform
  • 21037fc fix(datasetattributes): Fix active attribute assignment
  • 685af96 test(ColorMaps): Update test baseline image for colormap presets
  • 2366535 feat(ColorMaps): Add inverted-grayscale sigmoid preset
  • 0e6208f feat(ColorMaps): support setting aboveRangeColor and belowRangeColor in presets
  • e01eae3 feat(ColorMaps): Add inverted grayscale colormap preset
  • e718d13 feat(ColorMaps): Add grayscale sigmoid colormap based on DICOM standard
  • 327921d fix(ImageMarchingSquares): lint fix - prettier
  • b965693 fix(ImageMarchingSquares): optmize the code
  • 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.2
- [Release notes](https://github.com/Kitware/vtk-js/releases)
- [Commits](Kitware/vtk-js@v7.3.2...v34.16.2)

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.2
  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 17, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 29, 2026

Superseded by #9.

@dependabot dependabot Bot closed this Jan 29, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-414399f078 branch January 29, 2026 07:06
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