From 0dd47a4cb011adcd7723cdb0540060560616eaf4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 16 Apr 2026 13:52:37 +0000
Subject: [PATCH] chore(deps): Bump maplibre-gl from 5.22.0 to 5.23.0 (#1810)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from
5.22.0 to 5.23.0.
Release notes
Sourced from maplibre-gl's
releases.
v5.23.0
✨ Features and improvements
- Add
touchZoomRotate.setZoomRate() and
touchZoomRotate.setZoomThreshold() to customize touch zoom
speed and pinch sensitivity (#7271)
- Improve ability to communicate with imported scripts in workers and
use
makeRequest in workres as well (#7451)
(by @HarelM)
- Allow
opacity and opacityWhenCovered in
Marker and MarkerOptions to accept
number in addition to string, and add
maplibregl-marker-covered CSS class to Marker
element when covered by 3D terrain or a globe (#7433)
(by @YuChunTsao)
- perf: add a bench for terrain rendering and fix
_demMatrixCache lookup being wasted cycles by actually
using the cache (#7400)
(by @CommanderStorm)
🐞 Bug fixes
- Fix polygon text label placement drifting far from center for convex
polygons at high zoom due to coordinate rounding in geojson-vt (#7380)
(by
@CommanderStorm)
- Ensure that a successful ArrayBuffer response from a custom protocol
that is null/undefined is set to an empty ArrayBuffer (#7427)
(by
@neodescis)
- Fix error in
_contextRestored when map was initialized
without a style (#7432)
(by @mvanhorn)
- Fix issue with the cache used for zoomLevelsToOverscale feature (#7450)
(by
@HarelM)
- Update stylelint and fix old issues with the CSS (mainly change rgb
to use spaces) (#7365)
(by
@HarelM)
Changelog
Sourced from maplibre-gl's
changelog.
5.23.0
✨ Features and improvements
- Add
touchZoomRotate.setZoomRate() and
touchZoomRotate.setZoomThreshold() to customize touch zoom
speed and pinch sensitivity (#7271)
- Improve ability to communicate with imported scripts in workers and
use
makeRequest in workres as well (#7451)
(by @HarelM)
- Allow
opacity and opacityWhenCovered in
Marker and MarkerOptions to accept
number in addition to string, and add
maplibregl-marker-covered CSS class to Marker
element when covered by 3D terrain or a globe (#7433)
(by @YuChunTsao)
- perf: add a bench for terrain rendering and fix
_demMatrixCache lookup being wasted cycles by actually
using the cache (#7400)
(by @CommanderStorm)
🐞 Bug fixes
- Fix polygon text label placement drifting far from center for convex
polygons at high zoom due to coordinate rounding in geojson-vt (#7380)
(by
@CommanderStorm)
- Ensure that a successful ArrayBuffer response from a custom protocol
that is null/undefined is set to an empty ArrayBuffer (#7427)
(by
@neodescis)
- Fix error in
_contextRestored when map was initialized
without a style (#7432)
(by @mvanhorn)
- Fix issue with the cache used for zoomLevelsToOverscale feature (#7450)
(by
@HarelM)
- Update stylelint and fix old issues with the CSS (mainly change rgb
to use spaces) (#7365)
(by
@HarelM)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 16 ++++++++--------
package.json | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index afbc65a0..05812f2f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -42,7 +42,7 @@
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
- "maplibre-gl": "^5.22.0",
+ "maplibre-gl": "^5.23.0",
"maputnik-design": "github:maputnik/design#172b06c",
"ol": "^10.8.0",
"ol-mapbox-style": "^13.4.0",
@@ -10137,9 +10137,9 @@
"license": "BSD-2-Clause"
},
"node_modules/maplibre-gl": {
- "version": "5.22.0",
- "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.22.0.tgz",
- "integrity": "sha512-nc8YA+YSEioMZg5W0cb6Cf3wQ8aJge66dsttyBgpOArOnlmFJO1Kc5G32kYVPeUYhLpBja83T99uanmJvYAIyQ==",
+ "version": "5.23.0",
+ "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.23.0.tgz",
+ "integrity": "sha512-aou8YBNFS8uVtDWFWt0W/6oorfl18wt+oIA8fnXk1kivjkbtXi9gGrQvflTpwrR3hG13aWdIdbYWeN0NFMV7ag==",
"license": "BSD-3-Clause",
"dependencies": {
"@mapbox/jsonlint-lines-primitives": "^2.0.2",
@@ -10148,7 +10148,7 @@
"@mapbox/unitbezier": "^0.0.1",
"@mapbox/vector-tile": "^2.0.4",
"@mapbox/whoots-js": "^3.1.0",
- "@maplibre/geojson-vt": "^6.0.4",
+ "@maplibre/geojson-vt": "^6.1.0",
"@maplibre/maplibre-gl-style-spec": "^24.8.1",
"@maplibre/mlt": "^1.1.8",
"@maplibre/vt-pbf": "^4.3.0",
@@ -10171,9 +10171,9 @@
}
},
"node_modules/maplibre-gl/node_modules/@maplibre/geojson-vt": {
- "version": "6.0.4",
- "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.0.4.tgz",
- "integrity": "sha512-HYv3POhMRCdhP3UPPATM/hfcy6/WuVIf5FKboH8u/ZuFMTnAIcSVlq5nfOqroLokd925w2QtE7YwquFOIacwVQ==",
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.1.0.tgz",
+ "integrity": "sha512-2eIY4gZxeKIVOZVNkAMb+5NgXhgsMQpOveTQAvnp53LYqHGJZDidk7Ew0Tged9PThidpbS+NFTh0g4zivhPDzQ==",
"license": "ISC",
"dependencies": {
"kdbush": "^4.0.2"
diff --git a/package.json b/package.json
index 33ed4942..3d48df32 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
- "maplibre-gl": "^5.22.0",
+ "maplibre-gl": "^5.23.0",
"maputnik-design": "github:maputnik/design#172b06c",
"ol": "^10.8.0",
"ol-mapbox-style": "^13.4.0",