Skip to content

Commit 648f3ec

Browse files
chore(deps): update dependency npm-run-all2 to v8 (#1281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2712186 commit 648f3ec

File tree

15 files changed

+1650
-1340
lines changed

15 files changed

+1650
-1340
lines changed

.pnp.cjs

Lines changed: 1610 additions & 1311 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pnp.loader.mjs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

packages/allure-codeceptjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-n": "^17.10.1",
7777
"eslint-plugin-no-null": "^1.0.2",
7878
"eslint-plugin-prefer-arrow": "^1.2.3",
79-
"npm-run-all2": "^7.0.0",
79+
"npm-run-all2": "^8.0.0",
8080
"rimraf": "^6.0.0",
8181
"typescript": "^5.2.2",
8282
"vitest": "^3.0.5"

packages/allure-cucumberjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"eslint-plugin-n": "^17.10.1",
8585
"eslint-plugin-no-null": "^1.0.2",
8686
"eslint-plugin-prefer-arrow": "^1.2.3",
87-
"npm-run-all2": "^7.0.0",
87+
"npm-run-all2": "^8.0.0",
8888
"rimraf": "^6.0.0",
8989
"typescript": "^5.2.2",
9090
"vitest": "^3.0.5"

packages/allure-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint-plugin-n": "^17.10.1",
8989
"eslint-plugin-no-null": "^1.0.2",
9090
"eslint-plugin-prefer-arrow": "^1.2.3",
91-
"npm-run-all2": "^7.0.0",
91+
"npm-run-all2": "^8.0.0",
9292
"rimraf": "^6.0.0",
9393
"typescript": "^5.2.2",
9494
"vitest": "^3.0.5"

packages/allure-jasmine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-plugin-no-null": "^1.0.2",
7979
"eslint-plugin-prefer-arrow": "^1.2.3",
8080
"jasmine": "^5.1.0",
81-
"npm-run-all2": "^7.0.0",
81+
"npm-run-all2": "^8.0.0",
8282
"rimraf": "^6.0.0",
8383
"typescript": "^5.2.2",
8484
"vitest": "^3.0.5"

packages/allure-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"jest-cli": "^29.7.0",
9191
"jest-environment-jsdom": "^29.7.0",
9292
"jest-environment-node": "^29.7.0",
93-
"npm-run-all2": "^7.0.0",
93+
"npm-run-all2": "^8.0.0",
9494
"rimraf": "^6.0.0",
9595
"typescript": "^5.2.2",
9696
"vitest": "^3.0.5"

packages/allure-js-commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"eslint-plugin-n": "^17.10.1",
100100
"eslint-plugin-no-null": "^1.0.2",
101101
"eslint-plugin-prefer-arrow": "^1.2.3",
102-
"npm-run-all2": "^7.0.0",
102+
"npm-run-all2": "^8.0.0",
103103
"rimraf": "^6.0.0",
104104
"typescript": "^5.2.2",
105105
"vitest": "^3.0.5"

packages/allure-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint-plugin-prefer-arrow": "^1.2.3",
8989
"glob": "^11.0.1",
9090
"mocha": "^11.0.0",
91-
"npm-run-all2": "^7.0.0",
91+
"npm-run-all2": "^8.0.0",
9292
"rimraf": "^6.0.0",
9393
"typescript": "^5.2.2",
9494
"vitest": "^3.0.5"

packages/allure-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-plugin-no-null": "^1.0.2",
8888
"eslint-plugin-prefer-arrow": "^1.2.3",
8989
"glob": "^11.0.1",
90-
"npm-run-all2": "^7.0.0",
90+
"npm-run-all2": "^8.0.0",
9191
"rimraf": "^6.0.0",
9292
"typescript": "^5.2.2",
9393
"vitest": "^3.0.5"

packages/allure-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-plugin-n": "^17.10.1",
7070
"eslint-plugin-no-null": "^1.0.2",
7171
"eslint-plugin-prefer-arrow": "^1.2.3",
72-
"npm-run-all2": "^7.0.0",
72+
"npm-run-all2": "^8.0.0",
7373
"rimraf": "^6.0.0",
7474
"typescript": "^5.2.2",
7575
"vitest": "^3.0.5"

packages/newman-reporter-allure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint-plugin-prefer-arrow": "^1.2.3",
8282
"msw": "1",
8383
"newman": "^6.2.1",
84-
"npm-run-all2": "^7.0.0",
84+
"npm-run-all2": "^8.0.0",
8585
"postman-collection": "^5.0.0",
8686
"rimraf": "^6.0.0",
8787
"typescript": "^5.2.2",

yarn.lock

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5513,7 +5513,7 @@ __metadata:
55135513
eslint-plugin-n: "npm:^17.10.1"
55145514
eslint-plugin-no-null: "npm:^1.0.2"
55155515
eslint-plugin-prefer-arrow: "npm:^1.2.3"
5516-
npm-run-all2: "npm:^7.0.0"
5516+
npm-run-all2: "npm:^8.0.0"
55175517
rimraf: "npm:^6.0.0"
55185518
typescript: "npm:^5.2.2"
55195519
vitest: "npm:^3.0.5"
@@ -5560,7 +5560,7 @@ __metadata:
55605560
eslint-plugin-n: "npm:^17.10.1"
55615561
eslint-plugin-no-null: "npm:^1.0.2"
55625562
eslint-plugin-prefer-arrow: "npm:^1.2.3"
5563-
npm-run-all2: "npm:^7.0.0"
5563+
npm-run-all2: "npm:^8.0.0"
55645564
rimraf: "npm:^6.0.0"
55655565
typescript: "npm:^5.2.2"
55665566
vitest: "npm:^3.0.5"
@@ -5600,7 +5600,7 @@ __metadata:
56005600
eslint-plugin-n: "npm:^17.10.1"
56015601
eslint-plugin-no-null: "npm:^1.0.2"
56025602
eslint-plugin-prefer-arrow: "npm:^1.2.3"
5603-
npm-run-all2: "npm:^7.0.0"
5603+
npm-run-all2: "npm:^8.0.0"
56045604
rimraf: "npm:^6.0.0"
56055605
typescript: "npm:^5.2.2"
56065606
vitest: "npm:^3.0.5"
@@ -5641,7 +5641,7 @@ __metadata:
56415641
eslint-plugin-no-null: "npm:^1.0.2"
56425642
eslint-plugin-prefer-arrow: "npm:^1.2.3"
56435643
jasmine: "npm:^5.1.0"
5644-
npm-run-all2: "npm:^7.0.0"
5644+
npm-run-all2: "npm:^8.0.0"
56455645
rimraf: "npm:^6.0.0"
56465646
typescript: "npm:^5.2.2"
56475647
vitest: "npm:^3.0.5"
@@ -5685,7 +5685,7 @@ __metadata:
56855685
jest-cli: "npm:^29.7.0"
56865686
jest-environment-jsdom: "npm:^29.7.0"
56875687
jest-environment-node: "npm:^29.7.0"
5688-
npm-run-all2: "npm:^7.0.0"
5688+
npm-run-all2: "npm:^8.0.0"
56895689
rimraf: "npm:^6.0.0"
56905690
typescript: "npm:^5.2.2"
56915691
vitest: "npm:^3.0.5"
@@ -5734,7 +5734,7 @@ __metadata:
57345734
eslint-plugin-no-null: "npm:^1.0.2"
57355735
eslint-plugin-prefer-arrow: "npm:^1.2.3"
57365736
md5: "npm:^2.3.0"
5737-
npm-run-all2: "npm:^7.0.0"
5737+
npm-run-all2: "npm:^8.0.0"
57385738
rimraf: "npm:^6.0.0"
57395739
typescript: "npm:^5.2.2"
57405740
vitest: "npm:^3.0.5"
@@ -5801,7 +5801,7 @@ __metadata:
58015801
eslint-plugin-prefer-arrow: "npm:^1.2.3"
58025802
glob: "npm:^11.0.1"
58035803
mocha: "npm:^11.0.0"
5804-
npm-run-all2: "npm:^7.0.0"
5804+
npm-run-all2: "npm:^8.0.0"
58055805
rimraf: "npm:^6.0.0"
58065806
typescript: "npm:^5.2.2"
58075807
vitest: "npm:^3.0.5"
@@ -5838,7 +5838,7 @@ __metadata:
58385838
eslint-plugin-no-null: "npm:^1.0.2"
58395839
eslint-plugin-prefer-arrow: "npm:^1.2.3"
58405840
glob: "npm:^11.0.1"
5841-
npm-run-all2: "npm:^7.0.0"
5841+
npm-run-all2: "npm:^8.0.0"
58425842
rimraf: "npm:^6.0.0"
58435843
typescript: "npm:^5.2.2"
58445844
vitest: "npm:^3.0.5"
@@ -5866,7 +5866,7 @@ __metadata:
58665866
eslint-plugin-n: "npm:^17.10.1"
58675867
eslint-plugin-no-null: "npm:^1.0.2"
58685868
eslint-plugin-prefer-arrow: "npm:^1.2.3"
5869-
npm-run-all2: "npm:^7.0.0"
5869+
npm-run-all2: "npm:^8.0.0"
58705870
rimraf: "npm:^6.0.0"
58715871
typescript: "npm:^5.2.2"
58725872
vitest: "npm:^3.0.5"
@@ -7734,6 +7734,17 @@ __metadata:
77347734
languageName: node
77357735
linkType: hard
77367736

7737+
"cross-spawn@npm:^7.0.6":
7738+
version: 7.0.6
7739+
resolution: "cross-spawn@npm:7.0.6"
7740+
dependencies:
7741+
path-key: "npm:^3.1.0"
7742+
shebang-command: "npm:^2.0.0"
7743+
which: "npm:^2.0.1"
7744+
checksum: 10/0d52657d7ae36eb130999dffff1168ec348687b48dd38e2ff59992ed916c88d328cf1d07ff4a4a10bc78de5e1c23f04b306d569e42f7a2293915c081e4dfee86
7745+
languageName: node
7746+
linkType: hard
7747+
77377748
"crypt@npm:0.0.2":
77387749
version: 0.0.2
77397750
resolution: "crypt@npm:0.0.2"
@@ -13726,7 +13737,7 @@ __metadata:
1372613737
eslint-plugin-prefer-arrow: "npm:^1.2.3"
1372713738
msw: "npm:1"
1372813739
newman: "npm:^6.2.1"
13729-
npm-run-all2: "npm:^7.0.0"
13740+
npm-run-all2: "npm:^8.0.0"
1373013741
postman-collection: "npm:^5.0.0"
1373113742
rimraf: "npm:^6.0.0"
1373213743
typescript: "npm:^5.2.2"
@@ -13934,12 +13945,12 @@ __metadata:
1393413945
languageName: node
1393513946
linkType: hard
1393613947

13937-
"npm-run-all2@npm:^7.0.0":
13938-
version: 7.0.0
13939-
resolution: "npm-run-all2@npm:7.0.0"
13948+
"npm-run-all2@npm:^8.0.0":
13949+
version: 8.0.1
13950+
resolution: "npm-run-all2@npm:8.0.1"
1394013951
dependencies:
1394113952
ansi-styles: "npm:^6.2.1"
13942-
cross-spawn: "npm:^7.0.3"
13953+
cross-spawn: "npm:^7.0.6"
1394313954
memorystream: "npm:^0.3.1"
1394413955
minimatch: "npm:^10.0.1"
1394513956
pidtree: "npm:^0.6.0"
@@ -13951,7 +13962,7 @@ __metadata:
1395113962
npm-run-all2: bin/npm-run-all/index.js
1395213963
run-p: bin/run-p/index.js
1395313964
run-s: bin/run-s/index.js
13954-
checksum: 10/8e5626220e580de667963bc2713a2fd99eafbd0ccad0d36e5040e37b20c27963d16149a87f6de5931235368907a08b2f6ebf951b2df5e7e2ee4202e983d388c3
13965+
checksum: 10/afa8edf143bd2767a8a884379f52364b6cf465b0c6219f035a730b279397a459d7215d110204ff6089ca160492d8120763cd84880e07c0f4d0cc8e6ef3fb218a
1395513966
languageName: node
1395613967
linkType: hard
1395713968

0 commit comments

Comments
 (0)