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 d3-color, d3-interpolate, d3-transition and kepler.gl #339

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps d3-color to 3.1.0 and updates ancestor dependencies d3-color, d3-interpolate, d3-transition and kepler.gl. These dependencies need to be updated together.

Updates d3-color from 1.4.1 to 3.1.0

Release notes

Sourced from d3-color's releases.

v3.1.0

v3.0.1

  • Make build reproducible.

v3.0.0

  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v2.0.0

This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-color 1.x or use a transpiler.

Commits

Updates d3-interpolate from 2.0.1 to 3.0.1

Release notes

Sourced from d3-interpolate's releases.

v3.0.1

  • Update dependencies.
  • Make build reproducible.

v3.0.0

  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

Commits

Updates d3-transition from 2.0.0 to 3.0.1

Release notes

Sourced from d3-transition's releases.

v3.0.1

  • Fix d3-selection peerDependency range.

v3.0.0

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

Commits

Updates kepler.gl from 2.5.5 to 3.0.0

Release notes

Sourced from kepler.gl's releases.

v3.0.0

  • 21a445fd [chore] update readme, fix examples, show effects button (#2492)
  • de8cb971 [Fix] GeoArrow demo not working (#2491)

v3.0.0-alpha.2

  • 5264c5f5 [fix] add thumbnails (#2486)
  • 34bb812e [chore] Update all licenses to OpenJS recommendation (#2471)
  • df87781a [Feat] add polygon filter based on mean centers for GeoJsonLayer (#2476)
  • 50924867 [chore] Add file license header script (#2472)
  • f33b09f8 [Demo] Add GeoArrow sample dataset (#2483)
  • 09aee384 [feat] MapLibre basemap (#2461)
  • 1544e202 [Fix] basemap frozen when incrementally loading GeoArrow (#2474)
  • b290d871 [chore] pin luma.gl version to 8.5.21, to avoid mismatch (#2463)
  • 955633df [chore] bump loaders (#2480)
  • b481611c [fix] fix map import (#2479)
  • 2024a6d8 [Feat] GeoArrow incremental rendering (1) (#2459)
  • aa1c7d10 [chore] fix typo in landing page (#2402)
  • 155a5825 [fix] Fix cloud tile fetching logic (#2456)
  • 5eb62a9b [fix] Fixed website configuration to correctly import local kepler files (#2454)
  • 39494866 [fix] update min value for hexagonal pixelate effect (#2453)
  • 8e7b0ad1 [fix] Effects: fix possible 'undefined' in effect parameters (#2452)
  • 84053786 [chore] Validate parameters for effects (#2450)
  • d60ef31d [feat] Introduce Foursquare cloud provider (#2437)
  • 82d616e4 [fix] ScenegraphLayer has broken lighting and textures (#2443)
  • 110c2991 [chore] bump deck.gl, luma.gl, loaders.gl (#2442)
  • f70b20ea [fix] effects: prevent time reset with invalid valese (#2441)
  • 3ca8df02 [chore] Add effect MapControl test (#2440)
  • 68bff82a [fix] effect-related UI fixes (#2439)
  • 82fc69e2 [chore] Refactored cloud provider flow for performance and multi provider support (#2436)
  • d975ea1e [Feat] support GeoArrow format (#2385)
  • ee6f0754 [feat] Effect manager - UI improvements (timezone, time slider, time dropdown) (#2433)
  • b5a6e9ce [chore] Making EffectPanelHeader actions configurable (#2432)
  • 1ae4cd02 [feat] UI updates for effects (#2428)
  • a69b0878 [chore] Effects - config refactoring (#2422)
  • bfec82e5 [chore] Bump to [email protected] (#2424)
  • e6e5a4c9 [Chore] export LayerBlendingSelector (#2419)
  • a1878138 [chore] SplitMap type changes (#2418)
  • 5e0ad511 [fix] Legend is rendered outside of widget (#2417)
  • 473bd801 [fix] feature menu not working in shadow DOM (#2416)
  • b995c9b5 [fix] Hexbin layer color aggregation incorrect on load (#2415)
  • 58f0bb71 [Chore] merge other properties in splitMap merger (#2413)
  • bcb8c4e8 [fix] long name in filter panel header (#2412)
  • b8fa6ce1 [chore] Remove paths from tsconfig (#2414)
  • 79002ea6 [feat] Support customized ref in useDimensions (#2409)
  • 4d723317 [feat] Update Icon Layer to allow passing in svg icons as a prop to bypass remote resource fetching (#2410)
  • 2ff3738f [fix] Viewports not always locked (#2408)
  • 975a4762 [fix] Using resolution-corrected mapState for image export (#2407)
  • 7fae622e [chore] adds additional properties to mock basemaps (#2411)
  • df1397fd [fix] handle empty properties in GeoJson file (#2381)
  • c8e2a9f1 [chore] move dev env to Node.js 18 (#2399)

... (truncated)

Changelog

Sourced from kepler.gl's changelog.

[3.0.0] - December 21 2023

  • 21a445fd [chore] update readme, fix examples, show effects button (#2492)
  • de8cb971 [Fix] GeoArrow demo not working (#2491)

[3.0.0-alpha.2] - December 17 2023

  • 5264c5f5 [fix] add thumbnails (#2486)
  • 34bb812e [chore] Update all licenses to OpenJS recommendation (#2471)
  • df87781a [Feat] add polygon filter based on mean centers for GeoJsonLayer (#2476)
  • 50924867 [chore] Add file license header script (#2472)
  • f33b09f8 [Demo] Add GeoArrow sample dataset (#2483)
  • 09aee384 [feat] MapLibre basemap (#2461)
  • 1544e202 [Fix] basemap frozen when incrementally loading GeoArrow (#2474)
  • b290d871 [chore] pin luma.gl version to 8.5.21, to avoid mismatch (#2463)
  • 955633df [chore] bump loaders (#2480)
  • b481611c [fix] fix map import (#2479)
  • 2024a6d8 [Feat] GeoArrow incremental rendering (1) (#2459)
  • aa1c7d10 [chore] fix typo in landing page (#2402)
  • 155a5825 [fix] Fix cloud tile fetching logic (#2456)
  • 5eb62a9b [fix] Fixed website configuration to correctly import local kepler files (#2454)
  • 39494866 [fix] update min value for hexagonal pixelate effect (#2453)
  • 8e7b0ad1 [fix] Effects: fix possible 'undefined' in effect parameters (#2452)
  • 84053786 [chore] Validate parameters for effects (#2450)
  • d60ef31d [feat] Introduce Foursquare cloud provider (#2437)
  • 82d616e4 [fix] ScenegraphLayer has broken lighting and textures (#2443)
  • 110c2991 [chore] bump deck.gl, luma.gl, loaders.gl (#2442)
  • f70b20ea [fix] effects: prevent time reset with invalid valese (#2441)
  • 3ca8df02 [chore] Add effect MapControl test (#2440)
  • 68bff82a [fix] effect-related UI fixes (#2439)
  • 82fc69e2 [chore] Refactored cloud provider flow for performance and multi provider support (#2436)
  • d975ea1e [Feat] support GeoArrow format (#2385)
  • ee6f0754 [feat] Effect manager - UI improvements (timezone, time slider, time dropdown) (#2433)
  • b5a6e9ce [chore] Making EffectPanelHeader actions configurable (#2432)
  • 1ae4cd02 [feat] UI updates for effects (#2428)
  • a69b0878 [chore] Effects - config refactoring (#2422)
  • bfec82e5 [chore] Bump to [email protected] (#2424)
  • e6e5a4c9 [Chore] export LayerBlendingSelector (#2419)
  • a1878138 [chore] SplitMap type changes (#2418)
  • 5e0ad511 [fix] Legend is rendered outside of widget (#2417)
  • 473bd801 [fix] feature menu not working in shadow DOM (#2416)
  • b995c9b5 [fix] Hexbin layer color aggregation incorrect on load (#2415)
  • 58f0bb71 [Chore] merge other properties in splitMap merger (#2413)
  • bcb8c4e8 [fix] long name in filter panel header (#2412)
  • b8fa6ce1 [chore] Remove paths from tsconfig (#2414)
  • 79002ea6 [feat] Support customized ref in useDimensions (#2409)
  • 4d723317 [feat] Update Icon Layer to allow passing in svg icons as a prop to bypass remote resource fetching (#2410)
  • 2ff3738f [fix] Viewports not always locked (#2408)
  • 975a4762 [fix] Using resolution-corrected mapState for image export (#2407)
  • 7fae622e [chore] adds additional properties to mock basemaps (#2411)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by igordykhta, a new releaser for kepler.gl since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependencies [d3-color](https://github.com/d3/d3-color), [d3-interpolate](https://github.com/d3/d3-interpolate), [d3-transition](https://github.com/d3/d3-transition) and [kepler.gl](https://github.com/keplergl/kepler.gl). These dependencies need to be updated together.


Updates `d3-color` from 1.4.1 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](d3/d3-color@v1.4.1...v3.1.0)

Updates `d3-interpolate` from 2.0.1 to 3.0.1
- [Release notes](https://github.com/d3/d3-interpolate/releases)
- [Commits](d3/d3-interpolate@v2.0.1...v3.0.1)

Updates `d3-transition` from 2.0.0 to 3.0.1
- [Release notes](https://github.com/d3/d3-transition/releases)
- [Commits](d3/d3-transition@v2.0.0...v3.0.1)

Updates `kepler.gl` from 2.5.5 to 3.0.0
- [Release notes](https://github.com/keplergl/kepler.gl/releases)
- [Changelog](https://github.com/keplergl/kepler.gl/blob/master/CHANGELOG.md)
- [Commits](keplergl/kepler.gl@v2.5.5...v3.0.0)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: d3-interpolate
  dependency-type: indirect
- dependency-name: d3-transition
  dependency-type: indirect
- dependency-name: kepler.gl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2024
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