putout 37.5.0 → 37.6.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 +15 -0
  2. package/package.json +3 -7
  3. package/putout.json +3 -7
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2024.12.21, v37.6.1
2
+
3
+ fix:
4
+ - fec2d671a putout: rm unused dependencies
5
+
6
+ 2024.12.21, v37.6.0
7
+
8
+ feature:
9
+ - 54885c347 putout: @putout/plugin-remove-empty v13.0.0
10
+ - 510900179 @putout/plugin-putout-config: apply-esm: add
11
+ - 33a95b465 @putout/plugin-remove-empty: drop support of 🐊 < 37
12
+ - db8664285 @putout/esm: add
13
+ - e7b05856f @putout/plugin-nodejs: group-require-by-id: improve support of @putout/
14
+ - c84d4bf41 @putout/plugin-declare-before-reference: improve support of @putout/plugin-nodejs: group-require-by-id
15
+
1
16
  2024.12.20, v37.5.0
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.5.0",
3
+ "version": "37.6.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",
@@ -113,8 +113,8 @@
113
113
  "@putout/plugin-coverage": "^1.0.0",
114
114
  "@putout/plugin-declare": "^4.0.0",
115
115
  "@putout/plugin-declare-before-reference": "^5.0.0",
116
- "@putout/plugin-declare-imports-first": "^2.0.0",
117
116
  "@putout/plugin-eslint": "^9.0.0",
117
+ "@putout/plugin-esm": "^1.0.0",
118
118
  "@putout/plugin-extract-object-properties": "^9.0.0",
119
119
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
120
120
  "@putout/plugin-filesystem": "^6.0.0",
@@ -122,7 +122,6 @@
122
122
  "@putout/plugin-generators": "^1.0.0",
123
123
  "@putout/plugin-github": "^13.0.0",
124
124
  "@putout/plugin-gitignore": "^6.0.0",
125
- "@putout/plugin-group-imports-by-source": "^2.0.0",
126
125
  "@putout/plugin-labels": "^1.0.0",
127
126
  "@putout/plugin-logical-expressions": "^7.0.0",
128
127
  "@putout/plugin-madrun": "^19.0.0",
@@ -130,7 +129,6 @@
130
129
  "@putout/plugin-maybe": "^2.0.0",
131
130
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
132
131
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
133
- "@putout/plugin-merge-duplicate-imports": "^11.0.0",
134
132
  "@putout/plugin-montag": "^3.0.0",
135
133
  "@putout/plugin-new": "^3.0.1",
136
134
  "@putout/plugin-nodejs": "^13.0.0",
@@ -146,10 +144,9 @@
146
144
  "@putout/plugin-remove-debugger": "^7.0.0",
147
145
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
148
146
  "@putout/plugin-remove-duplicate-keys": "^6.0.0",
149
- "@putout/plugin-remove-empty": "^12.0.0",
147
+ "@putout/plugin-remove-empty": "^13.0.0",
150
148
  "@putout/plugin-remove-iife": "^4.0.0",
151
149
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
152
- "@putout/plugin-remove-quotes-from-import-assertions": "^1.0.0",
153
150
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
154
151
  "@putout/plugin-remove-unreferenced-variables": "^4.0.0",
155
152
  "@putout/plugin-remove-unused-expressions": "^9.0.0",
@@ -179,7 +176,6 @@
179
176
  "@putout/plugin-simplify-assignment": "^3.0.0",
180
177
  "@putout/plugin-simplify-boolean-return": "^2.0.0",
181
178
  "@putout/plugin-simplify-ternary": "^7.0.0",
182
- "@putout/plugin-sort-imports-by-specifiers": "^1.0.0",
183
179
  "@putout/plugin-split-assignment-expressions": "^1.0.0",
184
180
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
185
181
  "@putout/plugin-split-variable-declarations": "^3.0.0",
package/putout.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "madrun": "on"
30
30
  },
31
31
  "setupTests.*": {
32
- "remove-empty/import": "off"
32
+ "esm/remove-empty-import": "off"
33
33
  },
34
34
  ".filesystem.json": {
35
35
  "filesystem": "on",
@@ -123,7 +123,7 @@
123
123
  "nodejs/remove-process-exit": "off",
124
124
  "nodejs/convert-top-level-return": "on",
125
125
  "remove-console": "off",
126
- "remove-empty/import": "off"
126
+ "esm/remove-empty-import": "off"
127
127
  },
128
128
  "{test,*.spec.{js,mjs,cjs}}": {
129
129
  "tape": "on"
@@ -201,7 +201,6 @@
201
201
  "apply-overrides",
202
202
  "extract-object-properties",
203
203
  "extract-sequence-expressions",
204
- "group-imports-by-source",
205
204
  "madrun",
206
205
  "maybe",
207
206
  "webpack",
@@ -238,7 +237,6 @@
238
237
  "remove-nested-blocks",
239
238
  "remove-unreachable-code",
240
239
  "remove-duplicate-keys",
241
- "remove-quotes-from-import-assertions",
242
240
  "reuse-duplicate-init",
243
241
  "split-assignment-expressions",
244
242
  "split-variable-declarations",
@@ -246,7 +244,6 @@
246
244
  "simplify-assignment",
247
245
  "simplify-boolean-return",
248
246
  "simplify-ternary",
249
- "sort-imports-by-specifiers",
250
247
  "convert-const-to-let",
251
248
  "convert-expression-to-params",
252
249
  "convert-assignment-to-declaration",
@@ -262,10 +259,9 @@
262
259
  "convert-assignment-to-comparison",
263
260
  "convert-quotes-to-backticks",
264
261
  "convert-object-entries-to-array-entries",
262
+ "esm",
265
263
  "merge-destructuring-properties",
266
- "merge-duplicate-imports",
267
264
  "merge-duplicate-functions",
268
- "declare-imports-first",
269
265
  "declare-before-reference",
270
266
  "declare",
271
267
  "labels",