Skip to content

chore(deps): update dependency maplibre-gl to v5.24.0#560

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maplibre-gl-5.x-lockfile
Open

chore(deps): update dependency maplibre-gl to v5.24.0#560
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maplibre-gl-5.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 17, 2026

This PR contains the following updates:

Package Change Age Confidence
maplibre-gl (source) 5.20.15.24.0 age confidence

Release Notes

maplibre/maplibre-gl-js (maplibre-gl)

v5.24.0

Compare Source

✨ Features and improvements
🐞 Bug fixes

v5.23.0

Compare Source

✨ 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)

v5.22.0

Compare Source

✨ Features and improvements
  • Make line-cap, line-miter-limit, and line-round-limit data-driven properties, allowing per-feature values (#​7351) (by @​CommanderStorm)
  • GPU performance optimization: early culling of transparent symbols in vertex shaders (#​7364) (by @​xavierjs)
  • Add example showing how to measure map performance using built-in events (load, idle, render) (#​7077) (by @​CommanderStorm)
  • UX: Clarify error message language so if layout and paint properties are confused in setPaintProperty or setLayoutProperty (#​6954) (by @​Willjfield and @​CommanderStorm)
🐞 Bug fixes
  • Fix startup crash caused by a stale async style load completing after the style was cleared or replaced (#​7377)
  • Make fitBounds and fitScreenCoordinates respect the zoomSnap map option by snapping the zoom level down to keep bounds fully visible (#​7332 (by @​CommanderStorm)
  • Make jumpTo, easeTo, and flyTo respect the zoomSnap map option by snapping the zoom level to the nearest valid increment (#​7333 (by @​CommanderStorm)
  • Fix setState crash when switching styles while globe projection is active (#​7314) (by @​ashwinuae)
  • Prevent crashes when calling map.remove() immediately after creation by canceling in-flight style URL loads (#​7368) (by @​CommanderStorm)
  • Fixed symbol collision flickering by adding tolerance to GridIndex AABB comparison (#​7360) (by @​kkokkoejong)
  • Fix fitBounds ignoring maxZoom option in vertical-perspective projection (#​7372) (by @​CommanderStorm)
  • Prevent stale async style loads from completing after style clear (#​7378) (by @​Lievesley)
  • Fix broken example for fill-pattern (#​7326) (by @​k-yle)

v5.21.1

Compare Source

🐞 Bug fixes
  • Add missing promoteId parameter to geojson worker and refactor communication object (#​7320) (by @​HarelM)

v5.21.0

Compare Source

✨ Features and improvements
  • Add compatibility for ES2020 (#​7283) (by @​claudiobgit)
  • Add referrerPolicy option to RequestParameters to allow controlling the referrer policy for tile requests (#​7278) (by @​Bingtagui404)
  • Wait for the GPU to finish its callstack for rendering benchmarks (#​7285) (by @​xavierjs)
  • Remove Edge 18 WebP detection workaround; always send Accept: image/webp header for image requests (#​7293) (by @​johanrd)
  • Remove legacy browser compatibility code targeting IE11 and pre-2016 browsers (#​7294) (by @​johanrd)
  • Remove legacy DOM.remove() and DOM.mouseButton() wrappers; use native APIs directly (baseline 2015) (#​7295) (by @​johanrd)
  • Make setTransformRequest accept an async function in addition to a sync function. (#​7184) (by @​kikuomax
    )
🐞 Bug fixes
  • Fix incorrect popup location in case of terrain and jumpTo (#​7267) (by @​HarelM)
  • Fix memory leak in VideoSource: remove playing event listener and pause video on source removal (#​7279) (by @​johanrd)
  • Fix memory leak where typed array views retained StructArray buffers after GPU upload, preventing garbage collection (#​7280) (by @​johanrd)
  • Fix raster DEM tiles getting stuck in "reloading" state (#​7284) (by @​katemihalikova)
  • Fix GeolocateControl leaking a movestart listener on the map after removal, which could also crash if the control was in active tracking state when removed (#​7286) (by @​johanrd)
  • Cap tile texture reuse pool to prevent unbounded VRAM growth during rapid zoom/pan (#​7289) (by @​johanrd)
  • Fix Marker click listener not removed on remove(), leaking the handler added in #​7028 (#​7287) (by @​johanrd)
  • Fix Terrain GPU resource leak: free FBO, textures, and meshes when terrain is disabled via setTerrain(null) (#​7288) (by @​johanrd)
  • Fix guard against partial layout in PauseablePlacement (#​7079) (by @​garethbowker)
  • Fix missing tile encoding for MLT queryRenderedFeatures (#​7056) (by @​dannote and @​ted-piotrowski)
  • Fix 3D Tiles example (#​7275) (by @​hh-hang)

v5.20.2

Compare Source

🐞 Bug fixes
  • Fix update GeoJSON when using diff update by updating geojson-vt package (#​7257) (by @​HarelM)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cellar-assistant Ready Ready Preview, Comment Apr 29, 2026 6:46pm

@renovate renovate Bot changed the title chore(deps): update dependency maplibre-gl to v5.20.2 chore(deps): update dependency maplibre-gl to v5.21.0 Mar 20, 2026
@renovate renovate Bot force-pushed the renovate/maplibre-gl-5.x-lockfile branch from 1758949 to 72d0ae7 Compare March 20, 2026 13:48
@renovate renovate Bot changed the title chore(deps): update dependency maplibre-gl to v5.21.0 chore(deps): update dependency maplibre-gl to v5.21.1 Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/maplibre-gl-5.x-lockfile branch from 72d0ae7 to aca95d0 Compare March 25, 2026 10:10
@renovate renovate Bot changed the title chore(deps): update dependency maplibre-gl to v5.21.1 chore(deps): update dependency maplibre-gl to v5.22.0 Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/maplibre-gl-5.x-lockfile branch from aca95d0 to f526b7a Compare April 3, 2026 13:08
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 3, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate renovate Bot force-pushed the renovate/maplibre-gl-5.x-lockfile branch from f526b7a to 46792c2 Compare April 8, 2026 19:36
@renovate renovate Bot force-pushed the renovate/maplibre-gl-5.x-lockfile branch from 46792c2 to ba524c9 Compare April 13, 2026 05:05
@renovate renovate Bot changed the title chore(deps): update dependency maplibre-gl to v5.22.0 chore(deps): update dependency maplibre-gl to v5.23.0 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/maplibre-gl-5.x-lockfile branch from ba524c9 to 57a5d58 Compare April 23, 2026 08:34
@renovate renovate Bot changed the title chore(deps): update dependency maplibre-gl to v5.23.0 chore(deps): update dependency maplibre-gl to v5.24.0 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/maplibre-gl-5.x-lockfile branch from 57a5d58 to ef28840 Compare April 29, 2026 18:40
@renovate renovate Bot force-pushed the renovate/maplibre-gl-5.x-lockfile branch from ef28840 to 7e5b57e Compare May 12, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants