From 1aaae625ebf510c727077aaa422a58343811de14 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 20 Mar 2026 13:52:03 +0000
Subject: [PATCH] chore(deps): Bump maplibre-gl from 5.19.0 to 5.20.2 (#1726)
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.19.0 to 5.20.2.
Release notes
Sourced from maplibre-gl's
releases.
v5.20.2
🐞 Bug fixes
- Fix update GeoJSON when using diff update by updating geojson-vt
package (#7257)
(by
@HarelM)
v5.20.1
🐞 Bug fixes
- Fix cannot read properties of undefined (reading 'range') by
updating geojson-vt package (#7245)
(by
@HarelM)
- Fix a bug where
raster-resampling: nearest was not
applied as expected (#7247)
(by @yano-h)
v5.20.0
✨ Features and improvements
🐞 Bug fixes
- Fix: Distance to tile is calculated incorrectly in globe projection
for high pitch angles (#7219)
(by
@jtfedd)
- Fix: Tiles are not cleared when using vector tile source
setUrl/setTiles (#7185)
(by @madoci)
- Fix: Allow opaque origins ("null") in Actor message
filtering (#7047)
(by
@pcardinal)
Changelog
Sourced from maplibre-gl's
changelog.
5.20.2
🐞 Bug fixes
- Fix update GeoJSON when using diff update by updating geojson-vt
package (#7257)
(by
@HarelM)
5.20.1
🐞 Bug fixes
- Fix cannot read properties of undefined (reading 'range') by
updating geojson-vt package (#7245)
(by
@HarelM)
- Fix a bug where
raster-resampling: nearest was not
applied as expected (#7247)
(by @yano-h)
5.20.0
✨ Features and improvements
🐞 Bug fixes
- Fix: Distance to tile is calculated incorrectly in globe projection
for high pitch angles (#7219)
(by
@jtfedd)
- Fix: Tiles are not cleared when using vector tile source
setUrl/setTiles (#7185)
(by @madoci)
- Fix: Allow opaque origins ("null") in Actor message
filtering (#7047)
(by
@pcardinal)
Commits
109fa99
Bump js version to 5.20.2 (#7274)
44a70ea
chore(deps-dev): bump puppeteer from 24.39.0 to 24.39.1 (#7269)
34afdca
chore(deps): bump @maplibre/geojson-vt from 6.0.2 to 6.0.3
(#7270)
8dce8fb
chore(deps-dev): bump @vitest/eslint-plugin in the vitest
group (#7268)
ed6aa71
Remove unused import 'vi' from raster_style_layer test (#7266)
eb88b98
chore(deps-dev): bump puppeteer from 24.38.0 to 24.39.0 (#7264)
4dcf617
chore(deps-dev): bump @types/node from 25.4.0 to 25.5.0
(#7263)
52e6738
chore(deps-dev): bump the vitest group with 4 updates (#7262)
38e2bc0
chore(deps-dev): bump undici from 7.21.0 to 7.24.1 (#7259)
f293c20
Bump js version to 5.20.1 (#7256)
- Additional commits viewable in compare
view
[](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 | 59 ++++++++++++++++-------------------------------
package.json | 2 +-
2 files changed, 21 insertions(+), 40 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 46bad084..deaadd0c 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.19.0",
+ "maplibre-gl": "^5.20.2",
"maputnik-design": "github:maputnik/design#172b06c",
"ol": "^10.8.0",
"ol-mapbox-style": "^13.3.0",
@@ -1934,31 +1934,6 @@
"@lit-labs/ssr-dom-shim": "^1.4.0"
}
},
- "node_modules/@mapbox/geojson-rewind": {
- "version": "0.5.2",
- "resolved": "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.2.tgz",
- "integrity": "sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==",
- "license": "ISC",
- "dependencies": {
- "get-stream": "^6.0.1",
- "minimist": "^1.2.6"
- },
- "bin": {
- "geojson-rewind": "geojson-rewind"
- }
- },
- "node_modules/@mapbox/geojson-rewind/node_modules/get-stream": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/@mapbox/jsonlint-lines-primitives": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz",
@@ -2070,9 +2045,9 @@
}
},
"node_modules/@maplibre/mlt": {
- "version": "1.1.6",
- "resolved": "https://registry.npmjs.org/@maplibre/mlt/-/mlt-1.1.6.tgz",
- "integrity": "sha512-rgtY3x65lrrfXycLf6/T22ZnjTg5WgIOsptOIoCaMZy4O4UAKTyZlYY0h6v8le721pTptF94U65yMDQkug+URw==",
+ "version": "1.1.8",
+ "resolved": "https://registry.npmjs.org/@maplibre/mlt/-/mlt-1.1.8.tgz",
+ "integrity": "sha512-8vtfYGidr1rNkv5IwIoU2lfe3Oy+Wa8HluzQYcQi9cveU9K3pweAal/poQj4GJ0K/EW4bTQp2wVAs09g2yDRZg==",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"@mapbox/point-geometry": "^1.1.0"
@@ -10197,24 +10172,22 @@
"license": "BSD-2-Clause"
},
"node_modules/maplibre-gl": {
- "version": "5.19.0",
- "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.19.0.tgz",
- "integrity": "sha512-REhYUN8gNP3HlcIZS6QU2uy8iovl31cXsrNDkCcqWSQbCkcpdYLczqDz5PVIwNH42UQNyvukjes/RoHPDrOUmQ==",
+ "version": "5.20.2",
+ "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.20.2.tgz",
+ "integrity": "sha512-0UzMWOe+GZmIUmOA99yTI1vRh15YcGnHxADVB2s+JF3etpjj2/MBCqbPEuu4BP9mLsJWJcpHH0Nzr9uuimmbuQ==",
"license": "BSD-3-Clause",
"dependencies": {
- "@mapbox/geojson-rewind": "^0.5.2",
"@mapbox/jsonlint-lines-primitives": "^2.0.2",
"@mapbox/point-geometry": "^1.1.0",
"@mapbox/tiny-sdf": "^2.0.7",
"@mapbox/unitbezier": "^0.0.1",
"@mapbox/vector-tile": "^2.0.4",
"@mapbox/whoots-js": "^3.1.0",
- "@maplibre/geojson-vt": "^5.0.4",
- "@maplibre/maplibre-gl-style-spec": "^24.4.1",
- "@maplibre/mlt": "^1.1.6",
- "@maplibre/vt-pbf": "^4.2.1",
+ "@maplibre/geojson-vt": "^6.0.3",
+ "@maplibre/maplibre-gl-style-spec": "^24.7.0",
+ "@maplibre/mlt": "^1.1.7",
+ "@maplibre/vt-pbf": "^4.3.0",
"@types/geojson": "^7946.0.16",
- "@types/supercluster": "^7.1.3",
"earcut": "^3.0.2",
"gl-matrix": "^3.4.4",
"kdbush": "^4.0.2",
@@ -10222,7 +10195,6 @@
"pbf": "^4.0.1",
"potpack": "^2.1.0",
"quickselect": "^3.0.0",
- "supercluster": "^8.0.1",
"tinyqueue": "^3.0.0"
},
"engines": {
@@ -10233,6 +10205,15 @@
"url": "https://github.com/maplibre/maplibre-gl-js?sponsor=1"
}
},
+ "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==",
+ "license": "ISC",
+ "dependencies": {
+ "kdbush": "^4.0.2"
+ }
+ },
"node_modules/maputnik-design": {
"version": "0.1.0",
"resolved": "git+ssh://git@github.com/maputnik/design.git#172b06cb062a82f62bb7239474533a110915ef3e"
diff --git a/package.json b/package.json
index 24ce4cc8..5c8b74b4 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.19.0",
+ "maplibre-gl": "^5.20.2",
"maputnik-design": "github:maputnik/design#172b06c",
"ol": "^10.8.0",
"ol-mapbox-style": "^13.3.0",