chore(deps): bump upstream to 9.3 - #546
Merged
Merged
Conversation
charlieforward9
force-pushed
the
chore/bump-9.3
branch
from
March 5, 2026 07:32
ec26501 to
c17c627
Compare
charlieforward9
force-pushed
the
chore/bump-9.3
branch
from
March 5, 2026 07:52
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>
charlieforward9
force-pushed
the
chore/bump-9.3
branch
from
March 5, 2026 08:04
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.84% ▲+0.05% | Branch: 26.63% ▲+0.05% | Funcs: 28.90% ▲+0.04% | Lines: 30.92% ▲+0.05%
|
charlieforward9
marked this pull request as draft
March 5, 2026 08:17
- `@deck.gl/*`: `~9.2.10` → `~9.3.0-alpha.1` - `@loaders.gl/*`: `^4.3.4` → `^4.4.0-alpha.16` (required peer dep of deck 9.3) - `@luma.gl/*`: unchanged at `~9.3.0-alpha.2` All 61 node test files passing ✅ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
charlieforward9
marked this pull request as ready for review
March 11, 2026 18:31
TileSource is no longer a generic type in @loaders.gl/loader-utils@4.4.0-alpha.16. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…k.gl@9.3 deck.gl@9.3 added protected getViewState(viewId) and setViewState(viewId, state) to the Widget base class — exactly what our widgets were hand-rolling with @ts-ignore hacks. Delete the local duplicates and use the base class methods. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Closed
ibgreen
approved these changes
Mar 12, 2026
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 serves as the rebase target for 9.3 beta work in deck.gl-community.
@deck.gl/*:~9.2.8→~9.3.0-alpha.1✅@luma.gl/*:~9.2.6→~9.3.0-alpha.2✅@loaders.gl/*:^4.2.0→^4.4.0-alpha.16✅ (required peer dep of deck.gl@9.3.0-alpha.1)'Breaking' changelog
TileSourcein@deck.gl-community/geo-layersto match loaders@4.4 spec@deck.gl-community/widgetsto align with upstream widget class changes.