Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 29, 2022

Bumps d3-color to 3.1.0 and updates ancestor dependencies d3-color, @antv/g2, d3 and d3-geo-voronoi. These dependencies need to be updated together.

Updates d3-color from 1.4.0 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.

v1.4.1

  • Fix parsing of 4- and 8-digit hexadecimal transparent colors. #52
Commits

Updates @antv/g2 from 3.5.13 to 4.2.8

Release notes

Sourced from @​antv/g2's releases.

4.2.6

What's Changed

🎉 New Features

🐛 Bug Fixes

Other Changes

New Contributors

Full Changelog: antvis/G2@4.2.5...4.2.6

4.2.5

What's Changed

🐛 Bug Fixes

Other Changes

New Contributors

Full Changelog: antvis/G2@4.2.4...4.2.5

4.2.4

What's Changed

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from @​antv/g2's changelog.

4.2.8 (2022-09-19)

Chores
Documentation Changes
Bug Fixes

4.2.6 (2022-08-04)

Documentation Changes
Bug Fixes
  • label: label 可以配置 是否支持捕获 (#4064) (7ff3941)
  • toolitp: 增加 tooltip marker 回调,以和 point 的不同形状保持一致 (#4039) (7b16ce7)
  • annotation: 修复 annotation shape/regionFilter 在 geometries 没有动画没有渲染的问题 (#4035) (dcb8cf4)

4.2.5 (2022-07-06)

Documentation Changes
  • example: brush selection add the modification button example (#4004) (de7425af)
  • 优化拖拽点交互的 demo (466cf81b)
Bug Fixes
  • pie: 修复扇形 变化时 角度按照反方向变化的问题 (#4029) (5256a8a0)
  • crosshairs: crosshairs 删除在坐标轴外不能显示的配置 (#4008) (56ff97ba)
  • area-shape: fix marker fillOpacity (#4017) (97897428)
  • slider: 修改 slider 的最大值最小值 位置 计算数据方式 floor 为 round (#4015) (b923eb38)
  • backgroundName: 修复 柱形存在背景时添加 interval:click 触发两次的问题 (#3999) (a6341a02)

4.2.4 (2022-06-24)

Bug Fixes
  • axis-label: 修复 axis-label tooltip 移开没有 hide 的问题 (#4002) (a6dce615)
  • view: 修复 view 更新时, tooltip 依赖 coordinate 更新位置导致 crosshairs 位置错位 (#4001) (ce457851)
  • animate waveIn: 修复 waveIn 动画 最后没有给 element 附上更新后样式的问题 (#4000) (beb97663)

4.2.3 (2022-06-15)

... (truncated)

Commits

Updates d3 from 5.15.0 to 7.6.1

Release notes

Sourced from d3's releases.

v7.6.1

v7.6.0

v7.5.0

v7.4.5

v7.4.4

  • Fix incorrect behavior of d3.bisector when given an asymmetric comparator.

v7.4.3

v7.4.2

  • Fix off-by-one bin assignment due to rounding error in d3.bin.

v7.4.1

  • Significantly improve the performance of d3.bin.
  • Fix the implementation of d3.thresholdScott.
  • d3.pack and d3.packEnclose are now fully deterministic.
  • d3.pack and d3.packEnclose now handle certain floating point errors better.

v7.4.0

v7.3.0

v7.2.1

  • Fix stratify.path when the top-level directory is only a single character.

... (truncated)

Commits

Updates d3-geo-voronoi from 1.6.0 to 2.0.1

Release notes

Sourced from d3-geo-voronoi's releases.

v2.0.1

  • robust hull (#37)

v2.0.0

  • Adopt type: module.

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

Commits

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

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), [@antv/g2](https://github.com/antvis/g2), [d3](https://github.com/d3/d3) and [d3-geo-voronoi](https://github.com/Fil/d3-geo-voronoi). These dependencies need to be updated together.


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

Updates `@antv/g2` from 3.5.13 to 4.2.8
- [Release notes](https://github.com/antvis/g2/releases)
- [Changelog](https://github.com/antvis/G2/blob/4.2.8/CHANGELOG.md)
- [Commits](antvis/G2@3.5.13...4.2.8)

Updates `d3` from 5.15.0 to 7.6.1
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](d3/d3@v5.15.0...v7.6.1)

Updates `d3-geo-voronoi` from 1.6.0 to 2.0.1
- [Release notes](https://github.com/Fil/d3-geo-voronoi/releases)
- [Commits](Fil/d3-geo-voronoi@v1.6.0...v2.0.1)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: "@antv/g2"
  dependency-type: direct:production
- dependency-name: d3
  dependency-type: direct:production
- dependency-name: d3-geo-voronoi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 29, 2022
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.

1 participant