Skip to content

chore(deps): update @luma.gl/core requirement from ~9.2.2 to ~9.2.6 in /superset-frontend/plugins/legacy-preset-chart-deckgl#37240

Closed
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-deckgl/luma.gl/core-approx-9.2.6
Closed

chore(deps): update @luma.gl/core requirement from ~9.2.2 to ~9.2.6 in /superset-frontend/plugins/legacy-preset-chart-deckgl#37240
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-deckgl/luma.gl/core-approx-9.2.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Updates the requirements on @luma.gl/core to permit the latest version.

Release notes

Sourced from @​luma.gl/core's releases.

v9.2.6

  • fix(core): Auto-convert uint8 buffers to uint16 (#2486)
Changelog

Sourced from @​luma.gl/core's changelog.

v9.2.6

  • fix(core): Auto-convert uint8 buffers to uint16 (#2486)

v9.2.5

  • fix(engine): Factory warnings now level 3 logs (#2479)

v9.2.4

  • fix(webgl): unpack row length handling for texture uploads (#2461)
  • chore: Fix peer-deps (#2450)

v9.2.3

  • fix(webgl,webgpu): fix import parth error in published package (#2458)

v9.2.2

  • fix(webgl): WebGLAdapter.attach support passing DeviceProps (#2453)

v9.2.1

  • Fix peer denpendencies for 9.2 release (#2451)

v9.2.0

  • Promote 9.2.0-beta.2 to 9.2.0

v9.2.0-beta.2

  • Fix dependencies

v9.2.0-beta.1

  • Start beta release track

v9.2.0-alpha.6

  • feature(core): CanvasContext.setProps({useDevicePixels}) (#2406)

v9.2.0-alpha.5

  • fix(core): Support number for useDevicePixels (#2405)
  • fix(lighting): Default to 3 MAX_LIGHTS (#2404)
  • fix(effects): Reinstate vignette GLSL shader (#2403)

v9.2.0-alpha.4

  • fix(engine): AsyncTexture correctly resolve Promise on data load (#2402)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependabot npm Dependabot - npm related PRs labels Jan 19, 2026
@codeant-ai-for-open-source
Copy link
Copy Markdown
Contributor

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented Jan 19, 2026

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@dosubot dosubot Bot added the viz:charts:deck.gl Related to deck.gl charts label Jan 19, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 19, 2026

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit b085e13
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/698586127099070008a5c387
😎 Deploy Preview https://deploy-preview-37240--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@rusackas rusackas force-pushed the dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-deckgl/luma.gl/core-approx-9.2.6 branch 2 times, most recently from fefd1c6 to e226ec8 Compare January 26, 2026 06:23
@rusackas
Copy link
Copy Markdown
Member

This PR has CI failures due to npm dependency resolution issues causing query-string to be resolved to an ESM-only version and global-box to go missing. The lockfile needs careful manual regeneration to fix these transitive dependency issues.

Errors:

  • Jest: SyntaxError: Cannot use import statement outside a module (query-string ESM issue)
  • Storybook: Module not found: Error: Can't resolve 'global-box' (encodable dependency)

This requires manual intervention to properly regenerate the lockfile while pinning transitive dependencies correctly.

@rusackas rusackas force-pushed the dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-deckgl/luma.gl/core-approx-9.2.6 branch from e226ec8 to 4458c94 Compare January 26, 2026 23:56
@rusackas
Copy link
Copy Markdown
Member

Rebased on master after PR #37450 merged, which fixed the query-string/encodable ESM issue. The lockfile has been regenerated and this PR is ready for review.

@rusackas
Copy link
Copy Markdown
Member

Same webpack type error as #37438 — luma.gl 9.2.6 introduces type incompatibilities. All three deck.gl/luma.gl PRs need coordinated updates.

dependabot Bot and others added 2 commits February 5, 2026 22:11
Updates the requirements on [@luma.gl/core](https://github.com/visgl/luma.gl) to permit the latest version.
- [Release notes](https://github.com/visgl/luma.gl/releases)
- [Changelog](https://github.com/visgl/luma.gl/blob/v9.2.6/CHANGELOG.md)
- [Commits](visgl/luma.gl@v9.2.2...v9.2.6)

---
updated-dependencies:
- dependency-name: "@luma.gl/core"
  dependency-version: 9.2.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rusackas rusackas force-pushed the dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-deckgl/luma.gl/core-approx-9.2.6 branch from d852a5f to b085e13 Compare February 6, 2026 06:11
rusackas added a commit that referenced this pull request Feb 6, 2026
Coordinated upgrade of all deck.gl and luma.gl packages to version ~9.2.6
to ensure type compatibility. Individual Dependabot PRs were failing due to
TypeScript type mismatches (Device type from different luma.gl versions).

Updated packages:
- @deck.gl/aggregation-layers: ~9.2.5 → ~9.2.6
- @deck.gl/core: ~9.2.5 → ~9.2.6
- @deck.gl/extensions: ~9.2.5 → ~9.2.6
- @deck.gl/geo-layers: ~9.2.5 → ~9.2.6
- @deck.gl/layers: ~9.2.5 → ~9.2.6
- @deck.gl/mesh-layers: ~9.2.2 → ~9.2.6
- @deck.gl/react: ~9.2.5 → ~9.2.6
- @luma.gl/constants: ~9.2.4 → ~9.2.6
- @luma.gl/core: ~9.2.2 → ~9.2.6

Supersedes: #37472, #37438, #37240, #37239

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rusackas
Copy link
Copy Markdown
Member

rusackas commented Feb 6, 2026

Closing in favor of #37718 which performs a coordinated upgrade of all deck.gl and luma.gl packages to ~9.2.6. The individual upgrades were causing TypeScript type mismatches.

@rusackas rusackas closed this Feb 6, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 6, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/superset-frontend/plugins/legacy-preset-chart-deckgl/luma.gl/core-approx-9.2.6 branch February 6, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant