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 @deck.gl/geo-layers from 8.9.35 to 9.0.34 in the deck-gl group #100

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2024

Bumps the deck-gl group with 1 update: @deck.gl/geo-layers.

Updates @deck.gl/geo-layers from 8.9.35 to 9.0.34

Release notes

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

v9.0.34

  • carto: Fix performance regression in RasterLayer (#9218)

v9.0.33

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

v9.0.32

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

v9.0.31

  • Move publish target to es2020 (#9188)

v9.0.30

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

v9.0.29

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

v9.0.28

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)

... (truncated)

Changelog

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

deck.gl [9.0.34] - Oct 24 2024

  • carto: Fix performance regression in RasterLayer (#9218)

deck.gl [9.0.33] - Oct 8 2024

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

deck.gl [9.0.32] - Oct 2 2024

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

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

... (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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 3, 2024
Bumps the deck-gl group with 1 update: [@deck.gl/geo-layers](https://github.com/visgl/deck.gl).


Updates `@deck.gl/geo-layers` from 8.9.35 to 9.0.34
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.0.34/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.35...v9.0.34)

---
updated-dependencies:
- dependency-name: "@deck.gl/geo-layers"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deck-gl
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deck-gl-c56ccc755b branch from 9dd9926 to c39ec23 Compare November 3, 2024 09:00
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2024

Looks like @deck.gl/geo-layers is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/deck-gl-c56ccc755b branch November 3, 2024 14:37
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