redlint 4.2.7 → 4.3.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 +17 -0
- package/package.json +10 -10
package/ChangeLog
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
2025.12.27, v4.3.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- b991b3f redlint: @putout/plugin-nodejs v18.1.0
|
|
5
|
+
|
|
6
|
+
2025.12.04, v4.3.0
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 6641b29 redlint: putout v41.0.0
|
|
10
|
+
- d4bfc36 redlint: eslint-plugin-putout v29.0.2
|
|
11
|
+
- 3e9bb85 redlint: @putout/plugin-filesystem v12.0.0
|
|
12
|
+
- d27ee03 redlint: @putout/plugin-eslint v15.0.0
|
|
13
|
+
- 4cb5362 redlint: @putout/operator-filesystem v10.0.0
|
|
14
|
+
- dcfb0ae redlint: @putout/engine-runner v26.0.2
|
|
15
|
+
- cc88189 redlint: @putout/formatter-codeframe v10.0.0
|
|
16
|
+
- 4ac951d redlint: @putout/cli-choose v3.0.0
|
|
17
|
+
|
|
1
18
|
2025.10.25, v4.2.7
|
|
2
19
|
|
|
3
20
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redlint",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "Lint Filesystem with 🐊Putout",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@putout/bundler": "^3.0.0",
|
|
34
|
-
"@putout/cli-choose": "^
|
|
34
|
+
"@putout/cli-choose": "^3.0.0",
|
|
35
35
|
"@putout/cli-filesystem": "^2.0.1",
|
|
36
|
-
"@putout/engine-runner": "^
|
|
37
|
-
"@putout/formatter-codeframe": "^
|
|
36
|
+
"@putout/engine-runner": "^26.0.2",
|
|
37
|
+
"@putout/formatter-codeframe": "^10.0.0",
|
|
38
38
|
"@putout/formatter-dump": "^6.1.0",
|
|
39
|
-
"@putout/operator-filesystem": "^
|
|
39
|
+
"@putout/operator-filesystem": "^10.0.0",
|
|
40
40
|
"@putout/operator-json": "^2.0.0",
|
|
41
|
-
"@putout/plugin-eslint": "^
|
|
42
|
-
"@putout/plugin-filesystem": "^
|
|
43
|
-
"@putout/plugin-nodejs": "^
|
|
41
|
+
"@putout/plugin-eslint": "^15.0.0",
|
|
42
|
+
"@putout/plugin-filesystem": "^12.0.0",
|
|
43
|
+
"@putout/plugin-nodejs": "^18.1.0",
|
|
44
44
|
"@putout/plugin-react": "^3.0.0",
|
|
45
45
|
"@putout/processor-filesystem": "^7.0.1",
|
|
46
46
|
"chalk": "^5.3.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"ignore": "^7.0.0",
|
|
52
52
|
"obligator": "^3.0.0",
|
|
53
53
|
"ora": "^9.0.0",
|
|
54
|
-
"putout": "^
|
|
54
|
+
"putout": "^41.0.0",
|
|
55
55
|
"strip-ansi": "^7.1.0",
|
|
56
56
|
"try-to-catch": "^3.0.1"
|
|
57
57
|
},
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@putout/test": "^14.0.0",
|
|
70
70
|
"c8": "^10.1.2",
|
|
71
71
|
"eslint": "^9.0.0",
|
|
72
|
-
"eslint-plugin-putout": "^
|
|
72
|
+
"eslint-plugin-putout": "^29.0.2",
|
|
73
73
|
"estree-to-babel": "^11.0.2",
|
|
74
74
|
"just-kebab-case": "^4.2.0",
|
|
75
75
|
"madrun": "^11.0.0",
|