Skip to content

Bump zrender and echarts #5

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2025

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

Updates zrender from 4.0.7 to 5.6.1

Release notes

Sourced from zrender's releases.

5.6.1

What's Changed

New Contributors

Full Changelog: ecomfe/zrender@5.6.0...5.6.1

5.6.0

What's Changed

New Contributors

5.5.0

What's Changed

New Contributors

Full Changelog: ecomfe/zrender@5.4.4...5.5.0

5.4.4

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

... (truncated)

Commits
  • 7bbbdbe Merge pull request #1107 from ecomfe/release-dev
  • 6eb0c73 release: rebuild v5.6.1
  • 1c79191 Revert "fix(util): exclude the __proto__ key from each/keys function (#...
  • 45df132 Merge pull request #1104 from ecomfe/release-dev
  • b9156fc release: v5.6.1
  • 07a3ace chore(build): check packages that are not from npm registry in package-lock.j...
  • a810fee fix(util): exclude the __proto__ key from each/keys function (#826)
  • 83fc9ec release v5.6.1
  • 2896ce3 Merge pull request #1105 from ecomfe/fix-path
  • 5dec07f fix(path): revert #1096
  • 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.2.1 to 5.6.0

Release notes

Sourced from echarts's releases.

5.6.0

  • [Feature] [geo] [map] Support styling region in original GeoJSON data. #20564 (plainheart)
  • [Feature] [geo] [map] Support regions[].silent option. #20566 (Ovilia)
  • [Feature] [axis] Support tooltip for axis label. #16315 (plainheart)
  • [Feature] [text] Add isTruncated state property for Text element. #1101 (100pah)
  • [Feature] [sunburst] Add new emphasis focus strategy 'relative' for highlighting ancestor and descendant nodes. #20399 (sz-p)
  • [Feature] [axis] Add showMinLine / showMaxLine option for splitLine. #20114 (adaelixir)
  • [Feature] [dataZoom] Add handleLabel.show option. #20082 (Ovilia)
  • [Feature] [calendar] Add silent option for dayLabel/monthLabel/yearLabel. #20492 (plainheart)
  • [Feature] [treemap] Add cursor option. #20113 (adaelixir)
  • [Feature] [aria] Add aria.data.excludeDimensionId to exclude specific dimensions in aria-label. #20218 (semla)
  • [Feature] [aria] Add role="img" to chart container element. #20050 (ViniciusCestarii)
  • [Feature] [i18n] Add Swedish(SV) translation #20227 (NajamShehzad)
  • [Feature] [i18n] Add Persian(FA) translation. #20312 (Ayazadeh)
  • [Feature] [i18n] Improve pt-BR translation. #20348 (ViniciusCestarii)
  • [Fix] [line] Reduce runtime memory cost. #20161 (plainheart)
  • [Fix] [line] Fix areaStyle skewing in stepped line series and incorrect connectNull behavior #20092 (Ovilia)
  • [Fix] [candlestick] Add back missing support for non-normal states since v5.0.0. #20105 (plainheart)
  • [Fix] [legend] Fix legend action is not isolated from other legend components. #20129 (plainheart)
  • [Fix] [bar] Fix borderColor hides bar color with large data. #20465 (DevitX)
  • [Fix] [pictorial] Fix zero value flipping for different axes. #20557 (Ovilia)
  • [Fix] [visualMap] Fix cursor is still pointer when selectedMode is disabled. #20551 (sz-p)
  • [Fix] [visualMap] Fix label collides with horizontal visualMap. #20249 (WojciechKrakowiak)
  • [Fix] [tooltip] Fix potential NPE when setting option with notMerge strategy. #20435 (ktx-abhay)
  • [Fix] [tooltip] Fix tooltip textStyle.lineHeight does not work. #20398 (sz-p)
  • [Fix] [sankey] Avoid throwing errors when the links / nodes / levels option is undefined. #20380 (sz-p)
  • [Fix] [polar] Fix unexpected clipping in polar coordinate. #20370 (sz-p)
  • [Fix] [boxplot] Correctly handle series.encode with category axis. #20324 (jonoshearman)
  • [Fix] [sampling] Fix minmax sampling behavior. #20315 (ribeirompl)
  • [Fix] [gauge] Fix progress bar may be beneath the axis line. #20276 (kingyue737)
  • [Fix] [axis] Fix axis ticks overflowing grid area with dataZoom. #20194 (Ovilia)
  • [Fix] [axis] [time] Fix bar bandWidth with inversed time axis. #20246 (Ovilia)
  • [Fix] [theme] Fix legend page text color in dark mode. #20396 (plainheart)
  • [Fix] [pie] Fix some labels may not show. #20074 (liuyunzidian)
  • [Fix] [grid] Fix clipping in custom series off by pixel. #20043 (fandi-1205)
  • [Fix] [svg] Fix SVG element may be not interactable in SSR mode and fix invalid transparent color issue. #1076 (plainheart)
  • [Fix] [data] Fix potential NPE in the SeriesData#rawIndexOf function. #20534 (plainheart)
  • [Fix] [text] Fix text bounding rectangle is incorrect when overflow is 'truncate'. #1091 (linghaoSu) #1100 (100Pah)
  • [Fix] [env] Fix detection for node environment. #1037 (Uzlopak) #1071 (xg-qd) #1086 (plainheart)
  • [Fix] [type] MarkLine symbolOffset can be a 2d array for both symbols. #20491 (plainheart)

New Contributors

... (truncated)

Commits
  • fe42bc1 Merge pull request #20556 from apache/release-dev
  • a96cbaa release: build v5.6.0
  • 74203be release: update echarts version to 5.6.0
  • 5764d0c chore: update zrender versin to 5.6.1
  • 70a5f3f Merge pull request #20566 from apache/fix-map
  • 4e84f15 fix(test): fix map test case
  • 8dd5475 fix(test): fix map test case
  • e231c09 fix(map): update test cases
  • 181842f test(map): replace test cases with new map
  • fd87c34 fix(map): remove preventAutoZ for map
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by plainheart, 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.6.1 and updates ancestor dependency [echarts](https://github.com/apache/echarts). These dependencies need to be updated together.


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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 14, 2025
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