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

   Bumps [echarts](https://github.com/apache/echarts) from 5.6.0 to 6.0.0.
   <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>6.0.0</h2>
   <ul>
   <li>[Feature] [theme] New theme for ECharts 6.0. <a 
href="https://redirect.github.com/apache/echarts/issues/20865";>#20865</a> <a 
href="https://redirect.github.com/apache/echarts/issues/21097";>#21097</a> <a 
href="https://redirect.github.com/apache/echarts/issues/21114";>#21114</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [chord] New chord series. <a 
href="https://redirect.github.com/apache/echarts/issues/20522";>#20522</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [matrix&amp;calendar] New matrix coordinate system. And all 
series and components (including other coordinate systems, such as 
<code>grid</code>(Cartesian), <code>geo</code>, <code>polar</code>, etc.) are 
supported to be declaratively laid out in the cells of matrix and calendar 
coordinate system. <a 
href="https://redirect.github.com/apache/echarts/issues/19807";>#19807</a> <a 
href="https://redirect.github.com/apache/echarts/pull/21093";>#21093</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>) <a 
href="https://redirect.github.com/apache/echarts/issues/21005";>#21005</a> <a 
href="https://redirect.github.com/apache/echarts/issues/21108";>#21108</a> (<a 
href="https://github.com/100pah";>100pah</a>)</li>
   <li>[Feature] [custom] Support reusable custom series. <a 
href="https://redirect.github.com/apache/echarts/issues/20226";>#20226</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [cartesian] Introduce new layout mechanism to avoid Cartesian 
(i.e., <code>grid</code> component) axis labels and axis names overflowing the 
canvas, prevent axis names from overlapping with axis labels, and make them the 
default. <a 
href="https://redirect.github.com/apache/echarts/pull/21059";>#21059</a> (<a 
href="https://github.com/100pah";>100pah</a>) <a 
href="https://redirect.github.com/apache/echarts/pull/19534";>#19534</a> (<a 
href="https://github.com/robin-gerling";>robin-gerling</a>) <a 
href="https://redirect.github.com/apache/echarts/pull/16825";>#16825</a> (<a 
href="https://github.com/konrad-amtenbrink";>konrad-amtenbrink</a>)</li>
   <li>[Feature] [scatter] Support jittering for scatter series. <a 
href="https://redirect.github.com/apache/echarts/issues/19941";>#19941</a> <a 
href="https://redirect.github.com/apache/echarts/pull/21067";>#21067</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [axis] Support break on the axis. <a 
href="https://redirect.github.com/apache/echarts/issues/19459";>#19459</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>) <a 
href="https://redirect.github.com/apache/echarts/issues/20857";>#20857</a> (<a 
href="https://github.com/100pah";>100pah</a>)</li>
   <li>[Feature] [theme] Support dynamically registering and switching themes. 
<a href="https://redirect.github.com/apache/echarts/issues/20705";>#20705</a> 
(<a href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [roam] Roaming infrastructure enhancement - support users 
specifying roaming area by <code>roamTrigger</code>; support <code>clip</code> 
on <code>geo</code> and <code>series.map</code>; support cursor style change 
when hovering on the roaming area; support <code>preserveAspect</code> on 
<code>geo</code>, <code>series.map</code> and <code>series.graph</code>; fix 
the percent base of <code>center</code> on <code>geo</code>, 
<code>series.map</code>, <code>series.graph</code> and 
<code>series.tree</code>; enhance the behavior for roaming area overlapping. <a 
href="https://redirect.github.com/apache/echarts/pull/19807#issuecomment-2974437299";>#19807#issuecomment-2974437299</a>
 (<a href="https://github.com/100pah";>100pah</a>)</li>
   <li>[Feature] [thumbnail] Support thumbnail for the graph series. <a 
href="https://redirect.github.com/apache/echarts/pull/19807#issuecomment-3013454598";>#19807#issuecomment-3013454598</a>
 (<a href="https://github.com/100pah";>100pah</a>) <a 
href="https://redirect.github.com/apache/echarts/issues/17471";>#17471</a> (<a 
href="https://github.com/Lruler";>Lruler</a>)</li>
   <li>[Feature] [marker] Support <code>z</code> option for 
markPoint/markLine/markArea. <a 
href="https://redirect.github.com/apache/echarts/issues/21117";>#21117</a> (<a 
href="https://github.com/sz-p";>sz-p</a>)</li>
   <li>[Feature] [marker] Support <code>z2</code> option for 
markPoint/markLine/markArea. <a 
href="https://redirect.github.com/apache/echarts/issues/20782";>#20782</a> (<a 
href="https://github.com/sz-p";>sz-p</a>)</li>
   <li>[Feature] [stack] Support reversing the stack order. <a 
href="https://redirect.github.com/apache/echarts/issues/20998";>#20998</a> (<a 
href="https://github.com/Justin-ZS";>Justin-ZS</a>)</li>
   <li>[Feature] [sankey] Support roaming for sankey series. <a 
href="https://redirect.github.com/apache/echarts/issues/20321";>#20321</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [custom] Support compoundPath in custom series renderItem. <a 
href="https://redirect.github.com/apache/echarts/issues/20402";>#20402</a> <a 
href="https://redirect.github.com/apache/echarts/issues/21040";>#21040</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [marker] Support <code>relativeTo</code> option for specifying 
the relative target of marker position. <a 
href="https://redirect.github.com/apache/echarts/issues/20166";>#20166</a> <a 
href="https://redirect.github.com/apache/echarts/issues/21042";>#21042</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [axis] Support tooltip for angleAxis label. <a 
href="https://redirect.github.com/apache/echarts/issues/20986";>#20986</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Feature] [tooltip] Support <code>displayTransition</code> option to 
control whether to enable the tooltip display transition. <a 
href="https://redirect.github.com/apache/echarts/issues/20966";>#20966</a> (<a 
href="https://github.com/jqqin";>jqqin</a>)</li>
   <li>[Feature] [visualMap] Support <code>unboundedRange</code> option. <a 
href="https://redirect.github.com/apache/echarts/pull/21113";>#21113</a> (<a 
href="https://github.com/100pah";>100pah</a>)</li>
   <li>[Feature] [legend] Support <code>triggerEvent</code> option. <a 
href="https://redirect.github.com/apache/echarts/issues/18164";>#18164</a> <a 
href="https://redirect.github.com/apache/echarts/issues/20907";>#20907</a> (<a 
href="https://github.com/sz-p";>sz-p</a>)</li>
   <li>[Feature] [custom] Support <code>tooltipDisabled</code> for custom 
series. <a 
href="https://redirect.github.com/apache/echarts/issues/20447";>#20447</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Feature] [i18n] Add Norwegian Bokmål (nb-NO) translation. <a 
href="https://redirect.github.com/apache/echarts/issues/20792";>#20792</a> (<a 
href="https://github.com/joakimono";>joakimono</a>)</li>
   <li>[Feature] [i18n] Add Greek (EL) translation. <a 
href="https://redirect.github.com/apache/echarts/pull/21119";>#21119</a> (<a 
href="https://github.com/tassosgeo";>tassosgeo</a>)</li>
   <li>[Fix] [label] Fix label rich style does not inherit the plain label 
style. <a 
href="https://redirect.github.com/apache/echarts/issues/20977";>#20977</a> (<a 
href="https://github.com/plainheart";>plainheart</a>) <a 
href="https://redirect.github.com/apache/echarts/issues/21016";>#21016</a> (<a 
href="https://github.com/100pah";>100pah</a>)</li>
   <li>[Fix] [label] Fix label layout margin. <a 
href="https://redirect.github.com/apache/echarts/pull/21103";>#21103</a> (<a 
href="https://github.com/100pah";>100pah</a>)</li>
   <li>[Fix] [dataZoom] Fix data shape distribution for time axis. <a 
href="https://redirect.github.com/apache/echarts/issues/16978";>#16978</a> (<a 
href="https://github.com/andrearoota";>andrearoota</a>) <a 
href="https://redirect.github.com/apache/echarts/issues/21043";>#21043</a> <a 
href="https://redirect.github.com/apache/echarts/issues/21039";>#21039</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Fix] [tooltip] Fix null value item on category axis should be able to 
show tooltip. <a 
href="https://redirect.github.com/apache/echarts/issues/20777";>#20777</a> (<a 
href="https://github.com/Justin-ZS";>Justin-ZS</a>)</li>
   <li>[Fix] [visualMap] Fix some text style can't work on visualMap. <a 
href="https://redirect.github.com/apache/echarts/issues/20961";>#20961</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [dataZoom] Restrict range on brushEnd. <a 
href="https://redirect.github.com/apache/echarts/issues/20814";>#20814</a> (<a 
href="https://github.com/mortalYoung";>mortalYoung</a>)</li>
   <li>[Fix] [heatmap] Fix labels not in calendar range are unexpectedly 
displayed. <a 
href="https://redirect.github.com/apache/echarts/issues/20699";>#20699</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [series] Fix mismatched dimension index. <a 
href="https://redirect.github.com/apache/echarts/issues/20682";>#20682</a> (<a 
href="https://github.com/Justin-ZS";>Justin-ZS</a>)</li>
   <li>[Fix] [bar] Fix polar bar should update <code>roundCap</code> when 
changes. <a 
href="https://redirect.github.com/apache/echarts/issues/20582";>#20582</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Fix] [pie] Fix labelLine may be not removed and cause error when single 
label position is not in outside. <a 
href="https://redirect.github.com/apache/echarts/issues/20906";>#20906</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [sankey] Fix browser crash when <code>emphasis.focus</code> is 
<code>'trajectory'</code> with large data. <a 
href="https://redirect.github.com/apache/echarts/issues/20959";>#20959</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [custom] Fix potential NPE when applying leave transition. <a 
href="https://redirect.github.com/apache/echarts/issues/20920";>#20920</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [tooltip] Fix potential memory leakage by explicitly unbinding 
event listeners. <a 
href="https://redirect.github.com/apache/echarts/pull/21087";>#21087</a> (<a 
href="https://github.com/seaheart";>seaheart</a>)</li>
   <li>[Fix] [axis] [log] Fix incorrect rounding usage, and support data with 
big negative exponent. <a 
href="https://redirect.github.com/apache/echarts/pull/21107";>#21107</a> (<a 
href="https://github.com/SihongShen";>SihongShen</a>) <a 
href="https://redirect.github.com/apache/echarts/pull/21120";>#21120</a> (<a 
href="https://github.com/100pah";>100pah</a>)</li>
   <li>[Fix] [axis] Fix extreme small numbers can not be displayed in Cartesian 
due to the inappropriate rounding precision. <a 
href="https://redirect.github.com/apache/echarts/pull/21120";>#21120</a> (<a 
href="https://github.com/100pah";>100pah</a>) (<a 
href="https://github.com/SihongShen";>SihongShen</a>)</li>
   <li>[Fix] [dataZoom] Change moveHandler cursor to default. <a 
href="https://redirect.github.com/apache/echarts/issues/20304";>#20304</a> (<a 
href="https://github.com/ribeirompl";>ribeirompl</a>)</li>
   <li>[Fix] [tooltip] Fix style coord transform markers are not removed after 
the tooltip is disposed. <a 
href="https://redirect.github.com/apache/echarts/issues/20987";>#20987</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [bar] Remove unused <code>startValue</code> option from the 
<code>BarSeriesOption</code> interface. <a 
href="https://redirect.github.com/apache/echarts/issues/20901";>#20901</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Fix] [title] Fix title text style width type should not include string. 
<a href="https://redirect.github.com/apache/echarts/issues/20800";>#20800</a> 
(<a href="https://github.com/sz-p";>sz-p</a>)</li>
   <li>[Fix] [radar] Fix <code>blur.itemStyle</code> not working. <a 
href="https://redirect.github.com/apache/echarts/pull/21081";>#21081</a> (<a 
href="https://github.com/mustcanbedo";>mustcanbedo</a>) <a 
href="https://redirect.github.com/apache/echarts/issues/21124";>#21124</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Fix] [roam] Fix RoamControllerHost importing path. <a 
href="https://redirect.github.com/apache/echarts/issues/20313";>#20313</a> (<a 
href="https://github.com/Ovilia";>Ovilia</a>)</li>
   <li>[Fix] [svg] Remove SVG support check in <code>getSvgDataURL</code>. <a 
href="https://redirect.github.com/apache/echarts/issues/20760";>#20760</a> (<a 
href="https://github.com/plainheart";>plainheart</a>)</li>
   <li>[Break] Breaking changes against v5.6.0:
   <ul>
   <li>The default theme has been changed, including the visual style and the 
default location settings of components and series. For example, the default 
legend position is now at the bottom of the canvas. The new default settings 
are more reasonble, but if they affect the existing usage, use 
<code>echarts/theme/v5.js</code> to restore the old visual style and location 
settings. See <a 
href="https://redirect.github.com/apache/echarts/issues/20865";>#20865</a>.</li>
   <li>The v5 <code>echarts/src/theme/light.ts</code> is now migrated to 
<code>echarts/theme/rainbow.js</code>.</li>
   <li>The position of Cartesian axes might shift slightly if the axis names or 
labels previously overflowed the canvas or overlapped, as anti-overflow and 
anti-axisLabel-axisName-overlap mechanism are enabled by default. In most cases 
that changes will be indiscernible to the naked eye. But if any unreasonable 
change occurs, you can use option <code>grid.outerBoundsMode: 'none'</code> to 
disable the anti-overflow mechanism, and/or use option 
<code>xAxis/yAxis.axisLabel.nameMoveOverlap: false</code> to disable the 
anti-axisLabel-axisName-overlap mechanism. See <a 
href="https://redirect.github.com/apache/echarts/pull/21059";>#21059</a>.</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/echarts/commit/52104f7daefb8d01ea809189dab81cadc874ce09";><code>52104f7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/echarts/issues/21132";>#21132</a> from 
apache/release-dev</li>
   <li><a 
href="https://github.com/apache/echarts/commit/5e02596a8b770419c1c16de581a3569549e8c2d6";><code>5e02596</code></a>
 chore: release</li>
   <li><a 
href="https://github.com/apache/echarts/commit/771c523e4263f018f94b838b54fa4aeade7fa2ec";><code>771c523</code></a>
 chore: add license headers and a script of pre-commit</li>
   <li><a 
href="https://github.com/apache/echarts/commit/8d7f252b4c6e2d0031f82f7f1cc5c7ddf9172175";><code>8d7f252</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/echarts/issues/21127";>#21127</a> from 
apache/release-dev</li>
   <li><a 
href="https://github.com/apache/echarts/commit/64f8d9c4efea43a6086b4c2dd0414f8b6238dfd8";><code>64f8d9c</code></a>
 chore: release 6.0.0-rc.1</li>
   <li><a 
href="https://github.com/apache/echarts/commit/65efa6645e1a3dd5a5626deda3a550efae02bf3e";><code>65efa66</code></a>
 test: add mark as expected</li>
   <li><a 
href="https://github.com/apache/echarts/commit/536562122bf3521a8526d085a98ed0b67879b540";><code>5365621</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/echarts/issues/21126";>#21126</a> from 
apache/fix-16266</li>
   <li><a 
href="https://github.com/apache/echarts/commit/9055fef0b2bcfc4889c8c8824e351b266f1ab1bb";><code>9055fef</code></a>
 test(scale): add missing test</li>
   <li><a 
href="https://github.com/apache/echarts/commit/8a40d27e0e6967ce1ac681327f76cc2e841bdeea";><code>8a40d27</code></a>
 Merge branch 'release' into fix-16266</li>
   <li><a 
href="https://github.com/apache/echarts/commit/18b5db25e01fd40539fab81c9a67d8278909e7ff";><code>18b5db2</code></a>
 fix(scale): Fix that extreme small numbers can not be displayed in Cartesian 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/echarts/compare/5.6.0...6.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=echarts&package-manager=npm_and_yarn&previous-version=5.6.0&new-version=6.0.0)](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)
   
   
   </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]

Reply via email to