Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 40 updates in the / directory:

Package From To
@deck.gl/aggregation-layers 9.1.14 9.2.5
@deck.gl/carto 9.1.14 9.2.5
@deck.gl/core 9.1.14 9.2.5
@deck.gl/extensions 9.1.14 9.2.5
@deck.gl/geo-layers 9.1.14 9.2.5
@deck.gl/google-maps 9.1.14 9.2.5
@deck.gl/layers 9.1.14 9.2.5
@deck.gl/mapbox 9.1.14 9.2.5
@deck.gl/mesh-layers 9.1.14 9.2.5
@eslint/js 9.35.0 9.39.2
@googlemaps/js-api-loader 1.16.10 2.0.2
@luma.gl/core 9.1.9 9.2.5
@luma.gl/engine 9.1.9 9.2.5
@luma.gl/shadertools 9.1.9 9.2.5
@luma.gl/webgl 9.1.9 9.2.5
@turf/bbox-clip 7.2.0 7.3.1
@turf/bbox-polygon 7.2.0 7.3.1
@turf/boolean-equal 7.2.0 7.3.1
@turf/boolean-intersects 7.2.0 7.3.1
@turf/boolean-within 7.2.0 7.3.1
@turf/buffer 7.2.0 7.3.1
@turf/helpers 7.2.0 7.3.1
@turf/intersect 7.2.0 7.3.1
@turf/invariant 7.2.0 7.3.1
@turf/random 7.2.0 7.3.1
@turf/union 7.2.0 7.3.1
@types/react 18.3.24 18.3.27
@vitest/coverage-istanbul 3.2.4 4.0.16
eslint 9.35.0 9.39.2
lit 3.3.1 3.3.2
maplibre-gl 5.7.1 5.15.0
prettier 3.6.2 3.7.4
rimraf 6.0.1 6.1.2
semver 7.7.2 7.7.3
tinybench 5.0.1 6.0.0
tsup 8.5.0 8.5.1
typescript 5.9.2 5.9.3
typescript-eslint 8.43.0 8.51.0
vite 7.1.5 7.3.0
vitest 3.2.4 4.0.16

Updates @deck.gl/aggregation-layers from 9.1.14 to 9.2.5

Release notes

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

v9.2.5

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

v9.2.4

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

v9.2.3

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

v9.2.2

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

v9.2.1

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

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)

... (truncated)

Changelog

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

deck.gl [v9.2.5] - Dec 9 2025

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

deck.gl [v9.2.4] - Dec 8 2025

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

deck.gl [v9.2.3] - Dec 3 2025

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

deck.gl [v9.2.2] - Oct 16 2025

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

deck.gl [v9.2.1] - Oct 7 2025

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

deck.gl [v9.2.0] - Oct 7 2025

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.

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)

... (truncated)

Commits

Updates @deck.gl/carto from 9.1.14 to 9.2.5

Release notes

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

v9.2.5

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

v9.2.4

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

v9.2.3

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

v9.2.2

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

v9.2.1

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

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)

... (truncated)

Changelog

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

deck.gl [v9.2.5] - Dec 9 2025

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

deck.gl [v9.2.4] - Dec 8 2025

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

deck.gl [v9.2.3] - Dec 3 2025

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

deck.gl [v9.2.2] - Oct 16 2025

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

deck.gl [v9.2.1] - Oct 7 2025

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

deck.gl [v9.2.0] - Oct 7 2025

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.

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)

... (truncated)

Commits

Updates @deck.gl/core from 9.1.14 to 9.2.5

Release notes

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

v9.2.5

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

v9.2.4

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

v9.2.3

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

v9.2.2

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

v9.2.1

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

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)

... (truncated)

Changelog

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

deck.gl [v9.2.5] - Dec 9 2025

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

deck.gl [v9.2.4] - Dec 8 2025

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

deck.gl [v9.2.3] - Dec 3 2025

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

deck.gl [v9.2.2] - Oct 16 2025

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

deck.gl [v9.2.1] - Oct 7 2025

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

deck.gl [v9.2.0] - Oct 7 2025

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.

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)

... (truncated)

Commits

Updates @deck.gl/extensions from 9.1.14 to 9.2.5

Release notes

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

v9.2.5

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

v9.2.4

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

v9.2.3

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

v9.2.2

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

v9.2.1

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

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)

... (truncated)

Changelog

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

deck.gl [v9.2.5] - Dec 9 2025

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

deck.gl [v9.2.4] - Dec 8 2025

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

deck.gl [v9.2.3] - Dec 3 2025

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

