redlint 4.1.0 → 4.2.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/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2025.04.08, v4.2.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- d82f0fd redlint: putout v40.0.0
|
|
5
|
+
- efd6898 redlint: @putout/plugin-react v3.0.0
|
|
6
|
+
- d39528a redlint: estree-to-babel v11.0.2
|
|
7
|
+
|
|
8
|
+
2025.03.26, v4.1.1
|
|
9
|
+
|
|
10
|
+
fix:
|
|
11
|
+
- b4043af redlint: rm useless obliterator
|
|
12
|
+
|
|
1
13
|
2025.03.26, v4.1.0
|
|
2
14
|
|
|
3
15
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redlint",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "Lint Filesystem with 🐊Putout",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@putout/plugin-eslint": "^13.0.1",
|
|
42
42
|
"@putout/plugin-filesystem": "^9.0.1",
|
|
43
43
|
"@putout/plugin-nodejs": "^15.2.0",
|
|
44
|
-
"@putout/plugin-react": "^
|
|
44
|
+
"@putout/plugin-react": "^3.0.0",
|
|
45
45
|
"@putout/processor-filesystem": "^6.0.0",
|
|
46
46
|
"chalk": "^5.3.0",
|
|
47
47
|
"ci-info": "^4.0.0",
|
|
@@ -50,9 +50,8 @@
|
|
|
50
50
|
"fullstore": "^3.0.0",
|
|
51
51
|
"ignore": "^7.0.0",
|
|
52
52
|
"obligator": "^3.0.0",
|
|
53
|
-
"obliterator": "^2.0.5",
|
|
54
53
|
"ora": "^8.0.1",
|
|
55
|
-
"putout": "^
|
|
54
|
+
"putout": "^40.0.0",
|
|
56
55
|
"strip-ansi": "^7.1.0",
|
|
57
56
|
"try-to-catch": "^3.0.1"
|
|
58
57
|
},
|
|
@@ -71,7 +70,7 @@
|
|
|
71
70
|
"c8": "^10.1.2",
|
|
72
71
|
"eslint": "^9.0.0",
|
|
73
72
|
"eslint-plugin-putout": "^26.0.2",
|
|
74
|
-
"estree-to-babel": "^
|
|
73
|
+
"estree-to-babel": "^11.0.2",
|
|
75
74
|
"just-kebab-case": "^4.2.0",
|
|
76
75
|
"madrun": "^11.0.0",
|
|
77
76
|
"montag": "^1.0.0",
|