This is an automated email from the ASF dual-hosted git repository.
hainenber 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 dce0e5f4e62 chore(deps): bump mapbox-gl from 3.18.1 to 3.19.0 in
/superset-frontend (#38264)
dce0e5f4e62 is described below
commit dce0e5f4e620fd2ba76a99ea7e02d4a7fa6f4a45
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 26 21:24:56 2026 +0700
chore(deps): bump mapbox-gl from 3.18.1 to 3.19.0 in /superset-frontend
(#38264)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
superset-frontend/package-lock.json | 23 +++++++++++++----------
superset-frontend/package.json | 2 +-
2 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 347e4edc0e9..66fc9612644 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -101,7 +101,7 @@
"json-bigint": "^1.0.0",
"json-stringify-pretty-compact": "^2.0.0",
"lodash": "^4.17.23",
- "mapbox-gl": "^3.18.1",
+ "mapbox-gl": "^3.19.0",
"markdown-to-jsx": "^9.7.6",
"match-sorter": "^6.3.4",
"memoize-one": "^5.2.1",
@@ -15199,10 +15199,14 @@
}
},
"node_modules/@types/mapbox__point-geometry": {
- "version": "0.1.4",
- "resolved":
"https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-0.1.4.tgz",
- "integrity":
"sha512-mUWlSxAmYLfwnRBmgYV86tgYmMIICX4kza8YnE/eIlywGe2XoOxlpVnXWwir92xRLjwyarqwpu2EJKD2pk0IUA==",
- "license": "MIT"
+ "version": "1.0.87",
+ "resolved":
"https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-1.0.87.tgz",
+ "integrity":
"sha512-32whuSWD/aDBHpRrZmEMlRjxR0L3sSYUaRnVmw0XwyVMvuU5LsRqrFwYud7gXjqmUE0MSoJB91+IJMqCyYyxag==",
+ "deprecated": "This is a stub types definition. @mapbox/point-geometry
provides its own type definitions, so you do not need this installed.",
+ "license": "MIT",
+ "dependencies": {
+ "@mapbox/point-geometry": "*"
+ }
},
"node_modules/@types/mapbox-gl": {
"version": "2.7.21",
@@ -36571,9 +36575,9 @@
"license": "MIT"
},
"node_modules/mapbox-gl": {
- "version": "3.18.1",
- "resolved":
"https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.18.1.tgz",
- "integrity":
"sha512-Izc8dee2zkmb6Pn9hXFbVioPRLXJz1OFUcrvri69MhFACPU4bhLyVmhEsD9AyW1qOAP0Yvhzm60v63xdMIHPPw==",
+ "version": "3.19.0",
+ "resolved":
"https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.19.0.tgz",
+ "integrity":
"sha512-SFObIgdxN0b6hZNsRxSUmQWdVW9q9GM2gw4McgFbycyhekew7BZIh8V57pEERDWlI9x/5SxxraTit5Cf0hm9OA==",
"license": "SEE LICENSE IN LICENSE.txt",
"workspaces": [
"src/style-spec",
@@ -36588,10 +36592,9 @@
"@mapbox/tiny-sdf": "^2.0.6",
"@mapbox/unitbezier": "^0.0.1",
"@mapbox/vector-tile": "^2.0.4",
- "@mapbox/whoots-js": "^3.1.0",
"@types/geojson": "^7946.0.16",
"@types/geojson-vt": "^3.2.5",
- "@types/mapbox__point-geometry": "^0.1.4",
+ "@types/mapbox__point-geometry": "^1.0.87",
"@types/pbf": "^3.0.5",
"@types/supercluster": "^7.1.3",
"cheap-ruler": "^4.0.0",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 93b003a2522..b1c3e0c09f1 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -182,7 +182,7 @@
"json-bigint": "^1.0.0",
"json-stringify-pretty-compact": "^2.0.0",
"lodash": "^4.17.23",
- "mapbox-gl": "^3.18.1",
+ "mapbox-gl": "^3.19.0",
"markdown-to-jsx": "^9.7.6",
"match-sorter": "^6.3.4",
"memoize-one": "^5.2.1",