putout 39.0.11 → 39.0.12

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 (3) hide show
  1. package/ChangeLog +19 -0
  2. package/package.json +4 -8
  3. package/putout.json +1 -6
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2025.03.24, v39.0.12
2
+
3
+ fix:
4
+ - 997d6ae86 @putout/plugin-react-hooks: react-hooks -> index
5
+
6
+ feature:
7
+ - d272ebf7b putout: @putout/plugin-madrun v21.0.0
8
+ - 20c97bf8c @putout/plugin-assignment: convert to ESM
9
+ - e3ffee0d5 @putout/plugin-assignment: add
10
+ - ea21d12ab @putout/plugin-madrun: drop support of node < 20
11
+ - 69b322eea @putout/plugin-putout: apply-namespace-specifier: external
12
+ - 11202d1b8 @putout/plugin-cloudcmd: convert to ESM
13
+ - 98acaf81b @putout/plugin-react-hook-form: drop support of node < 20
14
+ - 18c666b04 @putout/plugin-react-hooks: convert to ESM
15
+ - da7e1be4a @putout/engine-parser: hermes-parser v0.27.0
16
+ - d3e6231e0 @putout/test: v13
17
+ - 9dd1cd659 @putout/test: drop support of node < 20
18
+ - aafcc9bbc putout: supertape v11.0.2
19
+
1
20
  2025.03.23, v39.0.11
2
21
 
3
22
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.11",
3
+ "version": "39.0.12",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -96,14 +96,12 @@
96
96
  "@putout/plugin-apply-shorthand-properties": "^6.0.0",
97
97
  "@putout/plugin-apply-starts-with": "^1.0.0",
98
98
  "@putout/plugin-apply-template-literals": "^4.0.0",
99
+ "@putout/plugin-assignment": "^1.0.2",
99
100
  "@putout/plugin-browserlist": "^2.0.0",
100
101
  "@putout/plugin-conditions": "^7.1.0",
101
102
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
102
103
  "@putout/plugin-convert-arguments-to-rest": "^3.0.0",
103
104
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
104
- "@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
105
- "@putout/plugin-convert-assignment-to-comparison": "^2.0.0",
106
- "@putout/plugin-convert-assignment-to-declaration": "^2.0.0",
107
105
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
108
106
  "@putout/plugin-convert-const-to-let": "^4.0.0",
109
107
  "@putout/plugin-convert-expression-to-params": "^1.0.0",
@@ -128,7 +126,7 @@
128
126
  "@putout/plugin-gitignore": "^6.0.0",
129
127
  "@putout/plugin-labels": "^1.0.0",
130
128
  "@putout/plugin-logical-expressions": "^7.0.0",
131
- "@putout/plugin-madrun": "^20.0.0",
129
+ "@putout/plugin-madrun": "^21.0.0",
132
130
  "@putout/plugin-math": "^3.0.0",
133
131
  "@putout/plugin-maybe": "^3.0.0",
134
132
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
@@ -178,9 +176,7 @@
178
176
  "@putout/plugin-remove-useless-variables": "^13.0.0",
179
177
  "@putout/plugin-return": "^1.0.0",
180
178
  "@putout/plugin-reuse-duplicate-init": "^7.0.0",
181
- "@putout/plugin-simplify-assignment": "^3.0.0",
182
179
  "@putout/plugin-simplify-ternary": "^7.0.0",
183
- "@putout/plugin-split-assignment-expressions": "^2.0.0",
184
180
  "@putout/plugin-split-call-with-destructuring": "^1.0.0",
185
181
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
186
182
  "@putout/plugin-split-variable-declarations": "^4.0.0",
@@ -242,7 +238,7 @@
242
238
  "montag": "^1.2.1",
243
239
  "nodemon": "^3.0.1",
244
240
  "strip-ansi": "^7.0.0",
245
- "supertape": "^10.0.0"
241
+ "supertape": "^11.0.3"
246
242
  },
247
243
  "license": "MIT",
248
244
  "engines": {
package/putout.json CHANGED
@@ -48,7 +48,6 @@
48
48
  },
49
49
  "*.md": {
50
50
  "apply-arrow": "off",
51
- "convert-assignment-to-declaration": "off",
52
51
  "conditions/apply-consistent-blocks": "off",
53
52
  "conditions/convert-comparison-to-boolean": "off",
54
53
  "conditions/remove-constant": "off",
@@ -199,6 +198,7 @@
199
198
  "apply-starts-with",
200
199
  "apply-template-literals",
201
200
  "apply-overrides",
201
+ "assignment",
202
202
  "extract-keywords-from-variables",
203
203
  "extract-object-properties",
204
204
  "extract-sequence-expressions",
@@ -239,15 +239,12 @@
239
239
  "remove-duplicate-keys",
240
240
  "return",
241
241
  "reuse-duplicate-init",
242
- "split-assignment-expressions",
243
242
  "split-call-with-destructuring",
244
243
  "split-variable-declarations",
245
244
  "split-nested-destructuring",
246
- "simplify-assignment",
247
245
  "simplify-ternary",
248
246
  "convert-const-to-let",
249
247
  "convert-expression-to-params",
250
- "convert-assignment-to-declaration",
251
248
  "convert-apply-to-spread",
252
249
  "convert-concat-to-flat",
253
250
  "convert-arguments-to-rest",
@@ -256,8 +253,6 @@
256
253
  "convert-array-copy-to-slice",
257
254
  "convert-template-to-string",
258
255
  "convert-index-of-to-includes",
259
- "convert-assignment-to-arrow-function",
260
- "convert-assignment-to-comparison",
261
256
  "convert-quotes-to-backticks",
262
257
  "convert-object-entries-to-array-entries",
263
258
  "esm",