You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/09/22 11:28:00 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request #16780: chore(deps): bump d3-scale from 2.1.2 to 4.0.1 in /superset-frontend

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


   Bumps [d3-scale](https://github.com/d3/d3-scale) from 2.1.2 to 4.0.1.
   <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.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>
   <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://github-redirect.dependabot.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>
   <h2>v3.0.1</h2>
   <ul>
   <li>Remove deprecated <em>step</em> argument from <a href="https://github.com/d3/d3-scale/blob/master/README.md#time_ticks"><em>time</em>.ticks</a> and <a href="https://github.com/d3/d3-scale/blob/master/README.md#time_nice"><em>time</em>.nice</a>. <a href="https://github-redirect.dependabot.com/d3/d3-scale/issues/183">#183</a></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/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><a href="https://github.com/d3/d3-scale/commit/f7cb35bdc6264b334922522277a3dd525ef031d0"><code>f7cb35b</code></a> 4.0.0</li>
   <li><a href="https://github.com/d3/d3-scale/commit/120ad7af6f441555f361b284dbc31e94fe7a13d3"><code>120ad7a</code></a> adopt InternMap for ordinal scales (<a href="https://github-redirect.dependabot.com/d3/d3-scale/issues/237">#237</a>)</li>
   <li><a href="https://github.com/d3/d3-scale/commit/ac308737b99f74abd8f8fff64ced56808bde79e2"><code>ac30873</code></a> Adopt type=module (<a href="https://github-redirect.dependabot.com/d3/d3-scale/issues/246">#246</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/d3/d3-scale/compare/v2.1.2...v4.0.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=d3-scale&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=4.0.1)](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 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


[GitHub] [superset] codecov[bot] edited a comment on pull request #16780: chore(deps): bump d3-scale from 2.1.2 to 4.0.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] edited a comment on pull request #16780:
URL: https://github.com/apache/superset/pull/16780#issuecomment-924861381


   # [Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#16780](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (d225c63) into [master](https://codecov.io/gh/apache/superset/commit/84f7614e97b71bd8952f78d82cabf766afc0b98b?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (84f7614) will **decrease** coverage by `0.33%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head d225c63 differs from pull request most recent head cb6665a. Consider uploading reports for the commit cb6665a to get more accurate results
   [![Impacted file tree graph](https://codecov.io/gh/apache/superset/pull/16780/graphs/tree.svg?width=650&height=150&src=pr&token=KsB0fHcx6l&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #16780      +/-   ##
   ==========================================
   - Coverage   77.00%   76.67%   -0.34%     
   ==========================================
     Files        1018     1005      -13     
     Lines       54660    54144     -516     
     Branches     7456     7446      -10     
   ==========================================
   - Hits        42093    41516     -577     
   - Misses      12323    12384      +61     
     Partials      244      244              
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | hive | `?` | |
   | javascript | `71.09% <ø> (+0.01%)` | :arrow_up: |
   | presto | `?` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [superset/db\_engines/hive.py](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvZGJfZW5naW5lcy9oaXZlLnB5) | `0.00% <0.00%> (-82.15%)` | :arrow_down: |
   | [superset/db\_engine\_specs/hive.py](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvZGJfZW5naW5lX3NwZWNzL2hpdmUucHk=) | `69.80% <0.00%> (-16.87%)` | :arrow_down: |
   | [superset/db\_engine\_specs/presto.py](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvZGJfZW5naW5lX3NwZWNzL3ByZXN0by5weQ==) | `83.47% <0.00%> (-6.91%)` | :arrow_down: |
   | [.../components/Header/HeaderActionsDropdown/index.jsx](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2Rhc2hib2FyZC9jb21wb25lbnRzL0hlYWRlci9IZWFkZXJBY3Rpb25zRHJvcGRvd24vaW5kZXguanN4) | `67.50% <0.00%> (-6.25%)` | :arrow_down: |
   | [...set-frontend/src/components/ModalTrigger/index.jsx](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2NvbXBvbmVudHMvTW9kYWxUcmlnZ2VyL2luZGV4LmpzeA==) | `95.65% <0.00%> (-4.35%)` | :arrow_down: |
   | [superset/views/database/mixins.py](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvdmlld3MvZGF0YWJhc2UvbWl4aW5zLnB5) | `81.03% <0.00%> (-1.73%)` | :arrow_down: |
   | [superset/connectors/sqla/models.py](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvY29ubmVjdG9ycy9zcWxhL21vZGVscy5weQ==) | `86.31% <0.00%> (-1.44%)` | :arrow_down: |
   | [...perset-frontend/src/datasource/DatasourceModal.tsx](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2RhdGFzb3VyY2UvRGF0YXNvdXJjZU1vZGFsLnRzeA==) | `74.19% <0.00%> (-0.81%)` | :arrow_down: |
   | [superset/models/helpers.py](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvbW9kZWxzL2hlbHBlcnMucHk=) | `89.78% <0.00%> (-0.77%)` | :arrow_down: |
   | [superset/models/core.py](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvbW9kZWxzL2NvcmUucHk=) | `89.08% <0.00%> (-0.75%)` | :arrow_down: |
   | ... and [30 more](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [4086bed...cb6665a](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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


[GitHub] [superset] codecov[bot] edited a comment on pull request #16780: chore(deps): bump d3-scale from 2.1.2 to 4.0.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] edited a comment on pull request #16780:
URL: https://github.com/apache/superset/pull/16780#issuecomment-924861381


   # [Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#16780](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (d225c63) into [master](https://codecov.io/gh/apache/superset/commit/486e0d412c66bc2c9edb9e4b75f12c8285db6f09?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (486e0d4) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/superset/pull/16780/graphs/tree.svg?width=650&height=150&src=pr&token=KsB0fHcx6l&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #16780   +/-   ##
   =======================================
     Coverage   76.67%   76.67%           
   =======================================
     Files        1005     1005           
     Lines       54144    54144           
     Branches     7446     7446           
   =======================================
     Hits        41516    41516           
     Misses      12384    12384           
     Partials      244      244           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `71.09% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [486e0d4...d225c63](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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


[GitHub] [superset] codecov[bot] commented on pull request #16780: chore(deps): bump d3-scale from 2.1.2 to 4.0.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on pull request #16780:
URL: https://github.com/apache/superset/pull/16780#issuecomment-924861381


   # [Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#16780](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (d225c63) into [master](https://codecov.io/gh/apache/superset/commit/486e0d412c66bc2c9edb9e4b75f12c8285db6f09?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (486e0d4) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/superset/pull/16780/graphs/tree.svg?width=650&height=150&src=pr&token=KsB0fHcx6l&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #16780   +/-   ##
   =======================================
     Coverage   76.67%   76.67%           
   =======================================
     Files        1005     1005           
     Lines       54144    54144           
     Branches     7446     7446           
   =======================================
     Hits        41516    41516           
     Misses      12384    12384           
     Partials      244      244           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `71.09% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [486e0d4...d225c63](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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


[GitHub] [superset] dependabot[bot] closed pull request #16780: chore(deps): bump d3-scale from 2.1.2 to 4.0.1 in /superset-frontend

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


   


-- 
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


[GitHub] [superset] dependabot[bot] commented on pull request #16780: chore(deps): bump d3-scale from 2.1.2 to 4.0.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #16780:
URL: https://github.com/apache/superset/pull/16780#issuecomment-927665900


   Superseded by #16853.


-- 
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


[GitHub] [superset] codecov[bot] edited a comment on pull request #16780: chore(deps): bump d3-scale from 2.1.2 to 4.0.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] edited a comment on pull request #16780:
URL: https://github.com/apache/superset/pull/16780#issuecomment-924861381


   # [Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#16780](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (cb6665a) into [master](https://codecov.io/gh/apache/superset/commit/4086bedb686c43af65841df429ff217a75574d5e?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4086bed) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/superset/pull/16780/graphs/tree.svg?width=650&height=150&src=pr&token=KsB0fHcx6l&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #16780      +/-   ##
   ==========================================
   - Coverage   76.78%   76.78%   -0.01%     
   ==========================================
     Files        1018     1018              
     Lines       54660    54654       -6     
     Branches     7456     7454       -2     
   ==========================================
   - Hits        41973    41968       -5     
   + Misses      12443    12442       -1     
     Partials      244      244              
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `71.08% <ø> (-0.01%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...ontrols/AnnotationLayerControl/AnnotationLayer.jsx](https://codecov.io/gh/apache/superset/pull/16780/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2V4cGxvcmUvY29tcG9uZW50cy9jb250cm9scy9Bbm5vdGF0aW9uTGF5ZXJDb250cm9sL0Fubm90YXRpb25MYXllci5qc3g=) | `83.85% <0.00%> (+0.01%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [4086bed...cb6665a](https://codecov.io/gh/apache/superset/pull/16780?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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