redput 3.5.4 → 3.6.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.
package/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2025.12.05, v3.6.0
2
+
3
+ feature:
4
+ - 191bd99 redput: @putout/plugin-variables v1.3.1
5
+ - 30d845b redput: eslint-plugin-putout v29.0.2
6
+ - cea3d86 redput: @putout/plugin-esm v6.0.0
7
+
1
8
  2025.11.05, v3.5.4
2
9
 
3
10
  feature:
@@ -1,7 +1,7 @@
1
1
  import putout from 'putout';
2
2
  import * as pluginPutout from '@putout/plugin-putout';
3
3
  import * as nodejs from '@putout/plugin-nodejs';
4
- import * as removeUnusedVariables from '@putout/plugin-remove-unused-variables';
4
+ import * as variables from '@putout/plugin-variables';
5
5
  import * as esm from '@putout/plugin-esm';
6
6
  import * as insertGetRulePlugin from './plugin-insert-get-rule/index.js';
7
7
  import * as applyNamespace from './plugin-apply-namespace/index.js';
@@ -24,7 +24,7 @@ export const addRule = (name, source, ruleOptions) => {
24
24
  ['apply-namespace', applyNamespace],
25
25
  ['nodejs', nodejs],
26
26
  ['putout', pluginPutout],
27
- ['remove-unused-variables', removeUnusedVariables],
27
+ ['variables/remove-unused', variables.rules['remove-unused']],
28
28
  ['add-rule', insertGetRulePlugin],
29
29
  ['esm', esm],
30
30
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redput",
3
- "version": "3.5.4",
3
+ "version": "3.6.0",
4
4
  "description": "CLI tool to convert source from 🐊Putout Editor to files",
5
5
  "main": "lib/redput.js",
6
6
  "bin": {
@@ -57,13 +57,13 @@
57
57
  "dependencies": {
58
58
  "@putout/plugin-declare": "^6.0.0",
59
59
  "@putout/plugin-declare-before-reference": "^8.1.0",
60
- "@putout/plugin-esm": "^5.0.0",
60
+ "@putout/plugin-esm": "^6.0.0",
61
61
  "@putout/plugin-nodejs": "^17.0.0",
62
62
  "@putout/plugin-putout": "^27.4.0",
63
- "@putout/plugin-remove-unused-variables": "^14.0.0",
63
+ "@putout/plugin-variables": "^1.3.1",
64
64
  "node-fetch": "^3.3.2",
65
65
  "octokit": "^5.0.3",
66
- "putout": "^40.0.1",
66
+ "putout": "^41.0.0",
67
67
  "rendy": "^4.1.3",
68
68
  "try-catch": "^3.0.1",
69
69
  "try-to-catch": "^3.0.1"
@@ -71,9 +71,8 @@
71
71
  "devDependencies": {
72
72
  "@putout/test": "^14.0.0",
73
73
  "c8": "^10.1.2",
74
- "escover": "^4.0.1",
75
74
  "eslint": "^9.0.0",
76
- "eslint-plugin-putout": "^28.0.1",
75
+ "eslint-plugin-putout": "^29.0.2",
77
76
  "madrun": "^11.0.0",
78
77
  "montag": "^1.2.1",
79
78
  "nodemon": "^3.0.1",