@putout/cli-process-file 4.1.1 → 5.1.0
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/lib/process-file.js +2 -2
- package/package.json +5 -5
package/lib/process-file.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
const process = require('node:process');
|
|
4
4
|
const tryToCatch = require('try-to-catch');
|
|
5
|
-
const _eslint = require('@putout/eslint');
|
|
5
|
+
const {eslint: _eslint} = require('@putout/eslint');
|
|
6
6
|
const {parseMatch} = require('putout/parse-match');
|
|
7
7
|
const {mergeOptions} = require('putout/merge-options');
|
|
8
|
-
const parseError = require('putout/parse-error');
|
|
8
|
+
const {parseError} = require('putout/parse-error');
|
|
9
9
|
const {putoutAsync: _putoutAsync} = require('putout');
|
|
10
10
|
const once = require('once');
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@putout/cli-process-file",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
5
5
|
"description": "Run all 🐊Putout linters",
|
|
6
6
|
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/cli-process-file#readme",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"report": "madrun report"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@putout/eslint": "^
|
|
27
|
+
"@putout/eslint": "^5.0.0",
|
|
28
28
|
"deepmerge": "^4.3.1",
|
|
29
29
|
"once": "^1.4.0",
|
|
30
30
|
"samadhi": "^3.0.0",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@putout/operate": "*",
|
|
40
40
|
"c8": "^10.0.0",
|
|
41
|
-
"eslint": "^
|
|
41
|
+
"eslint": "^10.0.0-alpha.0",
|
|
42
42
|
"eslint-plugin-n": "^17.0.0",
|
|
43
|
-
"eslint-plugin-putout": "^
|
|
43
|
+
"eslint-plugin-putout": "^29.0.0",
|
|
44
44
|
"madrun": "^11.0.0",
|
|
45
45
|
"montag": "^1.2.1",
|
|
46
46
|
"nodemon": "^3.0.1",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"supertape": "^11.0.3"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"putout": ">=
|
|
51
|
+
"putout": ">=41"
|
|
52
52
|
},
|
|
53
53
|
"license": "MIT",
|
|
54
54
|
"engines": {
|