This is an automated email from the ASF dual-hosted git repository.

100pah pushed a commit to branch release-dev
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit eb7aa66248d9b3ba1812382f013301446d7e5953
Author: 100pah <[email protected]>
AuthorDate: Sat May 9 02:02:51 2026 +0800

    dep: downgrade dep version.
---
 package.README.md | 3 +--
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package.README.md b/package.README.md
index df81442f4..0007a007d 100644
--- a/package.README.md
+++ b/package.README.md
@@ -118,5 +118,4 @@ See `MIN_VERSION` in `echarts/build/testDts.js` for the 
minimal supported TS ver
 ## Library dependency records
 
 + @rollup/plugin-terser:
-    + Temporarily deliberately use v0.4.4, since v1.0.0+ require newer 
versions of Node.js (may v19+) and may break users existing pipeline, and 
v0.4.4 has no security issue yet and produces the same size of min file. It can 
be upgraded to v1.0.0+ in future if concrete requirements arise.
-
+    + Currently @rollup/[email protected] is used, since 
@rollup/plugin-terser@^1.0.0 requires Node.js v20+, which may break users 
existing pipeline; @rollup/plugin-terser@^0.4.3 depends [email protected], which 
requires Node.js v20+; @rollup/[email protected] does not affect the produced 
min file size. It can be upgraded to v1.0.0+ in future if concrete requirements 
arise.
diff --git a/package.json b/package.json
index 6bb064326..c3dd0ad83 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
     "@rollup/plugin-commonjs": "^17.0.0",
     "@rollup/plugin-node-resolve": "^11.0.0",
     "@rollup/plugin-replace": "^2.3.4",
-    "@rollup/plugin-terser": "0.4.4",
+    "@rollup/plugin-terser": "0.4.2",
     "@types/jest": "^26.0.14",
     "@typescript-eslint/eslint-plugin": "^4.33.0",
     "@typescript-eslint/parser": "^4.33.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to