Skip to content

chore(deps): bump maplibre-gl from 5.21.1 to 5.22.0#185

Merged
mergify[bot] merged 1 commit intodevfrom
dependabot/npm_and_yarn/maplibre-gl-5.22.0
Apr 10, 2026
Merged

chore(deps): bump maplibre-gl from 5.21.1 to 5.22.0#185
mergify[bot] merged 1 commit intodevfrom
dependabot/npm_and_yarn/maplibre-gl-5.22.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps maplibre-gl from 5.21.1 to 5.22.0.

Release notes

Sourced from maplibre-gl's releases.

v5.22.0

✨ Features and improvements

  • Make line-cap, line-miter-limit, and line-round-limit data-driven properties, allowing per-feature values (#7351) (by @​CommanderStorm)
  • GPU performance optimization: early culling of transparent symbols in vertex shaders (#7364) (by @​xavierjs)
  • Add example showing how to measure map performance using built-in events (load, idle, render) (#7077) (by @​CommanderStorm)
  • UX: Clarify error message language so if layout and paint properties are confused in setPaintProperty or setLayoutProperty (#6954) (by @​Willjfield and @​CommanderStorm)

🐞 Bug fixes

  • Fix startup crash caused by a stale async style load completing after the style was cleared or replaced (#7377)
  • Make fitBounds and fitScreenCoordinates respect the zoomSnap map option by snapping the zoom level down to keep bounds fully visible (#7332 (by @​CommanderStorm)
  • Make jumpTo, easeTo, and flyTo respect the zoomSnap map option by snapping the zoom level to the nearest valid increment (#7333 (by @​CommanderStorm)
  • Fix setState crash when switching styles while globe projection is active (#7314) (by @​ashwinuae)
  • Prevent crashes when calling map.remove() immediately after creation by canceling in-flight style URL loads (#7368) (by @​CommanderStorm)
  • Fixed symbol collision flickering by adding tolerance to GridIndex AABB comparison (#7360) (by @​kkokkoejong)
  • Fix fitBounds ignoring maxZoom option in vertical-perspective projection (#7372) (by @​CommanderStorm)
  • Prevent stale async style loads from completing after style clear (#7378) (by @​Lievesley)
  • Fix broken example for fill-pattern (#7326) (by @​k-yle)
Changelog

Sourced from maplibre-gl's changelog.

5.22.0

✨ Features and improvements

  • Make line-cap, line-miter-limit, and line-round-limit data-driven properties, allowing per-feature values (#7351) (by @​CommanderStorm)
  • GPU performance optimization: early culling of transparent symbols in vertex shaders (#7364) (by @​xavierjs)
  • Add example showing how to measure map performance using built-in events (load, idle, render) (#7077) (by @​CommanderStorm)
  • UX: Clarify error message language so if layout and paint properties are confused in setPaintProperty or setLayoutProperty (#6954) (by @​Willjfield and @​CommanderStorm)

🐞 Bug fixes

  • Fix startup crash caused by a stale async style load completing after the style was cleared or replaced (#7377)
  • Make fitBounds and fitScreenCoordinates respect the zoomSnap map option by snapping the zoom level down to keep bounds fully visible (#7332 (by @​CommanderStorm)
  • Make jumpTo, easeTo, and flyTo respect the zoomSnap map option by snapping the zoom level to the nearest valid increment (#7333 (by @​CommanderStorm)
  • Fix setState crash when switching styles while globe projection is active (#7314) (by @​ashwinuae)
  • Prevent crashes when calling map.remove() immediately after creation by canceling in-flight style URL loads (#7368) (by @​CommanderStorm)
  • Fixed symbol collision flickering by adding tolerance to GridIndex AABB comparison (#7360) (by @​kkokkoejong)
  • Fix fitBounds ignoring maxZoom option in vertical-perspective projection (#7372) (by @​CommanderStorm)
  • Prevent stale async style loads from completing after style clear (#7378) (by @​Lievesley)
  • Fix broken example for fill-pattern (#7326) (by @​k-yle)
Commits
  • 48caed8 Bump js version to 5.22.0 (#7391)
  • c3da266 increase the linking (#7393)
  • d74e957 fix: add and remove a map right after the other (#7368)
  • de06a24 chore(deps): bump @​maplibre/maplibre-gl-style-spec from 24.7.0 to 24.8.1 (#7388)
  • fb151e4 feat: Clarify error message language so if layout and paint properties are co...
  • 7951eec feat(line): implement data driven styling for `line-{cap,round-limit,miter-li...
  • 914cde4 chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 (#7357)
  • a84c293 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#7389)
  • 931199b chore(deps-dev): bump cssnano from 7.1.3 to 7.1.4 (#7387)
  • 44c25c1 chore(deps-dev): bump canvas from 3.2.2 to 3.2.3 (#7386)
  • Additional commits viewable in compare view

@dependabot dependabot bot added the area: dependencies Changes to package dependencies label Apr 10, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 10, 2026

⚠️ No Changeset found

Latest commit: 3cfb0a9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/maplibre-gl-5.22.0 branch from 1d48523 to 7d97c3f Compare April 10, 2026 00:56
Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.21.1 to 5.22.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.21.1...v5.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/maplibre-gl-5.22.0 branch from 7d97c3f to 3cfb0a9 Compare April 10, 2026 00:58
@mergify mergify bot merged commit 6c67e35 into dev Apr 10, 2026
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/maplibre-gl-5.22.0 branch April 10, 2026 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dependencies Changes to package dependencies size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants