dependabot[bot] opened a new pull request, #5915: URL: https://github.com/apache/ozone/pull/5915
Bumps [plotly.js](https://github.com/plotly/plotly.js) from 1.58.5 to 2.25.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/plotly/plotly.js/releases">plotly.js's releases</a>.</em></p> <blockquote> <h2>v2.25.2</h2> <h3>Changed</h3> <ul> <li>Update Croatian translations in <code>hr</code> locale [<a href="https://redirect.github.com/plotly/plotly.js/pull/6690">#6690</a>], with thanks to <a href="https://github.com/Mkranj"><code>@Mkranj</code></a> for the contribution!</li> </ul> <h3>Fixed</h3> <ul> <li>Fix potential prototype pollution in plot API calls [<a href="https://redirect.github.com/plotly/plotly.js/pull/6703">#6703</a>, <a href="https://redirect.github.com/plotly/plotly.js/pull/6704">6704</a>]</li> </ul> <h2>v2.25.1</h2> <h3>Fixed</h3> <ul> <li>Fix clearing legend using react (regression introduced in 2.25.0) [<a href="https://redirect.github.com/plotly/plotly.js/pull/6695">#6695</a>]</li> </ul> <h2>v2.25.0</h2> <h3>Added</h3> <ul> <li>Add "Equal Earth" projection to geo subplots [<a href="https://redirect.github.com/plotly/plotly.js/pull/6670">#6670</a>], with thanks to <a href="https://github.com/apparebit"><code>@apparebit</code></a> for the contribution!</li> <li>Add options to include legends for shapes and <code>newshape</code> [<a href="https://redirect.github.com/plotly/plotly.js/pull/6653">#6653</a>]</li> <li>Add Plotly.deleteActiveShape command [<a href="https://redirect.github.com/plotly/plotly.js/pull/6679">#6679</a>]</li> </ul> <h3>Fixed</h3> <ul> <li>Fix contour plot colorscale domain (take account of <code>zmin</code>, <code>zmax</code>, <code>cmin</code> and <code>cmax</code>) [<a href="https://redirect.github.com/plotly/plotly.js/pull/6625">#6625</a>], with thanks to <a href="https://github.com/lvlte"><code>@lvlte</code></a> for the contribution!</li> <li>Fix text markers on non-mapbox styled maps [<a href="https://redirect.github.com/plotly/plotly.js/pull/6652">#6652</a>], with thanks to <a href="https://github.com/baurt"><code>@baurt</code></a> for the contribution!</li> <li>Fix unhide isolated traces in multi legend cases (regression introduced in 2.24.3) [<a href="https://redirect.github.com/plotly/plotly.js/pull/6684">#6684</a>]</li> </ul> <h2>v2.24.3</h2> <h3>Fixed</h3> <ul> <li>Fix double clicking one item in a legend hides traces in other legends [<a href="https://redirect.github.com/plotly/plotly.js/pull/6655">#6655</a>]</li> <li>Fix double click pie slices when having multiple legends [<a href="https://redirect.github.com/plotly/plotly.js/pull/6657">#6657</a>]</li> <li>Fix per legend group and traceorder defaults when having multiple legends [<a href="https://redirect.github.com/plotly/plotly.js/pull/6664">#6664</a>]</li> </ul> <h2>v2.24.2</h2> <h3>Fixed</h3> <ul> <li>Fix legend groups toggle (regression introduced in 2.22.0) <a href="(https://redirect.github.com/plotly/plotly.js/issues/6639)">#6639</a></li> <li>Fix waterfall <code>hovertemplate</code> not showing delta on totals similar <a href="(https://redirect.github.com/plotly/plotly.js/issues/6635)">#6635</a></li> </ul> <h2>v2.24.1</h2> <h3>Fixed</h3> <ul> <li>Fix minimal copying of arrays in minExtend function (regression introduced in 2.24.0) <a href="(https://redirect.github.com/plotly/plotly.js/issues/6632)">#6632</a></li> </ul> <h2>v2.24.0</h2> <h3>Added</h3> <ul> <li>add pattern to pie, funnelarea, sunburst, icicle and treemap traces [<a href="https://redirect.github.com/plotly/plotly.js/pull/6601">#6601</a>, <a href="https://redirect.github.com/plotly/plotly.js/pull/6619">#6619</a>, <a href="https://redirect.github.com/plotly/plotly.js/pull/6622">#6622</a>, <a href="https://redirect.github.com/plotly/plotly.js/pull/6626">#6626</a>, <a href="https://redirect.github.com/plotly/plotly.js/pull/6627">#6627</a>, <a href="https://redirect.github.com/plotly/plotly.js/pull/6628">#6628</a>, <a href="https://redirect.github.com/plotly/plotly.js/pull/6629">#6629</a>], with thanks to <a href="https://github.com/thierryVergult"><code>@thierryVergult</code></a> for the contribution!</li> </ul> <h3>Fixed</h3> <ul> <li>Fix to prevent accessing undefined (hoverText.hoverLabels) in case all currently shown markers have hoverinfo: "none" (regression introduced in 2.6.0) <a href="(https://redirect.github.com/plotly/plotly.js/issues/6614)">#6614</a>,</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md">plotly.js's changelog</a>.</em></p> <blockquote> <h2>[2.25.2] -- 2023-08-11</h2> <h3>Changed</h3> <ul> <li>Update Croatian translations in <code>hr</code> locale [<a href="https://redirect.github.com/plotly/plotly.js/pull/6690">#6690</a>], with thanks to <a href="https://github.com/Mkranj"><code>@Mkranj</code></a> for the contribution!</li> </ul> <h3>Fixed</h3> <ul> <li>Fix potential prototype pollution in plot API calls [<a href="https://redirect.github.com/plotly/plotly.js/pull/6703">#6703</a>, <a href="https://redirect.github.com/plotly/plotly.js/pull/6704">6704</a>]</li> </ul> <h2>[2.25.1] -- 2023-08-02</h2> <h3>Fixed</h3> <ul> <li>Fix clearing legend using react (regression introduced in 2.25.0) [<a href="https://redirect.github.com/plotly/plotly.js/pull/6695">#6695</a>]</li> </ul> <h2>[2.25.0] -- 2023-07-25</h2> <h3>Added</h3> <ul> <li>Add "Equal Earth" projection to geo subplots [<a href="https://redirect.github.com/plotly/plotly.js/pull/6670">#6670</a>], with thanks to <a href="https://github.com/apparebit"><code>@apparebit</code></a> for the contribution!</li> <li>Add options to include legends for shapes and <code>newshape</code> [<a href="https://redirect.github.com/plotly/plotly.js/pull/6653">#6653</a>]</li> <li>Add Plotly.deleteActiveShape command [<a href="https://redirect.github.com/plotly/plotly.js/pull/6679">#6679</a>]</li> </ul> <h3>Fixed</h3> <ul> <li>Fix contour plot colorscale domain (take account of <code>zmin</code>, <code>zmax</code>, <code>cmin</code> and <code>cmax</code>) [<a href="https://redirect.github.com/plotly/plotly.js/pull/6625">#6625</a>], with thanks to <a href="https://github.com/lvlte"><code>@lvlte</code></a> for the contribution!</li> <li>Fix text markers on non-mapbox styled maps [<a href="https://redirect.github.com/plotly/plotly.js/pull/6652">#6652</a>], with thanks to <a href="https://github.com/baurt"><code>@baurt</code></a> for the contribution!</li> <li>Fix unhide isolated traces in multi legend cases (regression introduced in 2.24.3) [<a href="https://redirect.github.com/plotly/plotly.js/pull/6684">#6684</a>]</li> </ul> <h2>[2.24.3] -- 2023-07-05</h2> <h3>Fixed</h3> <ul> <li>Fix double clicking one item in a legend hides traces in other legends [<a href="https://redirect.github.com/plotly/plotly.js/pull/6655">#6655</a>]</li> <li>Fix double click pie slices when having multiple legends [<a href="https://redirect.github.com/plotly/plotly.js/pull/6657">#6657</a>]</li> <li>Fix per legend group and traceorder defaults when having multiple legends [<a href="https://redirect.github.com/plotly/plotly.js/pull/6664">#6664</a>]</li> </ul> <h2>[2.24.2] -- 2023-06-09</h2> <h3>Fixed</h3> <ul> <li>Fix legend groups toggle (regression introduced in 2.22.0) <a href="(https://redirect.github.com/plotly/plotly.js/issues/6639)">#6639</a></li> <li>Fix waterfall <code>hovertemplate</code> not showing delta on totals similar <a href="(https://redirect.github.com/plotly/plotly.js/issues/6635)">#6635</a></li> </ul> <h2>[2.24.1] -- 2023-06-07</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/plotly/plotly.js/commit/e8241996142b2612a19e09cdc00b29b896b853d1"><code>e824199</code></a> 2.25.2</li> <li><a href="https://github.com/plotly/plotly.js/commit/920a50e6d728d45797742d499378a3b3c19eda9f"><code>920a50e</code></a> update readme and changelog for v2.25.2</li> <li><a href="https://github.com/plotly/plotly.js/commit/27932d63fbe7fe2105c23fa80ba2c23c51ffd727"><code>27932d6</code></a> Merge pull request <a href="https://redirect.github.com/plotly/plotly.js/issues/6705">#6705</a> from plotly/reduce-flakiness</li> <li><a href="https://github.com/plotly/plotly.js/commit/02498404c8ad7a3395191e65694fb142a37b0fe9"><code>0249840</code></a> Merge pull request <a href="https://redirect.github.com/plotly/plotly.js/issues/6704">#6704</a> from plotly/nestedProperty-proto</li> <li><a href="https://github.com/plotly/plotly.js/commit/a4a69d59443a33a0a9d10c71821b2fb4fd725518"><code>a4a69d5</code></a> reduce flakiness on CI</li> <li><a href="https://github.com/plotly/plotly.js/commit/a860a32c56523bf7e16ab4088bf140cc25826d4e"><code>a860a32</code></a> Merge pull request <a href="https://redirect.github.com/plotly/plotly.js/issues/6690">#6690</a> from Mkranj/croatian_translation</li> <li><a href="https://github.com/plotly/plotly.js/commit/5cfbd6e335ee42560d42aaef3a0732a8634cffd3"><code>5cfbd6e</code></a> add test</li> <li><a href="https://github.com/plotly/plotly.js/commit/2bec9986b37981261ea51b02782092e2ca94bb2a"><code>2bec998</code></a> guard against polluting <strong>proto</strong> in nestedProperty</li> <li><a href="https://github.com/plotly/plotly.js/commit/5efd2a1f07a418b230a5626fc6c1c7929c47949d"><code>5efd2a1</code></a> Merge pull request <a href="https://redirect.github.com/plotly/plotly.js/issues/6703">#6703</a> from plotly/expandObjectPaths-proto</li> <li><a href="https://github.com/plotly/plotly.js/commit/e1e31752fdbd8beca6d7bf2d69d2096728ba7bbd"><code>e1e3175</code></a> fix delay in test</li> <li>Additional commits viewable in <a href="https://github.com/plotly/plotly.js/compare/v1.58.5...v2.25.2">compare view</a></li> </ul> </details> <br /> [](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/ozone/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: [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]
