mozilla-frontend-infra / firefox-health-dashboard

https://firefox-health-dashboard.netlify.com
Mozilla Public License 2.0
26 stars 68 forks source link

Update dependency d3 to v6 #718

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
d3 (source) ^5.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

d3/d3 ### [`v6.5.0`](https://togithub.com/d3/d3/releases/v6.5.0) [Compare Source](https://togithub.com/d3/d3/compare/v6.4.0...v6.5.0) - Add [d3.groupSort](https://togithub.com/d3/d3-array/blob/master/README.md#groupSort). - Allow [d3.sort](https://togithub.com/d3/d3-array/blob/master/README.md#sort) to take multiple accessors. ### [`v6.4.0`](https://togithub.com/d3/d3/releases/v6.4.0) [Compare Source](https://togithub.com/d3/d3/compare/v6.3.1...v6.4.0) - Add [d3.InternMap](https://togithub.com/d3/d3-array/blob/master/README.md#InternMap). - Add [d3.InternSet](https://togithub.com/d3/d3-array/blob/master/README.md#InternSet). - Change [d3.group](https://togithub.com/d3/d3-array/blob/master/README.md#group), [d3.rollup](https://togithub.com/d3/d3-array/blob/master/README.md#rollup) _et al._ to use InternMap. ### [`v6.3.1`](https://togithub.com/d3/d3/releases/v6.3.1) [Compare Source](https://togithub.com/d3/d3/compare/v6.3.0...v6.3.1) - Fix last bin with [d3.bin](https://togithub.com/d3/d3-array/blob/master/README.md#bin) when the values are not numbers. - Fix last bin with [d3.bin](https://togithub.com/d3/d3-array/blob/master/README.md#bin) when the tick increment is fractional. ### [`v6.3.0`](https://togithub.com/d3/d3/releases/v6.3.0) [Compare Source](https://togithub.com/d3/d3/compare/v6.2.0...v6.3.0) - [d3.sort](https://togithub.com/d3/d3-array/blob/master/README.md#sort) now may accept an accessor. - Fix zero-width last bin with [d3.bin](https://togithub.com/d3/d3-array/blob/master/README.md#bin). ### [`v6.2.0`](https://togithub.com/d3/d3/releases/v6.2.0) [Compare Source](https://togithub.com/d3/d3/compare/v6.1.1...v6.2.0) - Add [d3.nice](https://togithub.com/d3/d3-array/blob/master/README.md#nice). - Add [d3.every](https://togithub.com/d3/d3-array/blob/master/README.md#every). - Add [d3.some](https://togithub.com/d3/d3-array/blob/master/README.md#some). - Add [d3.filter](https://togithub.com/d3/d3-array/blob/master/README.md#filter). - Add [d3.map](https://togithub.com/d3/d3-array/blob/master/README.md#map). - Add [d3.reduce](https://togithub.com/d3/d3-array/blob/master/README.md#reduce). - Add [d3.reverse](https://togithub.com/d3/d3-array/blob/master/README.md#reverse). - Add [d3.sort](https://togithub.com/d3/d3-array/blob/master/README.md#sort). - Add [d3.difference](https://togithub.com/d3/d3-array/blob/master/README.md#difference). - Add [d3.disjoint](https://togithub.com/d3/d3-array/blob/master/README.md#disjoint). - Add [d3.intersection](https://togithub.com/d3/d3-array/blob/master/README.md#intersection). - Add [d3.superset](https://togithub.com/d3/d3-array/blob/master/README.md#superset). - Add [d3.subset](https://togithub.com/d3/d3-array/blob/master/README.md#subset). - Add [d3.union](https://togithub.com/d3/d3-array/blob/master/README.md#union). - Fix [d3.bin](https://togithub.com/d3/d3-array/blob/master/README.md#bins) to nice the domain by default, ensuring uniform bin widths. - Fix [d3.scaleQuantile](https://togithub.com/d3/d3-scale/blob/master/README.md#scaleQuantile) performance regression. Thanks [@​ilijapuaca](https://togithub.com/ilijapuaca)! ### [`v6.1.1`](https://togithub.com/d3/d3/releases/v6.1.1) [Compare Source](https://togithub.com/d3/d3/compare/v6.1.0...v6.1.1) - Fix imprecision with [_bin_.thresholds](https://togithub.com/d3/d3-array/blob/master/README.md#bin_thresholds)(_count_). ### [`v6.1.0`](https://togithub.com/d3/d3/releases/v6.1.0) [Compare Source](https://togithub.com/d3/d3/compare/v6.0.0...v6.1.0) - Add [d3.shuffler](https://togithub.com/d3/d3-array/blob/master/README.md#shuffler). - Add [d3.bisectCenter](https://togithub.com/d3/d3-array/blob/master/README.md#bisectCenter). - Fix off-by-one with [_bisector_.center](https://togithub.com/d3/d3-array/blob/master/README.md#bisector_center). - Accept any integer seed with [d3.randomLcg](https://togithub.com/d3/d3-random/blob/master/README.md#randomLcg). ### [`v6.0.0`](https://togithub.com/d3/d3/releases/v6.0.0) [Compare Source](https://togithub.com/d3/d3/compare/v5.16.0...v6.0.0) - Adopt ES2015, including support for iterables and collections (Map and Set). - Remove d3.event; [_selection_.on](https://togithub.com/d3/d3-selection/blob/master/README.md#selection_on) now passes events directly to listeners. - Remove d3.mouse, d3.touch, d3.touches, d3.clientPoint; add [d3.pointer](https://togithub.com/d3/d3-selection/blob/master/README.md#pointer) and [d3.pointers](https://togithub.com/d3/d3-selection/blob/master/README.md#pointers). - Remove d3.nest; add [d3.group](https://togithub.com/d3/d3-array/blob/master/README.md#group) and [d3.rollup](https://togithub.com/d3/d3-array/blob/master/README.md#rollup). - Remove [d3-collection](https://togithub.com/d3/d3-collection); see [d3-array](https://togithub.com/d3/d3-array). - Remove [d3-voronoi](https://togithub.com/d3/d3-voronoi); add [d3-delaunay](https://togithub.com/d3/d3-delaunay). - Remove support for Bower. For more on what’s new, see [CHANGES](https://togithub.com/d3/d3/blob/master/CHANGES.md). To upgrade from D3 5.x, see the [migration guide](https://observablehq.com/@​d3/d3v6-migration-guide).

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov-commenter commented 4 years ago

Codecov Report

Merging #718 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #718   +/-   ##
=======================================
  Coverage   47.98%   47.98%           
=======================================
  Files          78       78           
  Lines        3799     3799           
  Branches      694      694           
=======================================
  Hits         1823     1823           
  Misses       1698     1698           
  Partials      278      278           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1d5df96...5e37cc2. Read the comment docs.