Skip to content

chore: target deck.gl and luma.gl 9.4 alphas - #701

Merged
ibgreen merged 1 commit into
masterfrom
codex/target-9.4
Jul 30, 2026
Merged

chore: target deck.gl and luma.gl 9.4 alphas#701
ibgreen merged 1 commit into
masterfrom
codex/target-9.4

Conversation

@ibgreen

@ibgreen ibgreen commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • set the Lerna version and all 17 managed public/private packages to 9.4.0-alpha.0
  • move active root, module, development, example, and website manifests to deck.gl ~9.4.0-alpha.2 and luma.gl ~9.4.0-alpha.1
  • update community cross-package peer ranges to ~9.4.0-alpha.0 and the root deck-to-luma peer override to the luma 9.4 alpha baseline
  • align mjolnir.js with deck.gl 9.4 and use Turf 7 for the website/editable-layers dependency graph
  • regenerate root and website lockfiles; intentionally retain the non-workspace Arrow development examples on deck.gl 9.2

Compatibility changes

  • preserve heterogeneous trace widget types through deck.gl 9.4's stricter DeckProps['widgets'] generic
  • synchronize mjolnir.js at 3.1.0-beta.3 so deck and community widget event-manager types share one class declaration

Validation

  • yarn
  • yarn lint
  • yarn build
  • yarn test — 1,414 passed, 9 skipped
  • yarn test-headless — 429 passed, 5 skipped
  • cd website && yarn
  • cd website && yarn build
  • manifest/lockfile audit: no active deck.gl/luma.gl 9.2 or 9.3 resolutions; frozen Arrow examples unchanged

Release impact

This changes the development baseline on master only. It does not publish a community 9.4 alpha.

@github-actions

Copy link
Copy Markdown

Coverage

Stmts: 51.02% | Branch: 42.11% | Funcs: 49.21% | Lines: 51.13%

Test Files 168 passed (168)

@ibgreen
ibgreen marked this pull request as ready for review July 30, 2026 14:41
@ibgreen
ibgreen merged commit 3f71468 into master Jul 30, 2026
4 checks passed
@ibgreen
ibgreen deleted the codex/target-9.4 branch July 30, 2026 14:42

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 78363682c7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread yarn.lock
Comment on lines +787 to +788
"@loaders.gl/core": "npm:^4.4.3"
"@loaders.gl/images": "npm:^4.4.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Raise loaders.gl pins with the deck.gl alpha

On fresh root and website installs, the new deck.gl packages request loaders.gl 4.4.3 or newer, but both package.json resolution blocks still force every loaders.gl package to 4.4.1. Yarn consequently reports YN0060 compatibility mismatches and installs versions outside deck.gl's declared ranges, affecting core, layers, geo-layers, and their loader paths. Update the root and website loaders.gl resolutions and direct ranges alongside this upgrade.

Useful? React with 👍 / 👎.

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