Skip to content

Bump the deck-loaders-luma group across 1 directory with 4 updates #754

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deck-loaders-luma group with 4 updates in the / directory: @deck.gl/core, @deck.gl/extensions, @deck.gl/layers and @deck.gl/react.

Updates @deck.gl/core from 9.0.36 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.36 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/layers from 9.0.36 to 9.1.1

Release notes

Sourced from @​deck.gl/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/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/react from 9.0.36 to 9.1.1

Release notes

Sourced from @​deck.gl/react'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/react'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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deck-loaders-luma group with 4 updates in the / directory: [@deck.gl/core](https://github.com/visgl/deck.gl), [@deck.gl/extensions](https://github.com/visgl/deck.gl), [@deck.gl/layers](https://github.com/visgl/deck.gl) and [@deck.gl/react](https://github.com/visgl/deck.gl).


Updates `@deck.gl/core` from 9.0.36 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.36...v9.1.1)

Updates `@deck.gl/extensions` from 9.0.36 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.36...v9.1.1)

Updates `@deck.gl/layers` from 9.0.36 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.36...v9.1.1)

Updates `@deck.gl/react` from 9.0.36 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.36...v9.1.1)

---
updated-dependencies:
- dependency-name: "@deck.gl/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deck-loaders-luma
- dependency-name: "@deck.gl/extensions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deck-loaders-luma
- dependency-name: "@deck.gl/layers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deck-loaders-luma
- dependency-name: "@deck.gl/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deck-loaders-luma
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Relates to JS bindings labels Feb 17, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #760.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/deck-loaders-luma-ea5d07b7f0 branch February 24, 2025 04:54
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 Relates to JS bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants