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

Update deck-gl monorepo from v8.9.35 to v9 (major) #127

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@deck.gl/aggregation-layers 8.9.35 -> 9.0.33 age adoption passing confidence
@deck.gl/core 8.3.10 -> 9.0.33 age adoption passing confidence
@deck.gl/layers 8.3.10 -> 9.0.33 age adoption passing confidence
@deck.gl/react 8.9.35 -> 9.0.33 age adoption passing confidence

Release Notes

visgl/deck.gl (@​deck.gl/aggregation-layers)

v9.0.33

Compare Source

  • chore: Remove deprecated expression-eval dependency (#​9070)

v9.0.32

Compare Source

  • CARTO: parseMap support for HeatmapTileLayer (#​9196)
  • Export types for extension constructor options (#​9137)

v9.0.31

Compare Source

  • Move publish target to es2020 (#​9188)

v9.0.30

Compare Source

  • carto: Allow configuring max URL length for GET requests (#​9159)
  • carto: Fix caching in ClusterTileLayer (#​9167)
  • feat: Allow 0s for maxCacheSize and maxCacheByteSize (#​9156)

v9.0.29

Compare Source

  • CARTO: Support private maps in fetchMap (#​9139)
  • chore: Lock luma.gl dependencies to 9.0 patches (#​9077)

v9.0.28

Compare Source

v9.0.27

Compare Source

  • CARTO: Move cluster stats into data.points.attributes (#​9081)
  • CARTO: Re-aggregate properties on change (#​9078)

v9.0.26

Compare Source

  • CARTO: fix subLayerProps overriding in VectorTileLayer (#​9075)

v9.0.25

Compare Source

  • CARTO: support filters in spatial index sources (#​9065)
  • CARTO: Implement picking & autohighlight in RasterLayer (#​9062)
  • CARTO: Only clip polygon/line layers (#​9060)
  • feat(widgets) affect all views if not attached to specific view (#​9009)

v9.0.24

Compare Source

  • CARTO: ClusterTileLayer (#​8957)
  • CARTO: Adapt fetchMap for supporting HeatmapTileLayer (#​8952)

v9.0.23

Compare Source

  • fix(widgets) widget id was required, should be optional (#​9026)

v9.0.21

Compare Source

  • CARTO: do not reduce position precision to 32bit (#​8995)
  • CARTO: Remove matchingColumn prop (#​8971)
  • fix(layers): Fixes line width default type description for geo and polygon layers (#​8979)
  • fix(test-utils): run layer tests in Node (#​8968)
  • Remove some WebGL specific code (#​8967)
  • chore: Bump luma to 9.0.15 (#​8970)
  • Fix highlightedObjectIndex (#​8966)
  • Document additional props of the scripting interface (#​8969)

v9.0.20

Compare Source

  • fix(extensions): DataFilterExtension not setting category uniforms (#​8940)
  • chore(carto): Remove dependency on @​luma.gl/constants (#​8959)

v9.0.19

Compare Source

  • fix(carto): Use tile.content in HeatmapTileLayer (#​8947)
  • docs: Fix broken link after file rename (#​8946)

v9.0.18

Compare Source

  • feat(carto): HeatmapTileLayer implement autoscaling (#​8944)
  • fix(widgets): use assigned viewport to change viewState (#​8903)
  • feat(geo-layers): Allow layers extending MVTLayer to override isWGS84 (#​8932)
  • fix(carto): Support picking with MVT tile-relative coordinates (#​8926)

v9.0.17

Compare Source

  • feat(carto): Support filters parameter in rasterSource (#​8928)
  • feat(carto): Improve API request error handling (#​8920)
  • fix(carto): Avoid malformed URLs in certain tilesets (#​8925)
  • fix(carto): Fix QuadbinHeatmapTileLayer onViewportLoad callback (#​8924)

v9.0.16

Compare Source

  • Revert "CARTO: Update QuadbinHeatmapTileLayer to use project UBO (#​8908)"

v9.0.15

Compare Source

  • fix(carto): Update 'cartocolor' dependency to v5 (#​8917, #​8899)
  • fix(carto): Add missing 'client' parameter to query requests (#​8913)
  • fix(carto): Fix fetchMap visibleLayerGroup filtering to include static layers (#​8915)
  • fix(widgets): Increase z-index to fix mouse events (#​8890)
  • docs(carto): Add QuadbinHeatmapTileLayer documentation (#​8909)
  • feat(carto): Update QuadbinHeatmapTileLayer performance and compatibility (#​8908, #​8874)
  • feat(carto): Support custom basemaps in fetchMap (#​8856)
  • fix(google-maps): Fix initial layer position on raster basemaps (#​8892)
  • chore(core): Update luma.gl to 9.0.14 (#​8884)
  • fix(carto,pydeck-carto): Fix error fetching scripts from CDN (#​8880)

v9.0.14

Compare Source

  • fix(carto): Fix broken encoding in POST requests (#​8865)

v9.0.13

Compare Source

  • feat(core): Explicitly set stepMode in Attribute layout (#​8858)
  • fix(widgets): export @​deck.gl/widgets/stylesheet.css (#​8863)
  • Set per-pass uniforms when postprocessing (#​8801)

v9.0.12

Compare Source

  • CARTO: Implement QuadbinHeatmapTileLayer (#​8703)

v9.0.11

Compare Source

  • Export luma functions (#​8822)
  • fix(core): explicitly set clearStencil in LayersPass (#​8844)
  • fix(layers): work around Samsung shader compilation failure (#​8843)
  • fix(types): add export for GeohashLayerProps (#​8836)
  • Publish NPM packages from CI (#​8828)

v9.0.10

Compare Source

  • fix(carto): Restore global required by pydeck-carto (#​8799)
  • fix(core): Support fp64 in GPUInterpolationTransition (#​8807)

v9.0.9

Compare Source

  • fix(geo-layers): TileLayer default autoHighlight (#​8798)
  • fix(extensions): DataFilterExtension handling of filterSoftRange (#​8800)
  • fix(main): Add missing peerDependencies (#​8805)
  • fix(core): drawing layers with instance count 0 (#​8788)

v9.0.8

Compare Source

  • CARTO: Improve H3Tileset2D.getTileIndices() by adding buffer (#​8781)

v9.0.7

Compare Source

  • CARTO: added the deckGl version to the map instantiation request (#​8783)
  • Bump to [email protected] (#​8771)
  • fix(core): Deck.finalize removes externally created canvas (#​8773)
  • Only add necessary attributes in DataFilterExtension (#​8769)
  • chore(react,test-utils): Remove unused 'typed' entry from package.json#files (#​8770)

v9.0.6

Compare Source

  • fix(extensions): picking over draped terrain (#​8761)
  • fix(react) component default size (#​8766)
  • chore: fix lint warnings (#​8764)
  • Improve view types (#​8763)
  • feat(core): export useful types (#​8762)

v9.0.5

Compare Source

v9.0.4

Compare Source

  • fix(core): picking bugs (#​8730)
  • add generic data types in GetPickingInfoParams (#​8709)
  • Export BufferTransform from luma.gl (#​8726)
  • fix(build): inlined version off by 1 (#​8741)
  • fix (TypeScript): add missing exports for effects types (#​8728)
  • fix(core): Type props.parameters (#​8732)

v9.0.3

Compare Source

v9.0.2

Compare Source

  • feat(carto): Support .tileSize prop in H3Tileset2D (#​8687)
  • fix(carto): Clean up and add unit tests for requestWithParameters cache (#​8707)
  • Do not clear when rendering to target in PostProcessEffect (#​8705)
  • fix(aggregation-layers): Fix missing types export (#​8713)
  • Disable excessive console warnings (#​8696)

v9.0.1

Compare Source

  • fix(core): base map creation error in DeckGL scripting interface (#​8691)

v9.0.0

Compare Source

  • Publish NPM packages from CI (#​8828)

v8.9.36

Compare Source

  • Fix compatibility issue in pydeck-carto (#​8786)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch 3 times, most recently from 9a86aad to 1a42e92 Compare April 18, 2024 02:22
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch 3 times, most recently from 3db4a7b to f1545a8 Compare April 29, 2024 15:32
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch 2 times, most recently from 22e1884 to e38740c Compare May 6, 2024 07:50
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch 3 times, most recently from 9accb27 to d248ec6 Compare May 29, 2024 20:02
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch 2 times, most recently from a78c307 to 4f33e3f Compare June 13, 2024 12:54
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from 4f33e3f to cdb3cd9 Compare June 20, 2024 23:30
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from cdb3cd9 to 217e0c1 Compare July 3, 2024 14:51
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from 217e0c1 to 88dbb03 Compare July 14, 2024 18:18
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from 88dbb03 to f31c72c Compare July 22, 2024 18:10
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch 2 times, most recently from 1eae963 to 4f7813f Compare August 6, 2024 18:51
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from 4f7813f to 4962c13 Compare August 9, 2024 12:07
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from 4962c13 to 6b7dca5 Compare August 30, 2024 07:03
@renovate renovate bot changed the title Update deck-gl monorepo from v8.9.35 to v9 (major) Update deck-gl monorepo (major) Aug 30, 2024
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from 6b7dca5 to 6c31ff3 Compare August 30, 2024 11:00
@renovate renovate bot changed the title Update deck-gl monorepo (major) Update deck-gl monorepo from v8.9.35 to v9 (major) Aug 30, 2024
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from 6c31ff3 to 06ceb64 Compare September 4, 2024 15:40
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch 2 times, most recently from 2899f18 to 27beb3f Compare September 27, 2024 20:04
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from 27beb3f to e8c64a7 Compare October 2, 2024 16:04
@renovate renovate bot force-pushed the renovate/major-deck-gl-monorepo branch from e8c64a7 to 7e83ba5 Compare October 8, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants