Skip to content

chore(deps): update dependency npm-run-all2 to v7 #6539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"husky": "^9.0.6",
"lerna": "^8.0.0",
"lint-staged": "^15.0.0",
"npm-run-all2": "^6.0.0",
"npm-run-all2": "^7.0.0",
"postcss": "^8.4.25",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.0.0",
Expand Down
60 changes: 42 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13929,6 +13929,13 @@ __metadata:
languageName: node
linkType: hard

"json-parse-even-better-errors@npm:^4.0.0":
version: 4.0.0
resolution: "json-parse-even-better-errors@npm:4.0.0"
checksum: 10c0/84cd9304a97e8fb2af3937bf53acb91c026aeb859703c332684e688ea60db27fc2242aa532a84e1883fdcbe1e5c1fb57c2bef38e312021aa1cd300defc63cf16
languageName: node
linkType: hard

"json-schema-traverse@npm:^0.4.1":
version: 0.4.1
resolution: "json-schema-traverse@npm:0.4.1"
Expand Down Expand Up @@ -15650,7 +15657,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^10.0.0":
"minimatch@npm:^10.0.0, minimatch@npm:^10.0.1":
version: 10.0.1
resolution: "minimatch@npm:10.0.1"
dependencies:
Expand Down Expand Up @@ -16273,6 +16280,13 @@ __metadata:
languageName: node
linkType: hard

"npm-normalize-package-bin@npm:^4.0.0":
version: 4.0.0
resolution: "npm-normalize-package-bin@npm:4.0.0"
checksum: 10c0/1fa546fcae8eaab61ef9b9ec237b6c795008da50e1883eae030e9e38bb04ffa32c5aabcef9a0400eae3dc1f91809bcfa85e437ce80d677c69b419d1d9cacf0ab
languageName: node
linkType: hard

"npm-package-arg@npm:11.0.2, npm-package-arg@npm:^11.0.2":
version: 11.0.2
resolution: "npm-package-arg@npm:11.0.2"
Expand Down Expand Up @@ -16355,24 +16369,24 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:^6.0.0":
version: 6.2.6
resolution: "npm-run-all2@npm:6.2.6"
"npm-run-all2@npm:^7.0.0":
version: 7.0.0
resolution: "npm-run-all2@npm:7.0.0"
dependencies:
ansi-styles: "npm:^6.2.1"
cross-spawn: "npm:^7.0.3"
memorystream: "npm:^0.3.1"
minimatch: "npm:^9.0.0"
minimatch: "npm:^10.0.1"
pidtree: "npm:^0.6.0"
read-package-json-fast: "npm:^3.0.2"
read-package-json-fast: "npm:^4.0.0"
shell-quote: "npm:^1.7.3"
which: "npm:^3.0.1"
which: "npm:^5.0.0"
bin:
npm-run-all: bin/npm-run-all/index.js
npm-run-all2: bin/npm-run-all/index.js
run-p: bin/run-p/index.js
run-s: bin/run-s/index.js
checksum: 10c0/043b0851958b22b1910002cacd996e2ee8d45fefd3aa0f6da2795c50f1eb1d520631f993f6c8c7d28aeca73882a95b35451024fcd796c26a7907e1a1dacb0a84
checksum: 10c0/ee09d88820e67d61497b3058a179e4d13ff9518242546d0114bdb6e657e3ba8427e672ce99abf3b680ac4433fa79639a47897b232a90f465d9a6eea5744b56bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -18577,6 +18591,16 @@ __metadata:
languageName: node
linkType: hard

"read-package-json-fast@npm:^4.0.0":
version: 4.0.0
resolution: "read-package-json-fast@npm:4.0.0"
dependencies:
json-parse-even-better-errors: "npm:^4.0.0"
npm-normalize-package-bin: "npm:^4.0.0"
checksum: 10c0/8a03509ae8e852f1abc4b109c1be571dd90ac9ea65d55433b2fe287e409113441a9b00df698288fe48aa786c1a2550569d47b5ab01ed83ada073d691d5aff582
languageName: node
linkType: hard

"read-pkg-up@npm:^1.0.1":
version: 1.0.1
resolution: "read-pkg-up@npm:1.0.1"
Expand Down Expand Up @@ -21313,7 +21337,7 @@ __metadata:
husky: "npm:^9.0.6"
lerna: "npm:^8.0.0"
lint-staged: "npm:^15.0.0"
npm-run-all2: "npm:^6.0.0"
npm-run-all2: "npm:^7.0.0"
postcss: "npm:^8.4.25"
postcss-cli: "npm:^11.0.0"
postcss-import: "npm:^16.0.0"
Expand Down Expand Up @@ -22111,25 +22135,25 @@ __metadata:
languageName: node
linkType: hard

"which@npm:^3.0.1":
version: 3.0.1
resolution: "which@npm:3.0.1"
"which@npm:^4.0.0":
version: 4.0.0
resolution: "which@npm:4.0.0"
dependencies:
isexe: "npm:^2.0.0"
isexe: "npm:^3.1.1"
bin:
node-which: bin/which.js
checksum: 10c0/15263b06161a7c377328fd2066cb1f093f5e8a8f429618b63212b5b8847489be7bcab0ab3eb07f3ecc0eda99a5a7ea52105cf5fa8266bedd083cc5a9f6da24f1
checksum: 10c0/449fa5c44ed120ccecfe18c433296a4978a7583bf2391c50abce13f76878d2476defde04d0f79db8165bdf432853c1f8389d0485ca6e8ebce3bbcded513d5e6a
languageName: node
linkType: hard

"which@npm:^4.0.0":
version: 4.0.0
resolution: "which@npm:4.0.0"
"which@npm:^5.0.0":
version: 5.0.0
resolution: "which@npm:5.0.0"
dependencies:
isexe: "npm:^3.1.1"
bin:
node-which: bin/which.js
checksum: 10c0/449fa5c44ed120ccecfe18c433296a4978a7583bf2391c50abce13f76878d2476defde04d0f79db8165bdf432853c1f8389d0485ca6e8ebce3bbcded513d5e6a
checksum: 10c0/e556e4cd8b7dbf5df52408c9a9dd5ac6518c8c5267c8953f5b0564073c66ed5bf9503b14d876d0e9c7844d4db9725fb0dcf45d6e911e17e26ab363dc3965ae7b
languageName: node
linkType: hard

Expand Down
Loading