Skip to content

Commit ed033a6

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#768)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [npm-run-all](https://togithub.com/mysticatea/npm-run-all) | devDependencies | replacement | [`^4.1.5` -> `^5.0.0`](https://renovatebot.com/diffs/npm/npm-run-all/4.1.5/) | This is a special PR that replaces `npm-run-all` with the community suggested minimal stable replacement version. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/napi-rs/node-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 2348b5a commit ed033a6

File tree

2 files changed

+16
-83
lines changed

2 files changed

+16
-83
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"lerna": "^8.0.1",
4747
"lint-staged": "^15.2.0",
4848
"memfs-browser": "^4.6.0",
49-
"npm-run-all": "^4.1.5",
49+
"npm-run-all2": "^5.0.0",
5050
"prettier": "^3.1.1",
5151
"ts-node": "^10.9.2",
5252
"tslib": "^2.6.2",

yarn.lock

Lines changed: 15 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,7 +2892,7 @@ __metadata:
28922892
languageName: node
28932893
linkType: hard
28942894

2895-
"chalk@npm:^2.4.1, chalk@npm:^2.4.2":
2895+
"chalk@npm:^2.4.2":
28962896
version: 2.4.2
28972897
resolution: "chalk@npm:2.4.2"
28982898
dependencies:
@@ -3402,19 +3402,6 @@ __metadata:
34023402
languageName: node
34033403
linkType: hard
34043404

3405-
"cross-spawn@npm:^6.0.5":
3406-
version: 6.0.5
3407-
resolution: "cross-spawn@npm:6.0.5"
3408-
dependencies:
3409-
nice-try: "npm:^1.0.4"
3410-
path-key: "npm:^2.0.1"
3411-
semver: "npm:^5.5.0"
3412-
shebang-command: "npm:^1.2.0"
3413-
which: "npm:^1.2.9"
3414-
checksum: e05544722e9d7189b4292c66e42b7abeb21db0d07c91b785f4ae5fefceb1f89e626da2703744657b287e86dcd4af57b54567cef75159957ff7a8a761d9055012
3415-
languageName: node
3416-
linkType: hard
3417-
34183405
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
34193406
version: 7.0.3
34203407
resolution: "cross-spawn@npm:7.0.3"
@@ -6790,13 +6777,6 @@ __metadata:
67906777
languageName: node
67916778
linkType: hard
67926779

6793-
"nice-try@npm:^1.0.4":
6794-
version: 1.0.5
6795-
resolution: "nice-try@npm:1.0.5"
6796-
checksum: 95568c1b73e1d0d4069a3e3061a2102d854513d37bcfda73300015b7ba4868d3b27c198d1dbbd8ebdef4112fc2ed9e895d4a0f2e1cce0bd334f2a1346dc9205f
6797-
languageName: node
6798-
linkType: hard
6799-
68006780
"node-addon-api@npm:^1.3.0":
68016781
version: 1.7.2
68026782
resolution: "node-addon-api@npm:1.7.2"
@@ -6932,7 +6912,7 @@ __metadata:
69326912
lerna: "npm:^8.0.1"
69336913
lint-staged: "npm:^15.2.0"
69346914
memfs-browser: "npm:^4.6.0"
6935-
npm-run-all: "npm:^4.1.5"
6915+
npm-run-all2: "npm:^5.0.0"
69366916
prettier: "npm:^3.1.1"
69376917
ts-node: "npm:^10.9.2"
69386918
tslib: "npm:^2.6.2"
@@ -7168,24 +7148,22 @@ __metadata:
71687148
languageName: node
71697149
linkType: hard
71707150

7171-
"npm-run-all@npm:^4.1.5":
7172-
version: 4.1.5
7173-
resolution: "npm-run-all@npm:4.1.5"
7151+
"npm-run-all2@npm:^5.0.0":
7152+
version: 5.0.2
7153+
resolution: "npm-run-all2@npm:5.0.2"
71747154
dependencies:
7175-
ansi-styles: "npm:^3.2.1"
7176-
chalk: "npm:^2.4.1"
7177-
cross-spawn: "npm:^6.0.5"
7155+
ansi-styles: "npm:^5.0.0"
7156+
cross-spawn: "npm:^7.0.3"
71787157
memorystream: "npm:^0.3.1"
71797158
minimatch: "npm:^3.0.4"
7180-
pidtree: "npm:^0.3.0"
7181-
read-pkg: "npm:^3.0.0"
7159+
pidtree: "npm:^0.5.0"
7160+
read-pkg: "npm:^5.2.0"
71827161
shell-quote: "npm:^1.6.1"
7183-
string.prototype.padend: "npm:^3.0.0"
71847162
bin:
71857163
npm-run-all: bin/npm-run-all/index.js
71867164
run-p: bin/run-p/index.js
71877165
run-s: bin/run-s/index.js
7188-
checksum: 736ee39bd35454d3efaa4a2e53eba6c523e2e17fba21a18edcce6b221f5cab62000bef16bb6ae8aff9e615831e6b0eb25ab51d52d60e6fa6f4ea880e4c6d31f4
7166+
checksum: 72de78d3f3bbfe940d644bd1c97cd54189651758175df55507eb8a5475f0e6978a036d8cd6e4a4585c913c1c6ab1a76b0ce9a653c2beeabff69a98b5eac09afe
71897167
languageName: node
71907168
linkType: hard
71917169

@@ -7713,13 +7691,6 @@ __metadata:
77137691
languageName: node
77147692
linkType: hard
77157693

7716-
"path-key@npm:^2.0.1":
7717-
version: 2.0.1
7718-
resolution: "path-key@npm:2.0.1"
7719-
checksum: dd2044f029a8e58ac31d2bf34c34b93c3095c1481942960e84dd2faa95bbb71b9b762a106aead0646695330936414b31ca0bd862bf488a937ad17c8c5d73b32b
7720-
languageName: node
7721-
linkType: hard
7722-
77237694
"path-key@npm:^3.0.0, path-key@npm:^3.1.0":
77247695
version: 3.1.1
77257696
resolution: "path-key@npm:3.1.1"
@@ -7804,12 +7775,12 @@ __metadata:
78047775
languageName: node
78057776
linkType: hard
78067777

7807-
"pidtree@npm:^0.3.0":
7808-
version: 0.3.1
7809-
resolution: "pidtree@npm:0.3.1"
7778+
"pidtree@npm:^0.5.0":
7779+
version: 0.5.0
7780+
resolution: "pidtree@npm:0.5.0"
78107781
bin:
78117782
pidtree: bin/pidtree.js
7812-
checksum: cd69b0182f749f45ab48584e3442c48c5dc4512502c18d5b0147a33b042c41a4db4269b9ce2f7c48f11833ee5e79d81f5ebc6f7bf8372d4ea55726f60dc505a1
7783+
checksum: 4004b1c7429d02be941ad7ca2eac3bd93afa5cd59119633113013a33de52d76887de09a06a81943475bc1de3efe0a639515a5fee314f5ba074e6d849499e4b4f
78137784
languageName: node
78147785
linkType: hard
78157786

@@ -8363,7 +8334,7 @@ __metadata:
83638334
languageName: node
83648335
linkType: hard
83658336

8366-
"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.5.0, semver@npm:^5.6.0":
8337+
"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.6.0":
83678338
version: 5.7.2
83688339
resolution: "semver@npm:5.7.2"
83698340
bin:
@@ -8460,15 +8431,6 @@ __metadata:
84608431
languageName: node
84618432
linkType: hard
84628433

8463-
"shebang-command@npm:^1.2.0":
8464-
version: 1.2.0
8465-
resolution: "shebang-command@npm:1.2.0"
8466-
dependencies:
8467-
shebang-regex: "npm:^1.0.0"
8468-
checksum: 7b20dbf04112c456b7fc258622dafd566553184ac9b6938dd30b943b065b21dabd3776460df534cc02480db5e1b6aec44700d985153a3da46e7db7f9bd21326d
8469-
languageName: node
8470-
linkType: hard
8471-
84728434
"shebang-command@npm:^2.0.0":
84738435
version: 2.0.0
84748436
resolution: "shebang-command@npm:2.0.0"
@@ -8478,13 +8440,6 @@ __metadata:
84788440
languageName: node
84798441
linkType: hard
84808442

8481-
"shebang-regex@npm:^1.0.0":
8482-
version: 1.0.0
8483-
resolution: "shebang-regex@npm:1.0.0"
8484-
checksum: 9abc45dee35f554ae9453098a13fdc2f1730e525a5eb33c51f096cc31f6f10a4b38074c1ebf354ae7bffa7229506083844008dfc3bb7818228568c0b2dc1fff2
8485-
languageName: node
8486-
linkType: hard
8487-
84888443
"shebang-regex@npm:^3.0.0":
84898444
version: 3.0.0
84908445
resolution: "shebang-regex@npm:3.0.0"
@@ -8796,17 +8751,6 @@ __metadata:
87968751
languageName: node
87978752
linkType: hard
87988753

8799-
"string.prototype.padend@npm:^3.0.0":
8800-
version: 3.1.5
8801-
resolution: "string.prototype.padend@npm:3.1.5"
8802-
dependencies:
8803-
call-bind: "npm:^1.0.2"
8804-
define-properties: "npm:^1.2.0"
8805-
es-abstract: "npm:^1.22.1"
8806-
checksum: 94ba0d7a463c225d0337ebe4f5c150577d6d09fe56c798f77cd2b11f8d7c9b7b05e65b3c2a273f03529a3f155edb2d78b9c06b7a91f964f89796010a6cbc1dfa
8807-
languageName: node
8808-
linkType: hard
8809-
88108754
"string.prototype.trim@npm:^1.2.8":
88118755
version: 1.2.8
88128756
resolution: "string.prototype.trim@npm:1.2.8"
@@ -9726,17 +9670,6 @@ __metadata:
97269670
languageName: node
97279671
linkType: hard
97289672

9729-
"which@npm:^1.2.9":
9730-
version: 1.3.1
9731-
resolution: "which@npm:1.3.1"
9732-
dependencies:
9733-
isexe: "npm:^2.0.0"
9734-
bin:
9735-
which: ./bin/which
9736-
checksum: e945a8b6bbf6821aaaef7f6e0c309d4b615ef35699576d5489b4261da9539f70393c6b2ce700ee4321c18f914ebe5644bc4631b15466ffbaad37d83151f6af59
9737-
languageName: node
9738-
linkType: hard
9739-
97409673
"which@npm:^2.0.1":
97419674
version: 2.0.2
97429675
resolution: "which@npm:2.0.2"

0 commit comments

Comments
 (0)