putout 38.4.2 → 38.4.4

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 (2) hide show
  1. package/ChangeLog +32 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,35 @@
1
+ 2025.02.28, v38.4.4
2
+
3
+ fix:
4
+ - 22496dc1d @putout/engine-runner: remove useless should skip
5
+
6
+ feature:
7
+ - 11d844a16 putout: @putout/plugin-split-assignment-expressions v2.0.0
8
+ - 6b36f0b14 @putout/plugin-split-assignment-expressions: false positive: MemberExpression with SequenceExpression property
9
+ - 0f13915fd @putout/plugin-split-assignment-expressions: drop support of 🐊 < 38
10
+ - 4dd1beba9 @putout/cli-process-file: use flatlint only when reason = parse
11
+ - a72e6eacd @putout/engine-runner: reason: fix
12
+ - 6b27274b6 @putout/engine-runner: add error reason when throw during traverse
13
+ - 61792e6d8 @putout/cli-process-file: do not run samadhi, when reason of an error is traverse
14
+
15
+ 2025.02.28, v38.4.3
16
+
17
+ feature:
18
+ - d1d721543 putout: @putout/plugin-apply-destructuring v8.0.0
19
+ - dacc7c482 @putout/plugin-apply-destructuring: shorten
20
+ - 10a42996f @putout/plugin-apply-destructuring: assign
21
+ - c7e0ff204 @putout/plugin-apply-destructuring: drop support of 🐊 < 38
22
+ - 884c7a1c5 @putout/plugin-minify: drop support of 🐊 < 38
23
+ - 9465e15ca @putout/engine-runner: fixCount: 2
24
+ - 32c313f96 @putout/engine-runner: traverse: override
25
+ - 58f32a1ca @putout/plugin-esm: apply-export-from: add
26
+ - e93b188c2 @putout/plugin-typescript: apply-utility-types: Optional: add
27
+ - 04b17fd7d @putout/eslint-config: no-empty: off
28
+ - 9916d5c2e @putout/plugin-remove-nested-blocks: remove useless crawl
29
+ - a23b1a2c4 @putout/operate: remove: do not throw when no node
30
+ - b5d6949da eslint-plugin-putout: export rules
31
+ - 525711e30 @putout/eslint: get rid of legacy ESLintRC
32
+
1
33
  2025.02.21, v38.4.2
2
34
 
3
35
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.4.2",
3
+ "version": "38.4.4",
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",
@@ -89,7 +89,7 @@
89
89
  "@putout/operator-rename-files": "^2.0.0",
90
90
  "@putout/plugin-apply-arrow": "^1.0.0",
91
91
  "@putout/plugin-apply-at": "^2.0.0",
92
- "@putout/plugin-apply-destructuring": "^7.0.0",
92
+ "@putout/plugin-apply-destructuring": "^8.0.0",
93
93
  "@putout/plugin-apply-dot-notation": "^2.0.0",
94
94
  "@putout/plugin-apply-flat-map": "^2.0.0",
95
95
  "@putout/plugin-apply-overrides": "^2.0.0",
@@ -180,7 +180,7 @@
180
180
  "@putout/plugin-reuse-duplicate-init": "^6.0.0",
181
181
  "@putout/plugin-simplify-assignment": "^3.0.0",
182
182
  "@putout/plugin-simplify-ternary": "^7.0.0",
183
- "@putout/plugin-split-assignment-expressions": "^1.0.0",
183
+ "@putout/plugin-split-assignment-expressions": "^2.0.0",
184
184
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
185
185
  "@putout/plugin-split-variable-declarations": "^4.0.0",
186
186
  "@putout/plugin-tape": "^16.0.0",