Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump zrender and echarts #41

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2023

Bumps zrender to 5.4.4 and updates ancestor dependency echarts. These dependencies need to be updated together.

Updates zrender from 4.3.2 to 5.4.4

Release notes

Sourced from zrender's releases.

5.4.4

  • fix(transform): fix invTransform may not be reset when updating transform. #1011

5.4.3

(The same as 5.4.2. See #994 .)

5.4.2

  • fix(text): Charsets like Cyrillic should break work the same as Latin. #973
  • fix(svg): fix unexpected encoding for style tag. #982

5.4.1

  • feat(svg): support gradients and patterns for background color in SVG renderer. #959
  • feat(util): use native Map if available. #966
  • feat(util): add hasKey method into HashMap for ECharts. #971
  • fix(util): fix wrong expression for extracting the font size. #968
  • fix(morph): fix shape may disappear after morphing animation is finished in SVG renderer. #976

5.4.0

  • featrue: Support coarse pointer. #918
  • fix: Fix pattern is not correctly scaled in canvas renderer. #938
  • fix: encode HTML when converting vnode to string. #935, apache/echarts#17399
  • fix: Fix rgb parsing. #930, #929

5.3.2

  • fix: createOrUpdateImage cannot access image width or height #910
  • fix: createRadialGradient with invalid parameters #898 #919

5.3.1

  • fix(svg): fix shared vnode in pattern brings render issue #889

5.3.0

No release notes provided.

5.2.1

No release notes provided.

5.2.0

No release notes provided.

5.1.1

No release notes provided.

5.1.0

No release notes provided.

5.0.4

No release notes provided.

5.0.3

... (truncated)

Commits
  • 55a9502 Merge pull request #1022 from jiawulin001/release-dev
  • d18db01 chore: add release for v5.4.4
  • 87a2848 Merge pull request #1021 from ecomfe/master
  • 1e27245 Merge pull request #1011 from ecomfe/fix-transform
  • 055b4e7 fix(transform): fix invTransform may not be reset when updating transform.
  • 9377dd2 Merge pull request #998 from ecomfe/fix-npm-script
  • 197f81a chore: fix deprecated npm script & add check for version and unexpected files...
  • 40abb1d Merge pull request #996 from ecomfe/release
  • b79095f Merge pull request #995 from ecomfe/release-dev
  • d67df5f chore: add release for 5.4.3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ovilia, a new releaser for zrender since your current version.


Updates echarts from 4.9.0 to 5.4.3

Release notes

Sourced from echarts's releases.

5.4.3

  • [Feature] [axisPointer] Add triggerEmphasis option to disable emphasis. #18524 (juliepagano)
  • [Feature] [sankey] Support trajectory for emphasis state. #17451 (ElayGelbart)
  • [Fix] [sankey] Fix sankey line color 'target'/'source'/'gradient' doesn't work in non-normal state. #18834 (linghaoSu)
  • [Fix] [sankey] Fix value is undefined in label/edgeLabel formatter. #18733 (plainheart)
  • [Fix] [sunburst] Fix sunburst label may rotate when labelLayout.hideOverlap is enabled. #18808 (linghaoSu)
  • [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 selectedOffset is enabled and animation is disabled. #1011 (plainheart)
  • [Fix] [custom] Fix user-defined info property was not available in the event handler. #18400 (sobolewsk)
  • [Fix] [legend] Inherit legend rich text color from legend's options. #18260 (ChepteaCatalin)
  • [Fix] [label] Fix ellipsis was not working. #18525 (Ovilia)
  • [Fix] [label] Fix endLabel fails with null data. #18841 (Ovilia)
  • [Fix] [util] Fix {yy} pattern has no zero padding in time format util. #18535 (linghaoSu)
  • [Fix] [api] Only deprecate disConnect but not disconnect. #18758 (Justineo)
  • [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 parallel series. #18425 (ManishDait)
  • [Fix] [type] Allow passing null to the parameters of init function. #18575 (zhuscat)

5.4.3-rc.1

Release 5.4.3-rc.1

5.4.2

  • [Feature] [bar] Support borderRadius for polar bar and its background. #17995 (Ovilia)
  • [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 r0 rather than 0. #17997 (Ovilia)
  • [Fix] [marker] Fix abnormal range of markArea in bar series. #18229 (Ovilia)
  • [Fix] [line] Fix labels don't show in line series when ssr is enabled. #18032 (plainheart)
  • [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 radial layout. #18240 (susiwen8)
  • [Fix] [dataset] Fix chart can't render when using object array and object item contains a property named length. #18276 (susiwen8)
  • [Fix] [tooltip] Fix tooltip still disappears after leaving the tooltip even if alwaysShowContent was enabled. #18221 (jianghaoran116)
  • [Fix] [text] Charsets like Cyrillic should break word the same as Latin. #973 (Ovilia)
  • [Fix] [type] Add missing treePathInfo property into sunburst formatter callback and add missing data option into SunburstSeriesOption. #18310 (plainheart)
  • [Fix] [type] Add missing callback function type for the symbol option of tree series. #18070 (ChepteaCatalin)

5.4.2-rc.1

Release 5.4.2-rc.1

5.4.1

  • [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 borderColorDoji option for custom doji color. #17717 (Ovilia)
  • [Feature] [sankey] Support edgeLabel. #16767 (susiwen8)
  • [Feature] [graph] Make graph node draggable in none and circular layout. #15428 (kongmoumou)
  • [Feature] [util] Use native Map if available. #965 (JonasBa)
  • [Feature] [type] Export ECElementEvent for TypeScript. #17892 (keita-determined)

... (truncated)

Commits
  • 18b361a Merge pull request #18886 from jiawulin001/release-dev
  • aaa8cf9 chore: release v5.4.3
  • f4f532d Merge pull request #18845 from apache/release-dev
  • dd53fc9 fix(endLabel): remove check of inner
  • ca3718a test(endLabel): add test case
  • a8ceb5b fix(endLabel): endLabel fail with null data #18839
  • 9fa6220 Merge pull request #18836 from apache/master
  • 7866509 Merge pull request #18834 from linghaoSu/fix/sankey-emphasis
  • f22ee7e fix(sankey): rm comment code & import type explicity
  • a373c6c fix(sankey): fix other state color is 'target/source/gradient'
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jiawulin, a new releaser for echarts since your current version.


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 commands and options

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.

Bumps [zrender](https://github.com/ecomfe/zrender) to 5.4.4 and updates ancestor dependency [echarts](https://github.com/apache/echarts). These dependencies need to be updated together.


Updates `zrender` from 4.3.2 to 5.4.4
- [Release notes](https://github.com/ecomfe/zrender/releases)
- [Commits](ecomfe/zrender@4.3.2...5.4.4)

Updates `echarts` from 4.9.0 to 5.4.3
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](apache/echarts@4.9.0...5.4.3)

---
updated-dependencies:
- dependency-name: zrender
  dependency-type: indirect
- dependency-name: echarts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zrender-and-echarts-5.4.4 branch October 7, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants