(echarts) branch release-dev updated (9d2bab0ea -> efa3e5a8e)

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

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


from 9d2bab0ea Merge pull request #20044 from 
apache/dependabot/npm_and_yarn/ws-7.5.10
 add ad947d661 fix(tooltip): fix tooltip XSS issue when legend name is HTML 
string
 add c1727a65f refactor(tooltip): add `encodeHTMLContent` option to specify 
whether the content should be encoded by default
 add 62210761d test(tooltip): update test case for tooltip xss
 add efa3e5a8e Merge pull request #20045 from apache/fix/tooltip-xss

No new revisions were added by this update.

Summary of changes:
 src/component/tooltip/TooltipView.ts | 14 ++-
 src/util/graphic.ts  |  2 +-
 src/util/types.ts|  6 +++
 test/runTest/actions/__meta__.json   |  2 +-
 test/runTest/actions/tooltip.json|  2 +-
 test/tooltip.html| 76 ++--
 6 files changed, 77 insertions(+), 25 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) branch fix/tooltip-xss deleted (was 62210761d)

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a change to branch fix/tooltip-xss
in repository https://gitbox.apache.org/repos/asf/echarts.git


 was 62210761d test(tooltip): update test case for tooltip xss

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) branch release-dev updated (efa3e5a8e -> 34889d934)

2024-06-19 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

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


from efa3e5a8e Merge pull request #20045 from apache/fix/tooltip-xss
 add 34889d934 build release

No new revisions were added by this update.

Summary of changes:
 dist/echarts.common.js | 12 
 dist/echarts.common.js.map |  2 +-
 dist/echarts.common.min.js |  4 ++--
 dist/echarts.esm.js| 14 +-
 dist/echarts.esm.js.map|  2 +-
 dist/echarts.esm.min.js|  2 +-
 dist/echarts.esm.min.mjs   |  2 +-
 dist/echarts.esm.mjs   | 14 +-
 dist/echarts.esm.mjs.map   |  2 +-
 dist/echarts.js| 12 
 dist/echarts.js.map|  2 +-
 dist/echarts.min.js|  2 +-
 dist/echarts.simple.js |  1 +
 dist/echarts.simple.js.map |  2 +-
 dist/echarts.simple.min.js |  2 +-
 15 files changed, 62 insertions(+), 13 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-doc) branch master updated: update changelog

2024-06-19 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
 new afde251f update changelog
afde251f is described below

commit afde251f9c730d1879dd2f334999ab29d2e6e8a0
Author: pissang 
AuthorDate: Wed Jun 19 19:45:11 2024 +0800

update changelog
---
 en/changelog.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/en/changelog.md b/en/changelog.md
