Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jszip and vtk.js in /client #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2023

Removes jszip. It's no longer used after updating ancestor dependency vtk.js. These dependencies need to be updated together.

Removes jszip

Updates vtk.js from 14.16.5 to 26.3.2

Release notes

Sourced from vtk.js's releases.

v26.3.2

26.3.2 (2023-02-01)

Bug Fixes

  • HardwareSelector: fix picking of actors with both polylines and polys (d4392bd), closes #2664

v26.3.1

26.3.1 (2023-02-01)

Bug Fixes

  • ColorTransferFunction: Add support for BigInt (2d322e5)

v26.3.0

26.3.0 (2023-01-31)

Features

  • cameraFit: add view2DProxy option to fit camera to bounds (6b80ee4)
  • transformBounds: add a function to transform bounds using a mat4 (486fd1e)

v26.2.1

26.2.1 (2023-01-31)

Bug Fixes

  • rendering: fix the cinematic volume shadow direction (6512ab7)

Performance Improvements

  • rendering: Increase shadow ray sample distance (49c273e)
  • rendering: optimize volume shadow calculation (e0a3045)

v26.2.0

26.2.0 (2023-01-30)

Features

  • add (U)BigInt64 support (4c9e950)

v26.1.4

26.1.4 (2023-01-26)

... (truncated)

Changelog

Sourced from vtk.js's changelog.

From 25.x to 26

  • ResliceCursorWidget: vtkResliceCursorContextRepresentation is deprecated and removed. Instead, a vtkSphereHandleRepresentation is used for rotation and center handles, and a vtkLineHandleRepresenttion is used for the axes. rotateLineInView() now takes an axis name (string, e.g. 'XinY') instead of a substate.
  • SVGRepresentation and SVG widget support has been fully removed.

From 24.x to 25

  • math: For functions calling math functions for computations with matrices, the format must now be number[] or Matrix as defined in the typescript definitions.
  • All widgets handles inheriting from vtkHandleRepresentation now scale up automatically.

From 23.x to 24

  • All old-style widgets except OrientationMarkerWidget and PiecewiseGaussianWidget have been removed.
Old-style/deprecated widget New-style widget
Sources/Interaction/Widgets/... Sources/Widgets/Widgets3D/...
DistanceWidget DistanceWidget
HandleWidget PolyLineWidget
ImageCroppingRegionsWidget ImageCroppingWidget
LabelWidget LabelWidget
LineWidget LineWidget
OrientationMarkerWidget (kept) not implemented
PiecewiseGaussianWidget (kept) not implemented
ResliceCursor ResliceCursorWidget
  • In SVGLandmarkRepresentation: model.showCircle is replaced by model.circleProps.visible
  • In vtk.js subclasses, prefix with '_' the following "protected" model variables:
    • vtk*: model.openglRenderWindow -> model._openglRenderWindow
    • vtk*: model.openglRenderer -> model._openglRenderer
    • vtkInteractorObserver, vtkOrientationMarkerWidget : model.interactor -> model._interactor
    • vtkAbstractWidget, vtkViewNode: model.parent -> model._parent
    • vtkProp: model.parentProp -> model._parentProp
    • vtkRenderWindowInteractor: model.view -> model._view
    • vtkRenderer: model.renderWindow -> model._renderWindow
    • vtkHardwareSelector: model.renderer -> model._renderer
    • vtkAbstractWidget: model.widgetManager -> model._widgetManager

From 22.x to 23

  • imagemapper: The original behavior of the image mapper was that if a lookup table is provided, it mapped the lookup table's scalar range by default. The new behavior disables using the lookup table scalar range by default. Instead, the window/level values are used.

From 21.x to 22

  • config/rules-linter.js is now gone.

... (truncated)

Commits
  • 5c3a983 Merge pull request #2697 from bruyeret/fix-harware-selector-polyline
  • 2d322e5 fix(ColorTransferFunction): Add support for BigInt
  • b405340 Merge pull request #2689 from bruyeret/feat/resize-to-fit
  • 6b80ee4 feat(cameraFit): add view2DProxy option to fit camera to bounds
  • 486fd1e feat(transformBounds): add a function to transform bounds using a mat4
  • 6f4ef5a Merge pull request #2695 from sankhesh/volume_cvr_fixes
  • 49c273e perf(rendering): Increase shadow ray sample distance
  • 6512ab7 fix(rendering): fix the cinematic volume shadow direction
  • e0a3045 perf(rendering): optimize volume shadow calculation
  • d4392bd fix(HardwareSelector): fix picking of actors with both polylines and polys
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by floryst, 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 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [jszip](https://github.com/Stuk/jszip). It's no longer used after updating ancestor dependency [vtk.js](https://github.com/kitware/vtk-js). These dependencies need to be updated together.


Removes `jszip`

Updates `vtk.js` from 14.16.5 to 26.3.2
- [Release notes](https://github.com/kitware/vtk-js/releases)
- [Changelog](https://github.com/Kitware/vtk-js/blob/master/BREAKING_CHANGES.md)
- [Commits](Kitware/vtk-js@v14.16.5...v26.3.2)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
- dependency-name: vtk.js
  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 2, 2023
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.

None yet

0 participants