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

fix: bump the deckgl group across 1 directory with 8 updates #2438

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2025

Bumps the deckgl group with 8 updates in the /typescript directory:

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

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

Release notes

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

v9.1.1

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

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)

... (truncated)

Changelog

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

deck.gl [v9.1.1] - Feb 11 2025

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

deck.gl [v9.1.0] - Jan 21 2025

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.

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)
  • Bump mjolnir.js (#9275)
  • chore: fix peer dependency versions (#9266)
  • Types: luma.gl Parameters (#9209)
  • fix(carto): Add missing re-exports from API client in v9.1 (#9267)

deck.gl [9.1.0-beta.1] - Nov 21 2024

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)

... (truncated)

Commits

Updates @deck.gl/core from 9.0.40 to 9.1.1

Release notes

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

v9.1.1

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

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)

... (truncated)

Changelog

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

deck.gl [v9.1.1] - Feb 11 2025

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

deck.gl [v9.1.0] - Jan 21 2025

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.

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)
  • Bump mjolnir.js (#9275)
  • chore: fix peer dependency versions (#9266)
  • Types: luma.gl Parameters (#9209)
  • fix(carto): Add missing re-exports from API client in v9.1 (#9267)

deck.gl [9.1.0-beta.1] - Nov 21 2024

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)

... (truncated)

Commits

Updates @deck.gl/extensions from 9.0.40 to 9.1.1

Release notes

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

v9.1.1

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

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)

... (truncated)

Changelog

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

deck.gl [v9.1.1] - Feb 11 2025

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

deck.gl [v9.1.0] - Jan 21 2025

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.

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)
  • Bump mjolnir.js (#9275)
  • chore: fix peer dependency versions (#9266)
  • Types: luma.gl Parameters (#9209)
  • fix(carto): Add missing re-exports from API client in v9.1 (#9267)

deck.gl [9.1.0-beta.1] - Nov 21 2024

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)

... (truncated)

Commits

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

Release notes

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

v9.1.1

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

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)

... (truncated)

Changelog

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

deck.gl [v9.1.1] - Feb 11 2025

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

deck.gl [v9.1.0] - Jan 21 2025

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.

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)
  • Bump mjolnir.js (#9275)
  • chore: fix peer dependency versions (#9266)
  • Types: luma.gl Parameters (#9209)
  • fix(carto): Add missing re-exports from API client in v9.1 (#9267)

deck.gl [9.1.0-beta.1] - Nov 21 2024

  • Generic module props handling in Layer class (#9192)
  • Update license headers (#9191)
  • Upgrade mjolnir.js to v3 (#9144)
  • Remove updateModuleSettings from codebase (#9160)

... (truncated)

Commits

Updates @deck.gl/json from 9.0.40 to 9.1.1

Release notes

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

v9.1.1

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

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)

... (truncated)

Changelog

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

deck.gl [v9.1.1] - Feb 11 2025

  • fix: Add missing dependencies (#9422)
  • fix(core): React StrictMode crash (#9421)
  • fix(extensions): CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)

deck.gl [v9.1.0] - Jan 21 2025

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.

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)
  • Bump mjolnir.js (#9275)
  • chore: fix peer dependency versions (

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2025
Bumps the deckgl group with 8 updates in the /typescript directory:

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



Updates `@deck.gl/aggregation-layers` from 9.0.40 to 9.1.1
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.1.1/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.40...v9.1.1)

Updates `@deck.gl/core` from 9.0.40 to 9.1.1
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.1.1/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.40...v9.1.1)

Updates `@deck.gl/extensions` from 9.0.40 to 9.1.1
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.1.1/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.40...v9.1.1)

Updates `@deck.gl/geo-layers` from 9.0.40 to 9.1.1
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.1.1/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.40...v9.1.1)

Updates `@deck.gl/json` from 9.0.40 to 9.1.1
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.1.1/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.40...v9.1.1)

Updates `@deck.gl/layers` from 9.0.40 to 9.1.1
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.1.1/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.40...v9.1.1)

Updates `@deck.gl/mesh-layers` from 9.0.40 to 9.1.1
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.1.1/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.40...v9.1.1)

Updates `@deck.gl/react` from 9.0.40 to 9.1.1
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.1.1/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.0.40...v9.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/deckgl-eb2a98cb51 branch from f3cb67d to c21d087 Compare February 13, 2025 09:07
@w1nklr
Copy link
Collaborator

w1nklr commented Feb 13, 2025

Ongoing work: #2443

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.

1 participant