redlint 6.1.1 → 6.1.2

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 +10 -0
  2. package/package.json +3 -5
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.03.02, v6.1.2
2
+
3
+ fix:
4
+ - 5ec0b8f redlint: rm unused strip-ansi
5
+
6
+ feature:
7
+ - 1c38435 redlint: @putout/formatter-dump v7.0.0
8
+ - 401d783 redlint: superc8 v12.2.4
9
+ - 4889443 redlint: c8 v11.0.0
10
+
1
11
  2026.02.19, v6.1.1
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redlint",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -40,7 +40,7 @@
40
40
  "@putout/cli-filesystem": "^3.0.0",
41
41
  "@putout/engine-runner": "^28.0.0",
42
42
  "@putout/formatter-codeframe": "^10.0.0",
43
- "@putout/formatter-dump": "^6.1.0",
43
+ "@putout/formatter-dump": "^7.0.0",
44
44
  "@putout/operator-filesystem": "^11.0.0",
45
45
  "@putout/operator-json": "^3.1.0",
46
46
  "@putout/plugin-eslint": "^15.0.0",
@@ -56,10 +56,8 @@
56
56
  "ignore": "^7.0.0",
57
57
  "jest-diff": "^30.2.0",
58
58
  "montag": "^1.2.1",
59
- "obligator": "^3.0.0",
60
59
  "ora": "^9.0.0",
61
60
  "putout": "^42.0.0",
62
- "strip-ansi": "^7.1.0",
63
61
  "try-to-catch": "^4.0.0"
64
62
  },
65
63
  "keywords": [
@@ -73,12 +71,12 @@
73
71
  ],
74
72
  "devDependencies": {
75
73
  "@putout/test": "^15.0.0",
76
- "c8": "^10.1.2",
77
74
  "eslint": "^10.0.0",
78
75
  "eslint-plugin-putout": "^31.0.0",
79
76
  "just-kebab-case": "^4.2.0",
80
77
  "madrun": "^13.0.0",
81
78
  "nodemon": "^3.0.1",
79
+ "superc8": "^12.2.4",
82
80
  "supertape": "^12.0.7"
83
81
  },
84
82
  "license": "MIT",