Skip to content

Commit f243167

Browse files
authored
chore: Use npm-run-all2 (#12701)
https://github.com/mysticatea/npm-run-all is no longer maintained, so switching to npm-run-all2. Eliminates some deps from `yarn.lock` and should be faster!
1 parent 58af1d7 commit f243167

File tree

3 files changed

+20
-36
lines changed

3 files changed

+20
-36
lines changed

dev-packages/e2e-tests/test-applications/vue-3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vitejs/plugin-vue-jsx": "^3.1.0",
3131
"@vue/tsconfig": "^0.5.1",
3232
"http-server": "^14.1.1",
33-
"npm-run-all2": "^6.1.1",
33+
"npm-run-all2": "^6.2.0",
3434
"typescript": "~5.3.0",
3535
"vite": "^5.0.11",
3636
"vue-tsc": "^1.8.27"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"lerna": "7.1.1",
119119
"madge": "7.0.0",
120120
"nodemon": "^2.0.16",
121-
"npm-run-all": "^4.1.5",
121+
"npm-run-all2": "^6.2.0",
122122
"prettier": "^3.1.1",
123123
"rimraf": "^3.0.2",
124124
"rollup": "^4.13.0",

yarn.lock

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -11517,7 +11517,7 @@ ansi-styles@^5.0.0:
1151711517
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
1151811518
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
1151911519

11520-
ansi-styles@^6.1.0:
11520+
ansi-styles@^6.1.0, ansi-styles@^6.2.1:
1152111521
version "6.2.1"
1152211522
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
1152311523
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
@@ -15044,7 +15044,7 @@ cross-env@^7.0.3:
1504415044
dependencies:
1504515045
cross-spawn "^7.0.1"
1504615046

15047-
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
15047+
cross-spawn@^6.0.0:
1504815048
version "6.0.5"
1504915049
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
1505015050
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -26037,20 +26037,18 @@ npm-registry-fetch@^17.0.0:
2603726037
npm-package-arg "^11.0.0"
2603826038
proc-log "^4.0.0"
2603926039

26040-
npm-run-all@^4.1.5:
26041-
version "4.1.5"
26042-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
26043-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
26040+
npm-run-all2@^6.2.0:
26041+
version "6.2.0"
26042+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.0.tgz#ac0a893a593e1ab3ef85c5ac3526321d2e3137bd"
26043+
integrity sha512-wA7yVIkthe6qJBfiJ2g6aweaaRlw72itsFGF6HuwCHKwtwAx/4BY1vVpk6bw6lS8RLMsexoasOkd0aYOmsFG7Q==
2604426044
dependencies:
26045-
ansi-styles "^3.2.1"
26046-
chalk "^2.4.1"
26047-
cross-spawn "^6.0.5"
26045+
ansi-styles "^6.2.1"
26046+
cross-spawn "^7.0.3"
2604826047
memorystream "^0.3.1"
26049-
minimatch "^3.0.4"
26050-
pidtree "^0.3.0"
26051-
read-pkg "^3.0.0"
26052-
shell-quote "^1.6.1"
26053-
string.prototype.padend "^3.0.0"
26048+
minimatch "^9.0.0"
26049+
pidtree "^0.6.0"
26050+
read-package-json-fast "^3.0.2"
26051+
shell-quote "^1.7.3"
2605426052

2605526053
npm-run-path@^2.0.0:
2605626054
version "2.0.2"
@@ -27350,10 +27348,10 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc
2735027348
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
2735127349
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
2735227350

27353-
pidtree@^0.3.0:
27354-
version "0.3.1"
27355-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
27356-
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
27351+
pidtree@^0.6.0:
27352+
version "0.6.0"
27353+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
27354+
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
2735727355

2735827356
2735927357
version "5.0.0"
@@ -28890,7 +28888,7 @@ read-package-json-fast@^2.0.3:
2889028888
json-parse-even-better-errors "^2.3.0"
2889128889
npm-normalize-package-bin "^1.0.1"
2889228890

28893-
read-package-json-fast@^3.0.0:
28891+
read-package-json-fast@^3.0.0, read-package-json-fast@^3.0.2:
2889428892
version "3.0.2"
2889528893
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz#394908a9725dc7a5f14e70c8e7556dff1d2b1049"
2889628894
integrity sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==
@@ -30483,12 +30481,7 @@ shebang-regex@^3.0.0:
3048330481
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
3048430482
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
3048530483

30486-
shell-quote@^1.6.1:
30487-
version "1.7.2"
30488-
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
30489-
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
30490-
30491-
shell-quote@^1.8.1:
30484+
shell-quote@^1.7.3, shell-quote@^1.8.1:
3049230485
version "1.8.1"
3049330486
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
3049430487
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
@@ -31411,15 +31404,6 @@ string.prototype.matchall@^4.0.5, string.prototype.matchall@^4.0.6, string.proto
3141131404
regexp.prototype.flags "^1.4.3"
3141231405
side-channel "^1.0.4"
3141331406

31414-
string.prototype.padend@^3.0.0:
31415-
version "3.1.2"
31416-
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311"
31417-
integrity sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ==
31418-
dependencies:
31419-
call-bind "^1.0.2"
31420-
define-properties "^1.1.3"
31421-
es-abstract "^1.18.0-next.2"
31422-
3142331407
string.prototype.trimend@^1.0.5:
3142431408
version "1.0.5"
3142531409
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0"

0 commit comments

Comments
 (0)