-
Notifications
You must be signed in to change notification settings - Fork 116
Update echarts dep to v6 #2250
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
base: main
Are you sure you want to change the base?
Update echarts dep to v6 #2250
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@siemens/ix-echarts': patch | ||
| --- | ||
|
|
||
| Update echarts dep to v6 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,7 +7,7 @@ | |||||
| "url": "https://github.com/siemens/ix", | ||||||
| "directory": "packages/echarts" | ||||||
| }, | ||||||
| "version": "3.0.0", | ||||||
| "version": "3.0.1", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating a peer dependency to a new major version (like
Suggested change
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please do not update version inside package.json this will be done via changeset |
||||||
| "description": "Siemens iX theme for echarts", | ||||||
| "main": "dist/index.js", | ||||||
| "types": "dist/types/index.d.ts", | ||||||
|
|
@@ -27,7 +27,7 @@ | |||||
| "devDependencies": { | ||||||
| "@playwright/test": "^1.54.1", | ||||||
| "@rollup/plugin-typescript": "^8.5.0", | ||||||
| "echarts": "^5.5.1", | ||||||
| "echarts": "^6.0.0", | ||||||
| "http-server": "^14.1.1", | ||||||
| "rimraf": "^3.0.2", | ||||||
| "rollup": "^2.79.1", | ||||||
|
|
@@ -38,6 +38,6 @@ | |||||
| "typescript": "^4.9.5" | ||||||
| }, | ||||||
| "peerDependencies": { | ||||||
| "echarts": "^5.3.3" | ||||||
| "echarts": "^6.0.0" | ||||||
| } | ||||||
| } | ||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating echarts to V6 is a breaking change imo. Does it not work to support v5 and v6 here to avoid a major breaking change?
Hows about having v5 or v6 as a peerDependency?
Execute tests for v5 and Execute tests for v6 should verify if both versions are compatible with the latest theming file