dependabot[bot] opened a new pull request #839:
URL: https://github.com/apache/qpid-dispatch/pull/839


   Bumps [d3](https://github.com/d3/d3) from 3.5.17 to 6.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/d3/d3/releases";>d3's 
releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#shuffler";>d3.shuffler</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#bisectCenter";>d3.bisectCenter</a>.</li>
   <li>Fix off-by-one with <a 
href="https://github.com/d3/d3-array/blob/master/README.md#bisector_center";><em>bisector</em>.center</a>.</li>
   <li>Accept any integer seed with <a 
href="https://github.com/d3/d3-random/blob/master/README.md#randomLcg";>d3.randomLcg</a>.</li>
   </ul>
   <h2>v6.0.0</h2>
   <ul>
   <li>Adopt ES2015, including support for iterables and collections (Map and 
Set).</li>
   <li>Remove d3.event; <a 
href="https://github.com/d3/d3-selection/blob/master/README.md#selection_on";><em>selection</em>.on</a>
 now passes events directly to listeners.</li>
   <li>Remove d3.mouse, d3.touch, d3.touches, d3.clientPoint; add <a 
href="https://github.com/d3/d3-selection/blob/master/README.md#pointer";>d3.pointer</a>
 and <a 
href="https://github.com/d3/d3-selection/blob/master/README.md#pointers";>d3.pointers</a>.</li>
   <li>Remove d3.nest; add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#group";>d3.group</a> 
and <a 
href="https://github.com/d3/d3-array/blob/master/README.md#rollup";>d3.rollup</a>.</li>
   <li>Remove <a href="https://github.com/d3/d3-collection";>d3-collection</a>; 
see <a href="https://github.com/d3/d3-array";>d3-array</a>.</li>
   <li>Remove <a href="https://github.com/d3/d3-voronoi";>d3-voronoi</a>; add <a 
href="https://github.com/d3/d3-delaunay";>d3-delaunay</a>.</li>
   <li>Remove support for Bower.</li>
   </ul>
   <p>For more on what’s new, see <a 
href="https://github.com/d3/d3/blob/master/CHANGES.md";>CHANGES</a>.</p>
   <p>To upgrade from D3 5.x, see the <a 
href="https://observablehq.com/d/f91cccf0cad5e9cb";>migration guide</a>.</p>
   <h2>v5.16.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-geo/blob/master/README.md#projection_reflectX";><em>projection</em>.reflectX</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-geo/blob/master/README.md#projection_reflectY";><em>projection</em>.reflectY</a>.</li>
   <li>Fix achromatic hexadecimal colors.</li>
   </ul>
   <h2>v5.15.1</h2>
   <ul>
   <li>Fix sign of near-zero negative values when using the <code>+</code> sign 
directive.</li>
   </ul>
   <h2>v5.15.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-interpolate/blob/master/README.md#interpolateNumberArray";>d3.interpolateNumberArray</a>.</li>
   <li>Add support for typed arrays to <a 
href="https://github.com/d3/d3-interpolate/blob/master/README.md#interpolate";>d3.interpolate</a>.</li>
   <li>Add support for typed arrays to <a 
href="https://github.com/d3/d3-interpolate/blob/master/README.md#interpolateArray";>d3.interpolateArray</a>.</li>
   <li>Fix numeric interpolation to return exact values for <em>t</em> = 0 and 
<em>t</em> = 1.</li>
   <li>Fix trimming of trailing zeroes in exponents.</li>
   </ul>
   <h2>v5.14.2</h2>
   <ul>
   <li>Expose <a 
href="https://github.com/d3/d3-brush/blob/master/README.md#brush_touchable";><em>brush</em>.touchable</a>.</li>
   </ul>
   <h2>v5.14.1</h2>
   <ul>
   <li>Propagate the <em>this</em> context to interpolators in 
<em>transition</em>.styleTween, <em>transition</em>.attrTween and 
<em>transition</em>.textTween.</li>
   </ul>
   <h2>v5.14.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-transition/blob/master/README.md#transition_textTween";><em>transition</em>.textTween</a>.</li>
   <li>Fix handling of zero values in <a 
href="https://github.com/d3/d3-shape/blob/master/README.md#stackOffsetDiverging";>d3.stackOffsetDiverging</a>.</li>
   </ul>
   <h2>v5.13.1</h2>
   <ul>
   <li>Fix crash initializing d3.brush.</li>
   </ul>
   <h2>v5.13.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-dsv/blob/master/README.md#csvFormatRow";>d3.csvFormatRow</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-dsv/blob/master/README.md#csvFormatValue";>d3.csvFormatValue</a>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/d3/d3/blob/master/CHANGES.md";>d3's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changes in D3 6.0</h1>
   <p><a href="https://github.com/d3/d3/releases/tag/v6.0.0";>Released August 
26, 2020.</a></p>
   <p><em>This document covers only major changes. For minor and patch changes, 
please see the <a href="https://github.com/d3/d3/releases";>release 
notes</a>.</em></p>
   <p>D3 now <strong>uses native collections</strong> (Map and Set) and 
<strong>accepts iterables</strong>. <a 
href="https://observablehq.com/@d3/d3-group";>d3.group and d3.rollup</a> are 
powerful new aggregation functions that replace d3.nest and work great <a 
href="https://observablehq.com/d/9a453665f405eebf";>with d3-hierarchy</a> and 
d3-selection. There are lots of new helpers in d3-array, too, such as <a 
href="https://observablehq.com/@d3/d3-least";>d3.greatest</a>, <a 
href="https://observablehq.com/@d3/d3-quickselect";>d3.quickselect</a>, and <a 
href="https://observablehq.com/@d3/d3-fsum";>d3.fsum</a>.</p>
   <p>D3 now <strong>passes events directly to listeners</strong>, replacing 
the d3.event global and bringing D3 inline with vanilla JavaScript and most 
other frameworks.</p>
   <p><strong>d3-delaunay</strong> (based on Vladimir Agafonkin’s excellent <a 
href="https://github.com/mapbox/delaunator";>Delaunator</a>) replaces 
d3-voronoi, offering dramatic improvements to performance, robustness, and <a 
href="https://observablehq.com/@d3/delaunay-find";>search</a>. And there’s a new 
<a href="https://github.com/Fil/d3-geo-voronoi";>d3-geo-voronoi</a> for 
spherical (geographical) data! <strong>d3-random</strong> is <a 
href="https://github.com/d3/d3-random/blob/master/README.md";>greatly 
expanded</a> and includes a fast <a 
href="https://observablehq.com/@d3/d3-randomlcg";>linear congruential 
generator</a> for seeded randomness. <strong>d3-chord</strong> has new layouts 
for <a href="https://observablehq.com/@d3/directed-chord-diagram";>directed</a> 
and transposed chord diagrams. <strong>d3-scale</strong> adds a new <a 
href="https://observablehq.com/@d3/radial-stacked-bar-chart-ii";>radial 
scale</a> type.</p>
   <p>… and a variety of other small enhancements. <a 
href="https://observablehq.com/@d3/gallery";>More than 450 examples</a> have 
been updated to D3 6.0!</p>
   <h3>d3-array</h3>
   <ul>
   <li>Accept iterables.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#group";>d3.group</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#groups";>d3.groups</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#index";>d3.index</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#indexes";>d3.indexes</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#rollup";>d3.rollup</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#rollups";>d3.rollups</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#maxIndex";>d3.maxIndex</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#minIndex";>d3.minIndex</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#greatest";>d3.greatest</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#greatestIndex";>d3.greatestIndex</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#least";>d3.least</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#leastIndex";>d3.leastIndex</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#bin";>d3.bin</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#count";>d3.count</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#cumsum";>d3.cumsum</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#fsum";>d3.fsum</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#Adder";>d3.Adder</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#quantileSorted";>d3.quantileSorted</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#quickselect";>d3.quickselect</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#bisector_center";><em>bisector</em>.center</a>.</li>
   <li>Allow more than two iterables for <a 
href="https://github.com/d3/d3-array/blob/master/README.md#cross";>d3.cross</a>.</li>
   <li>Accept non-sorted input with <a 
href="https://github.com/d3/d3-array/blob/master/README.md#quantile";>d3.quantile</a>.</li>
   <li>Fix a <em>array</em>.sort bug in Safari.</li>
   <li>Fix bin thresholds to ignore NaN input.</li>
   <li>Fix <a 
href="https://github.com/d3/d3-array/blob/master/README.md#ticks";>d3.ticks</a> 
to not return ticks outside the domain.</li>
   <li>Improve the performance of <a 
href="https://github.com/d3/d3-array/blob/master/README.md#median";>d3.median</a>.</li>
   </ul>
   <p>See <a 
href="https://observablehq.com/@d3/d3-array-2-0";>https://observablehq.com/@d3/d3-array-2-0</a>
 for details.</p>
   <h3>d3-brush</h3>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-brush/blob/master/README.md#brush-events";><em>event</em>.mode</a>.</li>
   <li>Change <a 
href="https://github.com/d3/d3-brush/blob/master/README.md#brush_on";><em>brush</em>.on</a>
 to pass the <em>event</em> directly to listeners.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/d3/d3/commit/b1acc348dc502d55d578fb4ed4188217e0fedacb";><code>b1acc34</code></a>
 6.1.0</li>
   <li><a 
href="https://github.com/d3/d3/commit/f001d0a680b948e0efc8c6600b8c4802c6820492";><code>f001d0a</code></a>
 Update d3-array, d3-random.</li>
   <li><a 
href="https://github.com/d3/d3/commit/8e8ecded5fb82bfa8a76547250394f96da30d54d";><code>8e8ecde</code></a>
 oops I left publishConfig: tag: next</li>
   <li><a 
href="https://github.com/d3/d3/commit/357c03ef2ce817f16e3a1bcd315940dc46140377";><code>357c03e</code></a>
 Update CHANGES.</li>
   <li><a 
href="https://github.com/d3/d3/commit/8f1982b1b19f21485b6f2afb8fefee742cd2715f";><code>8f1982b</code></a>
 Update CHANGES.</li>
   <li><a 
href="https://github.com/d3/d3/commit/04bdc65d65ec4b61bcea2aa8eea5ae42ba5d2aa9";><code>04bdc65</code></a>
 Update CHANGES.</li>
   <li><a 
href="https://github.com/d3/d3/commit/df81bcc6a265d5183a21a09b2e79c4c8842dd652";><code>df81bcc</code></a>
 Update CHANGES.</li>
   <li><a 
href="https://github.com/d3/d3/commit/5744b788dcd6962e28fa5811cca400afc2cc2b77";><code>5744b78</code></a>
 Update CHANGES.</li>
   <li><a 
href="https://github.com/d3/d3/commit/39cbd29055b01c34175bc2c82d3f75b44350cf4b";><code>39cbd29</code></a>
 Update CHANGES.</li>
   <li><a 
href="https://github.com/d3/d3/commit/21de72ed329cba93cef21294502d2b4796c1710a";><code>21de72e</code></a>
 Update CHANGES.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/d3/d3/compare/v3.5.17...v6.1.0";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=d3&package-manager=npm_and_yarn&previous-version=3.5.17&new-version=6.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to