[Snyk] Upgrade echarts from 5.4.1 to 5.5.0 #84
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.

Snyk has created this PR to upgrade echarts from 5.4.1 to 5.5.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 7 versions ahead of your current version.
The recommended version was released on 3 months ago.
Release notes
Package name: echarts
-
5.5.0 - 2024-02-18
- [Break Change] [Feature] [core] change to default ESM package. #19513 (100pah)
- [Feature] [ssr] server-side rendering and client hydration. #18381 (Ovilia)
- [Feature] [animation] support multi-level drill-down for universal transition. #17611 (tyn1998)
- [Feature] [pie] add
- [Feature] [pie] add
- [Feature] [polar] allow setting
- [Feature] [sampler] add min-max sampler function. #19279 (snukhulov)
- [Feature] [i18n] add Arabic(AR) translation. #19214 (OthmanAliModaes)
- [Feature] [i18n] add Dutch(NL) translation. #19252 (tijmenamsing)
- [Feature] [tooltip] add
- [Feature] [label] support align for min/max labels. #19228 (Ovilia)
- [Feature] [pictorialBar] support clip for pictorialBar series. #19197 (Ovilia)
- [Feature] [tooltip] add
- [Fix] [toolbox] fix toolbox text can't apply the specified or global font style. #19170 (plainheart)
- [Fix] [label] fix labelLine default style when normal state not show but other state show. #18800 (linghaoSu)
- [Fix] [labelLine] fix
- [Fix] [marker] fix markArea position when axis is with
- [Fix] [line] fix line may cross in time axis when animation is enabled. #18960 (plainheart)
- [Fix] [scatter] fix edge scatter may be unexpectedly clipped due to tiny offset. #18867 (plainheart)
- [Fix] [sunburst] label rotation flipping. #19176 (Ovilia)
- [Fix] [aria] fix hard-coded series type name translation. #19239 (Ovilia)
- [Feature] [matrix] allow rotating relative to a point different than the origin. #1034 (ChepteaCatalin)
- [Fix] [graph] fix force layout iteration timer doesn't stop after disposing the chart. #19514 (plainheart)
- [Fix] [tooltip] fix potential NPE when the parent node of the tooltip element doesn't exist. #19265 (plainheart)
- [Fix] [visualMap] fix continuous visualMap mouseover event not register except first continuous visualMap. #19097 (linghaoSu)
- [Fix] [clip] add an extra space to the clip-path width to prevent unexpected clip. #19056 (RexSkz)
- [Fix] [dataset] fix multi typed array detection flaw. #19035 (linghaoSu)
- [Fix] [core] fix potential NPE when reading default init options from global object in dev environment. #19217 (sunpm)
- [Fix] [i18n] enhance default language fallback. #19107 (ultravires)
- [Fix] [svg] fix assigning style attribute does not work when CSP is enforced. ecomfe/zrender#1030 (alxnddr)
- [Fix] [svg] duplicate id for background rect with multiple charts. ecomfe/zrender#1002 (Ovilia)
- [Fix] [node] make nodejs detection resilient. ecomfe/zrender#1036 (Uzlopak)
- [Fix] [type] make
- [Fix] [type] add missing value type
- [Feature] [type] export
- [Fix] [type] allow nullable value for
- [Fix] [type] add
- [Fix] [type] remove duplicate extends at
- [Refactor] [util] import
- @ captainhaddock18 made their first contribution in #18862
- @ nenoNaninu made their first contribution in #18901
- @ viking7982 made their first contribution in #18436
- @ dalenguyen made their first contribution in #19103
- @ ultravires made their first contribution in #19107
- @ RexSkz made their first contribution in #19056
- @ avin-kavish made their first contribution in #19111
- @ shiersansi made their first contribution in #19174
- @ sunpm made their first contribution in #19217
- @ OthmanAliModaes made their first contribution in #19214
- @ tijmenamsing made their first contribution in #19252
- @ snukhulov made their first contribution in #19279
- @ zhaxnb made their first contribution in #19424
- @ hugo-syn made their first contribution in #19446
- @ taks made their first contribution in #19499
-
5.5.0-rc.2 - 2024-02-04
-
5.5.0-rc.1 - 2024-01-31
-
5.4.3 - 2023-07-18
- [Feature] [axisPointer] Add
- [Feature] [sankey] Support
- [Fix] [sankey] Fix sankey line color
- [Fix] [sankey] Fix
- [Fix] [sunburst] Fix sunburst label may rotate when
- [Fix] [graph] Fix graph chart can't be hidden by legend due to edgeLabel NPE. #18624 (plainheart)
- [Fix] [state] Fix focus self doesn't work when item emphasis by other component. #18511 (linghaoSu)
- [Fix] [axis] Fix last tick doesn't show for single data. #18469 (Ovilia)
- [Fix] [pie] Fix incorrect response area of pie piece when
- [Fix] [custom] Fix user-defined
- [Fix] [legend] Inherit legend rich text color from legend's options. #18260 (ChepteaCatalin)
- [Fix] [label] Fix
- [Fix] [label] Fix
- [Fix] [util] Fix
- [Fix] [api] Only deprecate
- [Fix] [i18n] Fix the abbr of "March" for the DE language ("Mar" -> "Mrz"). #18387 (Stebeber)
- [Fix] [type] Fix wrong type for data item value of the
- [Fix] [type] Allow passing
-
5.4.3-rc.1 - 2023-07-14
-
5.4.2 - 2023-03-23
- [Feature] [bar] Support
- [Feature] [i18n] Add Turkish(tr_TR) translation. #18012 (partitect)
- [Feature] [i18n] Add Vietnamese(vi_VN) translation. #18279 (nghiepdev)
- [Fix] [bar] Polar bar animation should start from
- [Fix] [marker] Fix abnormal range of
- [Fix] [line] Fix labels don't show in line series when
- [Fix] [svg] Fix defined CSS doesn't work due to unexpected encoding for style tag. #982 (plainheart)
- [Fix] [sunburst] Fix labels might upside down in
- [Fix] [dataset] Fix chart can't render when using object array and object item contains a property named
- [Fix] [tooltip] Fix tooltip still disappears after leaving the tooltip even if
- [Fix] [text] Charsets like Cyrillic should break word the same as Latin. #973 (Ovilia)
- [Fix] [type] Add missing
- [Fix] [type] Add missing callback function type for the
-
5.4.2-rc.1 - 2023-03-17
-
5.4.1 - 2022-12-09
- [Feature] [i18n] Add Hungarian(hu_HU) translation. #17978 (ifjkovacsik)
- [Feature] [svg] Support gradients and patterns for background color in SVG renderer. #959 (plainheart)
- [Feature] [candlestick] Provide
- [Feature] [sankey] Support
- [Feature] [graph] Make graph node draggable in
- [Feature] [util] Use native
- [Feature] [type] Export
- [Fix] [i18n] Rename language code of Ukrainian to
- [Fix] [pie] Fix percent isn't updated after the legend is changed. #17734 (plainheart)
- [Fix] [pie] Fix potential null access to
- [Fix] [pie] Fix
- [Fix] [heatmap] Fix heatmap label may overlap when
- [Fix] [animation] Fix incorrect
- [Fix] [dataZoom] Fallback to extent start/end when value or percent is invalid. #17934 (plainheart)
- [Fix] [timeline] Fix chart can't work when axis line is not shown. #17647 (plainheart)
- [Fix] [tooltip] Fix tooltip arrow may cover the content when border is wide. #17875 (plainheart)
- [Fix] [marker] Fix
- [Fix] [marker]
- [Fix] [legend] Fix legend
- [Fix] [gauge] Render gauge sectors in the order of the "clockwise" option. #17691 (ZeekoZhu)
- [Fix] [ssr] Fix wrong expression for extracting the font size. #968 (plainheart)
- [Fix] [svg] Fix shape may disappear after morphing animation is finished in SVG renderer. (plainheart)
- [Fix] [type] Fix
- [Fix] [type] Add
- [Fix] [type] Add
- [Fix] [type] Add missing
from echarts GitHub release notespadAngleoption. #19076 (linghaoSu)endAnglefor control pie range. #18820 (linghaoSu)angleAxis.endAngle. #19099 (yassilah)appendTooption to allow customizing tooltip container. #18436 (viking7982)dataIndextovalueFormattercallback. #19123 (ChepteaCatalin)emphasis.labelLineis not working in pie chart. #19180 (shiersansi)alignWithLabel. #19516 (Ovilia)ellipsis&optionsof the functiontruncateTextoptional. ecomfe/zrender#1047 (plainheart)stringforbarMinWidthandbarMaxWidthof the bar series. #19424 (zhaxnb)EChartsInitOptsand somePayloadtypes forecharts/core. #19103 (dalenguyen)OptionDataValue. #19111 (avin-kavish)undefinedto the return type ofgraphic.clipRectByRectfunction. #18950 (benlongo)GraphNodeItemOption. #18901 (nenoNaninu)liftColorfunction from zrender. #19526 (plainheart)New Contributors
Release 5.5.0-rc.2
Release 5.5.0-rc.1
triggerEmphasisoption to disable emphasis. #18524 (juliepagano)trajectoryfor emphasis state. #17451 (ElayGelbart)'target'/'source'/'gradient'doesn't work in non-normal state. #18834 (linghaoSu)valueis undefined in label/edgeLabel formatter. #18733 (plainheart)labelLayout.hideOverlapis enabled. #18808 (linghaoSu)selectedOffsetis enabled andanimationis disabled. #1011 (plainheart)infoproperty was not available in the event handler. #18400 (sobolewsk)ellipsiswas not working. #18525 (Ovilia)endLabelfails with null data. #18841 (Ovilia){yy}pattern has no zero padding in time format util. #18535 (linghaoSu)disConnectbut notdisconnect. #18758 (Justineo)parallelseries. #18425 (ManishDait)nullto the parameters ofinitfunction. #18575 (zhuscat)Release 5.4.3-rc.1
borderRadiusfor polar bar and its background. #17995 (Ovilia)r0rather than0. #17997 (Ovilia)markAreain bar series. #18229 (Ovilia)ssris enabled. #18032 (plainheart)radiallayout. #18240 (susiwen8)length. #18276 (susiwen8)alwaysShowContentwas enabled. #18221 (jianghaoran116)treePathInfoproperty into sunburst formatter callback and add missingdataoption intoSunburstSeriesOption. #18310 (plainheart)symboloption of tree series. #18070 (ChepteaCatalin)Release 5.4.2-rc.1
borderColorDojioption for custom doji color. #17717 (Ovilia)edgeLabel. #16767 (susiwen8)noneandcircularlayout. #15428 (kongmoumou)Mapif available. #965 (JonasBa)ECElementEventfor TypeScript. #17892 (keita-determined)UK. #17812 (striezel)labelLinewhenminShowLabelRadianis set. #17715 (plainheart)centermay not be converted to correct point when coordinate system is specified. #17920 (plainheart)dataZoomis enabled. #17876 (plainheart)dataGroupIdfor old data items in universalTransition. #17559 (tyn1998)markAreadoesn't show when usingx/ypixel butcoordis not defined. #17217 (jiawulin001)markAreaof bar series now covers whole specified categories. #17098 (jiawulin001)inversedoesn't work if series data have the same name. #17510 (caiwukun)EChartsInitOptstype error about height and width. #17727 (MainHou)overflowproperty toAxisLabelBaseOptioninterface. #17808 (breizh24)string&numbertype into thecenteroption of pie series. #17917 (plainheart)functioncallback intolineStyle.colorfor lines series. #17780 (plainheart)Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: