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

   Updates the requirements on [echarts](https://github.com/apache/echarts) to 
permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/echarts/releases";>echarts's 
releases</a>.</em></p>
   <blockquote>
   <h2>5.5.0</h2>
   <ul>
   <li>[Break Change] [Feature] [core] change to default ESM package. <a 
href="https://redirect.github.com/apache/echarts/issues/19513";>#19513</a> (<a 
href="https://github.com/100pah";>100pah</a>)</li>
   <li>[Feature] [ssr] server-side rendering and client hydration. <a 
href="https://redirect.github.com/apache/echarts/issues/18381";>#18381</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [animation] support multi-level drill-down for universal 
transition. <a 
href="https://redirect.github.com/apache/echarts/issues/17611";>#17611</a> (<a 
href="https://github.com/tyn1998";>tyn1998</a>)</li>
   <li>[Feature] [pie] add <code>padAngle</code> option. <a 
href="https://redirect.github.com/apache/echarts/issues/19076";>#19076</a> (<a 
href="https://github.com/linghaoSu";>linghaoSu</a>)</li>
   <li>[Feature] [pie] add <code>endAngle</code> for control pie range. <a 
href="https://redirect.github.com/apache/echarts/issues/18820";>#18820</a> (<a 
href="https://github.com/linghaoSu";>linghaoSu</a>)</li>
   <li>[Feature] [polar] allow setting <code>angleAxis.endAngle</code>. <a 
href="https://redirect.github.com/apache/echarts/issues/19099";>#19099</a> (<a 
href="https://github.com/yassilah";>yassilah</a>)</li>
   <li>[Feature] [sampler] add min-max sampler function. <a 
href="https://redirect.github.com/apache/echarts/issues/19279";>#19279</a> (<a 
href="https://github.com/snukhulov";>snukhulov</a>)</li>
   <li>[Feature] [i18n] add Arabic(AR) translation. <a 
href="https://redirect.github.com/apache/echarts/issues/19214";>#19214</a> (<a 
href="https://github.com/OthmanAliModaes";>OthmanAliModaes</a>)</li>
   <li>[Feature] [i18n] add Dutch(NL) translation. <a 
href="https://redirect.github.com/apache/echarts/issues/19252";>#19252</a> (<a 
href="https://github.com/tijmenamsing";>tijmenamsing</a>)</li>
   <li>[Feature] [tooltip] add <code>appendTo</code> option to allow 
customizing tooltip container. <a 
href="https://redirect.github.com/apache/echarts/issues/18436";>#18436</a> (<a 
href="https://github.com/viking7982";>viking7982</a>)</li>
   <li>[Feature] [label] support align for min/max labels. <a 
href="https://redirect.github.com/apache/echarts/issues/19228";>#19228</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [pictorialBar] support clip for pictorialBar series. <a 
href="https://redirect.github.com/apache/echarts/issues/19197";>#19197</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [tooltip] add <code>dataIndex</code> to 
<code>valueFormatter</code> callback. <a 
href="https://redirect.github.com/apache/echarts/issues/19123";>#19123</a> (<a 
href="https://github.com/ChepteaCatalin";>ChepteaCatalin</a>)</li>
   <li>[Fix] [toolbox] fix toolbox text can't apply the specified or global 
font style. <a 
href="https://redirect.github.com/apache/echarts/issues/19170";>#19170</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [label] fix labelLine default style when normal state not show but 
other state show. <a 
href="https://redirect.github.com/apache/echarts/issues/18800";>#18800</a> (<a 
href="https://github.com/linghaoSu";>linghaoSu</a>)</li>
   <li>[Fix] [labelLine] fix <code>emphasis.labelLine</code> is not working in 
pie chart. <a 
href="https://redirect.github.com/apache/echarts/issues/19180";>#19180</a> (<a 
href="https://github.com/shiersansi";>shiersansi</a>)</li>
   <li>[Fix] [marker] fix markArea position when axis is with 
<code>alignWithLabel</code>. <a 
href="https://redirect.github.com/apache/echarts/issues/19516";>#19516</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Fix] [line] fix line may cross in time axis when animation is enabled. 
<a href="https://redirect.github.com/apache/echarts/issues/18960";>#18960</a> 
(<a href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [scatter] fix edge scatter may be unexpectedly clipped due to tiny 
offset. <a 
href="https://redirect.github.com/apache/echarts/issues/18867";>#18867</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [sunburst] label rotation flipping. <a 
href="https://redirect.github.com/apache/echarts/issues/19176";>#19176</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Fix] [aria] fix hard-coded series type name translation. <a 
href="https://redirect.github.com/apache/echarts/issues/19239";>#19239</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [matrix] allow rotating relative to a point different than the 
origin. <a 
href="https://redirect.github.com/ecomfe/zrender/issues/1034";>#1034</a> (<a 
href="https://github.com/ChepteaCatalin";>ChepteaCatalin</a>)</li>
   <li>[Fix] [graph] fix force layout iteration timer doesn't stop after 
disposing the chart. <a 
href="https://redirect.github.com/apache/echarts/issues/19514";>#19514</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [tooltip] fix potential NPE when the parent node of the tooltip 
element doesn't exist. <a 
href="https://redirect.github.com/apache/echarts/issues/19265";>#19265</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [visualMap] fix continuous visualMap mouseover event not register 
except first continuous visualMap. <a 
href="https://redirect.github.com/apache/echarts/issues/19097";>#19097</a> (<a 
href="https://github.com/linghaoSu";>linghaoSu</a>)</li>
   <li>[Fix] [clip] add an extra space to the clip-path width to prevent 
unexpected clip. <a 
href="https://redirect.github.com/apache/echarts/issues/19056";>#19056</a> (<a 
href="https://github.com/RexSkz";>RexSkz</a>)</li>
   <li>[Fix] [dataset] fix multi typed array detection flaw. <a 
href="https://redirect.github.com/apache/echarts/issues/19035";>#19035</a> (<a 
href="https://github.com/linghaoSu";>linghaoSu</a>)</li>
   <li>[Fix] [core] fix potential NPE when reading default init options from 
global object in dev environment. <a 
href="https://redirect.github.com/apache/echarts/issues/19217";>#19217</a> (<a 
href="https://github.com/sunpm";>sunpm</a>)</li>
   <li>[Fix] [i18n] enhance default language fallback. <a 
href="https://redirect.github.com/apache/echarts/issues/19107";>#19107</a> (<a 
href="https://github.com/ultravires";>ultravires</a>)</li>
   <li>[Fix] [svg] fix assigning style attribute does not work when CSP is 
enforced. <a 
href="https://redirect.github.com/ecomfe/zrender/issues/1030";>ecomfe/zrender#1030</a>
 (<a href="https://github.com/alxnddr";>alxnddr</a>)</li>
   <li>[Fix] [svg] duplicate id for background rect with multiple charts. <a 
href="https://redirect.github.com/ecomfe/zrender/issues/1002";>ecomfe/zrender#1002</a>
 (<a href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Fix] [node] make nodejs detection resilient. <a 
href="https://redirect.github.com/ecomfe/zrender/pull/1036";>ecomfe/zrender#1036</a>
 (<a href="https://github.com/Uzlopak";>Uzlopak</a>)</li>
   <li>[Fix] [type] make <code>ellipsis</code> &amp; <code>options</code> of 
the function <code>truncateText</code> optional. <a 
href="https://redirect.github.com/ecomfe/zrender/issues/1047";>ecomfe/zrender#1047</a>
 (<a href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [type] add missing value type <code>string</code> for 
<code>barMinWidth</code> and <code>barMaxWidth</code> of the bar series. <a 
href="https://redirect.github.com/apache/echarts/issues/19424";>#19424</a> (<a 
href="https://github.com/zhaxnb";>zhaxnb</a>)</li>
   <li>[Feature] [type] export <code>EChartsInitOpts</code> and some 
<code>Payload</code> types for <code>echarts/core</code>. <a 
href="https://redirect.github.com/apache/echarts/issues/19103";>#19103</a> (<a 
href="https://github.com/dalenguyen";>dalenguyen</a>)</li>
   <li>[Fix] [type] allow nullable value for <code>OptionDataValue</code>. <a 
href="https://redirect.github.com/apache/echarts/issues/19111";>#19111</a> (<a 
href="https://github.com/avin-kavish";>avin-kavish</a>)</li>
   <li>[Fix] [type] add <code>undefined</code> to the return type of 
<code>graphic.clipRectByRect</code> function. <a 
href="https://redirect.github.com/apache/echarts/issues/18950";>#18950</a> (<a 
href="https://github.com/benlongo";>benlongo</a>)</li>
   <li>[Fix] [type] remove duplicate extends at 
<code>GraphNodeItemOption</code>. <a 
href="https://redirect.github.com/apache/echarts/issues/18901";>#18901</a> (<a 
href="https://github.com/nenoNaninu";>nenoNaninu</a>)</li>
   <li>[Refactor] [util] import <code>liftColor</code> function from zrender. 
<a href="https://redirect.github.com/apache/echarts/issues/19526";>#19526</a> 
(<a href="https://github.com/plainheart";>plainheart</a>)</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/captainhaddock18";><code>@​captainhaddock18</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/apache/echarts/pull/18862";>apache/echarts#18862</a></li>
   <li><a href="https://github.com/nenoNaninu";><code>@​nenoNaninu</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/apache/echarts/pull/18901";>apache/echarts#18901</a></li>
   <li><a href="https://github.com/viking7982";><code>@​viking7982</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/apache/echarts/pull/18436";>apache/echarts#18436</a></li>
   <li><a href="https://github.com/dalenguyen";><code>@​dalenguyen</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/apache/echarts/pull/19103";>apache/echarts#19103</a></li>
   <li><a href="https://github.com/ultravires";><code>@​ultravires</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/apache/echarts/pull/19107";>apache/echarts#19107</a></li>
   <li><a href="https://github.com/RexSkz";><code>@​RexSkz</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/apache/echarts/pull/19056";>apache/echarts#19056</a></li>
   <li><a href="https://github.com/avin-kavish";><code>@​avin-kavish</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/apache/echarts/pull/19111";>apache/echarts#19111</a></li>
   <li><a href="https://github.com/shiersansi";><code>@​shiersansi</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/apache/echarts/pull/19174";>apache/echarts#19174</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/echarts/commit/0f4967b1bdef6b35e795b9fb1403e765489649fa";><code>0f4967b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/echarts/issues/19594";>#19594</a> from 
apache/release-dev</li>
   <li><a 
href="https://github.com/apache/echarts/commit/b046d782e7f070a78149df2aed5ffa8957131664";><code>b046d78</code></a>
 chore: rebuild and relase 5.5.0-rc.2</li>
   <li><a 
href="https://github.com/apache/echarts/commit/b0b463919eca08852b815b662a390b007bd01f30";><code>b0b4639</code></a>
 chore: relase 5.5.0-rc.2</li>
   <li><a 
href="https://github.com/apache/echarts/commit/e3fa16caf01c280f71c6b343517e5abf846002de";><code>e3fa16c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/echarts/issues/19593";>#19593</a> from 
apache/module_default_esm_fix2</li>
   <li><a 
href="https://github.com/apache/echarts/commit/6cefe2700e9e792cd8acd5812e24942fa1947c21";><code>6cefe27</code></a>
 fix: (1) Mistake in package.json &quot;exports&quot;.&quot;require&quot; (2) 
Add entry for dist/*...</li>
   <li><a 
href="https://github.com/apache/echarts/commit/3fbfd2bcac34f21726fc4cc8d12d4366d1c0210e";><code>3fbfd2b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/echarts/issues/19577";>#19577</a> from 
apache/release-dev</li>
   <li><a 
href="https://github.com/apache/echarts/commit/b7548af6a196943b699ac0aca3c15e9e3ef2e54c";><code>b7548af</code></a>
 chore: add a key</li>
   <li><a 
href="https://github.com/apache/echarts/commit/4d3bbaefa53dd85ad730dbaa09805d7152019ea4";><code>4d3bbae</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/echarts/issues/19568";>#19568</a> from 
apache/fix-jest</li>
   <li><a 
href="https://github.com/apache/echarts/commit/fde9fbdbc9809b509c13f3e1feb4b81788bb495b";><code>fde9fbd</code></a>
 fix(test): rename <code>jest.config.js</code> to <code>jest.config.cjs</code> 
to fix jest can't run</li>
   <li><a 
href="https://github.com/apache/echarts/commit/52735fa115a1ab19a77c4507b46da25446a93310";><code>52735fa</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/echarts/issues/19564";>#19564</a> from 
apache/release-dev</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/echarts/compare/5.4.1...5.5.0";>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: 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