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 #2169

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

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

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

Updates @deck.gl/aggregation-layers from 8.9.36 to 9.0.24

Release notes

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

v9.0.24

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

v9.0.23

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

v9.0.22

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

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)

... (truncated)

Changelog

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

deck.gl [9.0.24] - Jul 22 2024

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

deck.gl [9.0.23] - Jul 14 2024

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

deck.gl [9.0.22] - Jul 14 2024

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

deck.gl [9.0.21] - Jul 3 2024

  • 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)

deck.gl [9.0.20] - Jun 20 2024

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

deck.gl [9.0.19] - Jun 13 2024

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

deck.gl [9.0.18] - Jun 12 2024

  • 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)

deck.gl [9.0.17] - May 29 2024

  • 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)

... (truncated)

Commits

Updates @deck.gl/core from 8.9.36 to 9.0.24

Release notes

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

v9.0.24

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

v9.0.23

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

v9.0.22

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

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)

... (truncated)

Changelog

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

deck.gl [9.0.24] - Jul 22 2024

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

deck.gl [9.0.23] - Jul 14 2024

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

deck.gl [9.0.22] - Jul 14 2024

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

deck.gl [9.0.21] - Jul 3 2024

  • 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)

deck.gl [9.0.20] - Jun 20 2024

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

deck.gl [9.0.19] - Jun 13 2024

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

deck.gl [9.0.18] - Jun 12 2024

  • 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)

deck.gl [9.0.17] - May 29 2024

  • 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)

... (truncated)

Commits

Updates @deck.gl/extensions from 8.9.36 to 9.0.24

Release notes

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

v9.0.24

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

v9.0.23

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

v9.0.22

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

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)

... (truncated)

Changelog

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

deck.gl [9.0.24] - Jul 22 2024

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

deck.gl [9.0.23] - Jul 14 2024

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

deck.gl [9.0.22] - Jul 14 2024

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

deck.gl [9.0.21] - Jul 3 2024

  • 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)

deck.gl [9.0.20] - Jun 20 2024

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

deck.gl [9.0.19] - Jun 13 2024

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

deck.gl [9.0.18] - Jun 12 2024

  • 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)

deck.gl [9.0.17] - May 29 2024

  • 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)

... (truncated)

Commits

Updates @deck.gl/geo-layers from 8.9.36 to 9.0.24

Release notes

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

v9.0.24

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

v9.0.23

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

v9.0.22

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

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)

... (truncated)

Changelog

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

deck.gl [9.0.24] - Jul 22 2024

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

deck.gl [9.0.23] - Jul 14 2024

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

deck.gl [9.0.22] - Jul 14 2024

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

deck.gl [9.0.21] - Jul 3 2024

  • 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)

deck.gl [9.0.20] - Jun 20 2024

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

deck.gl [9.0.19] - Jun 13 2024

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

deck.gl [9.0.18] - Jun 12 2024

  • 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)

deck.gl [9.0.17] - May 29 2024

  • 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)

... (truncated)

Commits

Updates @deck.gl/json from 8.9.36 to 9.0.24

Release notes

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

v9.0.24

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

v9.0.23

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

v9.0.22

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

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)

... (truncated)

Changelog

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

deck.gl [9.0.24] - Jul 22 2024

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

deck.gl [9.0.23] - Jul 14 2024

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

deck.gl [9.0.22] - Jul 14 2024

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

deck.gl [9.0.21] - Jul 3 2024

  • 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)

deck.gl [9.0.20] - Jun 20 2024

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

deck.gl [9.0.19] - Jun 13 2024

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

deck.gl [9.0.18] - Jun 12 2024

  • 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)

deck.gl [9.0.17] - May 29 2024

  • 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)

... (truncated)

Commits

Updates @deck.gl/layers from 8.9.36 to 9.0.24

Release notes

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

v9.0.24

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

v9.0.23

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

v9.0.22

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

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)

... (truncated)

Changelog

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

deck.gl [9.0.24] - Jul 22 2024

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

deck.gl [9.0.23] - Jul 14 2024

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