index 49fce4cb..a0d7a477 100644
--- a/en/changelog.md
+++ b/en/changelog.md
@@ -14,6 +14,7 @@ dvdkon](https://github.com/dvdkon))
 + [Fix] [data] Avoid error when using BigInt values. 
[#19847](https://github.com/apache/echarts/issues/19847) 
([zettca](https://github.com/zettca))
 + [Fix] [pie] Fix `endAngle` is not applied on the empty circle. 
[#19642](https://github.com/apache/echarts/issues/19642) 
([plainheart](https://github.com/plainheart))
 + [Fix] [toolbox] Fix uncaught reference error in the environment that 
`MouseEvent` doesn't exist. 
[#19620](https://github.com/apache/echarts/issues/19620) 
([plainheart](https://github.com/plainheart))
++ [Fix] [tooltip] Fix tooltip XSS issue when legend name is HTML string. 
[#20045](https://github.com/apache/echarts/issues/20045) 
([plainheart](https://github.com/plainheart))
 + [Fix] [type] Fix that in users' .d.ts `import('echarts/types/dist/shared')` 
can not visit `'echarts/types/dist/shared.d.ts'` since v5.5.0. 
[#20030](https://github.com/apache/echarts/issues/20030) 
([100pah](https://github.com/100pah))
 
 ## v5.5.0


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-handbook) branch master updated (04284c0 -> 0926aa0)

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


from 04284c0  Merge pull request #111 from YuanyeChi/patch-1
 add 05e5867  build(deps): bump ws from 7.5.9 to 7.5.10
 new 0926aa0  Merge pull request #113 from 
apache/dependabot/npm_and_yarn/ws-7.5.10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 package-lock.json | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-handbook) 01/01: Merge pull request #113 from apache/dependabot/npm_and_yarn/ws-7.5.10

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git

commit 0926aa0e0a920629fac97d343baaec946436fd6f
Merge: 04284c0 05e5867
Author: Zhongxiang Wang 
AuthorDate: Wed Jun 19 19:52:34 2024 +0800

Merge pull request #113 from apache/dependabot/npm_and_yarn/ws-7.5.10

build(deps): bump ws from 7.5.9 to 7.5.10

 package-lock.json | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-handbook) branch dependabot/npm_and_yarn/ws-7.5.10 deleted (was 05e5867)

2024-06-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/ws-7.5.10
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


 was 05e5867  build(deps): bump ws from 7.5.9 to 7.5.10

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-examples) branch gh-pages updated (1149969c -> db80ef98)

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


from 1149969c tweak
 add f31c8c85 chore(deps-dev): bump ws from 7.5.8 to 7.5.10
 new db80ef98 Merge pull request #93 from 
apache/dependabot/npm_and_yarn/ws-7.5.10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 package-lock.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-examples) 01/01: Merge pull request #93 from apache/dependabot/npm_and_yarn/ws-7.5.10

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git

commit db80ef986d3671c8c483a058d2ed2d526fabf307
Merge: 1149969c f31c8c85
Author: Zhongxiang Wang 
AuthorDate: Wed Jun 19 19:53:30 2024 +0800

Merge pull request #93 from apache/dependabot/npm_and_yarn/ws-7.5.10

chore(deps-dev): bump ws from 7.5.8 to 7.5.10

 package-lock.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-handbook) branch gh-pages updated (c358318 -> 31d2f9a)

2024-06-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


 discard c358318  Deploying to gh-pages from @ 
apache/echarts-handbook@04284c017c09f04c2607816c62af22fb30c3328d 🚀
 new 31d2f9a  Deploying to gh-pages from @ 
apache/echarts-handbook@0926aa0e0a920629fac97d343baaec946436fd6f 🚀

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c358318)
\
 N -- N -- N   refs/heads/gh-pages (31d2f9a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/200.html  | 4 ++--
 docs/_nuxt/{57c3979.js => 6142c92.js}  | 2 +-
 docs/_nuxt/js/{81a587c5641acfbdd157.js => cd922025b12bf57c7693.js} | 2 +-
 docs/en/basics/download/index.html | 4 ++--
 docs/en/basics/help/index.html | 4 ++--
 docs/en/basics/import/index.html   | 4 ++--
 docs/en/basics/release-note/5-2-0/index.html   | 4 ++--
 docs/en/basics/release-note/5-3-0/index.html   | 4 ++--
 docs/en/basics/release-note/5-4-0/index.html   | 4 ++--
 docs/en/basics/release-note/5-5-0/index.html   | 4 ++--
 docs/en/basics/release-note/v5-feature/index.html  | 4 ++--
 docs/en/basics/release-note/v5-upgrade-guide/index.html| 4 ++--
 docs/en/best-practices/aria/index.html | 4 ++--
 docs/en/best-practices/canvas-vs-svg/index.html| 4 ++--
 docs/en/concepts/axis/index.html   | 4 ++--
 docs/en/concepts/chart-size/index.html | 4 ++--
 docs/en/concepts/data-transform/index.html | 4 ++--
 docs/en/concepts/dataset/index.html| 4 ++--
 docs/en/concepts/event/index.html  | 4 ++--
 docs/en/concepts/legend/index.html | 4 ++--
 docs/en/concepts/style/index.html  | 4 ++--
 docs/en/concepts/visual-map/index.html | 4 ++--
 docs/en/get-started/index.html | 4 ++--
 docs/en/how-to/animation/transition/index.html | 4 ++--
 docs/en/how-to/chart-types/bar/bar-race/index.html | 4 ++--
 docs/en/how-to/chart-types/bar/basic-bar/index.html| 4 ++--
 docs/en/how-to/chart-types/bar/stacked-bar/index.html  | 4 ++--
 docs/en/how-to/chart-types/bar/waterfall/index.html| 4 ++--
 docs/en/how-to/chart-types/line/area-line/index.html   | 4 ++--
 docs/en/how-to/chart-types/line/basic-line/index.html  | 4 ++--
 docs/en/how-to/chart-types/line/smooth-line/index.html | 4 ++--
 docs/en/how-to/chart-types/line/stacked-line/index.html| 4 ++--
 docs/en/how-to/chart-types/line/step-line/index.html   | 4 ++--
 docs/en/how-to/chart-types/pie/basic-pie/index.html| 4 ++--
 docs/en/how-to/chart-types/pie/doughnut/index.html | 4 ++--
 docs/en/how-to/chart-types/pie/rose/index.html | 4 ++--
 docs/en/how-to/chart-types/scatter/basic-scatter/index.html| 4 ++--
 docs/en/how-to/cross-platform/server/index.html| 4 ++--
 docs/en/how-to/data/dynamic-data/index.html| 4 ++--
 docs/en/how-to/interaction/coarse-pointer/index.html   | 4 ++--
 docs/en/how-to/interaction/drag/index.html | 4 ++--
 docs/en/how-to/label/rich-text/index.html  | 4 ++--
 docs/en/index.html | 4 ++--
 docs/en/meta/edit-guide/index.html | 4 ++--
 docs/index.html| 4 ++--
 docs/zh/basics/download/index.html | 4 ++--
 docs/zh/basics/help/index.html | 4 ++--
 docs/zh/basics/im

(echarts-examples) branch dependabot/npm_and_yarn/ws-7.5.10 deleted (was f31c8c85)

2024-06-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/ws-7.5.10
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


 was f31c8c85 chore(deps-dev): bump ws from 7.5.8 to 7.5.10

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-www) branch master updated (08801c16 -> 4b51a840)

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


from 08801c16 Merge pull request #53 from 
julien-deramond/master-jd-fix-english-update-release-announce-to-5.5
 add d195a16b chore(deps-dev): bump braces from 3.0.2 to 3.0.3
 new 4b51a840 Merge pull request #54 from 
apache/dependabot/npm_and_yarn/braces-3.0.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 package-lock.json | 3118 ++---
 1 file changed, 1784 insertions(+), 1334 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-www) 01/01: Merge pull request #54 from apache/dependabot/npm_and_yarn/braces-3.0.3

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git

commit 4b51a840eaad14d3e3093fcd93a37ef79bc82a4b
Merge: 08801c16 d195a16b
Author: Zhongxiang Wang 
AuthorDate: Wed Jun 19 19:54:15 2024 +0800

Merge pull request #54 from apache/dependabot/npm_and_yarn/braces-3.0.3

chore(deps-dev): bump braces from 3.0.2 to 3.0.3

 package-lock.json | 3118 ++---
 1 file changed, 1784 insertions(+), 1334 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-www) branch dependabot/npm_and_yarn/braces-3.0.3 deleted (was d195a16b)

2024-06-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/braces-3.0.3
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


 was d195a16b chore(deps-dev): bump braces from 3.0.2 to 3.0.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-www) branch dependabot/npm_and_yarn/ansi-regex-4.1.1 created (now 620db794)

2024-06-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/ansi-regex-4.1.1
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


  at 620db794 chore(deps-dev): bump ansi-regex from 4.1.0 to 4.1.1

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-www) branch dependabot/npm_and_yarn/uglify-js-3.18.0 created (now 778d87bb)

2024-06-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/uglify-js-3.18.0
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


  at 778d87bb chore(deps-dev): bump uglify-js from 2.2.5 to 3.18.0

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) branch release updated (955762035 -> 2caf68489)

2024-06-19 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git


from 955762035 Merge pull request #20037 from apache/master
 add ca9ed741e chore: release 5.6.0
 add 486f24f6d change version from 5.6.0 to 5.5.1
 add 4c015dd9f chore(deps-dev): bump ws from 7.5.7 to 7.5.10
 add 9d2bab0ea Merge pull request #20044 from 
apache/dependabot/npm_and_yarn/ws-7.5.10
 add ad947d661 fix(tooltip): fix tooltip XSS issue when legend name is HTML 
string
 add c1727a65f refactor(tooltip): add `encodeHTMLContent` option to specify 
whether the content should be encoded by default
 add 62210761d test(tooltip): update test case for tooltip xss
 add efa3e5a8e Merge pull request #20045 from apache/fix/tooltip-xss
 add 34889d934 build release
 new 2caf68489 Merge pull request #20039 from apache/release-dev

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dist/echarts.common.js   | 114 -
 dist/echarts.common.js.map   |   2 +-
 dist/echarts.common.min.js   |   4 +-
 dist/echarts.esm.js  | 157 ++-
 dist/echarts.esm.js.map  |   2 +-
 dist/echarts.esm.min.js  |   4 +-
 dist/echarts.esm.min.mjs |   4 +-
 dist/echarts.esm.mjs | 157 ++-
 dist/echarts.esm.mjs.map |   2 +-
 dist/echarts.js  | 157 ++-
 dist/echarts.js.map  |   2 +-
 dist/echarts.min.js  |   4 +-
 dist/echarts.simple.js   |  90 
 dist/echarts.simple.js.map   |   2 +-
 dist/echarts.simple.min.js   |   4 +-
 package-lock.json|  30 +++
 package.json |   4 +-
 src/component/tooltip/TooltipView.ts |  14 +++-
 src/core/echarts.ts  |   4 +-
 src/util/graphic.ts  |   2 +-
 src/util/types.ts|   6 ++
 test/runTest/actions/__meta__.json   |   2 +-
 test/runTest/actions/tooltip.json|   2 +-
 test/tooltip.html|  76 -
 24 files changed, 684 insertions(+), 161 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) 01/01: Merge pull request #20039 from apache/release-dev

2024-06-19 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 2caf68489c567417b8e357595997d4466c73f6db
Merge: 955762035 34889d934
Author: Yi Shen 
AuthorDate: Wed Jun 19 21:16:36 2024 +0800

Merge pull request #20039 from apache/release-dev

Release 5.5.1

 dist/echarts.common.js   | 114 -
 dist/echarts.common.js.map   |   2 +-
 dist/echarts.common.min.js   |   4 +-
 dist/echarts.esm.js  | 157 ++-
 dist/echarts.esm.js.map  |   2 +-
 dist/echarts.esm.min.js  |   4 +-
 dist/echarts.esm.min.mjs |   4 +-
 dist/echarts.esm.mjs | 157 ++-
 dist/echarts.esm.mjs.map |   2 +-
 dist/echarts.js  | 157 ++-
 dist/echarts.js.map  |   2 +-
 dist/echarts.min.js  |   4 +-
 dist/echarts.simple.js   |  90 
 dist/echarts.simple.js.map   |   2 +-
 dist/echarts.simple.min.js   |   4 +-
 package-lock.json|  30 +++
 package.json |   4 +-
 src/component/tooltip/TooltipView.ts |  14 +++-
 src/core/echarts.ts  |   4 +-
 src/util/graphic.ts  |   2 +-
 src/util/types.ts|   6 ++
 test/runTest/actions/__meta__.json   |   2 +-
 test/runTest/actions/tooltip.json|   2 +-
 test/tooltip.html|  76 -
 24 files changed, 684 insertions(+), 161 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) branch release-dev deleted (was 34889d934)

2024-06-19 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

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


 was 34889d934 build release

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-examples) branch gh-pages updated: Upgrade the dependent webpack to at least v5.13.0. Because since v5.13.0 (Jan 12, 2021) webpack starts to use dep `enhanced-resolve` v5.6.0, which starts to

2024-06-19 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
 new 22d39f21 Upgrade the dependent webpack to at least v5.13.0. Because 
since v5.13.0 (Jan 12, 2021) webpack starts to use dep `enhanced-resolve` 
v5.6.0, which starts to support wildcard in `package.json` `"exports"` 
(wildcard is like "exports": { ..., "./*": "./*" }). After echarts & zrender 
v5.5.0, they were upgraded to use `"exports"` in `package.json`. If wildcard is 
not supported, in e2e test, echarts can not visit all of the internal files 
(via path like `zrender/lib/core/util.js`).
22d39f21 is described below

commit 22d39f2162da91002da1b7ef2f961840ef0ac73c
Author: 100pah 
AuthorDate: Thu Jun 20 01:11:25 2024 +0800

Upgrade the dependent webpack to at least v5.13.0. Because since v5.13.0 
(Jan 12, 2021) webpack starts to use dep `enhanced-resolve` v5.6.0, which 
starts to support wildcard in `package.json` `"exports"` (wildcard is like 
"exports": { ..., "./*": "./*" }). After echarts & zrender v5.5.0, they were 
upgraded to use `"exports"` in `package.json`. If wildcard is not supported, in 
e2e test, echarts can not visit all of the internal files (via path like 
`zrender/lib/core/util.js`).
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 97958f1e..5dff591d 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
 "vue": "2.6.14",
 "vue-loader": "^15.9.6",
 "vue-template-compiler": "2.6.14",
-"webpack": "^5.11.1",
+"webpack": "^5.13.0",
 "webpack-bundle-analyzer": "^4.3.0",
 "webpack-cli": "^4.3.1",
 "yargs": "^6.6.0"
@@ -77,4 +77,4 @@
 "vue-i18n": "^8.18.2",
 "vue-scrollactive": "^0.9.3"
   }
