dependabot[bot] opened a new pull request, #36658: URL: https://github.com/apache/superset/pull/36658
Bumps [d3-scale](https://github.com/d3/d3-scale) and [@types/d3-scale](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-scale). These dependencies needed to be updated together. Updates `d3-scale` from 2.2.2 to 4.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/d3/d3-scale/releases">d3-scale's releases</a>.</em></p> <blockquote> <h2>v4.0.2</h2> <ul> <li>Default the base-10 log tick format to <code>~s</code> instead of <code>.0e</code>. <a href="https://redirect.github.com/d3/d3-scale/issues/255">#255</a></li> </ul> <h2>v4.0.1</h2> <ul> <li>Fix <em>log</em>.ticks to return exact values for integer bases. <a href="https://redirect.github.com/d3/d3-scale/issues/253">#253</a></li> <li>Fix <em>log</em>.tickFormat to trim trailing zeroes by default if no precision is specified. <a href="https://redirect.github.com/d3/d3-scale/issues/254">#254</a></li> </ul> <h2>v4.0.0</h2> <ul> <li>Adopt type: module. <a href="https://redirect.github.com/d3/d3-scale/issues/246">#246</a></li> <li>Adopt InternMap for ordinal scale domains. <a href="https://redirect.github.com/d3/d3-scale/issues/235">#235</a></li> <li>Update dependencies.</li> <li>Make build reproducible.</li> </ul> <p>This package 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>v3.3.0</h2> <ul> <li>Adopt <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> </ul> <h2>v3.2.4</h2> <ul> <li>Fix handling of null in quantitative scales; it is now considered an “unknown” value. <a href="https://redirect.github.com/d3/d3-scale/issues/241">#241</a></li> </ul> <h2>v3.2.3</h2> <ul> <li>Fix performance regression with d3.scaleQuantile. <a href="https://redirect.github.com/d3/d3-scale/issues/224">#224</a> Thanks <a href="https://github.com/ilijapuaca"><code>@ilijapuaca</code></a>!</li> </ul> <h2>v3.2.2</h2> <ul> <li>Fix <a href="https://github.com/d3/d3-scale/blob/master/README.md#continuous_nice"><em>continuous</em>.nice</a> to ensure that niced domains always span ticks. Thanks, <a href="https://github.com/domoritz"><code>@domoritz</code></a>! <a href="https://redirect.github.com/d3/d3-scale/issues/209">#209</a></li> <li>Update dependencies.</li> </ul> <h2>v3.2.1</h2> <ul> <li>Fix <a href="https://github.com/d3/d3-scale/blob/master/README.md#log_ticks"><em>log</em>.ticks</a> for small domains. <a href="https://redirect.github.com/d3/d3-scale/issues/192">#192</a></li> <li>Fix d3-interpolate dependency version. <a href="https://redirect.github.com/d3/d3-scale/issues/197">#197</a> Thanks, <a href="https://github.com/third774"><code>@third774</code></a>!</li> </ul> <h2>v3.2.0</h2> <ul> <li>Add <a href="https://github.com/d3/d3-scale/blob/master/README.md#diverging_rangeRound"><em>diverging</em>.rangeRound</a>.</li> <li>Add <a href="https://github.com/d3/d3-scale/blob/master/README.md#sequential_rangeRound"><em>sequential</em>.rangeRound</a>.</li> <li>Add <a href="https://github.com/d3/d3-scale/blob/master/README.md#sequentialQuantile_quantiles"><em>sequentialQuantile</em>.quantiles</a>.</li> <li><a href="https://github.com/d3/d3-scale/blob/master/README.md#diverging_range"><em>diverging</em>.range</a> can now be used to set the interpolator.</li> <li><a href="https://github.com/d3/d3-scale/blob/master/README.md#sequential_range"><em>sequential</em>.range</a> can now be used to set the interpolator.</li> <li><a href="https://github.com/d3/d3-scale/blob/master/README.md#sequential-scales">d3.scaleSequential</a> can now accept a range array in place of an interpolator.</li> <li><a href="https://github.com/d3/d3-scale/blob/master/README.md#diverging-scales">d3.scaleDiverging</a> can now accept a range array in place of an interpolator.</li> </ul> <h2>v3.1.0</h2> <ul> <li>Add <a href="https://github.com/d3/d3-scale/blob/master/README.md#radial-scales">d3.scaleRadial</a>.</li> <li>Add <a href="https://github.com/d3/d3-scale/blob/master/README.md#sequential_range"><em>sequential</em>.range</a> (for compatibility with d3-axis).</li> <li>Fix <a href="https://github.com/d3/d3-scale/blob/master/README.md#log_ticks"><em>log</em>.ticks</a> for small domains. <a href="https://redirect.github.com/d3/d3-scale/issues/44">#44</a></li> <li>Fix <a href="https://github.com/d3/d3-scale/blob/master/README.md#continuous_clamp"><em>scale</em>.clamp</a> for <a href="https://github.com/d3/d3-scale/blob/master/README.md#scaleSequentialQuantile">sequential quantile scales</a>. Thanks, <a href="https://github.com/Fil"><code>@Fil</code></a>!</li> <li>Fix <a href="https://github.com/d3/d3-scale/blob/master/README.md#continuous_clamp"><em>scale</em>.clamp</a> for continuous scales with more domain values than range values.</li> <li>Fix <a href="https://github.com/d3/d3-scale/blob/master/README.md#diverging-scales">diverging scales</a> with descending domains. Thanks, <a href="https://github.com/Fil"><code>@Fil</code></a>!</li> <li>Adopt explicit paths for imports.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/d3/d3-scale/commit/83555bd759c7314420bd4240642beda5e258db9e"><code>83555bd</code></a> 4.0.2</li> <li><a href="https://github.com/d3/d3-scale/commit/cfc7d51f7d9dce9a11f12edf0e2f44b474350112"><code>cfc7d51</code></a> update dependencies</li> <li><a href="https://github.com/d3/d3-scale/commit/13491ee35c64d987fa9c4c1be22636d124f7f191"><code>13491ee</code></a> default base 10 log ticks to ~s (<a href="https://redirect.github.com/d3/d3-scale/issues/255">#255</a>)</li> <li><a href="https://github.com/d3/d3-scale/commit/0561e752c33d3192ecbb74f57621d16ff0516744"><code>0561e75</code></a> 4.0.1</li> <li><a href="https://github.com/d3/d3-scale/commit/925dd3a965c3cc6816b382258f1c5d5c7ddf09e2"><code>925dd3a</code></a> upgrade dependencies</li> <li><a href="https://github.com/d3/d3-scale/commit/f0180a8d12e59045217871e9e2a8258cc08f608a"><code>f0180a8</code></a> simpler exact ticks</li> <li><a href="https://github.com/d3/d3-scale/commit/9f745d08471cd3f40c206157421288ab41ee99ef"><code>9f745d0</code></a> exact log ticks (<a href="https://redirect.github.com/d3/d3-scale/issues/253">#253</a>)</li> <li><a href="https://github.com/d3/d3-scale/commit/8fd6d25abb0c6cf6a83dbb5faed3421d2e2aee72"><code>8fd6d25</code></a> implicit trim for log ticks (<a href="https://redirect.github.com/d3/d3-scale/issues/254">#254</a>)</li> <li><a href="https://github.com/d3/d3-scale/commit/3281b7783856d9505aa53f108f496462c1d751e6"><code>3281b77</code></a> Update README.md (<a href="https://redirect.github.com/d3/d3-scale/issues/252">#252</a>)</li> <li><a href="https://github.com/d3/d3-scale/commit/07e8aac62096d5f662eff983fe0ce5ecbc98d298"><code>07e8aac</code></a> update README</li> <li>Additional commits viewable in <a href="https://github.com/d3/d3-scale/compare/v2.2.2...v4.0.2">compare view</a></li> </ul> </details> <br /> Updates `@types/d3-scale` from 2.2.10 to 4.0.9 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-scale">compare view</a></li> </ul> </details> <br /> 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: [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]
