putout 37.6.1 → 37.7.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 +15 -0
  2. package/package.json +2 -2
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2024.12.22, v37.7.0
2
+
3
+ fix:
4
+ - 7dd2dcc3d putout: rm unused dependencies
5
+
6
+ feature:
7
+ - 43e7194d3 @putout/plugin-parens: remove-useless-for-await: no parens
8
+ - 6f8f828af @putout/plugin-parens: remove-useless: add
9
+ - e0ef81c05 @putout/plugin-parens: add-missing-for-assign: add
10
+ - 6d1e77881 @putout/plugin-parens: add
11
+ - 20ef6818c putout: @putout/plugin-remove-empty v13.0.0
12
+ - 02cedc504 @putout/plugin-putout-config: apply-esm: add
13
+ - bdef0dad6 @putout/plugin-remove-empty: drop support of 🐊 < 37
14
+ - 35474d776 @putout/esm: add
15
+
1
16
  2024.12.21, v37.6.1
2
17
 
3
18
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.6.1",
3
+ "version": "37.7.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",
@@ -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",
@@ -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",