redlint 4.2.4 → 4.2.6

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.
Files changed (2) hide show
  1. package/ChangeLog +12 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2025.09.10, v4.2.6
2
+
3
+ feature:
4
+ - 1202ff2 redlint: @putout/test v14.0.0
5
+ - 508521c redlint: @putout/formatter-dump v6.1.0
6
+ - b4ef300 redlint: eslint-plugin-putout v28.0.0
7
+
8
+ 2025.07.03, v4.2.5
9
+
10
+ feature:
11
+ - 01519ed redlint: @putout/plugin-nodejs v17.0.0
12
+
1
13
  2025.06.02, v4.2.4
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redlint",
3
- "version": "4.2.4",
3
+ "version": "4.2.6",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -35,12 +35,12 @@
35
35
  "@putout/cli-filesystem": "^2.0.1",
36
36
  "@putout/engine-runner": "^25.0.3",
37
37
  "@putout/formatter-codeframe": "^9.0.0",
38
- "@putout/formatter-dump": "^5.0.0",
38
+ "@putout/formatter-dump": "^6.1.0",
39
39
  "@putout/operator-filesystem": "^9.0.1",
40
40
  "@putout/operator-json": "^2.0.0",
41
41
  "@putout/plugin-eslint": "^14.0.1",
42
42
  "@putout/plugin-filesystem": "^11.0.1",
43
- "@putout/plugin-nodejs": "^16.3.0",
43
+ "@putout/plugin-nodejs": "^17.0.0",
44
44
  "@putout/plugin-react": "^3.0.0",
45
45
  "@putout/processor-filesystem": "^7.0.1",
46
46
  "chalk": "^5.3.0",
@@ -66,10 +66,10 @@
66
66
  ],
67
67
  "devDependencies": {
68
68
  "@putout/eslint-flat": "^3.0.0",
69
- "@putout/test": "^13.0.0",
69
+ "@putout/test": "^14.0.0",
70
70
  "c8": "^10.1.2",
71
71
  "eslint": "^9.0.0",
72
- "eslint-plugin-putout": "^27.0.0",
72
+ "eslint-plugin-putout": "^28.0.0",
73
73
  "estree-to-babel": "^11.0.2",
74
74
  "just-kebab-case": "^4.2.0",
75
75
  "madrun": "^11.0.0",