You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2021/08/23 17:02:52 UTC

[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request #1348: Bump d3 from 3.5.17 to 7.0.1 in /console/react

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


   Bumps [d3](https://github.com/d3/d3) from 3.5.17 to 7.0.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.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>
   <li>Fix variable initialization error in d3-zoom.</li>
   <li>Expose <a href="https://github.com/d3/d3-zoom/blob/main/README.md#zoom-transforms">d3.ZoomTransform</a> constructor.</li>
   <li>Update dependencies.</li>
   <li>Make build reproducible.</li>
   </ul>
   <p>D3 now requires Node.js 12 or higher. For more, please read <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">Sindre Sorhus’s FAQ</a>.</p>
   <h2>v6.7.0</h2>
   <ul>
   <li>Add <a href="https://github.com/d3/d3-time/blob/master/README.md#timeTicks">d3.timeTicks</a> and <a href="https://github.com/d3/d3-time/blob/master/README.md#utcTicks">d3.utcTicks</a>.</li>
   <li>Add <a href="https://github.com/d3/d3-time/blob/master/README.md#timeTickInterval">d3.timeTickInterval</a> and <a href="https://github.com/d3/d3-time/blob/master/README.md#utcTickInterval">d3.utcTickInterval</a>.</li>
   </ul>
   <h2>v6.6.2</h2>
   <ul>
   <li>Fix handling of null with quantitative scales; null is now considered an “unknown” value, not zero.</li>
   </ul>
   <h2>v6.6.1</h2>
   <ul>
   <li>Fix rounding error in <a href="https://github.com/d3/d3-array/blob/master/README.md#ticks">d3.ticks</a>.</li>
   </ul>
   <h2>v6.6.0</h2>
   <ul>
   <li>Add <a href="https://github.com/d3/d3-array/blob/master/README.md#fcumsum">d3.fcumsum</a>. Thanks, <a href="https://github.com/Fil"><code>@​Fil</code></a>!</li>
   <li>Add <a href="https://github.com/d3/d3-shape/blob/master/README.md#curveBumpX">d3.curveBumpX</a> and <a href="https://github.com/d3/d3-shape/blob/master/README.md#curveBumpY">d3.curveBumpY</a>. Thanks, <a href="https://github.com/Fil"><code>@​Fil</code></a>!</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/0baee7d3f89dce3977d4f8e7f82139472b7fa314"><code>0baee7d</code></a> 7.0.1</li>
   <li><a href="https://github.com/d3/d3/commit/e93d04b1bf14ac16ab78a25dcf063fcc4f102530"><code>e93d04b</code></a> d3-array 3.0.2</li>
   <li><a href="https://github.com/d3/d3/commit/558b4139953a41c34c13df98017b8bc10fb5d6a2"><code>558b413</code></a> Update README.md</li>
   <li><a href="https://github.com/d3/d3/commit/13460d0330e0b730adf67a3e6e24b5a8f01ae19e"><code>13460d0</code></a> d3-interpolate 3.0.1</li>
   <li><a href="https://github.com/d3/d3/commit/40ec4002dfb3da5e56a6e7593139cfc4708a221e"><code>40ec400</code></a> update CHANGES</li>
   <li><a href="https://github.com/d3/d3/commit/1b8bada730e1b38f75cef155cf7ae81ebfe08eeb"><code>1b8bada</code></a> 7.0.0</li>
   <li><a href="https://github.com/d3/d3/commit/b98d63a7af47e65ea2c0caf0a269d8efa87bf1b3"><code>b98d63a</code></a> update API</li>
   <li><a href="https://github.com/d3/d3/commit/23b0212743d22e2dea3e20163980b37e78b2a25b"><code>23b0212</code></a> Adopt type: module. (<a href="https://github-redirect.dependabot.com/d3/d3/issues/3506">#3506</a>)</li>
   <li><a href="https://github.com/d3/d3/commit/0f01226c2a0acb445f55139a4e7f93bc0906080f"><code>0f01226</code></a> Fix broken markdown for link</li>
   <li><a href="https://github.com/d3/d3/commit/5149a2f8958f994814cb2f279338cbf381b06aa2"><code>5149a2f</code></a> 6.7.0</li>
   <li>Additional commits viewable in <a href="https://github.com/d3/d3/compare/v3.5.17...v7.0.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.0.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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] dependabot[bot] closed pull request #1348: Bump d3 from 3.5.17 to 7.0.1 in /console/react

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1348:
URL: https://github.com/apache/qpid-dispatch/pull/1348


   


-- 
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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] dependabot[bot] commented on pull request #1348: Bump d3 from 3.5.17 to 7.0.1 in /console/react

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1348:
URL: https://github.com/apache/qpid-dispatch/pull/1348#issuecomment-923114109


   Superseded by #1372.


-- 
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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org