Bump viv to 0.22.0 and deck.gl/luma.gl ecosystem to 9.3.5 - #68
Conversation
- @hms-dbmi/viv, @vivjs/views, @vivjs/constants: 0.21.0 → 0.22.0 - @deck.gl/* and @luma.gl/* sub-packages all bumped to ~9.3.5 to match viv 0.22.0's peer dependency requirements (deck.gl ~9.3.3) - deck.gl umbrella package: ~9.2.9 → ~9.3.5 - Adds @luma.gl/webgl, @loaders.gl/core, and other sub-packages that were previously resolved transitively but now need catalog entries to avoid peer conflict warnings Also fixes a broken import path in packages/vis/scripts/dev.mjs: ../../scripts/ resolved to packages/scripts/ (wrong); changed to ../../../scripts/ so it correctly resolves to the repo root scripts/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 32 seconds Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✨ 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 |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
@hms-dbmi/viv,@vivjs/views, and@vivjs/constantsin the pnpm catalog@deck.gl/*at~9.3.3; updated the entire deck.gl and luma.gl sub-package ecosystem in the catalog to avoid peer dependency conflicts (core, layers, geo-layers, extensions, widgets, react, mesh-layers, aggregation-layers, engine, constants, shadertools, gltf, webgl, loaders.gl/core)packages/vis/scripts/dev.mjs:../../scripts/resolved topackages/scripts/(wrong); corrected to../../../scripts/so it resolves to the repo rootscripts/directory. This was preventingpnpm devfrom starting.Reviewer notes
The deck.gl/luma.gl sub-packages (
@deck.gl/widgets,@luma.gl/gltf, etc.) previously weren't listed in the catalog as they were pulled in transitively. They now have explicit catalog entries because bumping only@deck.gl/coreand@luma.gl/coreleft the transitive sub-packages on 9.2.x, causing peer conflicts against the 9.3.x cores.🤖 Generated with Claude Code