putout 35.33.0 → 35.34.1

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 +25 -0
  2. package/package.json +3 -3
  3. package/putout.json +0 -1
package/ChangeLog CHANGED
@@ -1,3 +1,28 @@
1
+ 2024.06.10, v35.34.1
2
+
3
+ feature:
4
+ - 30ed1aded putout: @putout/plugin-remove-unreferenced-variables v4.0.0
5
+ - 7b52e4f1f @putout/plugin-remove-unreferenced-varialbes: drop support of 🐊 < 35
6
+ - 41bcb0e76 @putout/plugin-remove-unreferenced-variables: exclude when parentPath is ConditionalExpression (putoutjs/minify#23)
7
+
8
+ 2024.06.10, v35.34.0
9
+
10
+ fix:
11
+ - 7a7a7cf76 @putout/plugin-minify: convert-const-to-var: overlap: fn (putoutjs/minify#17)
12
+
13
+ feature:
14
+ - b614e3536 putout: @putout/plugin-apply-optional-chaining v6.0.0
15
+ - 0c2991bb4 @putout/plugin-apply-optional-chaining: drop support of 🐊 < 35
16
+ - e2f0ccf67 @putout/plugin-apply-optional-chaining: assign: turn off (putoutjs/minify#19)
17
+ - 983c9f023 @putout/plugin-minify: merge-variables (putoutjs/minify#17)
18
+ - d04e69cdd @putout/eslint-config: no-extra-parens: enforceForSequenceExpressions: false
19
+ - 8e0851580 @putout/plugin-putout: add-places-to-compare-places: add
20
+ - 04e0b533e eslint-plugin-putout: tsx: @typescript-eslint/no-explicit-any: off
21
+ - e22a0ee14 eslint-plugin-putout: ts: keyword-spacing: disable js
22
+ - 3946fc78f @putout/plugin-minify: join-continued-strings: win case (putoutjs/minify#13)
23
+ - 4cd124f26 @putout/engine-parser: @putout/printer v9.0.0
24
+ - 9872ea71b @putout/plugin-minify: convert-return-to-sequence-expression
25
+
1
26
  2024.06.07, v35.33.0
2
27
 
3
28
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.33.0",
3
+ "version": "35.34.1",
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",
@@ -147,7 +147,7 @@
147
147
  "@putout/plugin-remove-iife": "^4.0.0",
148
148
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
149
149
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
150
- "@putout/plugin-remove-unreferenced-variables": "^3.0.0",
150
+ "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
151
151
  "@putout/plugin-remove-unused-expressions": "^8.0.0",
152
152
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
153
153
  "@putout/plugin-remove-unused-private-fields": "^2.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",