Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the deck-gl group with 9 updates #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps the deck-gl group with 9 updates:

Package From To
@deck.gl/aggregation-layers 9.0.40 9.1.0
@deck.gl/carto 9.0.40 9.1.0
@deck.gl/core 9.0.40 9.1.0
@deck.gl/extensions 9.0.40 9.1.0
@deck.gl/geo-layers 9.0.40 9.1.0
@deck.gl/json 9.0.40 9.1.0
@deck.gl/layers 9.0.40 9.1.0
@deck.gl/mesh-layers 9.0.40 9.1.0
@deck.gl/react 9.0.40 9.1.0

Updates @deck.gl/aggregation-layers from 9.0.40 to 9.1.0

Release notes

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

v9.1.0

v9.1 brings integration with MapLibre globe projection, React widgets, restored and improved aggregation layers, and under-the-hood rewrites to get ready for WebGPU support. Visit What's New to learn about the new features. Reference the Upgrade Guide to upgrade your application from v9.0.

v9.1.0-beta.3

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

v9.1.0-beta.1

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)
  • Fix countItems in DataFilterExtension (#9158)
  • chore: Use WebGLDevice when using webgl-only APIs
  • Remove NaN uniform (#9174)
  • GPU Aggregation: miscellaneous clean up (#9142)
  • GPU Aggregation: Support *ScaleType and *Percentile props (#9130)
  • Aggregation UBO 2/2 (#9133)
  • Fix GPUAggregator on M chips (#9128)
  • Aggregation layers UBO (#9114)
  • GPU Aggregation (8/8): Remove legacy aggregator (#9100)
  • GPU Aggregation (7/8): ContourLayer (#9099)
  • GPU Aggregation (6/8): HexagonLayer (#9098)
  • GPU Aggregation (5/8): GridLayer (#9096)
  • refactor(json): Remove expression-eval dependency (#9070)
  • Update PBR code to use luma pbrMaterial (#9093)
  • Lighting UBO (#9074)
  • CARTO: HeatmapTileLayer full colorRange (#9068)
  • HeatmapLayer UBO (#9071)
  • shadow module UBO (#9054)
  • ShaderModule type update (#9044)
  • core module UBO (#9040)
  • carto module UBO (#9038)
  • HeatmapLayer fix to work with project UBO (#9037)
  • geo-layers UBO (#9036)
  • mesh-layers UBO (#9035)
  • refactor: Layers UBO (#9008)
  • Extensions UBOs (#9001)
  • DataFilterExtension UBOs (#8998)
  • Move ScatterplotLayer & BitmapLayer to UBOs (#8875)
  • GPU Aggregation (4/8): ScreenGridLayer (#8942)
  • GPU Aggregation (3/8): CPUAggregator (#8888)
  • GPU Aggregation (2/8): GPUAggregator (#8887)
  • GPU Aggregation (1/8): Aggregator and AggregationLayer (#8886)
  • Use UBOs in project module (#8782)
  • Remove WebGL-only triangle-fan topology (#8860)
  • feat(layers): Simplify ArcLayer (#8859)
  • chore: Remove internal texture parameters (v9.1) (#8851)
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/#/documentation/overview/upgrade-guide

deck.gl v9.1

deck.gl v9.1 Prereleases

deck.gl [v9.1.0-beta.3] - Jan 15 2025

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

deck.gl [v9.1.0-beta.2] - Jan 14 2025

  • LayersPass: remove deprecated clearWebGL() call (#9338)
  • chore: bump luma to 9.1.0-beta.16 (#9345)
  • add(pydeck) support for deck.gl widgets (#9342)
  • feat(mapbox): support Maplibre globe projection (#9296)
  • chore(widgets) props should be types rather than interfaces (#9333)
  • fix(core): conflicting resize logic when using non-default useDevicePixels (#9326)
  • feat(json) support for deck.gl widgets (#9314)
  • Upgrade to the latest dev tools (#9284)
  • chore: bump luma.gl (#9295)
  • Revert added type declarations from #8945 (#9318)
  • feat(widgets) onRemove can be optional (#9308)
  • chore(widgets) cleanup widget constructors (#9312)
  • fix(widgets) Widgets should be reactive to prop changes (#9315)
  • chore: gpuAggregation set to true (#9301)
  • feat(widgets): Remove onViewportChange Update Guard for Widgets (#9303)
  • fix(widgets): widget style prop keys should accept camelCase css properties and dashed css variables (#8991)
  • Match GlobeView projection parameters with Maplibre v5 (#9201)
  • CARTO: Fix seams between tiles in RasterTileLayer (#9286)
  • fix(mapbox) Remove type dependency on mapbox-gl (#9279)
  • refactor(carto): Refactor fetchMap() for deck.gl v9.1 (#9232)

... (truncated)

Commits

Updates @deck.gl/carto from 9.0.40 to 9.1.0

Release notes

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

v9.1.0

v9.1 brings integration with MapLibre globe projection, React widgets, restored and improved aggregation layers, and under-the-hood rewrites to get ready for WebGPU support. Visit What's New to learn about the new features. Reference the Upgrade Guide to upgrade your application from v9.0.

v9.1.0-beta.3

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

v9.1.0-beta.1

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)
  • Fix countItems in DataFilterExtension (#9158)
  • chore: Use WebGLDevice when using webgl-only APIs
  • Remove NaN uniform (#9174)
  • GPU Aggregation: miscellaneous clean up (#9142)
  • GPU Aggregation: Support *ScaleType and *Percentile props (#9130)
  • Aggregation UBO 2/2 (#9133)
  • Fix GPUAggregator on M chips (#9128)
  • Aggregation layers UBO (#9114)
  • GPU Aggregation (8/8): Remove legacy aggregator (#9100)
  • GPU Aggregation (7/8): ContourLayer (#9099)
  • GPU Aggregation (6/8): HexagonLayer (#9098)
  • GPU Aggregation (5/8): GridLayer (#9096)
  • refactor(json): Remove expression-eval dependency (#9070)
  • Update PBR code to use luma pbrMaterial (#9093)
  • Lighting UBO (#9074)
  • CARTO: HeatmapTileLayer full colorRange (#9068)
  • HeatmapLayer UBO (#9071)
  • shadow module UBO (#9054)
  • ShaderModule type update (#9044)
  • core module UBO (#9040)
  • carto module UBO (#9038)
  • HeatmapLayer fix to work with project UBO (#9037)
  • geo-layers UBO (#9036)
  • mesh-layers UBO (#9035)
  • refactor: Layers UBO (#9008)
  • Extensions UBOs (#9001)
  • DataFilterExtension UBOs (#8998)
  • Move ScatterplotLayer & BitmapLayer to UBOs (#8875)
  • GPU Aggregation (4/8): ScreenGridLayer (#8942)
  • GPU Aggregation (3/8): CPUAggregator (#8888)
  • GPU Aggregation (2/8): GPUAggregator (#8887)
  • GPU Aggregation (1/8): Aggregator and AggregationLayer (#8886)
  • Use UBOs in project module (#8782)
  • Remove WebGL-only triangle-fan topology (#8860)
  • feat(layers): Simplify ArcLayer (#8859)
  • chore: Remove internal texture parameters (v9.1) (#8851)
Changelog

Sourced from @​deck.gl/carto'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/#/documentation/overview/upgrade-guide

deck.gl v9.1

deck.gl v9.1 Prereleases

deck.gl [v9.1.0-beta.3] - Jan 15 2025

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

deck.gl [v9.1.0-beta.2] - Jan 14 2025

  • LayersPass: remove deprecated clearWebGL() call (#9338)
  • chore: bump luma to 9.1.0-beta.16 (#9345)
  • add(pydeck) support for deck.gl widgets (#9342)
  • feat(mapbox): support Maplibre globe projection (#9296)
  • chore(widgets) props should be types rather than interfaces (#9333)
  • fix(core): conflicting resize logic when using non-default useDevicePixels (#9326)
  • feat(json) support for deck.gl widgets (#9314)
  • Upgrade to the latest dev tools (#9284)
  • chore: bump luma.gl (#9295)
  • Revert added type declarations from #8945 (#9318)
  • feat(widgets) onRemove can be optional (#9308)
  • chore(widgets) cleanup widget constructors (#9312)
  • fix(widgets) Widgets should be reactive to prop changes (#9315)
  • chore: gpuAggregation set to true (#9301)
  • feat(widgets): Remove onViewportChange Update Guard for Widgets (#9303)
  • fix(widgets): widget style prop keys should accept camelCase css properties and dashed css variables (#8991)
  • Match GlobeView projection parameters with Maplibre v5 (#9201)
  • CARTO: Fix seams between tiles in RasterTileLayer (#9286)
  • fix(mapbox) Remove type dependency on mapbox-gl (#9279)
  • refactor(carto): Refactor fetchMap() for deck.gl v9.1 (#9232)

... (truncated)

Commits

Updates @deck.gl/core from 9.0.40 to 9.1.0

Release notes

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

v9.1.0

v9.1 brings integration with MapLibre globe projection, React widgets, restored and improved aggregation layers, and under-the-hood rewrites to get ready for WebGPU support. Visit What's New to learn about the new features. Reference the Upgrade Guide to upgrade your application from v9.0.

v9.1.0-beta.3

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

v9.1.0-beta.1

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)
  • Fix countItems in DataFilterExtension (#9158)
  • chore: Use WebGLDevice when using webgl-only APIs
  • Remove NaN uniform (#9174)
  • GPU Aggregation: miscellaneous clean up (#9142)
  • GPU Aggregation: Support *ScaleType and *Percentile props (#9130)
  • Aggregation UBO 2/2 (#9133)
  • Fix GPUAggregator on M chips (#9128)
  • Aggregation layers UBO (#9114)
  • GPU Aggregation (8/8): Remove legacy aggregator (#9100)
  • GPU Aggregation (7/8): ContourLayer (#9099)
  • GPU Aggregation (6/8): HexagonLayer (#9098)
  • GPU Aggregation (5/8): GridLayer (#9096)
  • refactor(json): Remove expression-eval dependency (#9070)
  • Update PBR code to use luma pbrMaterial (#9093)
  • Lighting UBO (#9074)
  • CARTO: HeatmapTileLayer full colorRange (#9068)
  • HeatmapLayer UBO (#9071)
  • shadow module UBO (#9054)
  • ShaderModule type update (#9044)
  • core module UBO (#9040)
  • carto module UBO (#9038)
  • HeatmapLayer fix to work with project UBO (#9037)
  • geo-layers UBO (#9036)
  • mesh-layers UBO (#9035)
  • refactor: Layers UBO (#9008)
  • Extensions UBOs (#9001)
  • DataFilterExtension UBOs (#8998)
  • Move ScatterplotLayer & BitmapLayer to UBOs (#8875)
  • GPU Aggregation (4/8): ScreenGridLayer (#8942)
  • GPU Aggregation (3/8): CPUAggregator (#8888)
  • GPU Aggregation (2/8): GPUAggregator (#8887)
  • GPU Aggregation (1/8): Aggregator and AggregationLayer (#8886)
  • Use UBOs in project module (#8782)
  • Remove WebGL-only triangle-fan topology (#8860)
  • feat(layers): Simplify ArcLayer (#8859)
  • chore: Remove internal texture parameters (v9.1) (#8851)
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/#/documentation/overview/upgrade-guide

deck.gl v9.1

deck.gl v9.1 Prereleases

deck.gl [v9.1.0-beta.3] - Jan 15 2025

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

deck.gl [v9.1.0-beta.2] - Jan 14 2025

  • LayersPass: remove deprecated clearWebGL() call (#9338)
  • chore: bump luma to 9.1.0-beta.16 (#9345)
  • add(pydeck) support for deck.gl widgets (#9342)
  • feat(mapbox): support Maplibre globe projection (#9296)
  • chore(widgets) props should be types rather than interfaces (#9333)
  • fix(core): conflicting resize logic when using non-default useDevicePixels (#9326)
  • feat(json) support for deck.gl widgets (#9314)
  • Upgrade to the latest dev tools (#9284)
  • chore: bump luma.gl (#9295)
  • Revert added type declarations from #8945 (#9318)
  • feat(widgets) onRemove can be optional (#9308)
  • chore(widgets) cleanup widget constructors (#9312)
  • fix(widgets) Widgets should be reactive to prop changes (#9315)
  • chore: gpuAggregation set to true (#9301)
  • feat(widgets): Remove onViewportChange Update Guard for Widgets (#9303)
  • fix(widgets): widget style prop keys should accept camelCase css properties and dashed css variables (#8991)
  • Match GlobeView projection parameters with Maplibre v5 (#9201)
  • CARTO: Fix seams between tiles in RasterTileLayer (#9286)
  • fix(mapbox) Remove type dependency on mapbox-gl (#9279)
  • refactor(carto): Refactor fetchMap() for deck.gl v9.1 (#9232)

... (truncated)

Commits

Updates @deck.gl/extensions from 9.0.40 to 9.1.0

Release notes

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

v9.1.0

v9.1 brings integration with MapLibre globe projection, React widgets, restored and improved aggregation layers, and under-the-hood rewrites to get ready for WebGPU support. Visit What's New to learn about the new features. Reference the Upgrade Guide to upgrade your application from v9.0.

v9.1.0-beta.3

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

v9.1.0-beta.1

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)
  • Fix countItems in DataFilterExtension (#9158)
  • chore: Use WebGLDevice when using webgl-only APIs
  • Remove NaN uniform (#9174)
  • GPU Aggregation: miscellaneous clean up (#9142)
  • GPU Aggregation: Support *ScaleType and *Percentile props (#9130)
  • Aggregation UBO 2/2 (#9133)
  • Fix GPUAggregator on M chips (#9128)
  • Aggregation layers UBO (#9114)
  • GPU Aggregation (8/8): Remove legacy aggregator (#9100)
  • GPU Aggregation (7/8): ContourLayer (#9099)
  • GPU Aggregation (6/8): HexagonLayer (#9098)
  • GPU Aggregation (5/8): GridLayer (#9096)
  • refactor(json): Remove expression-eval dependency (#9070)
  • Update PBR code to use luma pbrMaterial (#9093)
  • Lighting UBO (#9074)
  • CARTO: HeatmapTileLayer full colorRange (#9068)
  • HeatmapLayer UBO (#9071)
  • shadow module UBO (#9054)
  • ShaderModule type update (#9044)
  • core module UBO (#9040)
  • carto module UBO (#9038)
  • HeatmapLayer fix to work with project UBO (#9037)
  • geo-layers UBO (#9036)
  • mesh-layers UBO (#9035)
  • refactor: Layers UBO (#9008)
  • Extensions UBOs (#9001)
  • DataFilterExtension UBOs (#8998)
  • Move ScatterplotLayer & BitmapLayer to UBOs (#8875)
  • GPU Aggregation (4/8): ScreenGridLayer (#8942)
  • GPU Aggregation (3/8): CPUAggregator (#8888)
  • GPU Aggregation (2/8): GPUAggregator (#8887)
  • GPU Aggregation (1/8): Aggregator and AggregationLayer (#8886)
  • Use UBOs in project module (#8782)
  • Remove WebGL-only triangle-fan topology (#8860)
  • feat(layers): Simplify ArcLayer (#8859)
  • chore: Remove internal texture parameters (v9.1) (#8851)
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/#/documentation/overview/upgrade-guide

deck.gl v9.1

deck.gl v9.1 Prereleases

deck.gl [v9.1.0-beta.3] - Jan 15 2025

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

deck.gl [v9.1.0-beta.2] - Jan 14 2025

  • LayersPass: remove deprecated clearWebGL() call (#9338)
  • chore: bump luma to 9.1.0-beta.16 (#9345)
  • add(pydeck) support for deck.gl widgets (#9342)
  • feat(mapbox): support Maplibre globe projection (#9296)
  • chore(widgets) props should be types rather than interfaces (#9333)
  • fix(core): conflicting resize logic when using non-default useDevicePixels (#9326)
  • feat(json) support for deck.gl widgets (#9314)
  • Upgrade to the latest dev tools (#9284)
  • chore: bump luma.gl (#9295)
  • Revert added type declarations from #8945 (#9318)
  • feat(widgets) onRemove can be optional (#9308)
  • chore(widgets) cleanup widget constructors (#9312)
  • fix(widgets) Widgets should be reactive to prop changes (#9315)
  • chore: gpuAggregation set to true (#9301)
  • feat(widgets): Remove onViewportChange Update Guard for Widgets (#9303)
  • fix(widgets): widget style prop keys should accept camelCase css properties and dashed css variables (#8991)
  • Match GlobeView projection parameters with Maplibre v5 (#9201)
  • CARTO: Fix seams between tiles in RasterTileLayer (#9286)
  • fix(mapbox) Remove type dependency on mapbox-gl (#9279)
  • refactor(carto): Refactor fetchMap() for deck.gl v9.1 (#9232)

... (truncated)

Commits

Updates @deck.gl/geo-layers from 9.0.40 to 9.1.0

Release notes

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

v9.1.0

v9.1 brings integration with MapLibre globe projection, React widgets, restored and improved aggregation layers, and under-the-hood rewrites to get ready for WebGPU support. Visit What's New to learn about the new features. Reference the Upgrade Guide to upgrade your application from v9.0.

v9.1.0-beta.3

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

v9.1.0-beta.1

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)
  • Fix countItems in DataFilterExtension (#9158)
  • chore: Use WebGLDevice when using webgl-only APIs
  • Remove NaN uniform (#9174)
  • GPU Aggregation: miscellaneous clean up (#9142)
  • GPU Aggregation: Support *ScaleType and *Percentile props (#9130)
  • Aggregation UBO 2/2 (#9133)
  • Fix GPUAggregator on M chips (#9128)
  • Aggregation layers UBO (#9114)
  • GPU Aggregation (8/8): Remove legacy aggregator (#9100)
  • GPU Aggregation (7/8): ContourLayer (#9099)
  • GPU Aggregation (6/8): HexagonLayer (#9098)
  • GPU Aggregation (5/8): GridLayer (#9096)
  • refactor(json): Remove expression-eval dependency (#9070)
  • Update PBR code to use luma pbrMaterial (#9093)
  • Lighting UBO (#9074)
  • CARTO: HeatmapTileLayer full colorRange (#9068)
  • HeatmapLayer UBO (#9071)
  • shadow module UBO (#9054)
  • ShaderModule type update (#9044)
  • core module UBO (#9040)
  • carto module UBO (#9038)
  • HeatmapLayer fix to work with project UBO (#9037)
  • geo-layers UBO (#9036)
  • mesh-layers UBO (#9035)
  • refactor: Layers UBO (#9008)
  • Extensions UBOs (#9001)
  • DataFilterExtension UBOs (#8998)
  • Move ScatterplotLayer & BitmapLayer to UBOs (#8875)
  • GPU Aggregation (4/8): ScreenGridLayer (#8942)
  • GPU Aggregation (3/8): CPUAggregator (#8888)
  • GPU Aggregation (2/8): GPUAggregator (#8887)
  • GPU Aggregation (1/8): Aggregator and AggregationLayer (#8886)
  • Use UBOs in project module (#8782)
  • Remove WebGL-only triangle-fan topology (#8860)
  • feat(layers): Simplify ArcLayer (#8859)
  • chore: Remove internal texture parameters (v9.1) (#8851)
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/#/documentation/overview/upgrade-guide

deck.gl v9.1

deck.gl v9.1 Prereleases

deck.gl [v9.1.0-beta.3] - Jan 15 2025

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

deck.gl [v9.1.0-beta.2] - Jan 14 2025

  • LayersPass: remove deprecated clearWebGL() call (#9338)
  • chore: bump luma to 9.1.0-beta.16 (#9345)
  • add(pydeck) support for deck.gl widgets (#9342)
  • feat(mapbox): support Maplibre globe projection (#9296)
  • chore(widgets) props should be types rather than interfaces (#9333)
  • fix(core): conflicting resize logic when using non-default useDevicePixels (#9326)
  • feat(json) support for deck.gl widgets (#9314)
  • Upgrade to the latest dev tools (#9284)
  • chore: bump luma.gl (#9295)
  • Revert added type declarations from #8945 (#9318)
  • feat(widgets) onRemove can be optional (#9308)
  • chore(widgets) cleanup widget constructors (#9312)
  • fix(widgets) Widgets should be reactive to prop changes (#9315)
  • chore: gpuAggregation set to true (#9301)
  • feat(widgets): Remove onViewportChange Update Guard for Widgets (#9303)
  • fix(widgets): widget style prop keys should accept camelCase css properties and dashed css variables (#8991)
  • Match GlobeView projection parameters with Maplibre v5 (#9201)
  • CARTO: Fix seams between tiles in RasterTileLayer (#9286)
  • fix(mapbox) Remove type dependency on mapbox-gl (#9279)
  • refactor(carto): Refactor fetchMap() for deck.gl v9.1 (#9232)

... (truncated)

Commits

Updates @deck.gl/json from 9.0.40 to 9.1.0

Release notes

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

v9.1.0

v9.1 brings integration with MapLibre globe projection, React widgets, restored and improved aggregation layers, and under-the-hood rewrites to get ready for WebGPU support. Visit What's New to learn about the new features. Reference the Upgrade Guide to upgrade your application from v9.0.

v9.1.0-beta.3

  • CARTO: Support gzip compression in RasterLayer (#9352)
  • DataFilterExtension category filtering uint32 attribute (#9350)

v9.1.0-beta.1

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)
  • Fix countItems in DataFilterExtension (#9158)
  • chore: Use WebGLDevice when using webgl-only APIs
  • Remove NaN uniform (#9174)
  • GPU Aggregation: miscellaneous clean up (#9142)
  • GPU Aggregation: Support *ScaleType and *Percentile props (#9130)
  • Aggregation UBO 2/2 (#9133)
  • Fix GPUAggregator on M chips (#9128)
  • Aggregation layers UBO (#9114)
  • GPU Aggregation (8/8): Remove legacy aggregator (#9100)
  • GPU Aggregation (7/8): ContourLayer (#9099)
  • GPU Aggregation (6/8): HexagonLayer (#9098)
  • GPU Aggregation (5/8): GridLayer (#9096)
  • refactor(json): Remove expression-eval dependency (#9070)
  • Update PBR code to use luma pbrMaterial (#9093)
  • Lighting UBO (#9074)
  • CARTO: HeatmapTileLayer full colorRange (#9068)
  • HeatmapLayer UBO (#9071)
  • shadow module UBO (#9054)
  • ShaderModule type update (#9044)
  • core module UBO (#9040)
  • carto module UBO (#9038)
  • HeatmapLayer fix to work with project UBO (#9037)
  • geo-layers UBO (#9036)
  • mesh-layers UBO (#9035)
  • refactor: Layers UBO (#9008)
  • Extensions UBOs (#9001)
  • DataFilterExtension UBOs (#8998)
  • Move ScatterplotLayer & BitmapLayer to UBOs (#8875)
  • GPU Aggregation (4/8): ScreenGridLayer (#8942)
  • GPU Aggregation (3/8): CPUAggregator (

Bumps the deck-gl group with 9 updates:

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


Updates `@deck.gl/aggregation-layers` from 9.0.40 to 9.1.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.0.40...v9.1.0)

Updates `@deck.gl/carto` from 9.0.40 to 9.1.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.0.40...v9.1.0)

Updates `@deck.gl/core` from 9.0.40 to 9.1.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.0.40...v9.1.0)

Updates `@deck.gl/extensions` from 9.0.40 to 9.1.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.0.40...v9.1.0)

Updates `@deck.gl/geo-layers` from 9.0.40 to 9.1.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.0.40...v9.1.0)

Updates `@deck.gl/json` from 9.0.40 to 9.1.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.0.40...v9.1.0)

Updates `@deck.gl/layers` from 9.0.40 to 9.1.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.0.40...v9.1.0)

Updates `@deck.gl/mesh-layers` from 9.0.40 to 9.1.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.0.40...v9.1.0)

Updates `@deck.gl/react` from 9.0.40 to 9.1.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.0.40...v9.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2025
@dependabot dependabot bot requested a review from a team January 29, 2025 15:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants