technologiestiftung / lab-site

Website for the Ideation & Prototyping Lab
https://lab.technologiestiftung-berlin.de
MIT License
6 stars 2 forks source link

fix(deps): update dependency d3 to v7 #344

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

d3/d3 ### [`v7.0.3`](https://togithub.com/d3/d3/releases/v7.0.3) [Compare Source](https://togithub.com/d3/d3/compare/v7.0.2...v7.0.3) - Don’t mangle InternMap or InternSet in the generated UMD bundle. ### [`v7.0.2`](https://togithub.com/d3/d3/releases/v7.0.2) [Compare Source](https://togithub.com/d3/d3/compare/v7.0.1...v7.0.2) - Adopt [interning](https://togithub.com/mbostock/internmap) for [set operations](https://togithub.com/d3/d3-array/blob/main/README.md#sets). [#​231](https://togithub.com/d3/d3-array/pull/231) - Fix [InternSet](https://togithub.com/mbostock/internmap) and [InternMap](https://togithub.com/mbostock/internmap)’s delete operation. [mbostock/internmap@2.0.2](https://togithub.com/mbostock/internmap/releases/tag/v2.0.2) - Fix [*log*.ticks](https://togithub.com/d3/d3-scale/blob/main/README.md#log_ticks) to return exact values for integer bases. [#​253](https://togithub.com/d3/d3-scale/pull/253) - Fix [*log*.tickFormat](https://togithub.com/d3/d3-scale/blob/main/README.md#log_tickFormat) to trim trailing zeroes by default if no precision is specified. [#​254](https://togithub.com/d3/d3-scale/pull/254) ### [`v7.0.1`](https://togithub.com/d3/d3/releases/v7.0.1) [Compare Source](https://togithub.com/d3/d3/compare/v7.0.0...v7.0.1) - Fix d3.sort, d3.bisector, and related methods to handle undefined order. [#​217](https://togithub.com/d3/d3-array/issues/217) ### [`v7.0.0`](https://togithub.com/d3/d3/releases/v7.0.0) [Compare Source](https://togithub.com/d3/d3/compare/v6.7.0...v7.0.0) Breaking changes: - Adopt type: module. [#​3501](https://togithub.com/d3/d3/issues/3501) - Adopt [InternMap](https://togithub.com/mbostock/internmap) for [ordinal scale domains](https://togithub.com/d3/d3-scale/blob/main/README.md#ordinal-scales). - [d3.ascending](https://togithub.com/d3/d3-array/blob/main/README.md#ascending) and [d3.descending](https://togithub.com/d3/d3-array/blob/main/README.md#descending) no longer consider null comparable. - [d3.bin](https://togithub.com/d3/d3-array/blob/main/README.md#bin) now ignores nulls. - Convert array-likes (e.g., live NodeList) to arrays in [d3.selectAll](https://togithub.com/d3/d3-selection/blob/main/README.md#selectAll) and [*selection*.selectAll](https://togithub.com/d3/d3-selection/blob/main/README.md#selection_selectAll). Non-breaking changes: - Add [d3.mode](https://togithub.com/d3/d3-array/blob/main/README.md#mode). - Add [d3.flatGroup](https://togithub.com/d3/d3-array/blob/main/README.md#flatGroup) and [d3.flatRollup](https://togithub.com/d3/d3-array/blob/main/README.md#flatRollup). - Add [*transition*.selectChild](https://togithub.com/d3/d3-transition/blob/main/README.md#selectChild). - Add [*transition*.selectChildren](https://togithub.com/d3/d3-transition/blob/main/README.md#selectChildren). - Adopt [robust predicates](https://togithub.com/mourner/robust-predicates) for [Delaunay triangulation](https://togithub.com/d3/d3-delaunay). - Fix [*delaunay*.voronoi](https://togithub.com/d3/d3-delaunay/blob/main/README.md#delaunay_voronoi)’s computed circumcenters for [collinear points on the hull](https://observablehq.com/@​fil/d3-delaunay-6-robustly-released). - Allow [*brush*.move](https://togithub.com/d3/d3-brush/blob/main/README.md#brush_move) and [*brush*.clear](https://togithub.com/d3/d3-brush/blob/main/README.md#brush_clear) to take an optional event. - Allow [*selection*.merge](https://togithub.com/d3/d3-selection/blob/main/README.md#selection_merge) to take a transition. - Allow [*selection*.join](https://togithub.com/d3/d3-selection/blob/main/README.md#selection_join) to take transitions. - Apply [linear binning](https://observablehq.com/@​d3/contourdensity-linear-binning) for [d3.contourDensity](https://togithub.com/d3/d3-contour/blob/main/README.md#contourDensity). - Generate [*contours*.thresholds](https://togithub.com/d3/d3-contour/blob/main/README.md#contours_thresholds) at nicer round tick values. - Fix [*axis*.tickArguments](https://togithub.com/d3/d3-axis/blob/main/README.md#axis_tickArguments) to accept an iterable. - Fix [*axis*.tickValues](https://togithub.com/d3/d3-axis/blob/main/README.md#axis_tickValues) to accept an iterable. - Fix undefined *event* during [*brush*.move](https://togithub.com/d3/d3-brush/blob/main/README.md#brush_move). - Fix [drag event listeners](https://togithub.com/d3/d3-drag) to be explicitly non-passive where necessary ([#​78](https://togithub.com/d3/d3-drag/issues/78)). - Fix [zoom event listeners](https://togithub.com/d3/d3-zoom) to be explicitly non-passive where necessary. - Fix variable initialization error in d3-zoom. - Expose [d3.ZoomTransform](https://togithub.com/d3/d3-zoom/blob/main/README.md#zoom-transforms) constructor. - Update dependencies. - Make build reproducible. D3 now requires Node.js 12 or higher. For more, please read [Sindre Sorhus’s FAQ](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

Configuration

📅 Schedule: "every 2 weeks on Monday before 7am" in timezone Europe/Berlin.

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

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

🔕 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.

netlify[bot] commented 3 years ago

✔️ Deploy Preview for tsb-labsite ready!

🔨 Explore the source changes: 2e760e8082713d2cfac4672ffce9d7ae5127cbe3

🔍 Inspect the deploy log: https://app.netlify.com/sites/tsb-labsite/deploys/611e0f6e95c5b00008f02755

😎 Browse the preview: https://deploy-preview-344--tsb-labsite.netlify.app

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 7.x releases. However, if you upgrade to 7.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.