Skip to content

chore(deps): Bump maplibre-gl from 6.9.1 to 6.10.0 - #2178

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/maplibre-gl-6.10.0
Sep 21, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/maplibre-gl-6.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026 •

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps maplibre-gl from 6.9.1 to 6.10.0.

Release notes

Sourced from maplibre-gl's releases.

v6.10.0

✨ Features and improvements

  • Show the sky in globe view, fading out with altitude instead of with the globe to mercator transition (#8464) (by @​birkskyum)
  • Speed up fill and fill-extrusion triangulation by looking up each vertex's deduplicated index once instead of hashing every triangle corner, and every outline point of a ring that is not subdivided, again (#8425) (by @​cherenkov)
  • Test whether a Marker is behind terrain with a CPU ray walk over the DEM instead of a depth-buffer readback, removing a GPU stall per marker while a map with terrain moves (#8387) (by @​johncarmack1984)

🐞 Bug fixes

  • Fix partially blank maps in older Safari versions (#8427) (by @​birkskyum)
  • Fix setStyle calling Map.setTerrain with the wrong this, which made a terrain change in a style diff throw (#8451) (by @​HarelM)
  • Fix hillshade rendering artifacts on mobile GPUs at high zoom levels (#8431) (by @​Turbo87)
  • Free the pooled terrain drape textures once the map is at rest and when terrain is removed, instead of keeping every drape allocated during a pan resident for the life of the map (#8400) (by @​johncarmack1984)
Changelog

Sourced from maplibre-gl's changelog.

6.10.0

✨ Features and improvements

  • Show the sky in globe view, fading out with altitude instead of with the globe to mercator transition (#8464) (by @​birkskyum)
  • Speed up fill and fill-extrusion triangulation by looking up each vertex's deduplicated index once instead of hashing every triangle corner, and every outline point of a ring that is not subdivided, again (#8425) (by @​cherenkov)
  • Test whether a Marker is behind terrain with a CPU ray walk over the DEM instead of a depth-buffer readback, removing a GPU stall per marker while a map with terrain moves (#8387) (by @​johncarmack1984)

🐞 Bug fixes

  • Fix partially blank maps in older Safari versions (#8427) (by @​birkskyum)
  • Fix setStyle calling Map.setTerrain with the wrong this, which made a terrain change in a style diff throw (#8451) (by @​HarelM)
  • Fix hillshade rendering artifacts on mobile GPUs at high zoom levels (#8431) (by @​Turbo87)
  • Free the pooled terrain drape textures once the map is at rest and when terrain is removed, instead of keeping every drape allocated during a pan resident for the life of the map (#8400) (by @​johncarmack1984)
Commits
  • d193469 Bump js version to 6.10.0 (#8465)
  • cbf9f1a perf: test marker occlusion by terrain with a DEM ray walk instead of a depth...
  • 6f83acc Show the sky in globe view (#8464)
  • 6ac6f29 fix partially blank maps in older Safari (#8463)
  • 651eaef GM2.7 Centralize tile terrain data (#8462)
  • d406cc2 GM2.6 Centralize tile projection data (#8455)
  • f6b44bc fix: replace diff with proper types (#8452)
  • 2049770 enlable lint rule for type only import section (#8460)
  • 542e218 fix: free the pooled terrain drape textures once the map is at rest and when ...
  • 761f0f3 perf: remap earcut indices and unsubdivided fill outlines through a per-verte...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> 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)

Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 6.9.1 to 6.10.0.
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-gl-js@v6.9.1...v6.10.0)

---
updated-dependencies:
- dependency-name: maplibre-gl
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 21, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 21, 2026 13:44
@codecov

codecov Bot commented Sep 21, 2026 •

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.91%. Comparing base (a3e9c91) to head (03bfab3).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2178   +/-   ##
=======================================
  Coverage   85.91%   85.91%           
=======================================
  Files         103      103           
  Lines        3124     3124           
  Branches      813      806    -7     
=======================================
  Hits         2684     2684           
  Misses        439      439           
  Partials        1        1           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
github-actions Bot merged commit d744995 into main Sep 21, 2026
13 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/maplibre-gl-6.10.0 branch September 21, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants