You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/01/12 22:43:14 UTC

[PR] build(deps): bump d3 from 3.5.17 to 7.8.5 in /superset-frontend/plugins/legacy-plugin-chart-chord [superset]

dependabot[bot] opened a new pull request, #26586:
URL: https://github.com/apache/superset/pull/26586

   Bumps [d3](https://github.com/d3/d3) from 3.5.17 to 7.8.5.
   <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.8.5</h2>
   <ul>
   <li>Fix the return value of d3.medianIndex and d3.quantileIndex when the data contains missing values. <a href="https://redirect.github.com/d3/d3-array/issues/275">#275</a></li>
   </ul>
   <h2>v7.8.4</h2>
   <ul>
   <li>Fix circumcenters when the hull is collinear. <a href="https://redirect.github.com/d3/d3-delaunay/pull/142">d3/d3-delaunay#142</a></li>
   </ul>
   <h2>v7.8.3</h2>
   <ul>
   <li>Fix precision error calculating <em>voronoi</em>.neighbors. <a href="https://redirect.github.com/d3/d3-delaunay/pull/138">d3/d3-delaunay#138</a> <a href="https://redirect.github.com/d3/d3-delaunay/pull/139">d3/d3-delaunay#139</a></li>
   <li>Fix broken polygon. <a href="https://redirect.github.com/d3/d3-delaunay/pull/140">d3/d3-delaunay#140</a></li>
   <li>Fix threshold generation when input is empty or has no deviation. <a href="https://redirect.github.com/d3/d3-array/pull/271">d3/d3-array#271</a></li>
   </ul>
   <h2>v7.8.2</h2>
   <ul>
   <li>d3.ticks now tries harder to generate at least one tick. <a href="https://redirect.github.com/d3/d3-array/pull/264">d3/d3-array#264</a></li>
   </ul>
   <h2>v7.8.1</h2>
   <ul>
   <li>Tolerate invalid input values when generating contours. <a href="https://redirect.github.com/d3/d3-contour/pull/61">#61</a></li>
   <li>Tolerate invalid input weights when generating density contours. <a href="https://redirect.github.com/d3/d3-contour/pull/65">#65</a></li>
   <li>Fix missing contours at extrema when using default thresholds. <a href="https://redirect.github.com/d3/d3-contour/pull/68">#68</a></li>
   </ul>
   <h2>v7.8.0</h2>
   <ul>
   <li>Add <a href="https://github.com/d3/d3-path/blob/main/README.md#pathRound">d3.pathRound</a>.</li>
   <li>Add configurable precision when generating path data via <a href="https://github.com/d3/d3-geo/blob/main/README.md#path_digits"><em>path</em>.digits</a>.</li>
   <li>Add likewise <em>shape</em>.digits method to d3.arc, d3.area, d3.line, d3.link, and d3.symbol.</li>
   <li>Improve the performance of d3.geoPath’s string concatenation.</li>
   <li>Fix arc rendering for small arcs with rounded corners.</li>
   <li>Fix BumpRadial implementation to support multiple points.</li>
   <li>Fix projection when lambda is outside the range ±3π.</li>
   <li>Rename d3.symbolX to d3.symbolTimes; d3.symbolX is now deprecated.</li>
   </ul>
   <h2>v7.7.0</h2>
   <ul>
   <li>Add <a href="https://github.com/d3/d3-time/blob/main/README.md#timeDay">d3.unixDay</a> and <a href="https://github.com/d3/d3-time/blob/main/README.md#timeDays">d3.unixDays</a>. <a href="https://redirect.github.com/d3/d3-time/pull/58">d3/d3-time#58</a></li>
   <li>Adopt d3.unixDay in place of d3.utcDay for <a href="https://github.com/d3/d3-time/blob/main/README.md#utcTicks">d3.utcTicks</a> to ensure uniform tick spacing.</li>
   <li>Fix mutation of user-owned thresholds in d3.bin. <a href="https://redirect.github.com/d3/d3-array/issues/263">d3/d3-array#263</a></li>
   <li>Fix infinite loop when d3.quantile or d3.quickselect is called with invalid arguments. <a href="https://redirect.github.com/d3/d3-array/pull/262">d3/d3-array#262</a></li>
   </ul>
   <h2>v7.6.1</h2>
   <ul>
   <li><a href="https://github.com/d3/d3-contour/blob/main/README.md#density_bandwidth"><em>density</em>.bandwidth</a> now supports fractional (non-integer) values.</li>
   </ul>
   <h2>v7.6.0</h2>
   <ul>
   <li>Add <a href="https://github.com/d3/d3-array/blob/main/README.md#blur">d3.blur</a>.</li>
   <li>Add <a href="https://github.com/d3/d3-array/blob/main/README.md#blur2">d3.blur2</a>.</li>
   <li>Add <a href="https://github.com/d3/d3-array/blob/main/README.md#blurImage">d3.blurImage</a>.</li>
   <li>Add <a href="https://github.com/d3/d3-array/blob/main/README.md#medianIndex">d3.medianIndex</a>.</li>
   <li>Add <a href="https://github.com/d3/d3-array/blob/main/README.md#quantileIndex">d3.quantileIndex</a>.</li>
   </ul>
   <h2>v7.5.0</h2>
   <ul>
   <li>Add <a href="https://github.com/d3/d3-contour/blob/main/README.md#density_contours"><em>density</em>.contours</a>.</li>
   </ul>
   <h2>v7.4.5</h2>
   <ul>
   <li>Fix the interpretation of an array of numbers passed to <a href="https://github.com/d3/d3-contour/blob/main/README.md#density_thresholds"><em>density</em>.thresholds</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/d6f9341bc868e2c60df8c38cd636de739e592438"><code>d6f9341</code></a> 7.8.5</li>
   <li><a href="https://github.com/d3/d3/commit/9a548621c434fd352d9a167fdf8db63f147d9731"><code>9a54862</code></a> d3-array 3.2.4</li>
   <li><a href="https://github.com/d3/d3/commit/37b1960e0af52d12bc7bbea2ed932ea954c36d14"><code>37b1960</code></a> 7.8.4</li>
   <li><a href="https://github.com/d3/d3/commit/9160c16cf14c71cba9bb8557d451bf89312dbe7d"><code>9160c16</code></a> d3-delaunay 6.0.4</li>
   <li><a href="https://github.com/d3/d3/commit/a703a6da485f9d9c7eb45a14d8c9d357062185ef"><code>a703a6d</code></a> 7.8.3</li>
   <li><a href="https://github.com/d3/d3/commit/604483b5f6bd19a9ce6cf2917baaab68e0f05f46"><code>604483b</code></a> d3-array 3.2.3, d3-delaunay 6.0.3</li>
   <li><a href="https://github.com/d3/d3/commit/0713d54e76bc2ff1803175cd999f7f9581acb978"><code>0713d54</code></a> 7.8.2</li>
   <li><a href="https://github.com/d3/d3/commit/06e5d41f6ab61116ab700fb7b7cc1b7dcad880c6"><code>06e5d41</code></a> d3-array 3.2.2</li>
   <li><a href="https://github.com/d3/d3/commit/f7ad8e355f75330a01270f0019a952516323dfe5"><code>f7ad8e3</code></a> 7.8.1</li>
   <li><a href="https://github.com/d3/d3/commit/8d2a956e5ad73f5a56b525eedf9ceedea0698672"><code>8d2a956</code></a> d3-contour 4.0.2</li>
   <li>Additional commits viewable in <a href="https://github.com/d3/d3/compare/v3.5.17...v7.8.5">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.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps): bump d3 from 3.5.17 to 7.8.5 in /superset-frontend/plugins/legacy-plugin-chart-chord [superset]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #26586:
URL: https://github.com/apache/superset/pull/26586#issuecomment-1901104836

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps): bump d3 from 3.5.17 to 7.8.5 in /superset-frontend/plugins/legacy-plugin-chart-chord [superset]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #26586:
URL: https://github.com/apache/superset/pull/26586#issuecomment-1890077808

   The following labels could not be found: `plugins`.


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps): bump d3 from 3.5.17 to 7.8.5 in /superset-frontend/plugins/legacy-plugin-chart-chord [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed pull request #26586: build(deps): bump d3 from 3.5.17 to 7.8.5 in /superset-frontend/plugins/legacy-plugin-chart-chord
URL: https://github.com/apache/superset/pull/26586


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org