-}
\ No newline at end of file
+}


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-www) 01/01: Merge pull request #55 from apache/dependabot/npm_and_yarn/ansi-regex-4.1.1

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git

commit e49b5b0619457d37159566d41edbc9c17a4f9fb1
Merge: 4b51a840 620db794
Author: Zhongxiang Wang 
AuthorDate: Thu Jun 20 10:12:39 2024 +0800

Merge pull request #55 from apache/dependabot/npm_and_yarn/ansi-regex-4.1.1

chore(deps-dev): bump ansi-regex from 4.1.0 to 4.1.1

 package-lock.json | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-www) branch master updated (4b51a840 -> e49b5b06)

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


from 4b51a840 Merge pull request #54 from 
apache/dependabot/npm_and_yarn/braces-3.0.3
 add 620db794 chore(deps-dev): bump ansi-regex from 4.1.0 to 4.1.1
 new e49b5b06 Merge pull request #55 from 
apache/dependabot/npm_and_yarn/ansi-regex-4.1.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 package-lock.json | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-www) branch dependabot/npm_and_yarn/ansi-regex-4.1.1 deleted (was 620db794)

2024-06-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/ansi-regex-4.1.1
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


 was 620db794 chore(deps-dev): bump ansi-regex from 4.1.0 to 4.1.1

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts-www) branch dependabot/npm_and_yarn/uglify-js-3.18.0 deleted (was 778d87bb)

2024-06-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/uglify-js-3.18.0
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


 was 778d87bb chore(deps-dev): bump uglify-js from 2.2.5 to 3.18.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) 01/01: chore(workflow): use forked workflow deps for timely update & fix typo

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch wokflow-deps
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 562889eed5a63afd195723935bc5b001bce7fceb
Author: plainheart 
AuthorDate: Thu Jun 20 10:44:37 2024 +0800

chore(workflow): use forked workflow deps for timely update & fix typo
---
 .github/workflows/pr-preview.yml  | 7 +++
 .github/workflows/teardown-pr-preview.yml | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml
index c01f1d2aa..70804d19d 100644
--- a/.github/workflows/pr-preview.yml
+++ b/.github/workflows/pr-preview.yml
@@ -25,11 +25,11 @@ jobs:
 return jobsRes.data.jobs.some((job) => job.name.includes('build') 
&& job.conclusion === 'success');
 
 outputs:
-  SHOULD_DEPOLY: ${{ steps.check-build-success.outputs.result }}
+  SHOULD_DEPLOY: ${{ steps.check-build-success.outputs.result }}
 
   deploy:
 needs: [on-success]
-if: ${{ needs.on-success.outputs.SHOULD_DEPOLY == 'true' }}
+if: ${{ needs.on-success.outputs.SHOULD_DEPLOY == 'true' }}
 runs-on: ubuntu-latest
 
 steps:
@@ -38,7 +38,7 @@ jobs:
   mkdir .actions
   cd .actions
   git clone --depth=1 
https://github.com/dawidd6/action-download-artifact.git
-  git clone --depth=1 
https://github.com/actions-cool/maintain-one-comment.git
+  git clone --depth=1 
https://github.com/plainheart/maintain-one-comment.git
 
   - name: Fetch PR dist files
 uses: ./.actions/action-download-artifact
@@ -70,7 +70,6 @@ jobs:
   COMMIT_SHA_SHORT: ${{ steps.pr-metadata.outputs.COMMIT_SHA_SHORT }}
 with:
   body: |
-
 The changes brought by this PR can be previewed at: 
https://echarts.apache.org/examples/editor?version=PR-${{ env.PR_NUMBER }}@${{ 
env.COMMIT_SHA_SHORT }}
   body-include: ''
   number: ${{ env.PR_NUMBER }}
diff --git a/.github/workflows/teardown-pr-preview.yml 
b/.github/workflows/teardown-pr-preview.yml
index 54488e820..90a2ddc35 100644
--- a/.github/workflows/teardown-pr-preview.yml
+++ b/.github/workflows/teardown-pr-preview.yml
@@ -14,7 +14,7 @@ jobs:
 runs-on: ubuntu-latest
 steps:
   - name: Install action dependencies
