This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 56ad429200 chore(deps): update @luma.gl/shadertools requirement from
~9.2.2 to ~9.2.6 in /superset-frontend/plugins/legacy-preset-chart-deckgl
(#37237)
56ad429200 is described below
commit 56ad429200d04c104464098b17417e58455720e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 17:14:36 2026 -0800
chore(deps): update @luma.gl/shadertools requirement from ~9.2.2 to ~9.2.6
in /superset-frontend/plugins/legacy-preset-chart-deckgl (#37237)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>
---
superset-frontend/package-lock.json | 16 +++++++++++++++-
.../plugins/legacy-preset-chart-deckgl/package.json | 2 +-
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 492016be47..3fad27debd 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -65714,7 +65714,7 @@
"@luma.gl/constants": "~9.2.4",
"@luma.gl/core": "~9.2.2",
"@luma.gl/engine": "~9.2.6",
- "@luma.gl/shadertools": "~9.2.2",
+ "@luma.gl/shadertools": "~9.2.6",
"@luma.gl/webgl": "~9.2.2",
"@mapbox/geojson-extent": "^1.0.1",
"@mapbox/tiny-sdf": "^2.0.7",
@@ -65905,6 +65905,20 @@
"@luma.gl/shadertools": "~9.2.0"
}
},
+ "plugins/legacy-preset-chart-deckgl/node_modules/@luma.gl/shadertools": {
+ "version": "9.2.6",
+ "resolved":
"https://registry.npmjs.org/@luma.gl/shadertools/-/shadertools-9.2.6.tgz",
+ "integrity":
"sha512-4+uUbynqPUra9d/z1nQChyHmhLgmKfSMjS7kOwLB6exSnhKnpHL3+Hu9fv55qyaX50nGH3oHawhGtJ6RRvu65w==",
+ "license": "MIT",
+ "dependencies": {
+ "@math.gl/core": "^4.1.0",
+ "@math.gl/types": "^4.1.0",
+ "wgsl_reflect": "^1.2.0"
+ },
+ "peerDependencies": {
+ "@luma.gl/core": "~9.2.0"
+ }
+ },
"plugins/legacy-preset-chart-deckgl/node_modules/@mapbox/tiny-sdf": {
"version": "2.0.7",
"resolved":
"https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.7.tgz",
diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json
b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json
index a9d3129136..ccd03d0d51 100644
--- a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json
+++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json
@@ -34,7 +34,7 @@
"@luma.gl/constants": "~9.2.4",
"@luma.gl/core": "~9.2.2",
"@luma.gl/engine": "~9.2.6",
- "@luma.gl/shadertools": "~9.2.2",
+ "@luma.gl/shadertools": "~9.2.6",
"@luma.gl/webgl": "~9.2.2",
"@mapbox/tiny-sdf": "^2.0.7",
"@mapbox/geojson-extent": "^1.0.1",