putout 35.5.2 → 35.6.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.
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2024.03.04, v35.6.0
2
+
3
+ feature:
4
+ - 89738f07d putout: @putout/plugin-remove-debugger v7.0.0
5
+ - e3d899c79 @putout/plugin-remove-debugger: drop support of 🐊 < 35
6
+ - dd637a029 @putout/plugin-sort-imports-by-specifiers: add
7
+ - 45afe444f @putout/engine-parser: hermes-parser v0.20.0
8
+ - 6327667f2 @putout/engine-reporter: @putout/formatter-progress v5.0.0
9
+
1
10
  2024.02.29, v35.5.2
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.5.2",
3
+ "version": "35.6.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",
@@ -135,7 +135,7 @@
135
135
  "@putout/plugin-regexp": "^8.0.0",
136
136
  "@putout/plugin-remove-console": "^6.0.0",
137
137
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
138
- "@putout/plugin-remove-debugger": "^6.0.0",
138
+ "@putout/plugin-remove-debugger": "^7.0.0",
139
139
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
140
140
  "@putout/plugin-remove-duplicate-keys": "^5.0.0",
141
141
  "@putout/plugin-remove-empty": "^11.0.0",
@@ -167,6 +167,7 @@
167
167
  "@putout/plugin-simplify-assignment": "^3.0.0",
168
168
  "@putout/plugin-simplify-boolean-return": "^1.0.0",
169
169
  "@putout/plugin-simplify-ternary": "^7.0.0",
170
+ "@putout/plugin-sort-imports-by-specifiers": "^1.0.0",
170
171
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
171
172
  "@putout/plugin-split-variable-declarations": "^3.0.0",
172
173
  "@putout/plugin-tape": "^13.0.0",
package/putout.json CHANGED
@@ -214,6 +214,7 @@
214
214
  "simplify-assignment",
215
215
  "simplify-boolean-return",
216
216
  "simplify-ternary",
217
+ "sort-imports-by-specifiers",
217
218
  "convert-const-to-let",
218
219
  "convert-apply-to-spread",
219
220
  "convert-concat-to-flat",