deck.gl [9.0.22] - Jul 14 2024

  • fix: mapboxOverlay's getDefaultPosition return type error (#9017)
  • fix(geo-layers): HeatmapLayer crash with constant weight (#9021)
  • fix(widgets) export package and bundle css in main (#8905)

deck.gl [9.0.21] - Jul 3 2024

  • 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 ...

    Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 23, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/deckgl-b53f5d5006 branch 2 times, most recently from 05d0cdf to 0376666 Compare July 26, 2024 08:04
Denis-Shamakin pushed a commit to Denis-Shamakin/webviz-subsurface-components that referenced this pull request Jul 26, 2024
## [0.6.6](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@0.6.6) (2024-07-18)

### Bug Fixes

* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [#2393](https://github.com/equinor/webviz-subsurface-components/issues/2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [#2338](https://github.com/equinor/webviz-subsurface-components/issues/2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [#2323](https://github.com/equinor/webviz-subsurface-components/issues/2323) [equinor#2142](equinor#2142) [#2316](https://github.com/equinor/webviz-subsurface-components/issues/2316) [#2345](https://github.com/equinor/webviz-subsurface-components/issues/2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
Denis-Shamakin pushed a commit to Denis-Shamakin/webviz-subsurface-components that referenced this pull request Jul 26, 2024
## [1.2.18](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@1.2.18) (2024-07-18)

### Bug Fixes

* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [#2393](https://github.com/equinor/webviz-subsurface-components/issues/2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [#2338](https://github.com/equinor/webviz-subsurface-components/issues/2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [#2323](https://github.com/equinor/webviz-subsurface-components/issues/2323) [equinor#2142](equinor#2142) [#2316](https://github.com/equinor/webviz-subsurface-components/issues/2316) [#2345](https://github.com/equinor/webviz-subsurface-components/issues/2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
Denis-Shamakin pushed a commit to Denis-Shamakin/webviz-subsurface-components that referenced this pull request Jul 26, 2024
## [0.27.10](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@0.27.10) (2024-07-18)

### Bug Fixes

* [NGRM] - Strange artefacts in 2D maps [equinor#2134](equinor#2134) ([equinor#2135](equinor#2135)) ([0446493](equinor@0446493))
* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [#2393](https://github.com/equinor/webviz-subsurface-components/issues/2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [#2338](https://github.com/equinor/webviz-subsurface-components/issues/2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [#2323](https://github.com/equinor/webviz-subsurface-components/issues/2323) [equinor#2142](equinor#2142) [#2316](https://github.com/equinor/webviz-subsurface-components/issues/2316) [#2345](https://github.com/equinor/webviz-subsurface-components/issues/2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* Changed to low precission for uniform in grid3D layer. ([equinor#2146](equinor#2146)) ([736f5e7](equinor@736f5e7))
* Fixes failing smoke test for axes2D layer. ([equinor#2150](equinor#2150)) ([240ea8d](equinor@240ea8d))
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
Denis-Shamakin pushed a commit to Denis-Shamakin/webviz-subsurface-components that referenced this pull request Jul 26, 2024
## [1.1.18](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@1.1.18) (2024-07-18)

### Bug Fixes

* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [#2393](https://github.com/equinor/webviz-subsurface-components/issues/2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [#2338](https://github.com/equinor/webviz-subsurface-components/issues/2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [#2323](https://github.com/equinor/webviz-subsurface-components/issues/2323) [equinor#2142](equinor#2142) [#2316](https://github.com/equinor/webviz-subsurface-components/issues/2316) [#2345](https://github.com/equinor/webviz-subsurface-components/issues/2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
Denis-Shamakin pushed a commit to Denis-Shamakin/webviz-subsurface-components that referenced this pull request Jul 26, 2024
# [1.11.0](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@1.11.0) (2024-07-18)

### Bug Fixes

* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [#2393](https://github.com/equinor/webviz-subsurface-components/issues/2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [#2338](https://github.com/equinor/webviz-subsurface-components/issues/2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [#2323](https://github.com/equinor/webviz-subsurface-components/issues/2323) [equinor#2142](equinor#2142) [#2316](https://github.com/equinor/webviz-subsurface-components/issues/2316) [#2345](https://github.com/equinor/webviz-subsurface-components/issues/2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* Crash Removing Well Log in SLV ([equinor#2122](equinor#2122)) ([4139860](equinor@4139860)), closes [equinor#2114](equinor#2114)
* Property "setControllerDefaultZoom" does not exist on type "WellLogController" ([equinor#2136](equinor#2136)) ([a2390e2](equinor@a2390e2))
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
* StrictMode behaviour ([equinor#2139](equinor#2139)) ([807fff4](equinor@807fff4)), closes [equinor#2110](equinor#2110) [/github.com/equinor/issues/2053#issuecomment-2194025734](https://github.com//github.com/equinor/webviz-subsurface-components/issues/2053/issues/issuecomment-2194025734)

### Features

* color function ([equinor#2054](equinor#2054)) ([equinor#2152](equinor#2152)) ([36b85bb](equinor@36b85bb))
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/deckgl-b53f5d5006 branch 4 times, most recently from 2420440 to 858a5d5 Compare July 30, 2024 07:13
Bumps the deckgl group with 8 updates in the /typescript directory:

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



Updates `@deck.gl/aggregation-layers` from 8.9.36 to 9.0.24
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.24/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.36...v9.0.24)

Updates `@deck.gl/core` from 8.9.36 to 9.0.24
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.24/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.36...v9.0.24)

Updates `@deck.gl/extensions` from 8.9.36 to 9.0.24
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.24/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.36...v9.0.24)

Updates `@deck.gl/geo-layers` from 8.9.36 to 9.0.24
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.24/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.36...v9.0.24)

Updates `@deck.gl/json` from 8.9.36 to 9.0.24
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.24/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.36...v9.0.24)

Updates `@deck.gl/layers` from 8.9.36 to 9.0.24
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.24/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.36...v9.0.24)

Updates `@deck.gl/mesh-layers` from 8.9.36 to 9.0.24
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.24/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.36...v9.0.24)

Updates `@deck.gl/react` from 8.9.36 to 9.0.24
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.24/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.36...v9.0.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/deckgl-b53f5d5006 branch from 858a5d5 to 04d8731 Compare July 31, 2024 07:46
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2024

Superseded by #2180.

@dependabot dependabot bot closed this Aug 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript/deckgl-b53f5d5006 branch August 5, 2024 03:01
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.

0 participants