redlint 5.0.1 → 5.0.3

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 +14 -0
  2. package/package.json +6 -7
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2026.01.09, v5.0.3
2
+
3
+ feature:
4
+ - 6ad73f9 redlint: supertape v12.0.7
5
+ - 8a1ebda redlint: estree-to-babel: remove unused
6
+ - 614bec6 redlint: @putout/operator-json v3.1.0
7
+
8
+ 2026.01.03, v5.0.2
9
+
10
+ feature:
11
+ - d56b2f3 redlint: @putout/engine-runner v27.0.0
12
+ - f38b3b2 redlint: @putout/bundler v4.0.0
13
+ - 04a9d3f redlint: madrun v12.0.0
14
+
1
15
  2025.12.31, v5.0.1
2
16
 
3
17
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redlint",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -30,14 +30,14 @@
30
30
  "report": "madrun report"
31
31
  },
32
32
  "dependencies": {
33
- "@putout/bundler": "^3.0.0",
33
+ "@putout/bundler": "^4.0.0",
34
34
  "@putout/cli-choose": "^3.0.0",
35
35
  "@putout/cli-filesystem": "^2.0.1",
36
- "@putout/engine-runner": "^26.0.2",
36
+ "@putout/engine-runner": "^27.0.0",
37
37
  "@putout/formatter-codeframe": "^10.0.0",
38
38
  "@putout/formatter-dump": "^6.1.0",
39
39
  "@putout/operator-filesystem": "^10.0.0",
40
- "@putout/operator-json": "^2.0.0",
40
+ "@putout/operator-json": "^3.1.0",
41
41
  "@putout/plugin-eslint": "^15.0.0",
42
42
  "@putout/plugin-filesystem": "^12.0.0",
43
43
  "@putout/plugin-nodejs": "^18.1.0",
@@ -69,12 +69,11 @@
69
69
  "c8": "^10.1.2",
70
70
  "eslint": "^9.0.0",
71
71
  "eslint-plugin-putout": "^29.0.2",
72
- "estree-to-babel": "^11.0.2",
73
72
  "just-kebab-case": "^4.2.0",
74
- "madrun": "^11.0.0",
73
+ "madrun": "^12.0.0",
75
74
  "montag": "^1.0.0",
76
75
  "nodemon": "^3.0.1",
77
- "supertape": "^11.0.4"
76
+ "supertape": "^12.0.7"
78
77
  },
79
78
  "license": "MIT",
80
79
  "engines": {