-run: git clone --depth=1 
https://github.com/actions-cool/maintain-one-comment.git
+run: git clone --depth=1 
https://github.com/plainheart/maintain-one-comment.git
 
   - name: Delete PR preview comment
 uses: ./maintain-one-comment


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) branch wokflow-deps created (now 562889eed)

2024-06-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a change to branch wokflow-deps
in repository https://gitbox.apache.org/repos/asf/echarts.git


  at 562889eed chore(workflow): use forked workflow deps for timely update 
& fix typo

This branch includes the following new commits:

 new 562889eed chore(workflow): use forked workflow deps for timely update 
& fix typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) 01/01: Merge pull request #20051 from apache/wokflow-deps

2024-06-19 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 40c2870d337316f1fba8429fb3d3a1990791eafb
Merge: a2824713a 562889eed
Author: Wenli Zhang 
AuthorDate: Thu Jun 20 14:36:11 2024 +0800

Merge pull request #20051 from apache/wokflow-deps

chore(workflow): use forked workflow deps for timely update

 .github/workflows/pr-preview.yml  | 7 +++
 .github/workflows/teardown-pr-preview.yml | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) branch master updated (a2824713a -> 40c2870d3)

2024-06-19 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


from a2824713a Merge pull request #19919 from apache/dvdkon-fix-13627
 add 562889eed chore(workflow): use forked workflow deps for timely update 
& fix typo
 new 40c2870d3 Merge pull request #20051 from apache/wokflow-deps

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/pr-preview.yml  | 7 +++
 .github/workflows/teardown-pr-preview.yml | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



(echarts) branch wokflow-deps deleted (was 562889eed)

2024-06-19 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch wokflow-deps
in repository https://gitbox.apache.org/repos/asf/echarts.git


 was 562889eed chore(workflow): use forked workflow deps for timely update 
& fix typo

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org