Skip to content

Bump zrender and echarts in /harrier-ui #51

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

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

Updates zrender from 4.3.2 to 5.4.0

Release notes

Sourced from zrender's releases.

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

No release notes provided.

5.0.1

No release notes provided.

5.0.0

No release notes provided.

5.0.0-beta.2

No release notes provided.

5.0.0-beta.1

No release notes provided.

5.0.0-alpha.2

No release notes provided.

... (truncated)

Commits
  • 5187053 Merge pull request #951 from ecomfe/release-dev
  • 0dc7e30 5.3.2 -> 5.4.0 in package-lock.json
  • 21b16a8 Merge pull request #950 from ecomfe/release-dev
  • f422233 release: 5.4.0
  • a57f610 fix: upgrade eslint to enable eslint work for the currently used ts version.
  • d9cf9be Merge pull request #945 from ecomfe/master
  • e5d275f Merge pull request #918 from ecomfe/feat-coarse-pointer
  • b23086c feat(coars-pointer): improve code style
  • a3c265e feat(coarse-pointer): improve style
  • d9b9412 feat(coarse-pointer): fix logic after cr
  • Additional commits viewable in compare view
Maintainer changes

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


Updates echarts from 4.9.0 to 5.4.0

Release notes

Sourced from echarts's releases.

5.4.0

  • [Feature] Support intelligent pointer snapping. #17102 (Ovilia)
  • [Feature] [pie] Support specifying coordinate system for pie series. #17132 (plainheart)
  • [Feature] [gauge] Support rotation for axisLabel. #16985 (MeetzhDing)
  • [Feature] [lines] Support going back for effect animation. #16943 (wangguisong)
  • [Feature] [treemap] Support emphasis state for breadcrumb. #17242 (susiwen8)
  • [Feature] [i18n] Add Ukrainian(uk-UA) translation. #17244 (Amice13)
  • [Feature] [type] Export type ElementEvent. #15291 (Map1en)
  • [Fix] [pie] Fix labelLine may not be hidden when minShowLabelRadian is specified. #17412 (plainheart)
  • [Fix] [pie] Optimize performance of pie series. #17275 (wind108369)
  • [Fix] [line] Set default z/zlevel for temporary symbol to avoid warnings. #17247 (plainheart)
  • [Fix] [bar-race] Fix lines glitch with sub-pixel optimization in animations. #17426 (Ovilia)
  • [Fix] [axis] Fix inverse option does not work for singleAxis. #17411 (wind108369)
  • [Fix] [axis] Fix axis symbol is not reversed when axis is reversed. #17329 (plainheart)
  • [Fix] [state] [emphasis] Fix emphasis.scale can't be reset and specified values may not be respected. #17442 (plainheart)
  • [Fix] [state] [emphasis] Add missing type number to emphasis.scale for scatter/line/graph series. #17390 (plainheart)
  • [Fix] [svg] Encode HTML special characters when generating SVG string. #17406 (plainheart)
  • [Fix] [visualMap] Fix the indicator doesn't show when hovering on map label. #17346 (plainheart)
  • [Fix] [custom] Fix elements may not be removed after updates. #17349. (Ovilia)
  • [Fix] [custom] Fix custom elements probably can't be removed when applying leave transition. #17308 (plainheart)
  • [Fix] [theme] Fix text style of tooltip in macarons theme. #17551 (mousne)
  • [Fix] [theme] Fix abandoned normal level in theme files. #17482 (Liangism)
  • [Fix] [axis] [log] Fix log axis breaks a single data whose log value is negative. #17322 (Ovilia)
  • [Fix] [dataZoom] Fix errors when using sliderZoom in candlestick series with dataset. #17237 (jiawulin001)
  • [Fix] [sunburst] Fix wrong log for deprecated action. #17587 (gitforhlp)
  • [Fix] [type] Ensure compatibility with TypeScript 4.8. #17582 (AviVahl)
  • [Fix] [type] Add missing value type false for nodeClick option for SunburstSeriesOption and TreemapSeriesOption. #17218 (dmzc)
  • [Fix] [typo] Fix a file name typo. src/animation/basicTrasition.tssrc/animation/basicTransition.ts #17193 (kxxoling)

5.4.0-rc.1

No release notes provided.

5.3.3

  • [Feature] [bar] add new stacking strategies. #17086 (villebro)
  • [Feature] [tree] tree focus supports relative. #17009 (susiwen8)
  • [Feature] [visualMap] selectedMode supports boolean. #16972 (susiwen8)
  • [Feature] [graph] [tree] [map] series center of view supports string. #16904 (susiwen8)
  • [Fix] [line] fix polygon not being updated when switching from line chart to step line chart with notMerge: true. #16772 (jiawulin001)
  • [Fix] [tree] fix radial tree with a single root not working. #16950 (fuchunhui)
  • [Fix] [tree] fix unexpected expanded children when edgeShape is polyline. #16548 (linghaoSu)
  • [Fix] [graph] fix user cursor setting not being respected. #16867 (susiwen8)
  • [Fix] [graph] fix autoCurveness type. #16897 (kongmoumou)
  • [Fix] [radar] fix names being - in tooltip when name.show is false. #15985 (Ovilia)
  • [Fix] [radar] fix regression bug brought by branch merging. #16764 (plainheart)
  • [Fix] [geo] fix linesGL series not render. #17150 (plainheart)
  • [Fix] [pictorialBar] improve PictorialBarSeriesOption type definition. #17155 (dmzc)
  • [Fix] [tooltip] fix content changes with axis extent when 'triggerOn' set to 'click'. #16939 (jiawulin001)
  • [Fix] [dataZoom] fix borderColor may not work in some bundle environments. #16854 (Ling310)
  • [Fix] [markLine] fix markLine label showing wrong tooltip content. #16971 (plainheart)
  • [Fix] [markArea] fix markArea may be filtered unexpectedly. #16861 (jiawulin001)

... (truncated)

Commits
  • 6347c2c Merge pull request #17645 from apache/release-dev
  • 1acad38 release: 5.4.0
  • 2e71525 fix: upgrade typescript-eslint to enable ts check with the currently used ts ...
  • 6037f16 chore: fix test case.
  • 4d218b1 Merge pull request #17614 from apache/master
  • 74cd6ad Merge pull request #15291 from Map1en/export-type-elementevent
  • b9f330b Merge pull request #17582 from AviVahl/fix-ts4.8-compatibility
  • 7f3b2ba Merge pull request #17598 from ChepteaCatalin/master
  • 5b46529 fix a typo error in log.ts
  • b96b04e Merge pull request #17587 from gitforhlp/master
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by 100pah, 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

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.0 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.0
- [Release notes](https://github.com/ecomfe/zrender/releases)
- [Commits](ecomfe/zrender@4.3.2...5.4.0)

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

---
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 Nov 1, 2022
@hanggeer hanggeer merged commit fa138b1 into main Nov 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/harrier-ui/zrender-and-echarts-5.4.0 branch November 1, 2022 02:39
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.

1 participant