[PR #28958] chore(deps): bump echarts-for-react from 3.0.2 to 3.0.5 in /web #32252

Closed
opened 2026-02-21 20:51:03 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/28958

State: closed
Merged: Yes


Bumps echarts-for-react from 3.0.2 to 3.0.5.

Release notes

Sourced from echarts-for-react's releases.

v3.0.5

What's Changed

New Contributors

Full Changelog: https://github.com/hustcc/echarts-for-react/compare/v3.0.4...v3.0.5

3.0.4

What's Changed

New Contributors

Full Changelog: https://github.com/hustcc/echarts-for-react/compare/v3.0.2...v3.0.4

... (truncated)

Commits
  • 6bbc4c5 Bump version from 3.0.4 to 3.0.5 (#614)
  • 809fc46 Pass unknown (non-ECharts) props through to the div element (#602)
  • a6945e8 Only unbind events passed from the parent component (#613)
  • 3739822 chore: bump version to 3.0.4 and update ECharts dependency to 6.0.0 (… (#606)
  • 21665a5 chore: update document (#601)
  • 74434b8 fix: use type-only import for CSSProperties (#597)
  • da0dd24 fix: Declare EChartsOption type as any (#590)
  • e150dc1 chore: v3.0.3 (#588)
  • fcc1268 Fix #446, #447 issues. 1) Only refresh the events bound by echart when the ev...
  • 670d9b1 fix: update action workflow (#587)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
**Original Pull Request:** https://github.com/langgenius/dify/pull/28958 **State:** closed **Merged:** Yes --- Bumps [echarts-for-react](https://github.com/hustcc/echarts-for-react) from 3.0.2 to 3.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hustcc/echarts-for-react/releases">echarts-for-react's releases</a>.</em></p> <blockquote> <h2>v3.0.5</h2> <h2>What's Changed</h2> <ul> <li>Only unbind events passed from the parent component by <a href="https://github.com/gggritso"><code>@​gggritso</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/613">hustcc/echarts-for-react#613</a></li> <li>Pass unknown (non-ECharts) props through to the div element by <a href="https://github.com/joshkel"><code>@​joshkel</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/602">hustcc/echarts-for-react#602</a></li> <li>Bump version from 3.0.4 to 3.0.5 by <a href="https://github.com/hustcc"><code>@​hustcc</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/614">hustcc/echarts-for-react#614</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gggritso"><code>@​gggritso</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/613">hustcc/echarts-for-react#613</a></li> <li><a href="https://github.com/joshkel"><code>@​joshkel</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/602">hustcc/echarts-for-react#602</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hustcc/echarts-for-react/compare/v3.0.4...v3.0.5">https://github.com/hustcc/echarts-for-react/compare/v3.0.4...v3.0.5</a></p> <h2>3.0.4</h2> <h2>What's Changed</h2> <ul> <li>Add a section for next.js user on reducing bundle size by <a href="https://github.com/Mr-Milk"><code>@​Mr-Milk</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/470">hustcc/echarts-for-react#470</a></li> <li>Fixes <a href="https://redirect.github.com/hustcc/echarts-for-react/issues/460">#460</a>: Initialise echarts with correct width and height by <a href="https://github.com/mobeigi"><code>@​mobeigi</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/464">hustcc/echarts-for-react#464</a></li> <li>:memo: doc: 修改README.md by <a href="https://github.com/scc02"><code>@​scc02</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/485">hustcc/echarts-for-react#485</a></li> <li>fix: TSLint export type by <a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/498">hustcc/echarts-for-react#498</a></li> <li>feat: whether to trigger <code>this.resize</code> when window resize by <a href="https://github.com/fakership"><code>@​fakership</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/490">hustcc/echarts-for-react#490</a></li> <li>docs(types): fix typo by <a href="https://github.com/100gle"><code>@​100gle</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/535">hustcc/echarts-for-react#535</a></li> <li>Update types.ts by <a href="https://github.com/poozhu"><code>@​poozhu</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/562">hustcc/echarts-for-react#562</a></li> <li>feat: Pass through replaceMerge when using setOption. by <a href="https://github.com/Xalier"><code>@​Xalier</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/520">hustcc/echarts-for-react#520</a></li> <li>docs: update .umirc.js by <a href="https://github.com/hustcc"><code>@​hustcc</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/569">hustcc/echarts-for-react#569</a></li> <li>docs: update TS and useRef example by <a href="https://github.com/mrdulin"><code>@​mrdulin</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/554">hustcc/echarts-for-react#554</a></li> <li>Updated code transpilation for Next.js 13.1 or higher in readme file by <a href="https://github.com/linkfang"><code>@​linkfang</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/528">hustcc/echarts-for-react#528</a></li> <li>fix: Replace EChartsOption/EChartsInstance type by <a href="https://github.com/xyz-26"><code>@​xyz-26</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/586">hustcc/echarts-for-react#586</a></li> <li>fix: update action workflow by <a href="https://github.com/hustcc"><code>@​hustcc</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/587">hustcc/echarts-for-react#587</a></li> <li>Fix <a href="https://redirect.github.com/hustcc/echarts-for-react/issues/446">#446</a>, <a href="https://redirect.github.com/hustcc/echarts-for-react/issues/447">#447</a> issues. 1) Only refresh the events bound by echart when the event changes. 2) If the style or classname changes, it's more reasonable to refresh the data after performing charts.resize first. by <a href="https://github.com/iitodo"><code>@​iitodo</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/444">hustcc/echarts-for-react#444</a></li> <li>chore: v3.0.3 by <a href="https://github.com/hustcc"><code>@​hustcc</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/588">hustcc/echarts-for-react#588</a></li> <li>fix: Solve the options type conflict caused by multiple type files. A… by <a href="https://github.com/xyz-26"><code>@​xyz-26</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/590">hustcc/echarts-for-react#590</a></li> <li>Use type-only import for CSSProperties by <a href="https://github.com/stefan-fast"><code>@​stefan-fast</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/597">hustcc/echarts-for-react#597</a></li> <li>chore: update document by <a href="https://github.com/hustcc"><code>@​hustcc</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/601">hustcc/echarts-for-react#601</a></li> <li>chore: bump version to 3.0.4 and update ECharts dependency to 6.0.0 (… by <a href="https://github.com/sherotree"><code>@​sherotree</code></a> in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/606">hustcc/echarts-for-react#606</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Mr-Milk"><code>@​Mr-Milk</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/470">hustcc/echarts-for-react#470</a></li> <li><a href="https://github.com/scc02"><code>@​scc02</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/485">hustcc/echarts-for-react#485</a></li> <li><a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/498">hustcc/echarts-for-react#498</a></li> <li><a href="https://github.com/fakership"><code>@​fakership</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/490">hustcc/echarts-for-react#490</a></li> <li><a href="https://github.com/100gle"><code>@​100gle</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/535">hustcc/echarts-for-react#535</a></li> <li><a href="https://github.com/poozhu"><code>@​poozhu</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/562">hustcc/echarts-for-react#562</a></li> <li><a href="https://github.com/Xalier"><code>@​Xalier</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/520">hustcc/echarts-for-react#520</a></li> <li><a href="https://github.com/mrdulin"><code>@​mrdulin</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/554">hustcc/echarts-for-react#554</a></li> <li><a href="https://github.com/linkfang"><code>@​linkfang</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/528">hustcc/echarts-for-react#528</a></li> <li><a href="https://github.com/xyz-26"><code>@​xyz-26</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/586">hustcc/echarts-for-react#586</a></li> <li><a href="https://github.com/iitodo"><code>@​iitodo</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/444">hustcc/echarts-for-react#444</a></li> <li><a href="https://github.com/stefan-fast"><code>@​stefan-fast</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/597">hustcc/echarts-for-react#597</a></li> <li><a href="https://github.com/sherotree"><code>@​sherotree</code></a> made their first contribution in <a href="https://redirect.github.com/hustcc/echarts-for-react/pull/606">hustcc/echarts-for-react#606</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hustcc/echarts-for-react/compare/v3.0.2...v3.0.4">https://github.com/hustcc/echarts-for-react/compare/v3.0.2...v3.0.4</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hustcc/echarts-for-react/commit/6bbc4c5b0b6277364d7e277b7ed8a7126a592643"><code>6bbc4c5</code></a> Bump version from 3.0.4 to 3.0.5 (<a href="https://redirect.github.com/hustcc/echarts-for-react/issues/614">#614</a>)</li> <li><a href="https://github.com/hustcc/echarts-for-react/commit/809fc46d4b96bc0a39de0a41cd609c9ab5c0c15d"><code>809fc46</code></a> Pass unknown (non-ECharts) props through to the div element (<a href="https://redirect.github.com/hustcc/echarts-for-react/issues/602">#602</a>)</li> <li><a href="https://github.com/hustcc/echarts-for-react/commit/a6945e8c498256c17190b0570ed2f8459db504b0"><code>a6945e8</code></a> Only unbind events passed from the parent component (<a href="https://redirect.github.com/hustcc/echarts-for-react/issues/613">#613</a>)</li> <li><a href="https://github.com/hustcc/echarts-for-react/commit/373982283c60017f00fe154068575b0bd80c06f8"><code>3739822</code></a> chore: bump version to 3.0.4 and update ECharts dependency to 6.0.0 (… (<a href="https://redirect.github.com/hustcc/echarts-for-react/issues/606">#606</a>)</li> <li><a href="https://github.com/hustcc/echarts-for-react/commit/21665a5495c3a708c77863b0f9d7b1f1d2fc5b32"><code>21665a5</code></a> chore: update document (<a href="https://redirect.github.com/hustcc/echarts-for-react/issues/601">#601</a>)</li> <li><a href="https://github.com/hustcc/echarts-for-react/commit/74434b88a6ee6e1f83cb3454ec6f5bc7c0b9b29f"><code>74434b8</code></a> fix: use type-only import for CSSProperties (<a href="https://redirect.github.com/hustcc/echarts-for-react/issues/597">#597</a>)</li> <li><a href="https://github.com/hustcc/echarts-for-react/commit/da0dd2433fd90703b6a6d93aa879b81308ed4340"><code>da0dd24</code></a> fix: Declare EChartsOption type as any (<a href="https://redirect.github.com/hustcc/echarts-for-react/issues/590">#590</a>)</li> <li><a href="https://github.com/hustcc/echarts-for-react/commit/e150dc134c2ddec9288c15366729cb073e09f9d0"><code>e150dc1</code></a> chore: v3.0.3 (<a href="https://redirect.github.com/hustcc/echarts-for-react/issues/588">#588</a>)</li> <li><a href="https://github.com/hustcc/echarts-for-react/commit/fcc1268f8e4d3a0b676fc4b680161f90b82505b6"><code>fcc1268</code></a> Fix <a href="https://redirect.github.com/hustcc/echarts-for-react/issues/446">#446</a>, <a href="https://redirect.github.com/hustcc/echarts-for-react/issues/447">#447</a> issues. 1) Only refresh the events bound by echart when the ev...</li> <li><a href="https://github.com/hustcc/echarts-for-react/commit/670d9b109011caf479074ba12a0aa4112d58b877"><code>670d9b1</code></a> fix: update action workflow (<a href="https://redirect.github.com/hustcc/echarts-for-react/issues/587">#587</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hustcc/echarts-for-react/compare/v3.0.2...v3.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=echarts-for-react&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.0.5)](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>
yindo added the pull-request label 2026-02-21 20:51:03 -05:00
yindo closed this issue 2026-02-21 20:51:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#32252