From ce5a40eb500fe77e32eafe73f0b6abc41647bd90 Mon Sep 17 00:00:00 2001 From: Binoy Patel Date: Fri, 4 Oct 2024 10:12:08 -0400 Subject: [PATCH] chore(deps): replace npm-run-all with npm-run-all2 (#7583) ### Description npm-run-all is deprecated and npm-run-all2 is the replacement for it ### What to review `pnpm check` still works ### Testing N/A ### Notes for release N/A --- package.json | 2 +- pnpm-lock.yaml | 28 +++++++++++++++++++++++++--- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 50b00e09e2e..69c170994cb 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "lint-staged": "^12.1.2", "lodash": "^4.17.21", "minimist": "^1.2.5", - "npm-run-all": "^4.1.5", + "npm-run-all2": "^6.2.3", "ora": "^8.0.1", "prettier": "^3.3.3", "rimraf": "^3.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0296415783b..1a2a46e9968 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -189,9 +189,9 @@ importers: minimist: specifier: ^1.2.5 version: 1.2.8 - npm-run-all: - specifier: ^4.1.5 - version: 4.1.5 + npm-run-all2: + specifier: ^6.2.3 + version: 6.2.3 ora: specifier: ^8.0.1 version: 8.0.1 @@ -9361,6 +9361,11 @@ packages: resolution: {integrity: sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==} engines: {node: ^16.14.0 || >=18.0.0} + npm-run-all2@6.2.3: + resolution: {integrity: sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg==} + engines: {node: ^14.18.0 || ^16.13.0 || >=18.0.0, npm: '>= 8'} + hasBin: true + npm-run-all@4.1.5: resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} engines: {node: '>= 4'} @@ -9761,6 +9766,11 @@ packages: engines: {node: '>=0.10'} hasBin: true + pidtree@0.6.0: + resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} + engines: {node: '>=0.10'} + hasBin: true + pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} @@ -21449,6 +21459,16 @@ snapshots: transitivePeerDependencies: - supports-color + npm-run-all2@6.2.3: + dependencies: + ansi-styles: 6.2.1 + cross-spawn: 7.0.3 + memorystream: 0.3.1 + minimatch: 9.0.5 + pidtree: 0.6.0 + read-package-json-fast: 3.0.2 + shell-quote: 1.8.1 + npm-run-all@4.1.5: dependencies: ansi-styles: 3.2.1 @@ -21919,6 +21939,8 @@ snapshots: pidtree@0.5.0: {} + pidtree@0.6.0: {} + pify@2.3.0: {} pify@3.0.0: {}