Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2025

Bumps the deckgl group in /typescript with 8 updates:

Package From To
@deck.gl/aggregation-layers 9.1.15 9.2.0
@deck.gl/core 9.1.15 9.2.0
@deck.gl/extensions 9.1.15 9.2.0
@deck.gl/geo-layers 9.1.15 9.2.0
@deck.gl/json 9.1.15 9.2.0
@deck.gl/layers 9.1.15 9.2.0
@deck.gl/mesh-layers 9.1.15 9.2.0
@deck.gl/react 9.1.15 9.2.0

Updates @deck.gl/aggregation-layers from 9.1.15 to 9.2.0

Release notes

Sourced from @​deck.gl/aggregation-layers's releases.

v9.2.0

The v9.2 release comes with preview of WebGPU support, and a trove of new widgets. See https://deck.gl/docs/whats-new for a full list.

v9.2.0-beta.4

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

v9.2.0-beta.3

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

v9.2.0-beta.2

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

v9.2.0-beta.1

No release notes provided.

v9.2.0-alpha.3

  • fix(core): orthographic scroll zoom transitions (#9769)
  • fix(widgets): Minor widget fixes (#9758)
  • CARTO: Support h3 in HeatmapTileLayer (#9753)
  • feat(widgets): Support custom widgets in pydeck via custom_libraries (#9745)
  • feat(core): Add async DeckPicker methods (#9732)
  • feat(webgpu): Enable transparency for WebGPU and ported example layers (#9730)
  • fix(webgpu): Emulate constant attributes as buffers and trigger update on constant change (#9726)
  • fix(layers): correctly identify elevationData strings using TMS (#9712)
  • fix(mesh-layers): Include @loaders.gl/schema dependency (#9697)
  • feat(layers): Port ScatterplotLayer to WebGPU / WGSL (#9432)
  • chore(geo-layers): version bump A5 (#9707)
  • fix(core): correct opacity in interleaved mode (#9642)
  • feat(core): Support clear color, depth, and stencil on multiple views (#9650)
  • fix(mapbox): Fix view selection logic in getViewport (#9688)
  • chore: Bump to luma.gl@9.2.0-alpha (#9241)
  • fix(google): Do not force canvas resize (#9695)
  • fix(CARTO): H3 tile bounding box includes edge children (#9693)
  • fix(core): onClick callback does not handle dblclick (#9629)

v9.2.0-alpha.2

  • CARTO: refactor to remove fetchmap code (#9619)

v9.2.0-alpha.1

  • feat(widgets): GeocoderWidget and experimental Geocoders (#9610)

... (truncated)

Changelog

Sourced from @​deck.gl/aggregation-layers's changelog.

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.2

deck.gl v9.2 Prereleases

deck.gl [v9.2.0-beta.4] - Oct 6 2025

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

deck.gl [v9.2.0-beta.3] - Sep 26 2025

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

deck.gl [v9.2.0-beta.2] - Sep 25 2025

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

deck.gl [v9.2.0-beta.1] - Sep 19 2025

deck.gl [v9.2.0-alpha.3] - Sep 15 2025

  • fix(core): orthographic scroll zoom transitions (#9769)

... (truncated)

Commits

Updates @deck.gl/core from 9.1.15 to 9.2.0

Release notes

Sourced from @​deck.gl/core's releases.

v9.2.0

The v9.2 release comes with preview of WebGPU support, and a trove of new widgets. See https://deck.gl/docs/whats-new for a full list.

v9.2.0-beta.4

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

v9.2.0-beta.3

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

v9.2.0-beta.2

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

v9.2.0-beta.1

No release notes provided.

v9.2.0-alpha.3

  • fix(core): orthographic scroll zoom transitions (#9769)
  • fix(widgets): Minor widget fixes (#9758)
  • CARTO: Support h3 in HeatmapTileLayer (#9753)
  • feat(widgets): Support custom widgets in pydeck via custom_libraries (#9745)
  • feat(core): Add async DeckPicker methods (#9732)
  • feat(webgpu): Enable transparency for WebGPU and ported example layers (#9730)
  • fix(webgpu): Emulate constant attributes as buffers and trigger update on constant change (#9726)
  • fix(layers): correctly identify elevationData strings using TMS (#9712)
  • fix(mesh-layers): Include @loaders.gl/schema dependency (#9697)
  • feat(layers): Port ScatterplotLayer to WebGPU / WGSL (#9432)
  • chore(geo-layers): version bump A5 (#9707)
  • fix(core): correct opacity in interleaved mode (#9642)
  • feat(core): Support clear color, depth, and stencil on multiple views (#9650)
  • fix(mapbox): Fix view selection logic in getViewport (#9688)
  • chore: Bump to luma.gl@9.2.0-alpha (#9241)
  • fix(google): Do not force canvas resize (#9695)
  • fix(CARTO): H3 tile bounding box includes edge children (#9693)
  • fix(core): onClick callback does not handle dblclick (#9629)

v9.2.0-alpha.2

  • CARTO: refactor to remove fetchmap code (#9619)

v9.2.0-alpha.1

  • feat(widgets): GeocoderWidget and experimental Geocoders (#9610)

... (truncated)

Changelog

Sourced from @​deck.gl/core's changelog.

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.2

deck.gl v9.2 Prereleases

deck.gl [v9.2.0-beta.4] - Oct 6 2025

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

deck.gl [v9.2.0-beta.3] - Sep 26 2025

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

deck.gl [v9.2.0-beta.2] - Sep 25 2025

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

deck.gl [v9.2.0-beta.1] - Sep 19 2025

deck.gl [v9.2.0-alpha.3] - Sep 15 2025

  • fix(core): orthographic scroll zoom transitions (#9769)

... (truncated)

Commits

Updates @deck.gl/extensions from 9.1.15 to 9.2.0

Release notes

Sourced from @​deck.gl/extensions's releases.

v9.2.0

The v9.2 release comes with preview of WebGPU support, and a trove of new widgets. See https://deck.gl/docs/whats-new for a full list.

v9.2.0-beta.4

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

v9.2.0-beta.3

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

v9.2.0-beta.2

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

v9.2.0-beta.1

No release notes provided.

v9.2.0-alpha.3

  • fix(core): orthographic scroll zoom transitions (#9769)
  • fix(widgets): Minor widget fixes (#9758)
  • CARTO: Support h3 in HeatmapTileLayer (#9753)
  • feat(widgets): Support custom widgets in pydeck via custom_libraries (#9745)
  • feat(core): Add async DeckPicker methods (#9732)
  • feat(webgpu): Enable transparency for WebGPU and ported example layers (#9730)
  • fix(webgpu): Emulate constant attributes as buffers and trigger update on constant change (#9726)
  • fix(layers): correctly identify elevationData strings using TMS (#9712)
  • fix(mesh-layers): Include @loaders.gl/schema dependency (#9697)
  • feat(layers): Port ScatterplotLayer to WebGPU / WGSL (#9432)
  • chore(geo-layers): version bump A5 (#9707)
  • fix(core): correct opacity in interleaved mode (#9642)
  • feat(core): Support clear color, depth, and stencil on multiple views (#9650)
  • fix(mapbox): Fix view selection logic in getViewport (#9688)
  • chore: Bump to luma.gl@9.2.0-alpha (#9241)
  • fix(google): Do not force canvas resize (#9695)
  • fix(CARTO): H3 tile bounding box includes edge children (#9693)
  • fix(core): onClick callback does not handle dblclick (#9629)

v9.2.0-alpha.2

  • CARTO: refactor to remove fetchmap code (#9619)

v9.2.0-alpha.1

  • feat(widgets): GeocoderWidget and experimental Geocoders (#9610)

... (truncated)

Changelog

Sourced from @​deck.gl/extensions's changelog.

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.2

deck.gl v9.2 Prereleases

deck.gl [v9.2.0-beta.4] - Oct 6 2025

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

deck.gl [v9.2.0-beta.3] - Sep 26 2025

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

deck.gl [v9.2.0-beta.2] - Sep 25 2025

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

deck.gl [v9.2.0-beta.1] - Sep 19 2025

deck.gl [v9.2.0-alpha.3] - Sep 15 2025

  • fix(core): orthographic scroll zoom transitions (#9769)

... (truncated)

Commits

Updates @deck.gl/geo-layers from 9.1.15 to 9.2.0

Release notes

Sourced from @​deck.gl/geo-layers's releases.

v9.2.0

The v9.2 release comes with preview of WebGPU support, and a trove of new widgets. See https://deck.gl/docs/whats-new for a full list.

v9.2.0-beta.4

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

v9.2.0-beta.3

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

v9.2.0-beta.2

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

v9.2.0-beta.1

No release notes provided.

v9.2.0-alpha.3

  • fix(core): orthographic scroll zoom transitions (#9769)
  • fix(widgets): Minor widget fixes (#9758)
  • CARTO: Support h3 in HeatmapTileLayer (#9753)
  • feat(widgets): Support custom widgets in pydeck via custom_libraries (#9745)
  • feat(core): Add async DeckPicker methods (#9732)
  • feat(webgpu): Enable transparency for WebGPU and ported example layers (#9730)
  • fix(webgpu): Emulate constant attributes as buffers and trigger update on constant change (#9726)
  • fix(layers): correctly identify elevationData strings using TMS (#9712)
  • fix(mesh-layers): Include @loaders.gl/schema dependency (#9697)
  • feat(layers): Port ScatterplotLayer to WebGPU / WGSL (#9432)
  • chore(geo-layers): version bump A5 (#9707)
  • fix(core): correct opacity in interleaved mode (#9642)
  • feat(core): Support clear color, depth, and stencil on multiple views (#9650)
  • fix(mapbox): Fix view selection logic in getViewport (#9688)
  • chore: Bump to luma.gl@9.2.0-alpha (#9241)
  • fix(google): Do not force canvas resize (#9695)
  • fix(CARTO): H3 tile bounding box includes edge children (#9693)
  • fix(core): onClick callback does not handle dblclick (#9629)

v9.2.0-alpha.2

  • CARTO: refactor to remove fetchmap code (#9619)

v9.2.0-alpha.1

  • feat(widgets): GeocoderWidget and experimental Geocoders (#9610)

... (truncated)

Changelog

Sourced from @​deck.gl/geo-layers's changelog.

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.2

deck.gl v9.2 Prereleases

deck.gl [v9.2.0-beta.4] - Oct 6 2025

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

deck.gl [v9.2.0-beta.3] - Sep 26 2025

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

deck.gl [v9.2.0-beta.2] - Sep 25 2025

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

deck.gl [v9.2.0-beta.1] - Sep 19 2025

deck.gl [v9.2.0-alpha.3] - Sep 15 2025

  • fix(core): orthographic scroll zoom transitions (#9769)

... (truncated)

Commits

Updates @deck.gl/json from 9.1.15 to 9.2.0

Release notes

Sourced from @​deck.gl/json's releases.

v9.2.0

The v9.2 release comes with preview of WebGPU support, and a trove of new widgets. See https://deck.gl/docs/whats-new for a full list.

v9.2.0-beta.4

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

v9.2.0-beta.3

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

v9.2.0-beta.2

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

v9.2.0-beta.1

No release notes provided.

v9.2.0-alpha.3

  • fix(core): orthographic scroll zoom transitions (#9769)
  • fix(widgets): Minor widget fixes (#9758)
  • CARTO: Support h3 in HeatmapTileLayer (#9753)
  • feat(widgets): Support custom widgets in pydeck via custom_libraries (#9745)
  • feat(core): Add async DeckPicker methods (#9732)
  • feat(webgpu): Enable transparency for WebGPU and ported example layers (#9730)
  • fix(webgpu): Emulate constant attributes as buffers and trigger update on constant change (#9726)
  • fix(layers): correctly identify elevationData strings using TMS (#9712)
  • fix(mesh-layers): Include @loaders.gl/schema dependency (#9697)
  • feat(layers): Port ScatterplotLayer to WebGPU / WGSL (#9432)
  • chore(geo-layers): version bump A5 (#9707)
  • fix(core): correct opacity in interleaved mode (#9642)
  • feat(core): Support clear color, depth, and stencil on multiple views (#9650)
  • fix(mapbox): Fix view selection logic in getViewport (#9688)
  • chore: Bump to luma.gl@9.2.0-alpha (#9241)
  • fix(google): Do not force canvas resize (#9695)
  • fix(CARTO): H3 tile bounding box includes edge children (#9693)
  • fix(core): onClick callback does not handle dblclick (#9629)

v9.2.0-alpha.2

  • CARTO: refactor to remove fetchmap code (#9619)

v9.2.0-alpha.1

  • feat(widgets): GeocoderWidget and experimental Geocoders (#9610)

... (truncated)

Changelog

Sourced from @​deck.gl/json's changelog.

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.2

deck.gl v9.2 Prereleases

deck.gl [v9.2.0-beta.4] - Oct 6 2025

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

deck.gl [v9.2.0-beta.3] - Sep 26 2025

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

deck.gl [v9.2.0-beta.2] - Sep 25 2025

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

deck.gl [v9.2.0-beta.1] - Sep 19 2025

deck.gl [v9.2.0-alpha.3] - Sep 15 2025

  • fix(core): orthographic scroll zoom transitions (#9769)

... (truncated)

Commits

Updates @deck.gl/layers from 9.1.15 to 9.2.0

Release notes

Sourced from @​deck.gl/layers's releases.

v9.2.0

The v9.2 release comes with preview of WebGPU support, and a trove of new widgets. See https://deck.gl/docs/whats-new for a full list.

v9.2.0-beta.4

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

v9.2.0-beta.3

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

v9.2.0-beta.2

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

v9.2.0-beta.1

No release notes provided.

v9.2.0-alpha.3

  • fix(core): orthographic scroll zoom transitions (#9769)
  • fix(widgets): Minor widget fixes (#9758)
  • CARTO: Support h3 in HeatmapTileLayer (#9753)
  • feat(widgets): Support custom widgets in pydeck via custom_libraries (#9745)
  • feat(core): Add async DeckPicker methods (#9732)
  • feat(webgpu): Enable transparency for WebGPU and ported example layers (#9730)
  • fix(webgpu): Emulate constant attributes as buffers and trigger update on constant change (#9726)
  • fix(layers): correctly identify elevationData strings using TMS (#9712)
  • fix(mesh-layers): Include @loaders.gl/schema dependency (#9697)
  • feat(layers): Port ScatterplotLayer to WebGPU / WGSL (#9432)
  • chore(geo-layers): version bump A5 (#9707)
  • fix(core): correct opacity in interleaved mode (#9642)
  • feat(core): Support clear color, depth, and stencil on multiple views (#9650)
  • fix(mapbox): Fix view selection logic in getViewport (#9688)
  • chore: Bump to luma.gl@9.2.0-alpha (#9241)
  • fix(google): Do not force canvas resize (#9695)
  • fix(CARTO): H3 tile bounding box includes edge children (#9693)
  • fix(core): onClick callback does not handle dblclick (#9629)

v9.2.0-alpha.2

  • CARTO: refactor to remove fetchmap code (#9619)

v9.2.0-alpha.1

  • feat(widgets): GeocoderWidget and experimental Geocoders (#9610)

... (truncated)

Changelog

Sourced from @​deck.gl/layers's changelog.

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/docs/upgrade-guide

deck.gl v9.2

deck.gl v9.2 Prereleases

deck.gl [v9.2.0-beta.4] - Oct 6 2025

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

deck.gl [v9.2.0-beta.3] - Sep 26 2025

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

deck.gl [v9.2.0-beta.2] - Sep 25 2025

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

deck.gl [v9.2.0-beta.1] - Sep 19 2025

deck.gl [v9.2.0-alpha.3] - Sep 15 2025

  • fix(core): orthographic scroll zoom transitions (#9769)

... (truncated)

Commits

Updates @deck.gl/mesh-layers from 9.1.15 to 9.2.0

Release notes

Sourced from @​deck.gl/mesh-layers's releases.

v9.2.0

The v9.2 release comes with preview of WebGPU support, and a trove of new widgets. See https://deck.gl/docs/whats-new for a full list.

v9.2.0-beta.4

  • Invoke transform function for constant attributes (#9741)
  • Pass vertexValid to SolidPolygonLayer when using binary GeoJSON (#9805)
  • Add IconLayer sizeBasis prop (#9736)
  • fix: Maplibre interleaved resize handling (#9803)
  • Fix potential undefined deck in FPS calculation (#9800)

v9.2.0-beta.3

  • fix(extensions): correctly activate picking module in terrain picking pass (#9768)
  • fix(widgets): widget bug bash (#9797)
  • chore(widgets) audit props and docs (#9796)
  • fix(maplibre): Update default view once projection is known (#9794)

v9.2.0-beta.2

  • chore: bump luma to 9.2.0 (#9792)
  • fix: HeatmapLayer working with binary data (#9787)
  • fix: picking on non-geospatial tile layer with modelMatrix (#9703)
  • CARTO: Support h3 in ClusterTileLayer (#9755)

v9.2.0-beta.1

No release notes provided.

v9.2.0-alpha.3

  • fix(core): orthographic scroll zoom transitions (#9769)
  • fix(widgets): Minor widget fixes (#9758)
  • CARTO: Support h3 in HeatmapTileLayer (#9753)
  • feat(widgets): Support custom widgets in py...

    Description has been truncated

Bumps the deckgl group in /typescript with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@deck.gl/aggregation-layers](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` |
| [@deck.gl/core](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` |
| [@deck.gl/extensions](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` |
| [@deck.gl/geo-layers](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` |
| [@deck.gl/json](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` |
| [@deck.gl/layers](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` |
| [@deck.gl/mesh-layers](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` |
| [@deck.gl/react](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` |


Updates `@deck.gl/aggregation-layers` from 9.1.15 to 9.2.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.15...v9.2.0)

Updates `@deck.gl/core` from 9.1.15 to 9.2.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.15...v9.2.0)

Updates `@deck.gl/extensions` from 9.1.15 to 9.2.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.15...v9.2.0)

Updates `@deck.gl/geo-layers` from 9.1.15 to 9.2.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.15...v9.2.0)

Updates `@deck.gl/json` from 9.1.15 to 9.2.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.15...v9.2.0)

Updates `@deck.gl/layers` from 9.1.15 to 9.2.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.15...v9.2.0)

Updates `@deck.gl/mesh-layers` from 9.1.15 to 9.2.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.15...v9.2.0)

Updates `@deck.gl/react` from 9.1.15 to 9.2.0
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.15...v9.2.0)

---
updated-dependencies:
- dependency-name: "@deck.gl/aggregation-layers"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deckgl
- dependency-name: "@deck.gl/core"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deckgl
- dependency-name: "@deck.gl/extensions"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deckgl
- dependency-name: "@deck.gl/geo-layers"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deckgl
- dependency-name: "@deck.gl/json"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deckgl
- dependency-name: "@deck.gl/layers"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deckgl
- dependency-name: "@deck.gl/mesh-layers"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deckgl
- dependency-name: "@deck.gl/react"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deckgl
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Oct 8, 2025
Bump of @deck.gl/* was only partial.
Bump @deck.gl/* also in python.

Fix pieChartLayer.ts compilation (Model.setUniforms has been removed) by moving to new uniforms handling.
Fix boxLayer.ts and northArrow3DLayer.ts which failed to handle uniform color (was using old approach which is not supported any more).
Fix phong-material.ts compilation (unused typescript directive).
Fix phong-shaders-glsl.ts (MAX_LIGHTS is not defined any more).
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant