Skip to content

Bump jszip and vtk.js in /src/dcbia-vtk#114

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/src/dcbia-vtk/jszip-and-vtk.js--removed
Open

Bump jszip and vtk.js in /src/dcbia-vtk#114
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/src/dcbia-vtk/jszip-and-vtk.js--removed

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 22, 2022

Copy link
Copy Markdown
Contributor

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 5.1.5 to 25.13.3

Release notes

Sourced from vtk.js's releases.

v25.13.3

25.13.3 (2022-11-21)

Bug Fixes

  • examples: use ESM package in examples (de839e3)

v25.13.2

25.13.2 (2022-11-14)

Performance Improvements

  • OpenGLTexture: conditional getExtension call (5b61571)

v25.13.1

25.13.1 (2022-11-10)

Bug Fixes

  • Filters: Correctly export three filters (d28f9e5)

v25.13.0

25.13.0 (2022-11-08)

Bug Fixes

  • WidgetManager: incorrect render codepath (e5966a1)

Features

  • AbstractWidget: add getActiveState() API (bd9590d)

Performance Improvements

  • WidgetManager: drop an extra render (0c9b871)
  • WidgetManager: reduce capture/render calls (d45b428)

v25.12.0

25.12.0 (2022-11-01)

Bug Fixes

  • WidgetManager: use renderer pixel ratio for ScaleInPixels (a9aca35)

... (truncated)

Changelog

Sourced from vtk.js's changelog.

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.
  • AbstractMapper: Changed removeClippingPlane to use instance instead of index.

From 20.x to 21

SplineWidget's handles now scale up automatically.

From 19.x to 20

... (truncated)

Commits
  • aac9b6f Merge pull request #2631 from daker/switch-examples-esm
  • de839e3 fix(examples): use ESM package in examples
  • 63762f7 Merge pull request #2629 from Kitware/perf-conditionally-call-getExtension
  • 5b61571 perf(OpenGLTexture): conditional getExtension call
  • 3b5bcd4 Merge pull request #2627 from Vulpes94/master
  • d28f9e5 fix(Filters): Correctly export three filters
  • 1f2a50a Merge pull request #2623 from Kitware/perf-widget-manager
  • bd9590d feat(AbstractWidget): add getActiveState() API
  • e5966a1 fix(WidgetManager): incorrect render codepath
  • 0c9b871 perf(WidgetManager): drop an extra render
  • 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.


You can trigger a rebase of this PR 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.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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 5.1.5 to 25.13.3
- [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@v5.1.5...v25.13.3)

---
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 the dependencies Pull requests that update a dependency file label Nov 22, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants