madrun 10.0.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2024.01.19, v10.0.1
2
+
3
+ feature:
4
+ - 3222754 madrun: eslint-plugin-putout v22.3.0
5
+ - ede4dad madrun: c8 v9.1.0
6
+ - 57f7b7a madrun: mock-import v4.0.2
7
+ - 1a91317 madrun: supertape v9.5.0
8
+ - d523038 madrun: putout v35.0.0
9
+ - 1c45483 madrun: escover v4.0.0
10
+ - 9bdbf8c madrun: mock-import v3.4.1
11
+
1
12
  2023.12.09, v10.0.0
2
13
 
3
14
  feature:
package/bin/madrun.mjs CHANGED
@@ -101,9 +101,8 @@ if (problems) {
101
101
  exit(1);
102
102
  }
103
103
 
104
- if (!names.length) {
104
+ if (!names.length)
105
105
  names = await choose(scripts);
106
- }
107
106
 
108
107
  if (!names.length)
109
108
  exit();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "CLI tool to run multiple npm-scripts in a madly comfortable way",
5
5
  "main": "lib/madrun.js",
6
6
  "type": "commonjs",
@@ -62,24 +62,24 @@
62
62
  "mapsome": "^1.0.0",
63
63
  "montag": "^1.0.0",
64
64
  "once": "^1.4.0",
65
- "putout": "^34.0.0",
65
+ "putout": "^35.0.0",
66
66
  "try-catch": "^3.0.0",
67
67
  "try-to-catch": "^3.0.0",
68
68
  "yargs-parser": "^21.0.0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@putout/formatter-json": "^2.0.0",
72
- "c8": "^8.0.0",
73
- "escover": "^3.4.0",
72
+ "c8": "^9.1.0",
73
+ "escover": "^4.0.0",
74
74
  "eslint": "^8.0.0",
75
75
  "eslint-plugin-n": "^16.0.1",
76
- "eslint-plugin-putout": "^21.0.1",
77
- "mock-import": "^3.0.0",
76
+ "eslint-plugin-putout": "^22.3.0",
77
+ "mock-import": "^4.0.2",
78
78
  "mock-require": "^3.0.3",
79
79
  "nodemon": "^3.0.1",
80
80
  "nyc": "^15.0.0",
81
81
  "runsome": "^1.0.0",
82
- "supertape": "^8.1.0"
82
+ "supertape": "^9.5.0"
83
83
  },
84
84
  "publishConfig": {
85
85
  "access": "public"