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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2024

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

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

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

Release notes

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

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

... (truncated)

Changelog

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

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)

deck.gl [9.0.16] - May 23 2024

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

deck.gl [9.0.15] - May 23 2024

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

deck.gl [9.0.14] - May 6 2024

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

deck.gl [9.0.13] - May 5 2024

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

deck.gl [9.0.12] - Apr 29 2024

  • CARTO: Implement QuadbinHeatmapTileLayer (#8703)

deck.gl [9.0.11] - Apr 26 2024

  • Export luma functions (#8822)
  • fix(core): explicitly set clearStencil in LayersPass (#8844)
  • fix(layers): work around Samsung shader compilation failure (#8843)

... (truncated)

Commits
  • 32f7e51 v9.0.18
  • 3adff8c CARTO: HeatmapTileLayer implement autoscaling (#8944)
  • 91b7ce4 Fix framebuffer test app (#8939)
  • 1f9b4df fix(widgets): use assigned viewport to change viewState (#8903)
  • f8bae77 fix(docs): fix invalid code syntax in Using deck.gl with React (#8931)
  • eb0a186 feat(geo-layers): Allow layers extending MVTLayer to override isWGS84 (#8932)
  • 4bfccd8 fix(carto): Support picking with MVT tile-relative coordinates (#8926)
  • 203d25c v9.0.17
  • 2d6dde3 feat(carto): Support filters parameter in rasterSource (#8928)
  • 5e247c6 fix(carto): Resolve conflicts between base URL and parameters (#8925)
  • Additional commits viewable in compare view

Updates @deck.gl/core from 8.9.36 to 9.0.18

Release notes

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

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

... (truncated)

Changelog

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

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)

deck.gl [9.0.16] - May 23 2024

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

deck.gl [9.0.15] - May 23 2024

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

deck.gl [9.0.14] - May 6 2024

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

deck.gl [9.0.13] - May 5 2024

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

deck.gl [9.0.12] - Apr 29 2024

  • CARTO: Implement QuadbinHeatmapTileLayer (#8703)

deck.gl [9.0.11] - Apr 26 2024

  • Export luma functions (#8822)
  • fix(core): explicitly set clearStencil in LayersPass (#8844)
  • fix(layers): work around Samsung shader compilation failure (#8843)

... (truncated)

Commits
  • 32f7e51 v9.0.18
  • 3adff8c CARTO: HeatmapTileLayer implement autoscaling (#8944)
  • 91b7ce4 Fix framebuffer test app (#8939)
  • 1f9b4df fix(widgets): use assigned viewport to change viewState (#8903)
  • f8bae77 fix(docs): fix invalid code syntax in Using deck.gl with React (#8931)
  • eb0a186 feat(geo-layers): Allow layers extending MVTLayer to override isWGS84 (#8932)
  • 4bfccd8 fix(carto): Support picking with MVT tile-relative coordinates (#8926)
  • 203d25c v9.0.17
  • 2d6dde3 feat(carto): Support filters parameter in rasterSource (#8928)
  • 5e247c6 fix(carto): Resolve conflicts between base URL and parameters (#8925)
  • Additional commits viewable in compare view

Updates @deck.gl/extensions from 8.9.36 to 9.0.18

Release notes

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

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

... (truncated)

Changelog

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

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)

deck.gl [9.0.16] - May 23 2024

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

deck.gl [9.0.15] - May 23 2024

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

deck.gl [9.0.14] - May 6 2024

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

deck.gl [9.0.13] - May 5 2024

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

deck.gl [9.0.12] - Apr 29 2024

  • CARTO: Implement QuadbinHeatmapTileLayer (#8703)

deck.gl [9.0.11] - Apr 26 2024

  • Export luma functions (#8822)
  • fix(core): explicitly set clearStencil in LayersPass (#8844)
  • fix(layers): work around Samsung shader compilation failure (#8843)

... (truncated)

Commits
  • 32f7e51 v9.0.18
  • 3adff8c CARTO: HeatmapTileLayer implement autoscaling (#8944)
  • 91b7ce4 Fix framebuffer test app (#8939)
  • 1f9b4df fix(widgets): use assigned viewport to change viewState (#8903)
  • f8bae77 fix(docs): fix invalid code syntax in Using deck.gl with React (#8931)
  • eb0a186 feat(geo-layers): Allow layers extending MVTLayer to override isWGS84 (#8932)
  • 4bfccd8 fix(carto): Support picking with MVT tile-relative coordinates (#8926)
  • 203d25c v9.0.17
  • 2d6dde3 feat(carto): Support filters parameter in rasterSource (#8928)
  • 5e247c6 fix(carto): Resolve conflicts between base URL and parameters (#8925)
  • Additional commits viewable in compare view

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

Release notes

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

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

... (truncated)

Changelog

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

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)

deck.gl [9.0.16] - May 23 2024

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

deck.gl [9.0.15] - May 23 2024

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

deck.gl [9.0.14] - May 6 2024

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

deck.gl [9.0.13] - May 5 2024

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

deck.gl [9.0.12] - Apr 29 2024

  • CARTO: Implement QuadbinHeatmapTileLayer (#8703)

deck.gl [9.0.11] - Apr 26 2024

  • Export luma functions (#8822)
  • fix(core): explicitly set clearStencil in LayersPass (#8844)
  • fix(layers): work around Samsung shader compilation failure (#8843)

... (truncated)

Commits
  • 32f7e51 v9.0.18
  • 3adff8c CARTO: HeatmapTileLayer implement autoscaling (#8944)
  • 91b7ce4 Fix framebuffer test app (#8939)
  • 1f9b4df fix(widgets): use assigned viewport to change viewState (#8903)
  • f8bae77 fix(docs): fix invalid code syntax in Using deck.gl with React (#8931)
  • eb0a186 feat(geo-layers): Allow layers extending MVTLayer to override isWGS84 (#8932)
  • 4bfccd8 fix(carto): Support picking with MVT tile-relative coordinates (#8926)
  • 203d25c v9.0.17
  • 2d6dde3 feat(carto): Support filters parameter in rasterSource (#8928)
  • 5e247c6 fix(carto): Resolve conflicts between base URL and parameters (#8925)
  • Additional commits viewable in compare view

Updates @deck.gl/json from 8.9.36 to 9.0.18

Release notes

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

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

... (truncated)

Changelog

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

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)

deck.gl [9.0.16] - May 23 2024

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

deck.gl [9.0.15] - May 23 2024

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

deck.gl [9.0.14] - May 6 2024

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

deck.gl [9.0.13] - May 5 2024

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

deck.gl [9.0.12] - Apr 29 2024

  • CARTO: Implement QuadbinHeatmapTileLayer (#8703)

deck.gl [9.0.11] - Apr 26 2024

  • Export luma functions (#8822)
  • fix(core): explicitly set clearStencil in LayersPass (#8844)
  • fix(layers): work around Samsung shader compilation failure (#8843)

... (truncated)

Commits
  • 32f7e51 v9.0.18
  • 3adff8c CARTO: HeatmapTileLayer implement autoscaling (#8944)
  • 91b7ce4 Fix framebuffer test app (#8939)
  • 1f9b4df fix(widgets): use assigned viewport to change viewState (#8903)
  • f8bae77 fix(docs): fix invalid code syntax in Using deck.gl with React (#8931)
  • eb0a186 feat(geo-layers): Allow layers extending MVTLayer to override isWGS84 (#8932)
  • 4bfccd8 fix(carto): Support picking with MVT tile-relative coordinates (#8926)
  • 203d25c v9.0.17
  • 2d6dde3 feat(carto): Support filters parameter in rasterSource (#8928)
  • 5e247c6 fix(carto): Resolve conflicts between base URL and parameters (#8925)
  • Additional commits viewable in compare view

Updates @deck.gl/layers from 8.9.36 to 9.0.18

Release notes

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

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

Description has been truncated

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.18` |
| [@deck.gl/core](https://github.com/visgl/deck.gl) | `8.9.36` | `9.0.18` |
| [@deck.gl/extensions](https://github.com/visgl/deck.gl) | `8.9.36` | `9.0.18` |
| [@deck.gl/geo-layers](https://github.com/visgl/deck.gl) | `8.9.36` | `9.0.18` |
| [@deck.gl/json](https://github.com/visgl/deck.gl) | `8.9.36` | `9.0.18` |
| [@deck.gl/layers](https://github.com/visgl/deck.gl) | `8.9.36` | `9.0.18` |
| [@deck.gl/mesh-layers](https://github.com/visgl/deck.gl) | `8.9.36` | `9.0.18` |
| [@deck.gl/react](https://github.com/visgl/deck.gl) | `8.9.36` | `9.0.18` |



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

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

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

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

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

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

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

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

---
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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 14, 2024

Superseded by #2099.

@dependabot dependabot bot closed this Jun 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript/deckgl-370680a7b0 branch June 14, 2024 03:08
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.

None yet

0 participants