You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/30 00:49:06 UTC

[GitHub] [druid] dependabot[bot] opened a new pull request, #13158: Bump d3-color and d3-scale in /web-console

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

   Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [d3-scale](https://github.com/d3/d3-scale). These dependencies need to be updated together.
   
   Updates `d3-color` from 1.4.0 to 3.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/d3/d3-color/releases">d3-color's releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.0</h2>
   <ul>
   <li>Add <a href="https://github.com/d3/d3-color/blob/main/README.md#rgb_clamp"><em>rgb</em>.clamp</a> and <a href="https://github.com/d3/d3-color/blob/main/README.md#hsl_clamp"><em>hsl</em>.clamp</a>. <a href="https://github-redirect.dependabot.com/d3/d3-color/issues/102">#102</a></li>
   <li>Add <a href="https://github.com/d3/d3-color/blob/main/README.md#color_formatHex8"><em>color</em>.formatHex8</a>. <a href="https://github-redirect.dependabot.com/d3/d3-color/issues/103">#103</a></li>
   <li>Fix <a href="https://github.com/d3/d3-color/blob/main/README.md#color_formatHsl"><em>color</em>.formatHsl</a> to clamp values to the expected range. <a href="https://github-redirect.dependabot.com/d3/d3-color/issues/83">#83</a></li>
   <li>Fix catastrophic backtracking when parsing colors. <a href="https://github-redirect.dependabot.com/d3/d3-color/issues/89">#89</a> <a href="https://github-redirect.dependabot.com/d3/d3-color/issues/97">#97</a> <a href="https://github-redirect.dependabot.com/d3/d3-color/issues/99">#99</a> <a href="https://github-redirect.dependabot.com/d3/d3-color/issues/100">#100</a> <a href="https://security.snyk.io/vuln/SNYK-JS-D3COLOR-1076592">SNYK-JS-D3COLOR-1076592</a></li>
   </ul>
   <h2>v3.0.1</h2>
   <ul>
   <li>Make build reproducible.</li>
   </ul>
   <h2>v3.0.0</h2>
   <ul>
   <li>Adopt type: module.</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>v2.0.0</h2>
   <p>This release adopts ES2015 language features such as <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of">for-of</a> and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-color 1.x or use a transpiler.</p>
   <h2>v1.4.1</h2>
   <ul>
   <li>Fix parsing of 4- and 8-digit hexadecimal transparent colors. <a href="https://github-redirect.dependabot.com/d3/d3-color/issues/52">#52</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/d3/d3-color/commit/7a1573ed260de4fd97d061975244841132adde92"><code>7a1573e</code></a> 3.1.0</li>
   <li><a href="https://github.com/d3/d3-color/commit/75c19c40c246e4b3fbcfdeeba29249c51ccf6524"><code>75c19c4</code></a> update LICENSE</li>
   <li><a href="https://github.com/d3/d3-color/commit/ef94e0125cce176e2df2f877c70741f4e2856073"><code>ef94e01</code></a> update dependencies</li>
   <li><a href="https://github.com/d3/d3-color/commit/5e9f7579dd32a74664f5000ee99aa87e3e463c2b"><code>5e9f757</code></a> method shorthand</li>
   <li><a href="https://github.com/d3/d3-color/commit/e4bc34e46cba08c4b7209f2bea74ef570c000b86"><code>e4bc34e</code></a> formatHex8 (<a href="https://github-redirect.dependabot.com/d3/d3-color/issues/103">#103</a>)</li>
   <li><a href="https://github.com/d3/d3-color/commit/ac660c6b6bd60a2f1cd255fe04ead7d1b053861d"><code>ac660c6</code></a> {rgb,hsl}.clamp() (<a href="https://github-redirect.dependabot.com/d3/d3-color/issues/102">#102</a>)</li>
   <li><a href="https://github.com/d3/d3-color/commit/70e3a041f1890e63855fad693891652b36f48195"><code>70e3a04</code></a> clamp HSL format (<a href="https://github-redirect.dependabot.com/d3/d3-color/issues/101">#101</a>)</li>
   <li><a href="https://github.com/d3/d3-color/commit/994d8fd95181484a5a27c5edc919aa625781432d"><code>994d8fd</code></a> avoid backtracking (<a href="https://github-redirect.dependabot.com/d3/d3-color/issues/100">#100</a>)</li>
   <li><a href="https://github.com/d3/d3-color/commit/7d61bbe6e426a7f3d3f4520a8b31cfc92dc69ee7"><code>7d61bbe</code></a> 3.0.1</li>
   <li><a href="https://github.com/d3/d3-color/commit/93bc4ff5423ecbefb6607724384bf6ca788d13b6"><code>93bc4ff</code></a> related <a href="https://github-redirect.dependabot.com/d3/d3/issues/3">d3/d33</a>; extract copyrights from LICENSE</li>
   <li>Additional commits viewable in <a href="https://github.com/d3/d3-color/compare/v1.4.0...v3.1.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `d3-scale` from 3.2.0 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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/d3/d3-scale/issues/254">#254</a></li>
   </ul>
   <h2>v4.0.0</h2>
   <ul>
   <li>Adopt type: module. <a href="https://github-redirect.dependabot.com/d3/d3-scale/issues/246">#246</a></li>
   <li>Adopt InternMap for ordinal scale domains. <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/d3/d3-scale/issues/192">#192</a></li>
   <li>Fix d3-interpolate dependency version. <a href="https://github-redirect.dependabot.com/d3/d3-scale/issues/197">#197</a> Thanks, <a href="https://github.com/third774"><code>@​third774</code></a>!</li>
   </ul>
   </blockquote>
   </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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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/v3.2.0...v4.0.2">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 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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/druid/network/alerts).
   
   </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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] dependabot[bot] closed pull request #13158: Bump d3-color and d3-scale in /web-console

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #13158: Bump d3-color and d3-scale in /web-console
URL: https://github.com/apache/druid/pull/13158


-- 
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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] dependabot[bot] commented on pull request #13158: Bump d3-color and d3-scale in /web-console

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #13158:
URL: https://github.com/apache/druid/pull/13158#issuecomment-1263786453

   Looks like these dependencies are no longer updatable, so this is no longer needed.


-- 
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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org