redlint 3.17.0 → 3.17.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 +12 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2025.01.21, v3.17.2
2
+
3
+ feature:
4
+ - f90afde redlint: @putout/plugin-filesystem v7.0.0
5
+ - 731af76 redlint: @putout/formatter-codeframe v8.0.0
6
+
7
+ 2025.01.04, v3.17.1
8
+
9
+ feature:
10
+ - 0bbead6 redlint: ignore v7.0.0
11
+ - 95f6a35 redlint: @putout/plugin-nodejs v13.1.1
12
+
1
13
  2024.12.13, v3.17.0
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redlint",
3
- "version": "3.17.0",
3
+ "version": "3.17.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -34,19 +34,19 @@
34
34
  "@putout/cli-choose": "^2.0.0",
35
35
  "@putout/cli-filesystem": "^2.0.1",
36
36
  "@putout/engine-runner": "^22.0.4",
37
- "@putout/formatter-codeframe": "^7.0.0",
37
+ "@putout/formatter-codeframe": "^8.0.0",
38
38
  "@putout/formatter-dump": "^5.0.0",
39
39
  "@putout/operator-filesystem": "^5.1.0",
40
40
  "@putout/operator-json": "^2.0.0",
41
41
  "@putout/plugin-eslint": "^9.1.0",
42
- "@putout/plugin-filesystem": "^6.0.0",
43
- "@putout/plugin-nodejs": "^12.0.1",
42
+ "@putout/plugin-filesystem": "^7.0.0",
43
+ "@putout/plugin-nodejs": "^13.1.1",
44
44
  "@putout/processor-filesystem": "^5.0.0",
45
45
  "chalk": "^5.3.0",
46
46
  "ci-info": "^4.0.0",
47
47
  "enquirer": "^2.4.1",
48
48
  "fullstore": "^3.0.0",
49
- "ignore": "^6.0.2",
49
+ "ignore": "^7.0.0",
50
50
  "ora": "^8.0.1",
51
51
  "putout": "^37.0.1",
52
52
  "strip-ansi": "^7.1.0",