fix(cornerstone): bump cornerstone3D to 5.6.7 - #6161
Conversation
Updates all @cornerstonejs/* packages from 5.6.4 to 5.6.7. Notable fixes since 5.6.4: - 5.6.7: load co-planar DICOM SEGs whose ImageOrientationPatient is delivered as DICOM DS strings (cornerstone3D #2816) — fixes SEGs being wrongly rejected as "orthogonal to the acquisition plane". - 5.6.6: re-apply invert after a colormap when scrolling a stack (cornerstone3D #2814) — fixes invert being lost on scroll after a reset. - 5.6.5: pin websocket-driver to 0.7.5.
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
✅ Deploy Preview for ohif-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
📝 WalkthroughWalkthroughCornerstone.js dependencies and peer dependencies are updated from version 5.6.4 to 5.6.7 across Cornerstone extensions, the ultrasound annotation mode, and platform packages. ChangesCornerstone.js dependency alignment
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Viewers
|
||||||||||||||||||||||||||||
| Project |
Viewers
|
| Branch Review |
chore/bump-cornerstone-5.6.7
|
| Run status |
|
| Run duration | 01m 47s |
| Commit |
|
| Committer | Alireza |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
28
|
| View all changes introduced in this branch ↗︎ | |
Bumps all
@cornerstonejs/*packages from 5.6.4 to 5.6.7.Fixes pulled in
ImageOrientationPatientis delivered as DICOM DS strings. Previously a SEG that was perfectly in-plane with its source (common with DICOMweb sources such as Orthanc) was rejected with "Segmentations orthogonal to the acquisition plane of the source data are not yet supported." — the adapter's orientation check compared string IOP against numeric source cosines with a type-strict equality.websocket-driverto 0.7.5.Changes
@cornerstonejs/*(core,tools,adapters,ai,metadata,dicom-image-loader,labelmap-interpolation,polymorphic-segmentation)5.6.4->5.6.7across the platform + extensions + modes.pnpm-lock.yaml.Testing
pnpm installresolves all@cornerstonejs/*packages to 5.6.7.Summary by CodeRabbit