madrun 9.0.5 → 9.0.7

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.
Files changed (3) hide show
  1. package/ChangeLog +14 -0
  2. package/README.md +1 -1
  3. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2022.10.20, v9.0.7
2
+
3
+ feature:
4
+ - package: supertape v8.1.0
5
+ - package: putout v28.0.0
6
+ - package: supertape v8.0.1
7
+
8
+ 2022.07.20, v9.0.6
9
+
10
+ feature:
11
+ - package: putout v27.0.0
12
+ - package: eslint-plugin-putout v16.0.0
13
+
14
+
1
15
  2022.06.23, v9.0.5
2
16
 
3
17
  fix:
package/README.md CHANGED
@@ -21,7 +21,7 @@ npm i madrun -g
21
21
 
22
22
  First thing you should do is:
23
23
 
24
- - ✅ create `.madrun.js` file will all scripts written in **JavaScript**;
24
+ - ✅ create `.madrun.js` file with all scripts written in **JavaScript**;
25
25
  - ✅ update `package.json` scripts to use **madrun**;
26
26
 
27
27
  This can be done using:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madrun",
3
- "version": "9.0.5",
3
+ "version": "9.0.7",
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",
@@ -63,7 +63,7 @@
63
63
  "mapsome": "^1.0.0",
64
64
  "montag": "^1.0.0",
65
65
  "once": "^1.4.0",
66
- "putout": "^26.9.0",
66
+ "putout": "^28.0.0",
67
67
  "try-catch": "^3.0.0",
68
68
  "try-to-catch": "^3.0.0",
69
69
  "yargs-parser": "^21.0.0"
@@ -73,14 +73,14 @@
73
73
  "c8": "^7.3.5",
74
74
  "escover": "^2.0.1",
75
75
  "eslint": "^8.0.0",
76
- "eslint-plugin-node": "^11.0.0",
77
- "eslint-plugin-putout": "^14.0.1",
76
+ "eslint-plugin-n": "^15.2.4",
77
+ "eslint-plugin-putout": "^16.0.0",
78
78
  "mock-import": "^3.0.0",
79
79
  "mock-require": "^3.0.3",
80
80
  "nodemon": "^2.0.0",
81
81
  "nyc": "^15.0.0",
82
82
  "runsome": "^1.0.0",
83
- "supertape": "^7.0.0"
83
+ "supertape": "^8.1.0"
84
84
  },
85
85
  "publishConfig": {
86
86
  "access": "public"