Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2025

Bumps maplibre-gl from 5.6.1 to 5.7.3.

Release notes

Sourced from maplibre-gl's releases.

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

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)

... (truncated)

Changelog

Sourced from maplibre-gl's changelog.

5.7.3

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

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

... (truncated)

Commits
  • 8895e41 Bump version to 5.7.3 (#6439)
  • 2dbed19 update package and changelog to solve esbuild issue in Angular
  • c09134a chore(deps-dev): bump devtools-protocol from 0.0.1516431 to 0.0.1517051 (#6433)
  • 26ff943 chore(deps-dev): bump puppeteer from 24.21.0 to 24.22.0 (#6434)
  • 5797247 chore(deps-dev): bump @​types/node from 24.5.1 to 24.5.2 (#6431)
  • a2c0bbb chore(deps-dev): bump sharp from 0.34.3 to 0.34.4 (#6432)
  • adc1027 Fixes case where retain loaded children does not retain uppermost loaded chil...
  • ad231b1 Bump version to 5.7.2 (#6425)
  • 05067bd add a cooldown setting (#6426)
  • 2de0b59 chore(deps-dev): bump devtools-protocol from 0.0.1515189 to 0.0.1516431 (#6423)
  • 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.7.3.
- [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.7.3)

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

dependabot bot commented on behalf of github Oct 4, 2025

Superseded by #1471.

@dependabot dependabot bot closed this Oct 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/maplibre-gl-5.7.3 branch October 4, 2025 01:05
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