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


   Bumps [d3](https://github.com/d3/d3) from 3.5.17 to 7.1.1.
   <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>v7.1.1</h2>
   <ul>
   <li>d3.rank can now take a comparator in addition to an accessor.</li>
   <li>d3.rank, d3.sort, d3.bisector, and d3.groupSort now require comparators 
to have exactly two arguments.</li>
   </ul>
   <h2>v7.1.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#rank";>d3.rank</a>.</li>
   </ul>
   <h2>v7.0.4</h2>
   <ul>
   <li>Default the base-10 log tick format to <code>~s</code> (SI) instead of 
<code>.0e</code> (exponential).</li>
   </ul>
   <h2>v7.0.3</h2>
   <ul>
   <li>Don’t mangle InternMap or InternSet in the generated UMD bundle.</li>
   </ul>
   <h2>v7.0.2</h2>
   <ul>
   <li>Adopt <a href="https://github.com/mbostock/internmap";>interning</a> for 
<a href="https://github.com/d3/d3-array/blob/main/README.md#sets";>set 
operations</a>. <a 
href="https://github-redirect.dependabot.com/d3/d3-array/pull/231";>#231</a></li>
   <li>Fix <a href="https://github.com/mbostock/internmap";>InternSet</a> and <a 
href="https://github.com/mbostock/internmap";>InternMap</a>’s delete operation. 
<a 
href="https://github.com/mbostock/internmap/releases/tag/v2.0.2";>mbostock/[email protected]</a></li>
   <li>Fix <a 
href="https://github.com/d3/d3-scale/blob/main/README.md#log_ticks";><em>log</em>.ticks</a>
 to return exact values for integer bases. <a 
href="https://github-redirect.dependabot.com/d3/d3-scale/pull/253";>#253</a></li>
   <li>Fix <a 
href="https://github.com/d3/d3-scale/blob/main/README.md#log_tickFormat";><em>log</em>.tickFormat</a>
 to trim trailing zeroes by default if no precision is specified. <a 
href="https://github-redirect.dependabot.com/d3/d3-scale/pull/254";>#254</a></li>
   </ul>
   <h2>v7.0.1</h2>
   <ul>
   <li>Fix d3.sort, d3.bisector, and related methods to handle undefined order. 
<a 
href="https://github-redirect.dependabot.com/d3/d3-array/issues/217";>#217</a></li>
   </ul>
   <h2>v7.0.0</h2>
   <p>Breaking changes:</p>
   <ul>
   <li>Adopt type: module. <a 
href="https://github-redirect.dependabot.com/d3/d3/issues/3501";>#3501</a></li>
   <li>Adopt <a href="https://github.com/mbostock/internmap";>InternMap</a> for 
<a 
href="https://github.com/d3/d3-scale/blob/main/README.md#ordinal-scales";>ordinal
 scale domains</a>.</li>
   <li><a 
href="https://github.com/d3/d3-array/blob/main/README.md#ascending";>d3.ascending</a>
 and <a 
href="https://github.com/d3/d3-array/blob/main/README.md#descending";>d3.descending</a>
 no longer consider null comparable.</li>
   <li><a 
href="https://github.com/d3/d3-array/blob/main/README.md#bin";>d3.bin</a> now 
ignores nulls.</li>
   <li>Convert array-likes (e.g., live NodeList) to arrays in <a 
href="https://github.com/d3/d3-selection/blob/main/README.md#selectAll";>d3.selectAll</a>
 and <a 
href="https://github.com/d3/d3-selection/blob/main/README.md#selection_selectAll";><em>selection</em>.selectAll</a>.</li>
   </ul>
   <p>Non-breaking changes:</p>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#mode";>d3.mode</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#flatGroup";>d3.flatGroup</a>
 and <a 
href="https://github.com/d3/d3-array/blob/main/README.md#flatRollup";>d3.flatRollup</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-transition/blob/main/README.md#selectChild";><em>transition</em>.selectChild</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-transition/blob/main/README.md#selectChildren";><em>transition</em>.selectChildren</a>.</li>
   <li>Adopt <a href="https://github.com/mourner/robust-predicates";>robust 
predicates</a> for <a href="https://github.com/d3/d3-delaunay";>Delaunay 
triangulation</a>.</li>
   <li>Fix <a 
href="https://github.com/d3/d3-delaunay/blob/main/README.md#delaunay_voronoi";><em>delaunay</em>.voronoi</a>’s
 computed circumcenters for <a 
href="https://observablehq.com/@fil/d3-delaunay-6-robustly-released";>collinear 
points on the hull</a>.</li>
   <li>Allow <a 
href="https://github.com/d3/d3-brush/blob/main/README.md#brush_move";><em>brush</em>.move</a>
 and <a 
href="https://github.com/d3/d3-brush/blob/main/README.md#brush_clear";><em>brush</em>.clear</a>
 to take an optional event.</li>
   <li>Allow <a 
href="https://github.com/d3/d3-selection/blob/main/README.md#selection_merge";><em>selection</em>.merge</a>
 to take a transition.</li>
   <li>Allow <a 
href="https://github.com/d3/d3-selection/blob/main/README.md#selection_join";><em>selection</em>.join</a>
 to take transitions.</li>
   <li>Apply <a 
href="https://observablehq.com/@d3/contourdensity-linear-binning";>linear 
binning</a> for <a 
href="https://github.com/d3/d3-contour/blob/main/README.md#contourDensity";>d3.contourDensity</a>.</li>
   <li>Generate <a 
href="https://github.com/d3/d3-contour/blob/main/README.md#contours_thresholds";><em>contours</em>.thresholds</a>
 at nicer round tick values.</li>
   <li>Fix <a 
href="https://github.com/d3/d3-axis/blob/main/README.md#axis_tickArguments";><em>axis</em>.tickArguments</a>
 to accept an iterable.</li>
   <li>Fix <a 
href="https://github.com/d3/d3-axis/blob/main/README.md#axis_tickValues";><em>axis</em>.tickValues</a>
 to accept an iterable.</li>
   <li>Fix undefined <em>event</em> during <a 
href="https://github.com/d3/d3-brush/blob/main/README.md#brush_move";><em>brush</em>.move</a>.</li>
   <li>Fix <a href="https://github.com/d3/d3-drag";>drag event listeners</a> to 
be explicitly non-passive where necessary (<a 
href="https://github-redirect.dependabot.com/d3/d3-drag/issues/78";>#78</a>).</li>
   <li>Fix <a href="https://github.com/d3/d3-zoom";>zoom event listeners</a> to 
be explicitly non-passive where necessary.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/d3/d3/blob/main/CHANGES.md";>d3's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changes in D3 7.0</h1>
   <p><a href="https://github.com/d3/d3/releases/tag/v7.0.0";>Released June 11, 
2021.</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 ships as pure ES modules and requires Node.js 12 or higher. For 
more, please read <a 
href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c";>Sindre
 Sorhus’s FAQ</a>.</p>
   <p><a 
href="https://github.com/d3/d3-array/blob/main/README.md#bin";>d3.bin</a> now 
ignores nulls. <a 
href="https://github.com/d3/d3-array/blob/main/README.md#ascending";>d3.ascending</a>
 and <a 
href="https://github.com/d3/d3-array/blob/main/README.md#descending";>d3.descending</a>
 no longer consider null comparable.</p>
   <p><a 
href="https://github.com/d3/d3-scale/blob/main/README.md#ordinal-scales";>Ordinal
 scales</a> now use <a 
href="https://github.com/mbostock/internmap";>InternMap</a> for domains; domain 
values are now uniqued by coercing to a primitive value via 
<em>object</em>.valueOf instead of coercing to a string via 
<em>object</em>.toString.</p>
   <p>Array-likes (<em>e.g.</em>, a live NodeList such as 
<em>element</em>.childNodes) are converted to arrays in <a 
href="https://github.com/d3/d3-selection/blob/main/README.md#selectAll";>d3.selectAll</a>
 and <a 
href="https://github.com/d3/d3-selection/blob/main/README.md#selection_selectAll";><em>selection</em>.selectAll</a>.</p>
   <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>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>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/d3/d3/commit/8a1d06de8b43b6c40b7eaf204cb6c784ca8f7e44";><code>8a1d06d</code></a>
 7.1.1</li>
   <li><a 
href="https://github.com/d3/d3/commit/31aef2c5b02824f771c73a7f5fa5e097218857df";><code>31aef2c</code></a>
 d3-array 3.1.1</li>
   <li><a 
href="https://github.com/d3/d3/commit/75669e2aa80991bc5388c9caf7b1deb48e482e6a";><code>75669e2</code></a>
 7.1.0</li>
   <li><a 
href="https://github.com/d3/d3/commit/f62ec745dbe4a6f22c6e64725934fb88d76c1a08";><code>f62ec74</code></a>
 d3-array 3.1.0</li>
   <li><a 
href="https://github.com/d3/d3/commit/978036b1eda8492fb4d88239516bc3f2d3f54842";><code>978036b</code></a>
 7.0.4</li>
   <li><a 
href="https://github.com/d3/d3/commit/f7bf837264062cdd55ac8432e247fc7276010374";><code>f7bf837</code></a>
 update d3-scale</li>
   <li><a 
href="https://github.com/d3/d3/commit/156352444d2faa87aee1c0b4fa52bed5061bbea8";><code>1563524</code></a>
 7.0.3</li>
   <li><a 
href="https://github.com/d3/d3/commit/90a5f2fb1ad38d66621762e1fcda5180fa5869c2";><code>90a5f2f</code></a>
 d3-array 3.0.4</li>
   <li><a 
href="https://github.com/d3/d3/commit/70383cda88cc324534a1b3f0e724f34497ef2c1c";><code>70383cd</code></a>
 7.0.2</li>
   <li><a 
href="https://github.com/d3/d3/commit/ba3eb33f524dfa939624f866e0b6f94b54b3519d";><code>ba3eb33</code></a>
 d3-array 3.0.3, d3-scale 4.0.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/d3/d3/compare/v3.5.17...v7.1.1";>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=7.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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.

To unsubscribe, e-mail: [email protected]

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