Skip to content

chore(deps): bump maplibre-gl from 5.5.0 to 5.7.0#133

Merged
awesomephant merged 1 commit into
mainfrom
dependabot/npm_and_yarn/maplibre-gl-5.7.0
Sep 2, 2025
Merged

chore(deps): bump maplibre-gl from 5.5.0 to 5.7.0#133
awesomephant merged 1 commit into
mainfrom
dependabot/npm_and_yarn/maplibre-gl-5.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 2, 2025

Bumps maplibre-gl from 5.5.0 to 5.7.0.

Release notes

Sourced from maplibre-gl's releases.

v5.7.0

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

✨ 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)
  • Align typescript types generation with docs generation and avoid exporting non-exported types (#6217)
  • Add coveringTiles method to the public API of the map object (#6292)

🐞 Bug fixes

  • Prevent original input style JSON from being mutated by Style.set* methods (#6216)
  • Fix evaluating global-state in paint properties with other subexpressions (#6048)
  • Fix enabling terrain while transitioning (#6011)

v5.6.2

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

🐞 Bug fixes

  • Fix white artifacts when using non-zero elevation (#6032)
  • Fix geolocate control lock loss on window resize and zoom (#3504)
  • Fix a memory leak in GeoJSONSource when rapidly updating data (#6163)
  • Fix Map.setTransformRequest parameter type to include null (#6179)
  • Fix typo _rotatePitchHandler in the navigation_control.ts file (#6207)

v5.6.1

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

🐞 Bug fixes

  • Fix use of textureSize call in color relief shader (#5980)
  • Fix Y axis transformation in projectFromLabelPlaneToClipSpace (#6021)
  • Alpha-sort all examples (#6049)
  • Ensure opacity is reset for popups when locationOccludedOpacity no longer applicable (#6088)

v5.6.0

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

✨ Features and improvements

  • Add setGlobalStateProperty() and getGlobalState() to the map public API (#5613)
  • Improve tile frustum culling for globe, leading to better performance and faster loading times. (#5865)
  • Add new color-relief layer type to render hypsometric tint from terrain-RGB tiles. (#5742)

🐞 Bug fixes

... (truncated)

Changelog

Sourced from maplibre-gl's changelog.

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)
  • Align typescript types generation with docs generation and avoid exporting non-exported types (#6217)
  • Add coveringTiles method to the public API of the map object (#6292)

🐞 Bug fixes

  • Prevent original input style JSON from being mutated by Style.set* methods (#6216)
  • Fix evaluating global-state in paint properties with other subexpressions (#6048)
  • Fix enabling terrain while transitioning (#6011)

5.6.2

🐞 Bug fixes

  • Fix white artifacts when using non-zero elevation (#6032)
  • Fix geolocate control lock loss on window resize and zoom (#3504)
  • Fix a memory leak in GeoJSONSource when rapidly updating data (#6163)
  • Fix Map.setTransformRequest parameter type to include null (#6179)
  • Fix typo _rotatePitchHandler in the navigation_control.ts file (#6207)

5.6.1

🐞 Bug fixes

  • Fix use of textureSize call in color relief shader (#5980)
  • Fix Y axis transformation in projectFromLabelPlaneToClipSpace (#6021)
  • Alpha-sort all examples (#6049)
  • Ensure opacity is reset for popups when locationOccludedOpacity no longer applicable (#6088)

5.6.0

✨ Features and improvements

  • Add setGlobalStateProperty() and getGlobalState() to the map public API (#5613)
  • Improve tile frustum culling for globe, leading to better performance and faster loading times. (#5865)
  • Add new color-relief layer type to render hypsometric tint from terrain-RGB tiles. (#5742)

🐞 Bug fixes

  • Fix queryRenderedFeatures bounding box crossing antimeridian in globe view. (#5856)
  • Fix handling invalid glyph placement results along lines (#5118)
  • Fix refreshTiles() for vector tiles (#5875)
  • Revert changes to polygon intersection detection (#5590 caused issue 5864)
  • Fix breaking clusters when non-integer value provided for clusterMaxZoom (warning is shown) (#5929) + clarify API docs
  • Fix use of reserved GLSL switch statement in hillshade shader (#5972)
Commits
  • 6d02b8f Bump version to 5.7.0 (#6271)
  • db43476 Expose covering tiles method (#6292)
  • 925f66c chore(deps-dev): bump rollup from 4.47.0 to 4.47.1 (#6291)
  • ef21b08 chore(deps-dev): bump devtools-protocol from 0.0.1503754 to 0.0.1504847 (#6290)
  • c84d554 chore(deps-dev): bump rollup from 4.46.4 to 4.47.0 (#6286)
  • fa02f41 [docs] Use osm raster tiles for raster tile source example (#6283)
  • c68a215 [docs] open style for create-deckgl-layer-using-rest-api example (#6285)
  • 269aa8c [docs] simplify geocode example with openfreemap (#6284)
  • 8968fb7 [docs] change map on index to globe (#6282)
  • e6e0275 Move examples to use demotiles and openfreemap where possible (#6280)
  • 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.5.0 to 5.7.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.5.0...v5.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Sep 2, 2025
@awesomephant awesomephant merged commit 6175657 into main Sep 2, 2025
1 check passed
@awesomephant awesomephant deleted the dependabot/npm_and_yarn/maplibre-gl-5.7.0 branch September 2, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant