chore(deps): bump echarts from 5.6.0 to 6.0.0#1618
chore(deps): bump echarts from 5.6.0 to 6.0.0#1618dependabot[bot] wants to merge 1 commit intostagingfrom
Conversation
Bumps [echarts](https://github.com/apache/echarts) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/apache/echarts/releases) - [Commits](apache/echarts@5.6.0...6.0.0) --- updated-dependencies: - dependency-name: echarts dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Completed Working on "Code Review"✅ Review submitted successfully: COMMENT. Total comments: 1 across 1 files. ✅ Workflow completed successfully. |
There was a problem hiding this comment.
Review Summary
Findings by severity
- BLOCKER: 0
- CRITICAL: 0
- MAJOR: 1
- MINOR: 0
- SUGGESTION: 0
- PRAISE: 0
Key themes
- Major dependency upgrade risk: ECharts 6 introduces breaking default behavior changes that can silently affect chart rendering and interaction.
- Regression confidence gap: The PR lacks explicit compatibility guardrails and representative regression coverage for chart behavior/visuals.
Recommended next steps
- Add/update representative chart regression tests (visual/snapshot/UI) that cover core chart types used in the app.
- Preserve legacy chart behavior where needed via explicit options or compatibility theme settings.
- Re-verify chart layouts/interactions after upgrade (legend position, axis/label overlap handling, and related defaults).
| "date-fns": "^4.1.0", | ||
| "depcheck": "^1.4.7", | ||
| "echarts": "^5.6.0", | ||
| "echarts": "^6.0.0", |
There was a problem hiding this comment.
[major]: This dependency bump moves ECharts to 6.x (with transitive zrender 6.x), and ECharts 6 includes breaking default behavior changes (notably theme defaults and cartesian layout/anti-overflow behavior) that can silently alter existing chart visuals/interactions. The PR does not include migration safeguards or regression validation updates, which creates significant risk of shipping unnoticed UI regressions.
Before merging, add/update representative chart regression coverage (visual/snapshot/UI tests) and explicitly pin legacy behavior where required (for example applying ECharts v5 compatibility theme or explicit chart options to preserve prior legend/axis layout semantics).
🔒 Trivy Security Scan Results |
Bumps echarts from 5.6.0 to 6.0.0.
Release notes
Sourced from echarts's releases.
... (truncated)
Commits
52104f7Merge pull request #21132 from apache/release-dev5e02596chore: release771c523chore: add license headers and a script of pre-commit8d7f252Merge pull request #21127 from apache/release-dev64f8d9cchore: release 6.0.0-rc.165efa66test: add mark as expected5365621Merge pull request #21126 from apache/fix-162669055feftest(scale): add missing test8a40d27Merge branch 'release' into fix-1626618b5db2fix(scale): Fix that extreme small numbers can not be displayed in Cartesian ...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)