redlint 3.18.1 → 3.19.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 +15 -0
- package/package.json +9 -8
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2025.02.22, v3.19.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- a494190 redlint: eslint-plugin-putout v25.0.1
|
|
5
|
+
- c0aa350 redlint: @putout/plugin-eslint v12.1.0
|
|
6
|
+
- 6c342cd redlint: @putout/test v12.0.1
|
|
7
|
+
|
|
8
|
+
2025.02.11, v3.19.0
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 0ffb405 redlint: @putout/plugin-nodejs v14.0.1
|
|
12
|
+
- 7569ebe redlint: @putout/plugin-filesystem v8.0.1
|
|
13
|
+
- 43b2bc3 redlint: @putout/operator-filesystem v6.0.2
|
|
14
|
+
- 2a00aac redlint: @putout/engine-runner v23.0.5
|
|
15
|
+
|
|
1
16
|
2025.01.29, v3.18.1
|
|
2
17
|
|
|
3
18
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redlint",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.19.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "Lint Filesystem with 🐊Putout",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"@putout/bundler": "^1.0.0",
|
|
34
34
|
"@putout/cli-choose": "^2.0.0",
|
|
35
35
|
"@putout/cli-filesystem": "^2.0.1",
|
|
36
|
-
"@putout/engine-runner": "^
|
|
36
|
+
"@putout/engine-runner": "^23.0.5",
|
|
37
37
|
"@putout/formatter-codeframe": "^8.0.0",
|
|
38
38
|
"@putout/formatter-dump": "^5.0.0",
|
|
39
|
-
"@putout/operator-filesystem": "^
|
|
39
|
+
"@putout/operator-filesystem": "^6.0.2",
|
|
40
40
|
"@putout/operator-json": "^2.0.0",
|
|
41
|
-
"@putout/plugin-eslint": "^
|
|
42
|
-
"@putout/plugin-filesystem": "^
|
|
43
|
-
"@putout/plugin-nodejs": "^
|
|
41
|
+
"@putout/plugin-eslint": "^12.1.0",
|
|
42
|
+
"@putout/plugin-filesystem": "^8.0.1",
|
|
43
|
+
"@putout/plugin-nodejs": "^14.0.1",
|
|
44
44
|
"@putout/plugin-react": "^2.0.1",
|
|
45
45
|
"@putout/processor-filesystem": "^5.0.0",
|
|
46
46
|
"chalk": "^5.3.0",
|
|
@@ -63,10 +63,11 @@
|
|
|
63
63
|
"generate"
|
|
64
64
|
],
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@putout/
|
|
66
|
+
"@putout/eslint-flat": "^2.0.0",
|
|
67
|
+
"@putout/test": "^12.0.1",
|
|
67
68
|
"c8": "^10.1.2",
|
|
68
69
|
"eslint": "^9.0.0",
|
|
69
|
-
"eslint-plugin-putout": "^
|
|
70
|
+
"eslint-plugin-putout": "^25.0.1",
|
|
70
71
|
"estree-to-babel": "^10.0.1",
|
|
71
72
|
"just-kebab-case": "^4.2.0",
|
|
72
73
|
"madrun": "^10.0.0",
|