redlint 6.1.0 → 6.1.2
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 +15 -0
- package/lib/convert/convert.js +1 -1
- package/lib/edit/read-directory/index.js +1 -1
- package/lib/edit/remove-files/index.js +1 -1
- package/lib/edit/rename-files/index.js +1 -1
- package/lib/extract/extract.js +1 -1
- package/lib/lint/lint.js +1 -1
- package/lib/pack/pack.js +1 -1
- package/lib/rename/rename.js +1 -1
- package/lib/test/init-fixture/index.js +1 -1
- package/lib/test/read-fixture/index.js +1 -1
- package/lib/view/parse-files/index.js +1 -1
- package/package.json +4 -6
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2026.03.02, v6.1.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 5ec0b8f redlint: rm unused strip-ansi
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 1c38435 redlint: @putout/formatter-dump v7.0.0
|
|
8
|
+
- 401d783 redlint: superc8 v12.2.4
|
|
9
|
+
- 4889443 redlint: c8 v11.0.0
|
|
10
|
+
|
|
11
|
+
2026.02.19, v6.1.1
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- 689a065 redlint: @putout/plugin-nodejs v21.0.0
|
|
15
|
+
|
|
1
16
|
2026.02.19, v6.1.0
|
|
2
17
|
|
|
3
18
|
feature:
|
package/lib/convert/convert.js
CHANGED
|
@@ -6,7 +6,7 @@ export const readDirectory = (filesystem, {dir, nested, full}) => {
|
|
|
6
6
|
const source = toJS(filesystem, __filesystem);
|
|
7
7
|
const ast = parse(source);
|
|
8
8
|
|
|
9
|
-
const [{message}] = transform(ast,
|
|
9
|
+
const [{message}] = transform(ast, {
|
|
10
10
|
fix: false,
|
|
11
11
|
rules: {
|
|
12
12
|
'get-filenames': ['on', {
|
package/lib/extract/extract.js
CHANGED
package/lib/lint/lint.js
CHANGED
package/lib/pack/pack.js
CHANGED
package/lib/rename/rename.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redlint",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "Lint Filesystem with 🐊Putout",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"@putout/cli-filesystem": "^3.0.0",
|
|
41
41
|
"@putout/engine-runner": "^28.0.0",
|
|
42
42
|
"@putout/formatter-codeframe": "^10.0.0",
|
|
43
|
-
"@putout/formatter-dump": "^
|
|
43
|
+
"@putout/formatter-dump": "^7.0.0",
|
|
44
44
|
"@putout/operator-filesystem": "^11.0.0",
|
|
45
45
|
"@putout/operator-json": "^3.1.0",
|
|
46
46
|
"@putout/plugin-eslint": "^15.0.0",
|
|
47
47
|
"@putout/plugin-filesystem": "^13.0.0",
|
|
48
|
-
"@putout/plugin-nodejs": "^
|
|
48
|
+
"@putout/plugin-nodejs": "^21.0.0",
|
|
49
49
|
"@putout/plugin-react": "^3.0.0",
|
|
50
50
|
"@putout/processor-filesystem": "^8.0.0",
|
|
51
51
|
"chalk": "^5.3.0",
|
|
@@ -56,10 +56,8 @@
|
|
|
56
56
|
"ignore": "^7.0.0",
|
|
57
57
|
"jest-diff": "^30.2.0",
|
|
58
58
|
"montag": "^1.2.1",
|
|
59
|
-
"obligator": "^3.0.0",
|
|
60
59
|
"ora": "^9.0.0",
|
|
61
60
|
"putout": "^42.0.0",
|
|
62
|
-
"strip-ansi": "^7.1.0",
|
|
63
61
|
"try-to-catch": "^4.0.0"
|
|
64
62
|
},
|
|
65
63
|
"keywords": [
|
|
@@ -73,12 +71,12 @@
|
|
|
73
71
|
],
|
|
74
72
|
"devDependencies": {
|
|
75
73
|
"@putout/test": "^15.0.0",
|
|
76
|
-
"c8": "^10.1.2",
|
|
77
74
|
"eslint": "^10.0.0",
|
|
78
75
|
"eslint-plugin-putout": "^31.0.0",
|
|
79
76
|
"just-kebab-case": "^4.2.0",
|
|
80
77
|
"madrun": "^13.0.0",
|
|
81
78
|
"nodemon": "^3.0.1",
|
|
79
|
+
"superc8": "^12.2.4",
|
|
82
80
|
"supertape": "^12.0.7"
|
|
83
81
|
},
|
|
84
82
|
"license": "MIT",
|