putout 37.6.0 → 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 +20 -0
  2. package/package.json +2 -7
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
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
+
16
+ 2024.12.21, v37.6.1
17
+
18
+ fix:
19
+ - fec2d671a putout: rm unused dependencies
20
+
1
21
  2024.12.21, v37.6.0
2
22
 
3
23
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.6.0",
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",
@@ -113,7 +112,6 @@
113
112
  "@putout/plugin-coverage": "^1.0.0",
114
113
  "@putout/plugin-declare": "^4.0.0",
115
114
  "@putout/plugin-declare-before-reference": "^5.0.0",
116
- "@putout/plugin-declare-imports-first": "^2.0.0",
117
115
  "@putout/plugin-eslint": "^9.0.0",
118
116
  "@putout/plugin-esm": "^1.0.0",
119
117
  "@putout/plugin-extract-object-properties": "^9.0.0",
@@ -123,7 +121,6 @@
123
121
  "@putout/plugin-generators": "^1.0.0",
124
122
  "@putout/plugin-github": "^13.0.0",
125
123
  "@putout/plugin-gitignore": "^6.0.0",
126
- "@putout/plugin-group-imports-by-source": "^2.0.0",
127
124
  "@putout/plugin-labels": "^1.0.0",
128
125
  "@putout/plugin-logical-expressions": "^7.0.0",
129
126
  "@putout/plugin-madrun": "^19.0.0",
@@ -131,13 +128,13 @@
131
128
  "@putout/plugin-maybe": "^2.0.0",
132
129
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
133
130
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
134
- "@putout/plugin-merge-duplicate-imports": "^11.0.0",
135
131
  "@putout/plugin-montag": "^3.0.0",
136
132
  "@putout/plugin-new": "^3.0.1",
137
133
  "@putout/plugin-nodejs": "^13.0.0",
138
134
  "@putout/plugin-npmignore": "^5.0.0",
139
135
  "@putout/plugin-optional-chaining": "^1.0.1",
140
136
  "@putout/plugin-package-json": "^8.0.0",
137
+ "@putout/plugin-parens": "^1.0.0",
141
138
  "@putout/plugin-promises": "^16.0.0",
142
139
  "@putout/plugin-putout": "^22.0.0",
143
140
  "@putout/plugin-putout-config": "^7.0.1",
@@ -150,7 +147,6 @@
150
147
  "@putout/plugin-remove-empty": "^13.0.0",
151
148
  "@putout/plugin-remove-iife": "^4.0.0",
152
149
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
153
- "@putout/plugin-remove-quotes-from-import-assertions": "^1.0.0",
154
150
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
155
151
  "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
156
152
  "@putout/plugin-remove-unused-expressions": "^9.0.0",
@@ -180,7 +176,6 @@
180
176
  "@putout/plugin-simplify-assignment": "^3.0.0",
181
177
  "@putout/plugin-simplify-boolean-return": "^2.0.0",
182
178
  "@putout/plugin-simplify-ternary": "^7.0.0",
183
- "@putout/plugin-sort-imports-by-specifiers": "^1.0.0",
184
179
  "@putout/plugin-split-assignment-expressions": "^1.0.0",
185
180
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
186
181
  "@putout/plugin-split-variable-declarations": "^3.0.0",
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",