putout 39.0.11 → 39.0.13

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 +32 -0
  2. package/package.json +5 -9
  3. package/putout.json +2 -6
package/ChangeLog CHANGED
@@ -1,3 +1,35 @@
1
+ 2025.03.25, v39.0.13
2
+
3
+ fix:
4
+ - a4a02f14a @putout/plugin-nodejs: declare: json -> esm
5
+
6
+ feature:
7
+ - 165818035 putout: @putout/plugin-putout-config v9.0.0
8
+ - 6df798018 @putout/plugin-putout-config: apply-assignment: add
9
+ - 2f86e89b1 @putout/plugin-putout-config: drop support of 🐊 < 39
10
+ - c948d5f1c @putout/plugin-putout: apply-exports: add
11
+ - 52e17b11a @putout/plugin-nodejs: convert-exports-to-module-exports: declared
12
+ - 3e10bd2e5 @putout/plugin-putout: check-replace-code: commonjs
13
+
14
+ 2025.03.24, v39.0.12
15
+
16
+ fix:
17
+ - 997d6ae86 @putout/plugin-react-hooks: react-hooks -> index
18
+
19
+ feature:
20
+ - d272ebf7b putout: @putout/plugin-madrun v21.0.0
21
+ - 20c97bf8c @putout/plugin-assignment: convert to ESM
22
+ - e3ffee0d5 @putout/plugin-assignment: add
23
+ - ea21d12ab @putout/plugin-madrun: drop support of node < 20
24
+ - 69b322eea @putout/plugin-putout: apply-namespace-specifier: external
25
+ - 11202d1b8 @putout/plugin-cloudcmd: convert to ESM
26
+ - 98acaf81b @putout/plugin-react-hook-form: drop support of node < 20
27
+ - 18c666b04 @putout/plugin-react-hooks: convert to ESM
28
+ - da7e1be4a @putout/engine-parser: hermes-parser v0.27.0
29
+ - d3e6231e0 @putout/test: v13
30
+ - 9dd1cd659 @putout/test: drop support of node < 20
31
+ - aafcc9bbc putout: supertape v11.0.2
32
+
1
33
  2025.03.23, v39.0.11
2
34
 
3
35
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.0.11",
3
+ "version": "39.0.13",
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",
@@ -142,7 +140,7 @@
142
140
  "@putout/plugin-parens": "^2.0.0",
143
141
  "@putout/plugin-promises": "^16.0.0",
144
142
  "@putout/plugin-putout": "^24.0.0",
145
- "@putout/plugin-putout-config": "^8.0.0",
143
+ "@putout/plugin-putout-config": "^9.0.0",
146
144
  "@putout/plugin-regexp": "^10.0.0",
147
145
  "@putout/plugin-remove-console": "^6.0.0",
148
146
  "@putout/plugin-remove-constant-conditions": "^4.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,7 @@
48
48
  },
49
49
  "*.md": {
50
50
  "apply-arrow": "off",
51
- "convert-assignment-to-declaration": "off",
51
+ "assignment/convert-to-declaration": "off",
52
52
  "conditions/apply-consistent-blocks": "off",
53
53
  "conditions/convert-comparison-to-boolean": "off",
54
54
  "conditions/remove-constant": "off",
@@ -199,6 +199,7 @@
199
199
  "apply-starts-with",
200
200
  "apply-template-literals",
201
201
  "apply-overrides",
202
+ "assignment",
202
203
  "extract-keywords-from-variables",
203
204
  "extract-object-properties",
204
205
  "extract-sequence-expressions",
@@ -239,15 +240,12 @@
239
240
  "remove-duplicate-keys",
240
241
  "return",
241
242
  "reuse-duplicate-init",
242
- "split-assignment-expressions",
243
243
  "split-call-with-destructuring",
244
244
  "split-variable-declarations",
245
245
  "split-nested-destructuring",
246
- "simplify-assignment",
247
246
  "simplify-ternary",
248
247
  "convert-const-to-let",
249
248
  "convert-expression-to-params",
250
- "convert-assignment-to-declaration",
251
249
  "convert-apply-to-spread",
252
250
  "convert-concat-to-flat",
253
251
  "convert-arguments-to-rest",
@@ -256,8 +254,6 @@
256
254
  "convert-array-copy-to-slice",
257
255
  "convert-template-to-string",
258
256
  "convert-index-of-to-includes",
259
- "convert-assignment-to-arrow-function",
260
- "convert-assignment-to-comparison",
261
257
  "convert-quotes-to-backticks",
262
258
  "convert-object-entries-to-array-entries",
263
259
  "esm",