From f59e4812808b9d109d8ba14a3b7ce85086e9da37 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 19 Aug 2026 12:44:32 +0000
Subject: [PATCH] chore(deps): Bump @maplibre/maplibre-gl-inspect from 1.8.2 to
1.9.0 (#2086)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@maplibre/maplibre-gl-inspect](https://github.com/maplibre/maplibre-gl-inspect)
from 1.8.2 to 1.9.0.
Release notes
Sourced from @maplibre/maplibre-gl-inspect's
releases.
v1.9.0
✨ Features and improvements
- Add backwards-compatible support for MapLibre GL JS v6 and its ESM
distribution (#441)
(by
@birkskyum)
- Use maplibre's
Popup class and avoid using
window.maplibergl (#441)
(by @birkskyum)
🐞 Bug fixes
- Render nested GeoJSON feature properties as JSON in inspection
popups.
Changelog
Sourced from @maplibre/maplibre-gl-inspect's
changelog.
1.9.0
✨ Features and improvements
- Add backwards-compatible support for MapLibre GL JS v6 and its ESM
distribution (#441)
(by
@birkskyum)
- Use maplibre's
Popup class and avoid using
window.maplibergl (#441)
(by @birkskyum)
🐞 Bug fixes
- Render nested GeoJSON feature properties as JSON in inspection
popups.
Commits
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 10 +++++-----
package.json | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 4dc1b0f2..88f2f5ea 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,7 +19,7 @@
"@dnd-kit/utilities": "^3.2.2",
"@mapbox/mapbox-gl-rtl-text": "^0.4.0",
"@maplibre/maplibre-gl-geocoder": "^1.9.4",
- "@maplibre/maplibre-gl-inspect": "^1.8.2",
+ "@maplibre/maplibre-gl-inspect": "^1.9.0",
"@maplibre/maplibre-gl-style-spec": "^26.2.1",
"array-move": "^4.0.0",
"buffer": "^6.0.3",
@@ -2166,16 +2166,16 @@
}
},
"node_modules/@maplibre/maplibre-gl-inspect": {
- "version": "1.8.2",
- "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-inspect/-/maplibre-gl-inspect-1.8.2.tgz",
- "integrity": "sha512-3c4Vesrl1/sgpdg6rnIeN7MUHmIbdoBslCoFT+WilGJPW0M8MM2RhMCG5c+36M+hTlheHEinP+nD6sCqMh0D7A==",
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-inspect/-/maplibre-gl-inspect-1.9.0.tgz",
+ "integrity": "sha512-gaLiP6QSdoX7jjdhPX4neSV1B0dLNc/p69RCdoLvz3SpnbOssxAD0MXd308Wu3WJuVvfkaYnNc4B/GQTAYrAdQ==",
"license": "BSD-3-Clause",
"dependencies": {
"lodash.isequal": "^4.5.0",
"randomcolor": "^0.6.2"
},
"peerDependencies": {
- "maplibre-gl": ">3.0.0"
+ "maplibre-gl": ">=3.0.0 <7.0.0"
}
},
"node_modules/@maplibre/maplibre-gl-style-spec": {
diff --git a/package.json b/package.json
index 688615de..7ae53734 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"@dnd-kit/utilities": "^3.2.2",
"@mapbox/mapbox-gl-rtl-text": "^0.4.0",
"@maplibre/maplibre-gl-geocoder": "^1.9.4",
- "@maplibre/maplibre-gl-inspect": "^1.8.2",
+ "@maplibre/maplibre-gl-inspect": "^1.9.0",
"@maplibre/maplibre-gl-style-spec": "^26.2.1",
"array-move": "^4.0.0",
"buffer": "^6.0.3",