Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps maplibre-gl from 5.15.0 to 5.17.0.

Release notes

Sourced from maplibre-gl's releases.

v5.17.0

✨ Features and improvements

  • Refactor _updateWorkerData (#6983) (by @​wayofthefuture)
  • ⚠️ Add zoomSnap option to Map to allow snapping zoom levels to a grid when zooming in and out; aligns the behavior across all UI patterns (keyboard, scroll wheel, on-screen zoom buttons, double-click, double-tap). Previously, pressing +/- on the keyboard zoomed to rounded whole integers, more or less than 1 zoom level when starting from a fractional zoom. Now any number can be specified for zoomSnap; a value of 1.0 produces the rounded whole integer behavior across all UI patterns. (#6941) (by @​mizmay)
  • Add support for container elements from different windows (e.g., popup or iframe) (#6969) (by @​Syncret)
  • Migrate to @​maplibre/geojson-vt (#6995) (by @​HarelM)

🐞 Bug fixes

  • Fix incorrect shader selection for text labels with inline images (#6956) (by @​ciscorn)
  • Fix marker positions not updating when zoom or pitch are changed following a change in constraints (#6925) (by auspicus)

v5.16.0

✨ Features and improvements

  • Add padding option to Popup class to prevent popups from being positioned too close to map container edges (#5978) (by @​yuiseki and @​lucaswoj)
  • Emit style.load event on style diff (#6880) (by lesbaa)

🐞 Bug fixes

  • Fix setting visibility on custom layer (#6883) (by melitele)
  • Hide leading and trailing control characters in format expressions (#6907) (by 1ec5)
  • Fix image sources being clipped at -180 and 180 longitude when terrain is enabled (#4088) (by pstaszek)
  • Fix map not immediately constraining to a valid zoom and center when changing projections (#6892) (by larsmaxfield)
  • Fix a blank map when a resize event is triggered before a WebGL context restoration (#6935) (by ToHold)
  • Diffed changes when json is passed to setStyle emit a style.load event. (#2587, #4757) (by @​lesbaa)
  • Fix a precision issue in the atomsphere shader in globe projection. (#6916) (by tavimori)
Changelog

Sourced from maplibre-gl's changelog.

5.17.0

✨ Features and improvements

  • Refactor _updateWorkerData (#6983) (by @​wayofthefuture)
  • ⚠️ Add zoomSnap option to Map to allow snapping zoom levels to a grid when zooming in and out; aligns the behavior across all UI patterns (keyboard, scroll wheel, on-screen zoom buttons, double-click, double-tap). Previously, pressing +/- on the keyboard zoomed to rounded whole integers, more or less than 1 zoom level when starting from a fractional zoom. Now any number can be specified for zoomSnap; a value of 1.0 produces the rounded whole integer behavior across all UI patterns. (#6941) (by @​mizmay)
  • Add support for container elements from different windows (e.g., popup or iframe) (#6969) (by @​Syncret)
  • Migrate to @​maplibre/geojson-vt (#6995) (by @​HarelM)

🐞 Bug fixes

  • Fix incorrect shader selection for text labels with inline images (#6956) (by @​ciscorn)
  • Fix marker positions not updating when zoom or pitch are changed following a change in constraints (#6925) (by auspicus)

5.16.0

✨ Features and improvements

  • Add padding option to Popup class to prevent popups from being positioned too close to map container edges (#5978) (by @​yuiseki and @​lucaswoj)
  • Emit style.load event on style diff (#6880) (by lesbaa)

🐞 Bug fixes

  • Fix setting visibility on custom layer (#6883) (by melitele)
  • Hide leading and trailing control characters in format expressions (#6907) (by 1ec5)
  • Fix image sources being clipped at -180 and 180 longitude when terrain is enabled (#4088) (by pstaszek)
  • Fix map not immediately constraining to a valid zoom and center when changing projections (#6892) (by larsmaxfield)
  • Fix a blank map when a resize event is triggered before a WebGL context restoration (#6935) (by ToHold)
  • Diffed changes when json is passed to setStyle emit a style.load event. (#2587, #4757) (by @​lesbaa)
  • Fix a precision issue in the atomsphere shader in globe projection. (#6916) (by tavimori)
Commits
  • e00b513 Bump js version to 5.17.0 (#7023)
  • ecfba84 chore(deps-dev): bump @​stylistic/eslint-plugin from 5.7.0 to 5.7.1 (#7021)
  • 75bf199 chore(deps-dev): bump devtools-protocol from 0.0.1573491 to 0.0.1574117 (#7020)
  • 44ecdfa chore(deps-dev): bump eslint-plugin-html from 8.1.3 to 8.1.4 (#7019)
  • 5a57f94 chore(deps-dev): bump globals from 17.0.0 to 17.1.0 (#7012)
  • b1c317d chore(deps-dev): bump puppeteer from 24.35.0 to 24.36.0 (#7011)
  • a2b859a chore(deps-dev): bump rollup from 4.55.2 to 4.56.0 (#7013)
  • afe136f chore(deps-dev): bump devtools-protocol from 0.0.1568225 to 0.0.1573491 (#7014)
  • fccf74e chore(deps-dev): bump @​types/react from 19.2.8 to 19.2.9 (#7010)
  • 5ea0ec9 chore(deps-dev): bump the vitest group with 3 updates (#7008)
  • 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.15.0 to 5.17.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.15.0...v5.17.0)

---
updated-dependencies:
- dependency-name: maplibre-gl
  dependency-version: 5.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
@quincylvania quincylvania merged commit 3d59414 into main Feb 2, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/maplibre-gl-5.17.0 branch February 2, 2026 15:39
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