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

   Bumps [d3-array](https://github.com/d3/d3-array) from 2.12.1 to 3.2.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/d3/d3-array/releases";>d3-array's releases</a>.</em></p>
   <blockquote>
   <h2>v3.2.4</h2>
   <ul>
   <li>Fix the return value of d3.medianIndex and d3.quantileIndex when the 
data contains any missing values. <a 
href="https://redirect.github.com/d3/d3-array/issues/275";>#275</a></li>
   </ul>
   <h2>v3.2.3</h2>
   <ul>
   <li>Fix threshold generation when input is empty or has no deviation. <a 
href="https://redirect.github.com/d3/d3-array/issues/271";>#271</a></li>
   </ul>
   <h2>v3.2.2</h2>
   <ul>
   <li>d3.ticks now tries harder to generate at least one tick. <a 
href="https://redirect.github.com/d3/d3-array/issues/264";>#264</a></li>
   </ul>
   <h2>v3.2.1</h2>
   <ul>
   <li>Fix mutation of user-owned thresholds in d3.bin. <a 
href="https://redirect.github.com/d3/d3-array/issues/263";>#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/issues/262";>#262</a></li>
   </ul>
   <h2>v3.2.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#blur";>d3.blur</a>. <a 
href="https://redirect.github.com/d3/d3-array/issues/151";>#151</a></li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#blur2";>d3.blur2</a>. 
<a href="https://redirect.github.com/d3/d3-array/issues/151";>#151</a></li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#blurImage";>d3.blurImage</a>.
 <a href="https://redirect.github.com/d3/d3-array/issues/151";>#151</a></li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#medianIndex";>d3.medianIndex</a>.
 <a href="https://redirect.github.com/d3/d3-array/issues/159";>#159</a></li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#quantileIndex";>d3.quantileIndex</a>.
 <a href="https://redirect.github.com/d3/d3-array/issues/159";>#159</a></li>
   </ul>
   <h2>v3.1.6</h2>
   <ul>
   <li>Fix incorrect behavior of d3.bisector when given an asymmetric 
comparator. <a 
href="https://redirect.github.com/d3/d3-array/issues/249";>#249</a> <a 
href="https://redirect.github.com/d3/d3-array/issues/250";>#250</a></li>
   </ul>
   <h2>v3.1.5</h2>
   <ul>
   <li>Fix crash in d3.bin. Thanks, <a 
href="https://github.com/weiglemc";><code>@​weiglemc</code></a>! <a 
href="https://redirect.github.com/d3/d3-array/issues/248";>#248</a></li>
   </ul>
   <h2>v3.1.4</h2>
   <ul>
   <li>Fix off-by-one bin assignment due to rounding error in d3.bin. <a 
href="https://redirect.github.com/d3/d3-array/issues/247";>#247</a></li>
   </ul>
   <h2>v3.1.3</h2>
   <ul>
   <li>Significantly improve the performance of d3.bin. <a 
href="https://redirect.github.com/d3/d3-array/issues/220";>#220</a></li>
   <li>Tweak the implementation of d3.thresholdScott. 
a8429c4a55c45b71a7502033925cda342c1fb662</li>
   </ul>
   <h2>v3.1.2</h2>
   <ul>
   <li>Fix the implementation of d3.thresholdScott. <a 
href="https://redirect.github.com/d3/d3-array/issues/246";>#246</a></li>
   </ul>
   <h2>v3.1.1</h2>
   <ul>
   <li>d3.rank can now take a comparator in addition to an accessor. <a 
href="https://redirect.github.com/d3/d3-array/issues/237";>#237</a></li>
   <li>d3.rank, d3.sort, d3.bisector, and d3.groupSort now require comparators 
to have exactly two arguments. <a 
href="https://redirect.github.com/d3/d3-array/issues/238";>#238</a></li>
   </ul>
   <h2>v3.1.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#rank";>d3.rank</a>. <a 
href="https://redirect.github.com/d3/d3-array/issues/228";>#228</a></li>
   </ul>
   <h2>v3.0.4</h2>
   <ul>
   <li>Don’t mangle InternMap or InternSet in the generated UMD bundle.</li>
   </ul>
   <h2>v3.0.3</h2>
   <ul>
   <li>Adopt interning for set operations. <a 
href="https://redirect.github.com/d3/d3-array/issues/231";>#231</a></li>
   <li>Fix InternSet and InternMap’s delete operation. <a 
href="https://github.com/mbostock/internmap/releases/tag/v2.0.2";>mbostock/internmap@2.0.2</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/d3/d3-array/commit/94d4541626ae3ac6c847e3d4c6e31aca1a8879b4";><code>94d4541</code></a>
 3.2.4</li>
   <li><a 
href="https://github.com/d3/d3-array/commit/f005cf8581fd23b1e98be69a84f6535873df10c4";><code>f005cf8</code></a>
 fix quantileIndex (<a 
href="https://redirect.github.com/d3/d3-array/issues/276";>#276</a>)</li>
   <li><a 
href="https://github.com/d3/d3-array/commit/c62f825a4d52e0d55c843381b7e7fdb4e232e941";><code>c62f825</code></a>
 3.2.3</li>
   <li><a 
href="https://github.com/d3/d3-array/commit/6a785c6e84f62e680b1cd9516376dda2af6615df";><code>6a785c6</code></a>
 jsDelivr instead of Skypack</li>
   <li><a 
href="https://github.com/d3/d3-array/commit/cdd37e46b50b5cd65251898c41b060ed0cfbbb45";><code>cdd37e4</code></a>
 better degenerate thresholds (<a 
href="https://redirect.github.com/d3/d3-array/issues/271";>#271</a>)</li>
   <li><a 
href="https://github.com/d3/d3-array/commit/795283502f6da9e0cd3a70b3a2fce83715f2a740";><code>7952835</code></a>
 Alter rank to work on Safari 14 when passed a one-element array</li>
   <li><a 
href="https://github.com/d3/d3-array/commit/ce5f3e1fe76066a281715e075bf85da05e810cf9";><code>ce5f3e1</code></a>
 Alter rank function to not crash on Safari 14 when passed a one-element 
array</li>
   <li><a 
href="https://github.com/d3/d3-array/commit/ff49b0ce52fff00b75d165ed8561d355719a76a7";><code>ff49b0c</code></a>
 3.2.2</li>
   <li><a 
href="https://github.com/d3/d3-array/commit/4bbd7b5a532d8b3471166f446b3015724981376e";><code>4bbd7b5</code></a>
 update dependencies</li>
   <li><a 
href="https://github.com/d3/d3-array/commit/64aeb074c668f28b9f79f7c19d680e372637c3fc";><code>64aeb07</code></a>
 Update LICENSE</li>
   <li>Additional commits viewable in <a 
href="https://github.com/d3/d3-array/compare/v2.12.1...v3.2.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=d3-array&package-manager=npm_and_yarn&previous-version=2.12.1&new-version=3.2.4)](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-unsubscr...@superset.apache.org

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


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

Reply via email to