putout 35.32.0 → 35.34.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.
Files changed (3) hide show
  1. package/ChangeLog +49 -0
  2. package/package.json +3 -3
  3. package/putout.json +0 -1
package/ChangeLog CHANGED
@@ -1,3 +1,52 @@
1
+ 2024.06.10, v35.34.0
2
+
3
+ fix:
4
+ - 7a7a7cf76 @putout/plugin-minify: convert-const-to-var: overlap: fn (putoutjs/minify#17)
5
+
6
+ feature:
7
+ - b614e3536 putout: @putout/plugin-apply-optional-chaining v6.0.0
8
+ - 0c2991bb4 @putout/plugin-apply-optional-chaining: drop support of 🐊 < 35
9
+ - e2f0ccf67 @putout/plugin-apply-optional-chaining: assign: turn off (putoutjs/minify#19)
10
+ - 983c9f023 @putout/plugin-minify: merge-variables (putoutjs/minify#17)
11
+ - d04e69cdd @putout/eslint-config: no-extra-parens: enforceForSequenceExpressions: false
12
+ - 8e0851580 @putout/plugin-putout: add-places-to-compare-places: add
13
+ - 04e0b533e eslint-plugin-putout: tsx: @typescript-eslint/no-explicit-any: off
14
+ - e22a0ee14 eslint-plugin-putout: ts: keyword-spacing: disable js
15
+ - 3946fc78f @putout/plugin-minify: join-continued-strings: win case (putoutjs/minify#13)
16
+ - 4cd124f26 @putout/engine-parser: @putout/printer v9.0.0
17
+ - 9872ea71b @putout/plugin-minify: convert-return-to-sequence-expression
18
+
19
+ 2024.06.07, v35.33.0
20
+
21
+ fix:
22
+ - b6900b729 @putout/compare: __body: inside FunctionDeclaration: multiple statements
23
+ - 478e7f1e0 eslint-plugin-putout: remove-useless-variables
24
+
25
+ feature:
26
+ - d9d6c9862 putout: @putout/plugin-simplify-boolean-return v2.0.0
27
+ - aed08a413 @putout/plugin-minify: convert-const-to-var: iprove support of overlap (putoutjs/minify#17)
28
+ - 4c18d43fa @putout/plugin-simplify-boolean-return: drop support of node < 18
29
+ - fadcc660c @putout/plugin-simplify-boolean-return: template -> ReturnStatement
30
+ - 3eb25963f @putout/engine-runner: Replacer: prevent stack overflow
31
+ - e41e1d891 @putout/plugin-minify: join-continued-strings: add (putoutjs/minify#13)
32
+ - 07a90c6ba @putout/plugin-putout: getLiteralRaw: add
33
+ - abc9364f0 @putout/operate: getLiteralRaw: add
34
+ - 2276f2009 @putout/plugin-minify: expand-binding: reassign (putoutjs/minify#14)
35
+ - 12b63fd5f @putout/plugin-minify: convert-if-to-logical: nested-or: (coderaiser/minify#12)
36
+ - f9c0ffa34 @putout/plugin-minify: convert-if-to-logical: parens when not BlockStatement (putoutjs/minify#12)
37
+ - 1a05e31e4 @putout/plugin-minify: convert-if-to-logical: parens (putoutjs/minify#12)
38
+ - 3039a216f @putout/engine-parser: @putout/babel v2.5.0: recordAndTuple: no more syntax configuration
39
+ - b75205f9d @putout/engine-parser: @putout/recast -> recast
40
+ - 50cbb8224 @putout/plugin-putout: remove-empty-array-from-process: add
41
+ - 767c517e9 @putout/plugin-remove-unused-variables: @putout/test v10.0.0
42
+ - 20d14b9e6 @putout/test: process: fail when input === output
43
+ - 9317170a8 @putout/test: transform: fail test when input and output the same
44
+ - 53d9e6ab6 @putout/plugin-nodejs: convert-esm-to-commonjs: add support of generators
45
+ - 198ee7d96 @putout/compare: add support of ClassBody
46
+ - 9c590c406 @putout/plugin-nodejs: convert-esm-to-commonjs: ClassDeclaration
47
+ - 7a0a8943d @putout/plugin-putout: check-replace-code: __body inside ClassDeclaration
48
+ - 08aa6c5b2 @putout/plugin-remove-useless-variables: duplicate: report
49
+
1
50
  2024.05.28, v35.32.0
2
51
 
3
52
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.32.0",
3
+ "version": "35.34.0",
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",
@@ -89,7 +89,7 @@
89
89
  "@putout/plugin-apply-dot-notation": "^2.0.0",
90
90
  "@putout/plugin-apply-early-return": "^3.0.0",
91
91
  "@putout/plugin-apply-flat-map": "^2.0.0",
92
- "@putout/plugin-apply-optional-chaining": "^5.0.0",
92
+ "@putout/plugin-apply-optional-chaining": "^6.0.0",
93
93
  "@putout/plugin-apply-overrides": "^1.0.0",
94
94
  "@putout/plugin-apply-starts-with": "^1.0.0",
95
95
  "@putout/plugin-apply-template-literals": "^3.0.0",
@@ -170,7 +170,7 @@
170
170
  "@putout/plugin-remove-useless-variables": "^11.0.0",
171
171
  "@putout/plugin-reuse-duplicate-init": "^5.0.0",
172
172
  "@putout/plugin-simplify-assignment": "^3.0.0",
173
- "@putout/plugin-simplify-boolean-return": "^1.0.0",
173
+ "@putout/plugin-simplify-boolean-return": "^2.0.0",
174
174
  "@putout/plugin-simplify-ternary": "^7.0.0",
175
175
  "@putout/plugin-sort-imports-by-specifiers": "^1.0.0",
176
176
  "@putout/plugin-split-assignment-expressions": "^1.0.0",
package/putout.json CHANGED
@@ -165,7 +165,6 @@
165
165
  "typescript": "off",
166
166
  "nodejs/convert-esm-to-commonjs": "off",
167
167
  "nodejs/convert-commonjs-to-esm": "off",
168
- "apply-optional-chaining/assign": "off",
169
168
  "convert-optional-to-logical/call": "off",
170
169
  "nodejs/convert-top-level-return": "off",
171
170
  "putout": "off",