deck.gl [v9.2.2] - Oct 16 2025

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

deck.gl [v9.2.1] - Oct 7 2025

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

deck.gl [v9.2.0] - Oct 7 2025

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.

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)

... (truncated)

Commits

Updates @deck.gl/geo-layers from 9.1.14 to 9.2.5

Release notes

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

v9.2.5

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

v9.2.4

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

v9.2.3

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

v9.2.2

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

v9.2.1

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

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)

... (truncated)

Changelog

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

deck.gl [v9.2.5] - Dec 9 2025

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

deck.gl [v9.2.4] - Dec 8 2025

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

deck.gl [v9.2.3] - Dec 3 2025

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

deck.gl [v9.2.2] - Oct 16 2025

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

deck.gl [v9.2.1] - Oct 7 2025

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

deck.gl [v9.2.0] - Oct 7 2025

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.

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)

... (truncated)

Commits

Updates @deck.gl/google-maps from 9.1.14 to 9.2.5

Release notes

Sourced from @​deck.gl/google-maps's releases.

v9.2.5

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

v9.2.4

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to deck@9.2 (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

v9.2.3

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)

v9.2.2

  • chore: tighten peerDependency range to patch (#9821)
  • Fix type hint of useDevicePixels to allow number input (#9826)

v9.2.1

  • Avoid 9.2 breaking change in Widget base class (#9814)
  • Simplify Widget class constructor (#9815)

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)

... (truncated)

Changelog

Sourced from @​deck.gl/google-maps's changelog.

deck.gl [v9.2.5] - Dec 9 2025

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (

…ith 40 updates

Bumps the dev-dependencies group with 40 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@deck.gl/aggregation-layers](https://github.com/visgl/deck.gl) | `9.1.14` | `9.2.5` |
| [@deck.gl/carto](https://github.com/visgl/deck.gl) | `9.1.14` | `9.2.5` |
| [@deck.gl/core](https://github.com/visgl/deck.gl) | `9.1.14` | `9.2.5` |
| [@deck.gl/extensions](https://github.com/visgl/deck.gl) | `9.1.14` | `9.2.5` |
| [@deck.gl/geo-layers](https://github.com/visgl/deck.gl) | `9.1.14` | `9.2.5` |
| [@deck.gl/google-maps](https://github.com/visgl/deck.gl) | `9.1.14` | `9.2.5` |
| [@deck.gl/layers](https://github.com/visgl/deck.gl) | `9.1.14` | `9.2.5` |
| [@deck.gl/mapbox](https://github.com/visgl/deck.gl) | `9.1.14` | `9.2.5` |
| [@deck.gl/mesh-layers](https://github.com/visgl/deck.gl) | `9.1.14` | `9.2.5` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.35.0` | `9.39.2` |
| [@googlemaps/js-api-loader](https://github.com/googlemaps/js-api-loader) | `1.16.10` | `2.0.2` |
| [@luma.gl/core](https://github.com/visgl/luma.gl) | `9.1.9` | `9.2.5` |
| [@luma.gl/engine](https://github.com/visgl/luma.gl) | `9.1.9` | `9.2.5` |
| [@luma.gl/shadertools](https://github.com/visgl/luma.gl) | `9.1.9` | `9.2.5` |
| [@luma.gl/webgl](https://github.com/visgl/luma.gl) | `9.1.9` | `9.2.5` |
| [@turf/bbox-clip](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/bbox-polygon](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/boolean-equal](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/boolean-intersects](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/boolean-within](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/buffer](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/helpers](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/intersect](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/invariant](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/random](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@turf/union](https://github.com/Turfjs/turf) | `7.2.0` | `7.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.24` | `18.3.27` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `3.2.4` | `4.0.16` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.39.2` |
| [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) | `3.3.1` | `3.3.2` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.7.1` | `5.15.0` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.2` |
| [semver](https://github.com/npm/node-semver) | `7.7.2` | `7.7.3` |
| [tinybench](https://github.com/tinylibs/tinybench) | `5.0.1` | `6.0.0` |
| [tsup](https://github.com/egoist/tsup) | `8.5.0` | `8.5.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.43.0` | `8.51.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.5` | `7.3.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.16` |



Updates `@deck.gl/aggregation-layers` from 9.1.14 to 9.2.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.14...v9.2.5)

Updates `@deck.gl/carto` from 9.1.14 to 9.2.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.14...v9.2.5)

Updates `@deck.gl/core` from 9.1.14 to 9.2.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.14...v9.2.5)

Updates `@deck.gl/extensions` from 9.1.14 to 9.2.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.14...v9.2.5)

Updates `@deck.gl/geo-layers` from 9.1.14 to 9.2.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.14...v9.2.5)

Updates `@deck.gl/google-maps` from 9.1.14 to 9.2.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.14...v9.2.5)

Updates `@deck.gl/layers` from 9.1.14 to 9.2.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.14...v9.2.5)

Updates `@deck.gl/mapbox` from 9.1.14 to 9.2.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.14...v9.2.5)

Updates `@deck.gl/mesh-layers` from 9.1.14 to 9.2.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.1.14...v9.2.5)

Updates `@eslint/js` from 9.35.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@googlemaps/js-api-loader` from 1.16.10 to 2.0.2
- [Release notes](https://github.com/googlemaps/js-api-loader/releases)
- [Changelog](https://github.com/googlemaps/js-api-loader/blob/main/CHANGELOG.md)
- [Commits](googlemaps/js-api-loader@v1.16.10...v2.0.2)

Updates `@luma.gl/core` from 9.1.9 to 9.2.5
- [Release notes](https://github.com/visgl/luma.gl/releases)
- [Changelog](https://github.com/visgl/luma.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/luma.gl@v9.1.9...v9.2.5)

Updates `@luma.gl/engine` from 9.1.9 to 9.2.5
- [Release notes](https://github.com/visgl/luma.gl/releases)
- [Changelog](https://github.com/visgl/luma.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/luma.gl@v9.1.9...v9.2.5)

Updates `@luma.gl/shadertools` from 9.1.9 to 9.2.5
- [Release notes](https://github.com/visgl/luma.gl/releases)
- [Changelog](https://github.com/visgl/luma.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/luma.gl@v9.1.9...v9.2.5)

Updates `@luma.gl/webgl` from 9.1.9 to 9.2.5
- [Release notes](https://github.com/visgl/luma.gl/releases)
- [Changelog](https://github.com/visgl/luma.gl/blob/v9.2.5/CHANGELOG.md)
- [Commits](visgl/luma.gl@v9.1.9...v9.2.5)

Updates `@turf/bbox-clip` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/bbox-polygon` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/boolean-equal` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/boolean-intersects` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/boolean-within` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/buffer` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/helpers` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/intersect` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/invariant` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/random` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@turf/union` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v7.2.0...v7.3.1)

Updates `@types/react` from 18.3.24 to 18.3.27
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@vitest/coverage-istanbul` from 3.2.4 to 4.0.16
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/coverage-istanbul)

Updates `eslint` from 9.35.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.35.0...v9.39.2)

Updates `lit` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit-element@3.3.2/packages/lit)

Updates `maplibre-gl` from 5.7.1 to 5.15.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.7.1...v5.15.0)

Updates `prettier` from 3.6.2 to 3.7.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.7.4)

Updates `rimraf` from 6.0.1 to 6.1.2
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.0.1...v6.1.2)

Updates `semver` from 7.7.2 to 7.7.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.2...v7.7.3)

Updates `tinybench` from 5.0.1 to 6.0.0
- [Release notes](https://github.com/tinylibs/tinybench/releases)
- [Commits](tinylibs/tinybench@v5.0.1...v6.0.0)

Updates `tsup` from 8.5.0 to 8.5.1
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.5.0...v8.5.1)

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

Updates `typescript-eslint` from 8.43.0 to 8.51.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/typescript-eslint)

Updates `vite` from 7.1.5 to 7.3.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite)

Updates `vitest` from 3.2.4 to 4.0.16
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/vitest)

---
updated-dependencies:
- dependency-name: "@deck.gl/aggregation-layers"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@deck.gl/carto"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@deck.gl/core"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@deck.gl/extensions"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@deck.gl/geo-layers"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@deck.gl/google-maps"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@deck.gl/layers"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@deck.gl/mapbox"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@deck.gl/mesh-layers"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@googlemaps/js-api-loader"
  dependency-version: 2.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@luma.gl/core"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@luma.gl/engine"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@luma.gl/shadertools"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@luma.gl/webgl"
  dependency-version: 9.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/bbox-clip"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/bbox-polygon"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/boolean-equal"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/boolean-intersects"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/boolean-within"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/buffer"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/helpers"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/intersect"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/invariant"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/random"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@turf/union"
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-version: 18.3.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: lit
  dependency-version: 3.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: maplibre-gl
  dependency-version: 5.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: rimraf
  dependency-version: 6.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: semver
  dependency-version: 7.7.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tinybench
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: tsup
  dependency-version: 8.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vitest
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

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 Jan 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2026 01:14
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