This is an automated email from the ASF dual-hosted git repository.
jli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 65c72c12c4 build(deps): update echarts requirement from ^5.4.1 to
^5.6.0 in /superset-frontend/plugins/plugin-chart-echarts (#31670)
65c72c12c4 is described below
commit 65c72c12c42ce56655519098ab4020d4aba62189
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 2 08:35:59 2025 -0800
build(deps): update echarts requirement from ^5.4.1 to ^5.6.0 in
/superset-frontend/plugins/plugin-chart-echarts (#31670)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Li <[email protected]>
---
superset-frontend/package-lock.json | 111 ++++++++++-----------
.../plugins/plugin-chart-echarts/package.json | 2 +-
2 files changed, 52 insertions(+), 61 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 42a3e532bc..f55751e25b 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -22691,20 +22691,6 @@
"safe-buffer": "^5.0.1"
}
},
- "node_modules/echarts": {
- "version": "5.5.1",
- "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.5.1.tgz",
- "integrity":
"sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==",
- "dependencies": {
- "tslib": "2.3.0",
- "zrender": "5.6.0"
- }
- },
- "node_modules/echarts/node_modules/tslib": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
- "integrity":
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
- },
"node_modules/ee-first": {
"version": "1.1.1",
"license": "MIT"
@@ -54141,19 +54127,6 @@
"url": "https://github.com/sponsors/colinhacks"
}
},
- "node_modules/zrender": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.0.tgz",
- "integrity":
"sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==",
- "dependencies": {
- "tslib": "2.3.0"
- }
- },
- "node_modules/zrender/node_modules/tslib": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
- "integrity":
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
- },
"node_modules/zwitch": {
"version": "2.0.4",
"license": "MIT",
@@ -58399,7 +58372,7 @@
"dependencies": {
"d3-array": "^1.2.0",
"dayjs": "^1.11.13",
- "echarts": "^5.4.1",
+ "echarts": "^5.6.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
@@ -58409,6 +58382,31 @@
"react": "^16.13.1"
}
},
+ "plugins/plugin-chart-echarts/node_modules/echarts": {
+ "version": "5.6.0",
+ "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.6.0.tgz",
+ "integrity":
"sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "tslib": "2.3.0",
+ "zrender": "5.6.1"
+ }
+ },
+ "plugins/plugin-chart-echarts/node_modules/tslib": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
+ "integrity":
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
+ "license": "0BSD"
+ },
+ "plugins/plugin-chart-echarts/node_modules/zrender": {
+ "version": "5.6.1",
+ "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.1.tgz",
+ "integrity":
"sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==",
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "tslib": "2.3.0"
+ }
+ },
"plugins/plugin-chart-handlebars": {
"name": "@superset-ui/plugin-chart-handlebars",
"version": "0.20.3",
@@ -69185,8 +69183,32 @@
"requires": {
"d3-array": "^1.2.0",
"dayjs": "^1.11.13",
- "echarts": "^5.4.1",
+ "echarts": "^5.6.0",
"lodash": "^4.17.21"
+ },
+ "dependencies": {
+ "echarts": {
+ "version": "5.6.0",
+ "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.6.0.tgz",
+ "integrity":
"sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==",
+ "requires": {
+ "tslib": "2.3.0",
+ "zrender": "5.6.1"
+ }
+ },
+ "tslib": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
+ "integrity":
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
+ },
+ "zrender": {
+ "version": "5.6.1",
+ "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.1.tgz",
+ "integrity":
"sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==",
+ "requires": {
+ "tslib": "2.3.0"
+ }
+ }
}
},
"@superset-ui/plugin-chart-handlebars": {
@@ -76496,22 +76518,6 @@
"safe-buffer": "^5.0.1"
}
},
- "echarts": {
- "version": "5.5.1",
- "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.5.1.tgz",
- "integrity":
"sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==",
- "requires": {
- "tslib": "2.3.0",
- "zrender": "5.6.0"
- },
- "dependencies": {
- "tslib": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
- "integrity":
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
- }
- }
- },
"ee-first": {
"version": "1.1.1"
},
@@ -96259,21 +96265,6 @@
"integrity":
"sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"dev": true
},
- "zrender": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.0.tgz",
- "integrity":
"sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==",
- "requires": {
- "tslib": "2.3.0"
- },
- "dependencies": {
- "tslib": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
- "integrity":
"sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
- }
- }
- },
"zwitch": {
"version": "2.0.4"
}
diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json
b/superset-frontend/plugins/plugin-chart-echarts/package.json
index e67df32972..c19fa7dadc 100644
--- a/superset-frontend/plugins/plugin-chart-echarts/package.json
+++ b/superset-frontend/plugins/plugin-chart-echarts/package.json
@@ -25,7 +25,7 @@
],
"dependencies": {
"d3-array": "^1.2.0",
- "echarts": "^5.4.1",
+ "echarts": "^5.6.0",
"lodash": "^4.17.21",
"dayjs": "^1.11.13"
},