You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2023/06/13 11:07:05 UTC

[echarts] branch master updated (e20d372b0 -> 0749a6578)

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 e20d372b0 Merge pull request #18660 from apache/dependabot/npm_and_yarn/socket.io-parser-3.4.3
     add 060d5f958 test(deps): move some dependencies that only are required by VRT to dedicated folder to speed up npm install.
     add 8c4b8f404 fix(husky): fix husky hooks not install brought by the update in 73e566cce94326e87173c2bf5699bc90864334e9
     add 306af1055 test(deps): move `slugify` to test folder
     add 5ae2c84ef feat(test): add tips for installing dependencies before running visual test & add eslint config for `runTest` folder
     add b7002c6ab feat(test): add scripts into VRT tool package.json
     add 0749a6578 Merge pull request #18725 from apache/move-test-dep

No new revisions were added by this update.

Summary of changes:
 .husky/pre-commit                              |    5 +
 .huskyrc                                       |    5 -
 package-lock.json                              | 4155 ++------------------
 package.json                                   |    9 +-
 {extension-src => test/runTest}/.eslintrc.yaml |    8 +-
 test/runTest/client/index.html                 |    4 +-
 test/runTest/package-lock.json                 | 5023 ++++++++++++++++++++++++
 test/runTest/package.json                      |   13 +-
 test/runTest/recorder/index.html               |    4 +-
 test/runTest/server.js                         |   15 +-
 10 files changed, 5317 insertions(+), 3924 deletions(-)
 create mode 100644 .husky/pre-commit
 delete mode 100644 .huskyrc
 copy {extension-src => test/runTest}/.eslintrc.yaml (92%)
 create mode 100644 test/runTest/package-lock.json


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