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 deck.gl from 8.9.36 to 9.1.0 #238

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 24, 2025

Bumps deck.gl from 8.9.36 to 9.1.0.

Release notes

Sourced from deck.gl'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)

v9.0.40

... (truncated)

Changelog

Sourced from deck.gl'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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [deck.gl](https://github.com/visgl/deck.gl) from 8.9.36 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@v8.9.36...v9.1.0)

---
updated-dependencies:
- dependency-name: deck.gl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 24, 2025
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.

0 participants