swiss-maps
swiss-maps copied to clipboard
fix(deps): update deck.gl to v9 (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @deck.gl/core | ^8.9.36 -> ^9.1.8 |
||||
| @deck.gl/layers | ^8.9.36 -> ^9.1.8 |
||||
| @deck.gl/react | ^8.9.36 -> ^9.1.8 |
Release Notes
visgl/deck.gl (@deck.gl/core)
v9.1.8
v9.1.7
- Append
.jsto WebGPU shaders for script builds (#9537) - fix(carto): Fix tree-shaking of CartoRasterTileLoader (#9535)
v9.1.6
- CARTO: Default to PointLabelLayer in VectorTileLayer (#9524)
- chore: Bump to [email protected] (WebGPU fixes) (#9525)
- feat: line layer and project module port to WGSL, test app for WebGPU line (#9509)
- fix(chore): Disable constant attributes under WebGPU (#9506)
- chore: WebGPU plumbing (#9502)
v9.1.5
- DataFilterExtension: Make filterCategories prop optional (#9495)
- CARTO: RasterLayer improve shader precision at high zooms (#9518)
- fix(scatterplot-layer): use numeric uniform for "filled" to avoid GPU driver bug (#9514)
- chore: WebGPU plumbing (#9480)
- chore: WebGPU plumbing #1 (#9476)
- feat(widgets): new ResetViewWidget (#9478)
- feat(widgets): New ScreenshotWidget (#9477)
v9.1.4
- feat(mapbox): support Mapbox v3 Standard style slot (#9468)
- fix(mapbox): relax MapboxOverlay type (#9467)
- fix(widgets): ZoomWidget: Prevent crash when used with OrthographicView (#9459)
v9.1.3
- CARTO: HeatmapTileLayer fix palette updating (#9453)
- pydeck: Set default map style if not provided (#9419)
v9.1.2
- pydeck: Add show_error flag to display error in cell output (#9430)
- CARTO: Add worker for cartoPropertiesTile loader (#9429)
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
- CARTO: Support gzip compression in RasterLayer (#9352)
- DataFilterExtension category filtering uint32 attribute (#9350)
v9.0.41
- CollisionFilterEffect: Explicitly pass isPicking to preRender (#9417)
v9.0.40
- chore: pin ubuntu CI version to fix release workflow (#9351)
v9.0.38
- CARTO: Fix seams between tiles in RasterTileLayer (#9292)
v9.0.37
- fix(mapbox) Remove type dependency on mapbox-gl (#9279)
v9.0.36
- fix(layers): Fix MVTLayer + pickMultipleObjects (#9246)
v9.0.35
- CARTO: Add Layer exports to ease subclassing (#9235)
- CARTO: Fix off-by-one raster vertex shader error (#9236)
- Avoid polluting function prototype in createPropsPrototypeAndTypes (#9207)
- CARTO: HeatmapTileLayer full colorRange (#9068)
v9.0.34
- carto: Fix performance regression in RasterLayer (#9218)
v9.0.33
- chore: Remove deprecated expression-eval dependency (#9070)
v9.0.32
- CARTO: parseMap support for HeatmapTileLayer (#9196)
- Export types for extension constructor options (#9137)
v9.0.31
- Move publish target to es2020 (#9188)
v9.0.30
- 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
- CARTO: Support private maps in fetchMap (#9139)
- chore: Lock luma.gl dependencies to 9.0 patches (#9077)
v9.0.28
- fix(mapbox): interleaved mode in [email protected] (#9103)
v9.0.27
- CARTO: Move cluster stats into data.points.attributes (#9081)
- CARTO: Re-aggregate properties on change (#9078)
v9.0.26
- CARTO: fix subLayerProps overriding in VectorTileLayer (#9075)
v9.0.25
- 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
v9.0.23
- fix(widgets) widget id was required, should be optional (#9026)
v9.0.21
- 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
- fix(extensions): DataFilterExtension not setting category uniforms (#8940)
- chore(carto): Remove dependency on @luma.gl/constants (#8959)
v9.0.19
- fix(carto): Use tile.content in HeatmapTileLayer (#8947)
- docs: Fix broken link after file rename (#8946)
v9.0.18
- 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
- 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
- Revert "CARTO: Update QuadbinHeatmapTileLayer to use project UBO (#8908)"
v9.0.15
- 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
- fix(carto): Fix broken encoding in POST requests (#8865)
v9.0.13
- 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
- CARTO: Implement QuadbinHeatmapTileLayer (#8703)
v9.0.11
- 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
- fix(carto): Restore global required by pydeck-carto (#8799)
- fix(core): Support fp64 in GPUInterpolationTransition (#8807)
v9.0.9
- 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
- CARTO: Improve H3Tileset2D.getTileIndices() by adding buffer (#8781)
v9.0.7
- 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
- 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
- fix(mesh-layers): ScenegraphLayer picking (#8752)
- fix(arcgis): remove dependency on @luma.gl/webgl (#8747)
v9.0.4
- 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
- Bump luma.gl to 9.0.8 (#8719)
v9.0.2
- 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
- fix(core): base map creation error in DeckGL scripting interface (#8691)
v9.0.0
- Publish NPM packages from CI (#8828)
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 is behind base branch, 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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| swiss-maps | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 11, 2025 7:49am |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.