Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2025

Bumps maplibre-gl from 5.6.1 to 5.8.0.

Release notes

Sourced from maplibre-gl's releases.

v5.8.0

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v5.7.3:

✨ Features and improvements

  • Enable documentation admonitions in Material for MkDocs. (#6455)
  • Switch MapEventType from type to interface to allow declaration merging (#6436)
  • Implement data-driven styling support for line-dasharray (#5812)

🐞 Bug fixes

  • Fix raster flickering when using terrain 3D and optimize terrain logic.
  • Fix issue where parent tiles are retained when deeper descendant tiles already cover the missing ideal tile. (#6442)
  • Fix an issue when GeolocateControl fires outofmaxbounds event with trackUserLocation disabled (#6464)
  • Fix an issue with globe+terrain "zooming" in when dragging towards the poles (#6470)
  • Fix integer overflow in symbol placement (#6476)

v5.7.3

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v5.7.2:

✨ Features and improvements

🐞 Bug fixes

  • Fix case where retain loaded children does not retain uppermost loaded children (#6399)
  • Fix an issue with spread operator that caused issues in Angular and esbuild (#6438)

v5.7.2

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v5.7.1:

🐞 Bug fixes

  • Fix _updateRetainedTiles checking for children when children length is 1 overscaled tile "child" (#6388)
  • Fix evaluating global-state for layers added after loading style (#6361)
  • Change the pathway for passing global-state object from Style to expression to fix a hack that was introduced in previous versions (#6366)
  • Fix triggering load and idle events when source TileJSON fails to load (#5430)
  • Fix mouse events on heatmap features (#714)

v5.7.1

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v5.7.0:

🐞 Bug fixes

  • Fix accuracy circle on locate user control (#5432)
  • Fix evaluating global-state in paint ...-pattern properties (6301)
  • Fix pan moving in the wrong direction when map is pitched (#6111)

... (truncated)

Changelog

Sourced from maplibre-gl's changelog.

5.8.0

✨ Features and improvements

  • Enable documentation admonitions in Material for MkDocs. (#6455)
  • Switch MapEventType from type to interface to allow declaration merging (#6436)
  • Implement data-driven styling support for line-dasharray (#5812)

🐞 Bug fixes

  • Fix raster flickering when using terrain 3D and optimize terrain logic.
  • Fix issue where parent tiles are retained when deeper descendant tiles already cover the missing ideal tile. (#6442)
  • Fix an issue when GeolocateControl fires outofmaxbounds event with trackUserLocation disabled (#6464)
  • Fix an issue with globe+terrain "zooming" in when dragging towards the poles (#6470)
  • Fix integer overflow in symbol placement (#6476)

5.7.3

🐞 Bug fixes

  • Fix case where retain loaded children does not retain uppermost loaded children (#6399)
  • Fix an issue with spread operator that caused issues in Angular and esbuild (#6438)

5.7.2

🐞 Bug fixes

  • Fix _updateRetainedTiles checking for children when children length is 1 overscaled tile "child" (#6388)
  • Fix evaluating global-state for layers added after loading style (#6361)
  • Change the pathway for passing global-state object from Style to expression to fix a hack that was introduced in previous versions (#6366)
  • Fix triggering load and idle events when source TileJSON fails to load (#5430)
  • Fix mouse events on heatmap features (#714)

5.7.1

🐞 Bug fixes

  • Fix accuracy circle on locate user control (#5432)
  • Fix evaluating global-state in paint ...-pattern properties (#6301)
  • Fix pan moving in the wrong direction when map is pitched (#6111)
  • Fix evaluation of text-color when using format within step (#5833)
  • Fix regression in mergeSourceDiffs: handle add/remove/removeAll (#6342)
  • Fix evaluating global-state in layout properties icon-size and text-size (#6308)

5.7.0

✨ Features and improvements

  • Pass document's lang to Tiny-SDF to render Simplified and Traditional Chinese characters (#6223)
  • Enable global-state expressions in layout properties (#6209)

... (truncated)

Commits
  • f71040d Bump version to 5.8.0 (#6480)
  • 30caaed Switch MapEventType from type to interface to allow declaration merging (#6...
  • 2bf105a chore(deps-dev): bump eslint from 9.35.0 to 9.36.0 (#6452)
  • 18aee5b Fix negative index due to integer overflow in symbol placement (#6476)
  • 99a1a6f chore(deps-dev): bump @​types/react from 19.1.13 to 19.1.14 (#6477)
  • 48182a5 chore(deps): bump github/codeql-action from 3.30.3 to 3.30.5 (#6479)
  • 11ffeb6 chore(deps-dev): bump rollup from 4.52.2 to 4.52.3 (#6478)
  • 3f804b8 chore(deps-dev): bump pretty-bytes from 7.0.1 to 7.1.0 (#6456)
  • 52c14c2 chore(deps-dev): bump @​vitest/eslint-plugin in the vitest group (#6475)
  • 1af195e chore(deps-dev): bump puppeteer from 24.22.0 to 24.22.3 (#6474)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 5.6.1 to 5.8.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@v5.6.1...v5.8.0)

---
updated-dependencies:
- dependency-name: maplibre-gl
  dependency-version: 5.8.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 Oct 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2025

Superseded by #1472.

@dependabot dependabot bot closed this Oct 11, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/maplibre-gl-5.8.0 branch October 11, 2025 01:04
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.

1 participant