Skip to content

chore(deps): bump maplibre-gl from 6.2.0 to 6.3.0 in the maplibre-stack group - #255

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/maplibre-stack-c0a2fbbda9
Open

chore(deps): bump maplibre-gl from 6.2.0 to 6.3.0 in the maplibre-stack group#255
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/maplibre-stack-c0a2fbbda9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the maplibre-stack group with 1 update: maplibre-gl.

Updates maplibre-gl from 6.2.0 to 6.3.0

Release notes

Sourced from maplibre-gl's releases.

v6.3.0

✨ Features and improvements

  • Make fired/listened map events typed. This means that map.on("something", ...) (and once, listens) will now give you an typescript error and better autocomplete. If you relied on firing/listening custom events via the map, this still works via the escape hatches map.fire("something" as any) -> map.on("something" as any, ...) (#8072) (by @​CommanderStorm)
  • Let a StyleImageInterface give a {renderWithWebGL} callback as its data, an escape hatch for plugin developers and advanced users that renders a style image on the GPU instead of moving its pixels through the CPU. Nothing new is possible that pixels could not already express, but an image that changes often, such as an animated icon, gets more performant (#7954) (by @​lucaswoj)
  • Use integer vertex attributes for packed line data instead of float conversion (#7640) (by @​johncarmack1984)
  • Use integer vertex attributes for packed circle, heatmap, symbol, and fill-extrusion data instead of float conversion (#7640, #8143) (by @​johncarmack1984)
  • Redesign benchmarks to use vitest bench capabilities and remove custom build for benchmarks code (#982) (by @​johncarmack1984)

🐞 Bug fixes

  • Fix terrain pan/zoom gestures losing the grabbed terrain point: gestures are now solved against the elevation of the terrain under the gesture instead of the frozen center elevation, so terrain under the pointer/fingers no longer slips during moving-centroid pinches and drags (#8067) (by @​StrawberryJam22)
  • Fix ImageSource, VideoSource and CanvasSource leaking a GPU texture on every image update and on removal, and a resized texture losing its wrap and filter settings (#8094) (by @​mondsichtung)
  • Fix map.queryRenderedFeatures() sometimes causing "Out of bounds" error due to race condition while loading tile data (#8064) (by @​smvjohansenbouvet)
  • Fix zooming the globe with the scroll wheel or a two-finger pinch drifting away from the pointer while the globe is small on screen, instead of keeping the location under the pointer as it does when zoomed in (#8095) (by @​mondsichtung)
  • Fix projective rendering for non-parallelogram image source quads (#7887) (by @​i4innovationnet)
Changelog

Sourced from maplibre-gl's changelog.

6.3.0

✨ Features and improvements

  • Make fired/listened map events typed. This means that map.on("something", ...) (and once, listens) will now give you an typescript error and better autocomplete. If you relied on firing/listening custom events via the map, this still works via the escape hatches map.fire("something" as any) -> map.on("something" as any, ...) (#8072) (by @​CommanderStorm)
  • Let a StyleImageInterface give a {renderWithWebGL} callback as its data, an escape hatch for plugin developers and advanced users that renders a style image on the GPU instead of moving its pixels through the CPU. Nothing new is possible that pixels could not already express, but an image that changes often, such as an animated icon, gets more performant (#7954) (by @​lucaswoj)
  • Use integer vertex attributes for packed line data instead of float conversion (#7640) (by @​johncarmack1984)
  • Use integer vertex attributes for packed circle, heatmap, symbol, and fill-extrusion data instead of float conversion (#7640, #8143) (by @​johncarmack1984)
  • Redesign benchmarks to use vitest bench capabilities and remove custom build for benchmarks code (#982) (by @​johncarmack1984)

🐞 Bug fixes

  • Fix terrain pan/zoom gestures losing the grabbed terrain point: gestures are now solved against the elevation of the terrain under the gesture instead of the frozen center elevation, so terrain under the pointer/fingers no longer slips during moving-centroid pinches and drags (#8067) (by @​StrawberryJam22)
  • Fix ImageSource, VideoSource and CanvasSource leaking a GPU texture on every image update and on removal, and a resized texture losing its wrap and filter settings (#8094) (by @​mondsichtung)
  • Fix map.queryRenderedFeatures() sometimes causing "Out of bounds" error due to race condition while loading tile data (#8064) (by @​smvjohansenbouvet)
  • Fix zooming the globe with the scroll wheel or a two-finger pinch drifting away from the pointer while the globe is small on screen, instead of keeping the location under the pointer as it does when zoomed in (#8095) (by @​mondsichtung)
  • Fix projective rendering for non-parallelogram image source quads (#7887) (by @​i4innovationnet)
Commits
  • 2ebfa18 Bump js version to 6.3.0 (#8144)
  • 8867237 Fix projective rendering for image source quads (#7887)
  • d409340 docs: make the benchmark checklist item conditional on touching benchmarked c...
  • d7bfbc4 ci: run the micro benchmarks (#8142)
  • c2557b0 GM1.6 Unpack the remaining packed vertex data with bitwise operations (#8143)
  • 08ec7a4 chore(deps-dev): bump puppeteer from 25.4.0 to 25.5.0 (#8136)
  • b0d8708 chore(deps-dev): bump vite from 8.2.0 to 8.2.1 (#8137)
  • a44f026 chore(deps): bump node from 26.5 to 26.7 (#8140)
  • f8bc094 chore(deps-dev): bump rolldown from 1.2.2 to 1.2.3 (#8135)
  • faa190c chore(deps-dev): bump cssnano from 8.0.2 to 8.0.4 (#8134)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maplibre-stack group with 1 update: [maplibre-gl](https://github.com/maplibre/maplibre-gl-js).


Updates `maplibre-gl` from 6.2.0 to 6.3.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@v6.2.0...v6.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from Medformatik as a code owner August 17, 2026 04:21
@github-actions
github-actions Bot enabled auto-merge (squash) August 17, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants