Skip to content

Dependency updates#895

Merged
PaulHax merged 4 commits into
Kitware:mainfrom
PaulHax:dependency-updates
Jun 27, 2026
Merged

Dependency updates#895
PaulHax merged 4 commits into
Kitware:mainfrom
PaulHax:dependency-updates

Conversation

@PaulHax

@PaulHax PaulHax commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

PaulHax added 2 commits June 22, 2026 17:05
Per vtk.js BREAKING_CHANGES (33 -> 34), volume mapper setters moved onto
the volume property. Route the relevant set* calls through the property
in volumeProperties.ts and VtkBaseVolumeRepresentation.vue. vtk.js v36
emits ColorMaps.json.js with export default, so update the virtual-modules
stub in vite.config.ts to match.
- vite 7.3.2 -> 7.3.5
- concurrently 9.2.1 -> 10.0.3
- js-yaml 4.1.1 -> 4.2.0
- form-data 4.0.5 -> 4.0.6
- shell-quote 1.8.3 -> 1.8.4
- undici 6.25.0 -> 6.27.0, 7.25.0 -> 7.28.0
- server: aiohttp 3.13.5 -> 3.14.1, idna 3.10 -> 3.18
@netlify

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

Deploy Preview for volview-dev ready!

Name Link
🔨 Latest commit 12eb406
🔍 Latest deploy log https://app.netlify.com/projects/volview-dev/deploys/6a400c6f31cecb000800aca2
😎 Deploy Preview https://deploy-preview-895--volview-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

PaulHax added 2 commits June 27, 2026 13:30
The auto-fit-on-resize state was being disabled by non-user camera
changes (clipping-range resets, slice changes, persisted-camera
restores), so a later layout or resize would not refit and the slice
kept a parallel scale computed at an earlier container size. The final
zoom then depended on the order of metadata-ready, resetCamera and
resize events.

The camera onModified listener that disables auto-fit is meant to be
paused except during a user pointer drag. withPaused unconditionally
resumed on exit instead of restoring the previous paused state, so the
first programmatic fit left the listener active and the next non-user
camera change turned auto-fit off. Restore the prior paused state so
only genuine user manipulation disables auto-fit.
…tforms

Visual-regression captures depended on the browser content area (window minus
chrome), which varies by Chrome version, so a CI Chrome update changed the
captured geometry and broke the checks. Pin the content viewport to a fixed
1280x720 via setViewport so geometry is deterministic and identical across
Chrome versions and OSes, and remove the now-unused setWindowSize/WINDOW_SIZE.

With geometry pinned, drop {platformName} and {width}x{height} from the baseline
filename format so one baseline is shared across platforms. Regenerate the four
baselines at the new viewport and remove the redundant per-OS macOS and Windows
baselines.
@PaulHax PaulHax force-pushed the dependency-updates branch from cc2df4b to 12eb406 Compare June 27, 2026 17:46
@PaulHax PaulHax added this pull request to the merge queue Jun 27, 2026
Merged via the queue into Kitware:main with commit c18e8e5 Jun 27, 2026
8 checks passed
@PaulHax PaulHax deleted the dependency-updates branch June 27, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant