Skip to content

build(deps): bump jszip and vtk.js #54

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

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

Bumps jszip to 3.10.1 and updates ancestor dependency vtk.js. These dependencies need to be updated together.

Updates jszip from 3.7.1 to 3.10.1

Changelog

Sourced from jszip's changelog.

v3.10.1 2022-08-02

  • Add sponsorship files.
    • If you appreciate the time spent maintaining JSZip then I would really appreciate your sponsorship.
  • Consolidate metadata types and expose OnUpdateCallback #851 and #852
  • use const instead var in example from README.markdown #828
  • Switch manual download link to HTTPS #839

Internals:

  • Replace jshint with eslint #842
  • Add performance tests #834

v3.10.0 2022-05-20

  • Change setimmediate dependency to more efficient one. Fixes Stuk/jszip#617 (see #829)
  • Update types of currentFile metadata to include null (see #826)

v3.9.1 2022-04-06

  • Fix recursive definition of InputFileFormat introduced in 3.9.0.

v3.9.0 2022-04-04

  • Update types JSZip#loadAsync to accept a promise for data, and remove arguments from new JSZip() (see #752)
  • Update types for compressionOptions to JSZipFileOptions and JSZipGeneratorOptions (see #722)
  • Add types for generateInternalStream (see #774)

v3.8.0 2022-03-30

  • Santize filenames when files are loaded with loadAsync, to avoid "zip slip" attacks. The original filename is available on each zip entry as unsafeOriginalName. See the documentation. Many thanks to McCaulay Hudson for reporting.
Commits

Updates vtk.js from 19.8.0 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

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jszip-and-vtk.js-3.10.1 branch 3 times, most recently from 19aac5a to 5751d05 Compare March 6, 2023 20:45
Bumps [jszip](https://github.com/Stuk/jszip) to 3.10.1 and updates ancestor dependency [vtk.js](https://github.com/kitware/vtk-js). These dependencies need to be updated together.


Updates `jszip` from 3.7.1 to 3.10.1
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](Stuk/jszip@v3.7.1...v3.10.1)

Updates `vtk.js` from 19.8.0 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@v19.8.0...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 force-pushed the dependabot/npm_and_yarn/jszip-and-vtk.js-3.10.1 branch from 5751d05 to 6fd4ede Compare March 6, 2023 20:48
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