redlint 3.19.0 → 3.19.1

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 +7 -0
  2. package/package.json +5 -4
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2025.02.22, v3.19.1
2
+
3
+ feature:
4
+ - a494190 redlint: eslint-plugin-putout v25.0.1
5
+ - c0aa350 redlint: @putout/plugin-eslint v12.1.0
6
+ - 6c342cd redlint: @putout/test v12.0.1
7
+
1
8
  2025.02.11, v3.19.0
2
9
 
3
10
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redlint",
3
- "version": "3.19.0",
3
+ "version": "3.19.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -38,7 +38,7 @@
38
38
  "@putout/formatter-dump": "^5.0.0",
39
39
  "@putout/operator-filesystem": "^6.0.2",
40
40
  "@putout/operator-json": "^2.0.0",
41
- "@putout/plugin-eslint": "^10.0.0",
41
+ "@putout/plugin-eslint": "^12.1.0",
42
42
  "@putout/plugin-filesystem": "^8.0.1",
43
43
  "@putout/plugin-nodejs": "^14.0.1",
44
44
  "@putout/plugin-react": "^2.0.1",
@@ -63,10 +63,11 @@
63
63
  "generate"
64
64
  ],
65
65
  "devDependencies": {
66
- "@putout/test": "^11.0.0",
66
+ "@putout/eslint-flat": "^2.0.0",
67
+ "@putout/test": "^12.0.1",
67
68
  "c8": "^10.1.2",
68
69
  "eslint": "^9.0.0",
69
- "eslint-plugin-putout": "^24.0.0",
70
+ "eslint-plugin-putout": "^25.0.1",
70
71
  "estree-to-babel": "^10.0.1",
71
72
  "just-kebab-case": "^4.2.0",
72
73
  "madrun": "^10.0.0",