Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump deck.gl from 8.9.36 to 9.0.31 #218

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps deck.gl from 8.9.36 to 9.0.31.

Release notes

Sourced from deck.gl's releases.

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

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

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

... (truncated)

Changelog

Sourced from deck.gl's changelog.

deck.gl [9.0.31] - Sep 27 2024

  • Move publish target to es2020 (#9188)

deck.gl [9.0.30] - Sep 23 2024

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

deck.gl [9.0.29] - Sep 04 2024

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

deck.gl [9.0.28] - Aug 29 2024

deck.gl [9.0.27] - Aug 9 2024

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

deck.gl [9.0.26] - Aug 6 2024

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

deck.gl [9.0.25] - Aug 2 2024

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

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)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2024
Bumps [deck.gl](https://github.com/visgl/deck.gl) from 8.9.36 to 9.0.31.
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.31/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.36...v9.0.31)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deck.gl-9.0.31 branch from ceb6ab9 to b01c708 Compare October 1, 2024 14: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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants