redlint 3.16.0 → 3.17.0

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 +10 -10
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2024.12.13, v3.17.0
2
+
3
+ feature:
4
+ - bfc520b redlint: ignore v6.0.2
5
+ - 69d78b2 redlint: @putout/processor-filesystem v5.0.0
6
+ - 15df893 redlint: @putout/plugin-nodejs v12.0.1
7
+ - 9e2683c redlint: @putout/plugin-filesystem v6.0.0
8
+ - c8c1932 redlint: @putout/operator-filesystem v5.1.0
9
+ - b52a07b redlint: @putout/engine-runner v22.0.4
10
+ - 02d8f56 redlint: estree-to-babel v10.0.1
11
+ - ff049b1 redlint: putout v37.0.1
12
+
1
13
  2024.08.28, v3.16.0
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redlint",
3
- "version": "3.16.0",
3
+ "version": "3.17.0",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git://github.com/putoutjs/redlint.git"
17
+ "url": "git+https://github.com/putoutjs/redlint.git"
18
18
  },
19
19
  "scripts": {
20
20
  "wisdom": "madrun wisdom",
@@ -33,22 +33,22 @@
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": "^21.0.0",
36
+ "@putout/engine-runner": "^22.0.4",
37
37
  "@putout/formatter-codeframe": "^7.0.0",
38
38
  "@putout/formatter-dump": "^5.0.0",
39
- "@putout/operator-filesystem": "^4.0.1",
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": "^5.0.0",
43
- "@putout/plugin-nodejs": "^11.0.0",
44
- "@putout/processor-filesystem": "^4.0.0",
42
+ "@putout/plugin-filesystem": "^6.0.0",
43
+ "@putout/plugin-nodejs": "^12.0.1",
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": "^5.2.4",
49
+ "ignore": "^6.0.2",
50
50
  "ora": "^8.0.1",
51
- "putout": "^36.3.1",
51
+ "putout": "^37.0.1",
52
52
  "strip-ansi": "^7.1.0",
53
53
  "try-to-catch": "^3.0.1"
54
54
  },
@@ -66,7 +66,7 @@
66
66
  "c8": "^10.1.2",
67
67
  "eslint": "^9.0.0",
68
68
  "eslint-plugin-putout": "^23.0.0",
69
- "estree-to-babel": "^9.0.0",
69
+ "estree-to-babel": "^10.0.1",
70
70
  "just-kebab-case": "^4.2.0",
71
71
  "madrun": "^10.0.0",
72
72
  "montag": "^1.0.0",