eunchurn / react-windrose-chart

Wind Rose Chart React Component
https://eunchurn.github.io/react-windrose-chart/
MIT License
14 stars 4 forks source link

fix(deps): update dependency d3 to v7.9.0 #277

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
d3 (source) 7.4.4 -> 7.9.0 age adoption passing confidence

Release Notes

d3/d3 (d3) ### [`v7.9.0`](https://togithub.com/d3/d3/releases/tag/v7.9.0) [Compare Source](https://togithub.com/d3/d3/compare/v7.8.5...v7.9.0) - Add d3.schemeObservable10. [https://github.com/d3/d3-scale-chromatic/pull/51](https://togithub.com/d3/d3-scale-chromatic/pull/51) - Change d3.geoCircle precision to 2 degrees. [https://github.com/d3/d3-geo/pull/281](https://togithub.com/d3/d3-geo/pull/281) - Set projection.clipAngle precision to 2 degrees. [https://github.com/d3/d3-geo/pull/282](https://togithub.com/d3/d3-geo/pull/282) ### [`v7.8.5`](https://togithub.com/d3/d3/releases/tag/v7.8.5) [Compare Source](https://togithub.com/d3/d3/compare/v7.8.4...v7.8.5) - Fix the return value of d3.medianIndex and d3.quantileIndex when the data contains missing values. [#​275](https://togithub.com/d3/d3-array/issues/275) ### [`v7.8.4`](https://togithub.com/d3/d3/releases/tag/v7.8.4) [Compare Source](https://togithub.com/d3/d3/compare/v7.8.3...v7.8.4) - Fix circumcenters when the hull is collinear. [https://github.com/d3/d3-delaunay/pull/142](https://togithub.com/d3/d3-delaunay/pull/142) ### [`v7.8.3`](https://togithub.com/d3/d3/releases/tag/v7.8.3) [Compare Source](https://togithub.com/d3/d3/compare/v7.8.2...v7.8.3) - Fix precision error calculating *voronoi*.neighbors. [https://github.com/d3/d3-delaunay/pull/138](https://togithub.com/d3/d3-delaunay/pull/138) [https://github.com/d3/d3-delaunay/pull/139](https://togithub.com/d3/d3-delaunay/pull/139) - Fix broken polygon. [https://github.com/d3/d3-delaunay/pull/140](https://togithub.com/d3/d3-delaunay/pull/140) - Fix threshold generation when input is empty or has no deviation. [https://github.com/d3/d3-array/pull/271](https://togithub.com/d3/d3-array/pull/271) ### [`v7.8.2`](https://togithub.com/d3/d3/releases/tag/v7.8.2) [Compare Source](https://togithub.com/d3/d3/compare/v7.8.1...v7.8.2) - d3.ticks now tries harder to generate at least one tick. [https://github.com/d3/d3-array/pull/264](https://togithub.com/d3/d3-array/pull/264) ### [`v7.8.1`](https://togithub.com/d3/d3/releases/tag/v7.8.1) [Compare Source](https://togithub.com/d3/d3/compare/v7.8.0...v7.8.1) - Tolerate invalid input values when generating contours. [#​61](https://togithub.com/d3/d3-contour/pull/61) - Tolerate invalid input weights when generating density contours. [#​65](https://togithub.com/d3/d3-contour/pull/65) - Fix missing contours at extrema when using default thresholds. [#​68](https://togithub.com/d3/d3-contour/pull/68) ### [`v7.8.0`](https://togithub.com/d3/d3/releases/tag/v7.8.0) [Compare Source](https://togithub.com/d3/d3/compare/v7.7.0...v7.8.0) - Add [d3.pathRound](https://togithub.com/d3/d3-path/blob/main/README.md#pathRound). - Add configurable precision when generating path data via [*path*.digits](https://togithub.com/d3/d3-geo/blob/main/README.md#path_digits). - Add likewise *shape*.digits method to d3.arc, d3.area, d3.line, d3.link, and d3.symbol. - Improve the performance of d3.geoPath’s string concatenation. - Fix arc rendering for small arcs with rounded corners. - Fix BumpRadial implementation to support multiple points. - Fix projection when lambda is outside the range ±3π. - Rename d3.symbolX to d3.symbolTimes; d3.symbolX is now deprecated. ### [`v7.7.0`](https://togithub.com/d3/d3/releases/tag/v7.7.0) [Compare Source](https://togithub.com/d3/d3/compare/v7.6.1...v7.7.0) - Add [d3.unixDay](https://togithub.com/d3/d3-time/blob/main/README.md#timeDay) and [d3.unixDays](https://togithub.com/d3/d3-time/blob/main/README.md#timeDays). [https://github.com/d3/d3-time/pull/58](https://togithub.com/d3/d3-time/pull/58) - Adopt d3.unixDay in place of d3.utcDay for [d3.utcTicks](https://togithub.com/d3/d3-time/blob/main/README.md#utcTicks) to ensure uniform tick spacing. - Fix mutation of user-owned thresholds in d3.bin. [https://github.com/d3/d3-array/issues/263](https://togithub.com/d3/d3-array/issues/263) - Fix infinite loop when d3.quantile or d3.quickselect is called with invalid arguments. [https://github.com/d3/d3-array/pull/262](https://togithub.com/d3/d3-array/pull/262) ### [`v7.6.1`](https://togithub.com/d3/d3/releases/tag/v7.6.1) [Compare Source](https://togithub.com/d3/d3/compare/v7.6.0...v7.6.1) - [*density*.bandwidth](https://togithub.com/d3/d3-contour/blob/main/README.md#density_bandwidth) now supports fractional (non-integer) values. ### [`v7.6.0`](https://togithub.com/d3/d3/releases/tag/v7.6.0) [Compare Source](https://togithub.com/d3/d3/compare/v7.5.0...v7.6.0) - Add [d3.blur](https://togithub.com/d3/d3-array/blob/main/README.md#blur). - Add [d3.blur2](https://togithub.com/d3/d3-array/blob/main/README.md#blur2). - Add [d3.blurImage](https://togithub.com/d3/d3-array/blob/main/README.md#blurImage). - Add [d3.medianIndex](https://togithub.com/d3/d3-array/blob/main/README.md#medianIndex). - Add [d3.quantileIndex](https://togithub.com/d3/d3-array/blob/main/README.md#quantileIndex). ### [`v7.5.0`](https://togithub.com/d3/d3/releases/tag/v7.5.0) [Compare Source](https://togithub.com/d3/d3/compare/v7.4.5...v7.5.0) - Add [*density*.contours](https://togithub.com/d3/d3-contour/blob/main/README.md#density_contours). ### [`v7.4.5`](https://togithub.com/d3/d3/releases/tag/v7.4.5) [Compare Source](https://togithub.com/d3/d3/compare/v7.4.4...v7.4.5) - Fix the interpretation of an array of numbers passed to [*density*.thresholds](https://togithub.com/d3/d3-contour/blob/main/README.md#density_thresholds).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.