Draft
Conversation
ec26501 to
c17c627
Compare
c17c627 to
2f55a75
Compare
Tracking upstream 9.3 release cycle: - @deck.gl/*: ~9.2.8 → ~9.2.10 (latest stable) - @luma.gl/*: ~9.2.6 → ~9.3.0-alpha.2 (9.3 alpha, ref visgl/deck.gl#10034) - @loaders.gl/*: ^4.2.0 → ^4.3.4 (latest stable) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
deck.gl@9.2.x ships luma@9.2.x as a dep causing two luma instances at runtime. Add yarn resolutions to force all @luma.gl/* to 9.3.0-alpha.2 so deck.gl and community modules share a single luma instance. All 61 node tests passing with deck.gl@9.2.10 + luma.gl@9.3.0-alpha.2. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2f55a75 to
562aac7
Compare
luma.gl 9.3 changed Color from number[] to Readonly<Uint8ClampedArray>. Direct cast no longer overlaps — route through unknown. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
CoverageStmts: 30.79% | Branch: 26.58% | Funcs: 28.86% | Lines: 30.87%
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tracking the upstream 9.3 release cycle — this PR will serve as the rebase target for 9.3 beta work in deck.gl-community.
@deck.gl/*:~9.2.8→~9.2.10(latest stable)@luma.gl/*:~9.2.6→~9.3.0-alpha.2(9.3 alpha — ref visgl/deck.gl#10034)@loaders.gl/*:^4.2.0→^4.3.4(latest stable; will bump to^4.4.0once it lands in deck.gl)Next steps
Once
visgl/deck.gl#10034(luma@9.3) and the loaders@4.4 bump land in deck.gl proper, update@deck.gl/*to~9.3.0and@loaders.gl/*to^4.4.0here.All 55 node tests passing ✅
🤖 Generated with Claude Code