Skip to content

Update dependency maplibre-gl to v5.24.0#188

Open
renovate[bot] wants to merge 1 commit into
stagingfrom
renovate/maps-geospatial-minor-and-patch-updates
Open

Update dependency maplibre-gl to v5.24.0#188
renovate[bot] wants to merge 1 commit into
stagingfrom
renovate/maps-geospatial-minor-and-patch-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 7, 2026

This PR contains the following updates:

Package Change Age Confidence
maplibre-gl (source) 5.14.05.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)

v5.20.1

Compare Source

🐞 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

Compare Source

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

v5.19.0

Compare Source

✨ Features and improvements
  • Change the return type of LngLatBounds.toArray() to use a more precise type (#​7156) (by @​n4n5)
  • Add anisotropicFilterPitch map option to set the pitch above which the anisotropic filter is applied to all raster layers, the default of which is 20° (#​7134) (by larsmaxfield)
  • Add source id to error message (#​7107) (by HarelM)
🐞 Bug fixes

v5.18.0

Compare Source

✨ Features and improvements
🐞 Bug fixes

v5.17.0

Compare Source

✨ Features and improvements
  • Refactor _updateWorkerData (#​6983) (by @​wayofthefuture)
  • ⚠️ Add zoomSnap option to Map to allow snapping zoom levels to a grid when zooming in and out; aligns the behavior across all UI patterns (keyboard, scroll wheel, on-screen zoom buttons, double-click, double-tap). Previously, pressing +/- on the keyboard zoomed to rounded whole integers, more or less than 1 zoom level when starting from a fractional zoom. Now any number can be specified for zoomSnap; a value of 1.0 produces the rounded whole integer behavior across all UI patterns. (#​6941) (by @​mizmay)
  • Add support for container elements from different windows (e.g., popup or iframe) (#​6969) (by @​Syncret)
  • Migrate to @​maplibre/geojson-vt (#​6995) (by @​HarelM)
🐞 Bug fixes
  • Fix incorrect shader selection for text labels with inline images (#​6956) (by @​ciscorn)
  • Fix marker positions not updating when zoom or pitch are changed following a change in constraints (#​6925) (by auspicus)

v5.16.0

Compare Source

✨ Features and improvements
🐞 Bug fixes
  • Fix setting visibility on custom layer (#​6883) (by melitele)
  • Hide leading and trailing control characters in format expressions (#​6907) (by 1ec5)
  • Fix image sources being clipped at -180 and 180 longitude when terrain is enabled (#​4088) (by pstaszek)
  • Fix map not immediately constraining to a valid zoom and center when changing projections (#​6892) (by larsmaxfield)
  • Fix a blank map when a resize event is triggered before a WebGL context restoration (#​6935) (by ToHold)
  • Diffed changes when json is passed to setStyle emit a style.load event. (#​2587, #​4757) (by @​lesbaa)
  • Fix a precision issue in the atomsphere shader in globe projection. (#​6916) (by tavimori)

v5.15.0

Compare Source

✨ Features and improvements
  • Support global state expression for layer visibility (#​6659) (by melitele)
  • Update Node.js version to 24.11 for development (#​6851) (by HarelM)
🐞 Bug fixes
  • Fix LngLatBounds#intersects returning false for bounds spanning 360° or more (#​6863) (by @​lucaswoj)
  • Fix getting the right zoom for getElevationForLngLat (#​6825) (by @​HarelM)
  • Fix stale transform state being applied after changing minZoom or maxZoom due to old copies from transformCameraUpdate taking precedence. transformCameraUpdate is now called from setMinZoom and setMaxZoom to allow user to control subsequent changes to zoom #​6766 (by @​Auspicus)
  • Fix GeoJSON source throwing with undefined properties #​6730 (by @​wayofthefuture)

Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • Between 10:00 AM and 06:59 PM (* 10-18 * * *)
  • 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.

@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch 2 times, most recently from 7343b2f to b56a132 Compare January 23, 2026 17:53
@renovate renovate Bot changed the title chore(deps): update dependency maplibre-gl to v5.15.0 Update dependency maplibre-gl to v5.15.0 Jan 30, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from b56a132 to b14894e Compare February 2, 2026 10:32
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.15.0 Update dependency maplibre-gl to v5.16.0 Feb 2, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch 2 times, most recently from 0a2d666 to 0447697 Compare February 14, 2026 15:09
@renovate renovate Bot changed the base branch from development to staging February 14, 2026 15:09
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from 0447697 to 3beda58 Compare February 17, 2026 20:33
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.16.0 Update dependency maplibre-gl to v5.17.0 Feb 17, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from 3beda58 to fd05368 Compare March 3, 2026 18:45
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.17.0 Update dependency maplibre-gl to v5.18.0 Mar 3, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from fd05368 to 8cfd420 Compare March 5, 2026 15:03
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch 2 times, most recently from a8cb9af to 76bc805 Compare March 16, 2026 08:54
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.18.0 Update dependency maplibre-gl to v5.19.0 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch 4 times, most recently from ff881f2 to ddda5b0 Compare April 1, 2026 00:38
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.19.0 Update dependency maplibre-gl to v5.20.0 Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from ddda5b0 to 0c4e15d Compare April 3, 2026 13:18
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.20.0 Update dependency maplibre-gl to v5.20.1 Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from 0c4e15d to 530cf77 Compare April 7, 2026 13:35
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.20.1 Update dependency maplibre-gl to v5.20.2 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from 530cf77 to 587be5f Compare April 10, 2026 12:39
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.20.2 Update dependency maplibre-gl to v5.21.0 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from 587be5f to dc3585f Compare April 15, 2026 10:03
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.21.0 Update dependency maplibre-gl to v5.21.1 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from dc3585f to ab3baeb Compare April 24, 2026 15:57
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.21.1 Update dependency maplibre-gl to v5.22.0 Apr 24, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch 2 times, most recently from 2ec1a11 to ee4ba4e Compare May 4, 2026 05:46
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.22.0 Update dependency maplibre-gl to v5.23.0 May 4, 2026
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch 2 times, most recently from 32ce04e to 727638a Compare May 14, 2026 08:39
@renovate renovate Bot changed the title Update dependency maplibre-gl to v5.23.0 Update dependency maplibre-gl to v5.24.0 May 14, 2026
@ryansavara ryansavara force-pushed the staging branch 2 times, most recently from bebc9c3 to 778221b Compare May 22, 2026 16:22
@renovate renovate Bot force-pushed the renovate/maps-geospatial-minor-and-patch-updates branch from 727638a to 2537e48 Compare May 28, 2026 21:08
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