putout 35.33.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.
- package/ChangeLog +18 -0
- package/package.json +2 -2
- package/putout.json +0 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
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
|
+
|
|
1
19
|
2024.06.07, v35.33.0
|
|
2
20
|
|
|
3
21
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
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": "^
|
|
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",
|
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",
|