redput 2.6.0 → 2.7.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.
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2025.01.29, v2.7.1
2
+
3
+ feature:
4
+ - 567d504 redput: @putout/plugin-remove-unused-variables v11.0.0
5
+ - bd5b935 redput: eslint-plugin-putout v24.0.0
6
+ - 97542d4 redput: putout v38.0.0
7
+
8
+ 2025.01.01, v2.7.0
9
+
10
+ feature:
11
+ - 2b5d2c9 template: plugin: get rid of printer
12
+
1
13
  2024.12.28, v2.6.0
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "2.6.0",
3
+ "version": "2.7.1",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -40,9 +40,7 @@
40
40
  "parallel",
41
41
  "serial",
42
42
  "run",
43
- "tool",
44
43
  "commandline",
45
- "command",
46
44
  "putout",
47
45
  "putout-editor",
48
46
  "gist"
@@ -62,10 +60,10 @@
62
60
  "@putout/plugin-declare-before-reference": "^5.1.0",
63
61
  "@putout/plugin-nodejs": "^13.1.1",
64
62
  "@putout/plugin-putout": "^22.0.0",
65
- "@putout/plugin-remove-unused-variables": "^10.1.0",
63
+ "@putout/plugin-remove-unused-variables": "^11.0.0",
66
64
  "node-fetch": "^3.3.2",
67
65
  "octokit": "^4.0.2",
68
- "putout": "^37.7.2",
66
+ "putout": "^38.0.0",
69
67
  "rendy": "^4.1.3",
70
68
  "try-catch": "^3.0.1",
71
69
  "try-to-catch": "^3.0.1"
@@ -75,7 +73,7 @@
75
73
  "c8": "^10.1.2",
76
74
  "escover": "^4.0.1",
77
75
  "eslint": "^9.0.0",
78
- "eslint-plugin-putout": "^23.3.0",
76
+ "eslint-plugin-putout": "^24.0.0",
79
77
  "madrun": "^10.0.0",
80
78
  "montag": "^1.2.1",
81
79
  "nodemon": "^3.0.1",
@@ -2,7 +2,6 @@ const {createTest} = require('@putout/test');
2
2
  const plugin = require('{{ importPath }}');
3
3
 
4
4
  const test = createTest(__dirname, {
5
- printer: 'putout',
6
5
  plugins: [
7
6
  ['{{ name }}', plugin],
8
7
  ],