Skip to content

Bump semver and vtk.js#10

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

Bump semver and vtk.js#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-edd4a32321

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps semver to 6.3.1 and updates ancestor dependency vtk.js. These dependencies need to be updated together.

Updates semver from 5.5.0 to 6.3.1

Release notes

Sourced from semver's releases.

v6.3.1

6.3.1 (2023-07-10)

Bug Fixes

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

6.3.1 (2023-07-10)

Bug Fixes

6.2.0

  • Coerce numbers to strings when passed to semver.coerce()
  • Add rtl option to coerce from right to left

6.1.3

  • Handle X-ranges properly in includePrerelease mode

6.1.2

  • Do not throw when testing invalid version strings

6.1.1

  • Add options support for semver.coerce()
  • Handle undefined version passed to Range.test

6.1.0

  • Add semver.compareBuild function
  • Support * in semver.intersects

6.0

  • Fix intersects logic.

    This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


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.


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 [semver](https://github.com/npm/node-semver) to 6.3.1 and updates ancestor dependency [vtk.js](https://github.com/Kitware/vtk-js). These dependencies need to be updated together.


Updates `semver` from 5.5.0 to 6.3.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](npm/node-semver@v5.5.0...v6.3.1)

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)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 6.3.1
  dependency-type: indirect
- dependency-name: vtk.js
  dependency-version: 34.16.3
  dependency-type: direct:production
...

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 Feb 4, 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