Update dependency maplibre-gl to v6.9.0 #13

Merged
boneskewer69 merged 1 commit from renovate/maplibre-gl-6.x into main 2026-09-10 20:00:06 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v6.9.0

Compare Source

Features and improvements
  • Improved support for drawing the letters of Devanagari, Khmer, Burmese and the other complex scripts and also draws Arabic and Hebrew labels correctly without loading a right-to-left text plugin, which deprecates setRTLTextPlugin and getRTLTextPluginStatus (#​8343) (by @​HarelM)
  • Read sprite and image pixels back through an OffscreenCanvas where available, removing a main-thread stall of tens of milliseconds on GPU-accelerated browsers when a sprite loads (#​8339) (by @​cherenkov)
  • Skip clipping masks for layers hidden at the current zoom and stop re-binding dynamic buffers on cached vertex array binds, removing redundant WebGL calls every frame (#​8369) (by @​johncarmack1984)
  • Re-render at most one stale terrain drape per frame and keep drapes that differ only by zoom while the map moves, so a finger lift over terrain no longer re-renders every tile at once (#​8368) (by @​johncarmack1984)
🐞 Bug fixes
  • Fix setStyle() throwing while terrain is still loading because an intermediate render tried to compile a terrain shader before the replacement style initialized its projection (#​6824) (by @​miakh)
  • Fix queued GeoJSON updateData property removals throwing after geometry-only updates or retaining previously updated values (#​8372) (by @​jokrasno)
  • Treat camera options passed as undefined as not given in jumpTo, easeTo and flyTo; they were coerced to NaN (#​8373) (by @​vlumi)
  • Fix a Not implemented. error that broke panning and zooming when the projection was changed while the camera was moving, on maps with terrain enabled or a transformCameraUpdate callback (#​8351) (by @​lazerg)
  • Fix a map created inside a hidden container staying at the 400x300 fallback size when the container is shown before the resize observer's first notification is delivered (#​8277) (by @​spliffone)
  • Fix MercatorTransform throwing when it is resized to a zero width, and skip the matrix calculation of every projection while the transform has a zero width or height (#​8374) (by @​avosa)
  • Fix every style update opening a redundant sky and light transition, which kept idle from firing for the transition duration after the map was otherwise done, and could ease the sky and the light on a different curve from the layers (#​8348) (by @​cherenkov)
  • Fix DOM sanitization for iframe and srcdoc (#​8396) (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 has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [maplibre-gl](https://maplibre.org/) ([source](https://github.com/maplibre/maplibre-gl-js)) | [`6.8.0` → `6.9.0`](https://renovatebot.com/diffs/npm/maplibre-gl/6.8.0/6.9.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/maplibre-gl/6.9.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/maplibre-gl/6.8.0/6.9.0?slim=true) | --- ### Release Notes <details> <summary>maplibre/maplibre-gl-js (maplibre-gl)</summary> ### [`v6.9.0`](https://github.com/maplibre/maplibre-gl-js/blob/HEAD/CHANGELOG.md#690) [Compare Source](https://github.com/maplibre/maplibre-gl-js/compare/v6.8.0...v6.9.0) ##### ✨ Features and improvements - Improved support for drawing the letters of Devanagari, Khmer, Burmese and the other complex scripts and also draws Arabic and Hebrew labels correctly without loading a right-to-left text plugin, which deprecates `setRTLTextPlugin` and `getRTLTextPluginStatus` ([#&#8203;8343](https://github.com/maplibre/maplibre-gl-js/pull/8343)) (by [@&#8203;HarelM](https://github.com/HarelM)) - Read sprite and image pixels back through an `OffscreenCanvas` where available, removing a main-thread stall of tens of milliseconds on GPU-accelerated browsers when a sprite loads ([#&#8203;8339](https://github.com/maplibre/maplibre-gl-js/pull/8339)) (by [@&#8203;cherenkov](https://github.com/cherenkov)) - Skip clipping masks for layers hidden at the current zoom and stop re-binding dynamic buffers on cached vertex array binds, removing redundant WebGL calls every frame ([#&#8203;8369](https://github.com/maplibre/maplibre-gl-js/pull/8369)) (by [@&#8203;johncarmack1984](https://github.com/johncarmack1984)) - Re-render at most one stale terrain drape per frame and keep drapes that differ only by zoom while the map moves, so a finger lift over terrain no longer re-renders every tile at once ([#&#8203;8368](https://github.com/maplibre/maplibre-gl-js/pull/8368)) (by [@&#8203;johncarmack1984](https://github.com/johncarmack1984)) ##### 🐞 Bug fixes - Fix `setStyle()` throwing while terrain is still loading because an intermediate render tried to compile a terrain shader before the replacement style initialized its projection ([#&#8203;6824](https://github.com/maplibre/maplibre-gl-js/issues/6824)) (by [@&#8203;miakh](https://github.com/miakh)) - Fix queued GeoJSON `updateData` property removals throwing after geometry-only updates or retaining previously updated values ([#&#8203;8372](https://github.com/maplibre/maplibre-gl-js/pull/8372)) (by [@&#8203;jokrasno](https://github.com/jokrasno)) - Treat camera options passed as `undefined` as not given in `jumpTo`, `easeTo` and `flyTo`; they were coerced to NaN ([#&#8203;8373](https://github.com/maplibre/maplibre-gl-js/pull/8373)) (by [@&#8203;vlumi](https://github.com/vlumi)) - Fix a `Not implemented.` error that broke panning and zooming when the projection was changed while the camera was moving, on maps with terrain enabled or a `transformCameraUpdate` callback ([#&#8203;8351](https://github.com/maplibre/maplibre-gl-js/issues/8351)) (by [@&#8203;lazerg](https://github.com/lazerg)) - Fix a map created inside a hidden container staying at the `400x300` fallback size when the container is shown before the resize observer's first notification is delivered ([#&#8203;8277](https://github.com/maplibre/maplibre-gl-js/issues/8277)) (by [@&#8203;spliffone](https://github.com/spliffone)) - Fix `MercatorTransform` throwing when it is resized to a zero width, and skip the matrix calculation of every projection while the transform has a zero width or height ([#&#8203;8374](https://github.com/maplibre/maplibre-gl-js/pull/8374)) (by [@&#8203;avosa](https://github.com/avosa)) - Fix every style update opening a redundant sky and light transition, which kept `idle` from firing for the transition duration after the map was otherwise done, and could ease the sky and the light on a different curve from the layers ([#&#8203;8348](https://github.com/maplibre/maplibre-gl-js/issues/8348)) (by [@&#8203;cherenkov](https://github.com/cherenkov)) - Fix DOM sanitization for iframe and srcdoc ([#&#8203;8396](https://github.com/maplibre/maplibre-gl-js/pull/8396)) (by [@&#8203;HarelM](https://github.com/HarelM)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC43NS4xIiwidXBkYXRlZEluVmVyIjoiNDQuNzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
boneskewer69/japan-gems!13
No description provided.