putout 37.6.1 → 37.7.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 +24 -0
  2. package/package.json +3 -3
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,27 @@
1
+ 2024.12.25, v37.7.1
2
+
3
+ feature:
4
+ - ee4a71a1c putout: @putout/plugin-conditions v6.0.0
5
+ - 51005f31c @putout/plugin-conditions: drop support of 🐊 < 37
6
+ - 3305a4bca @putout/plugin-conditions: apply-consistent-blocks: empty consequent body, no alternate
7
+ - 2aafebb67 @putout/plugin-esm: merge-duplicate-imports: export
8
+ - 5b39158fb @putout/plugin-putout-config: apply-parens
9
+
10
+ 2024.12.22, v37.7.0
11
+
12
+ fix:
13
+ - 7dd2dcc3d putout: rm unused dependencies
14
+
15
+ feature:
16
+ - 43e7194d3 @putout/plugin-parens: remove-useless-for-await: no parens
17
+ - 6f8f828af @putout/plugin-parens: remove-useless: add
18
+ - e0ef81c05 @putout/plugin-parens: add-missing-for-assign: add
19
+ - 6d1e77881 @putout/plugin-parens: add
20
+ - 20ef6818c putout: @putout/plugin-remove-empty v13.0.0
21
+ - 02cedc504 @putout/plugin-putout-config: apply-esm: add
22
+ - bdef0dad6 @putout/plugin-remove-empty: drop support of 🐊 < 37
23
+ - 35474d776 @putout/esm: add
24
+
1
25
  2024.12.21, v37.6.1
2
26
 
3
27
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.6.1",
3
+ "version": "37.7.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",
@@ -83,7 +83,6 @@
83
83
  "@putout/operator-match-files": "^5.0.0",
84
84
  "@putout/operator-regexp": "^1.0.0",
85
85
  "@putout/operator-rename-files": "^2.0.0",
86
- "@putout/plugin-add-missing-parens": "^2.0.0",
87
86
  "@putout/plugin-apply-at": "^2.0.0",
88
87
  "@putout/plugin-apply-destructuring": "^7.0.0",
89
88
  "@putout/plugin-apply-dot-notation": "^2.0.0",
@@ -94,7 +93,7 @@
94
93
  "@putout/plugin-apply-starts-with": "^1.0.0",
95
94
  "@putout/plugin-apply-template-literals": "^3.0.0",
96
95
  "@putout/plugin-browserlist": "^2.0.0",
97
- "@putout/plugin-conditions": "^5.0.0",
96
+ "@putout/plugin-conditions": "^6.0.0",
98
97
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
99
98
  "@putout/plugin-convert-arguments-to-rest": "^3.0.0",
100
99
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
@@ -135,6 +134,7 @@
135
134
  "@putout/plugin-npmignore": "^5.0.0",
136
135
  "@putout/plugin-optional-chaining": "^1.0.1",
137
136
  "@putout/plugin-package-json": "^8.0.0",
137
+ "@putout/plugin-parens": "^1.0.0",
138
138
  "@putout/plugin-promises": "^16.0.0",
139
139
  "@putout/plugin-putout": "^22.0.0",
140
140
  "@putout/plugin-putout-config": "^7.0.1",
package/putout.json CHANGED
@@ -189,7 +189,7 @@
189
189
  "filesystem": "off"
190
190
  },
191
191
  "plugins": [
192
- "add-missing-parens",
192
+ "parens",
193
193
  "apply-at",
194
194
  "apply-dot-notation",
195
195
  "apply-early-return",