putout 38.4.3 → 38.4.5

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 +29 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2025.03.01, v38.4.5
2
+
3
+ fix:
4
+ - 81b03812a @putout/plugin-apply-arrow: no loc
5
+ - 9f556a4fa eslint-plugin-putout: typescript version according to peer dependencies
6
+
7
+ feature:
8
+ - d1b5a3743 putout: @putout/plugin-apply-arrow v2.0.0
9
+ - 6c78e2aaf @putout/plugin-apply-arrow: drop support of 🐊 < 38
10
+ - dc08ab558 @putout/engine-runner: find: override traverse
11
+ - 6dd6b23b2 @putout/plugin-declare-before-reference: improve uid check
12
+ - 1929a9875 @putout/plugin-declare-before-reference: add not top level
13
+ - e30bfad5f @putout/plugin-split-assignment-expressions: array destructuring after variable assignment
14
+ - 7fa846e79 @putout/test: report: add ability to pass plugins
15
+
16
+ 2025.02.28, v38.4.4
17
+
18
+ fix:
19
+ - 22496dc1d @putout/engine-runner: remove useless should skip
20
+
21
+ feature:
22
+ - 11d844a16 putout: @putout/plugin-split-assignment-expressions v2.0.0
23
+ - 6b36f0b14 @putout/plugin-split-assignment-expressions: false positive: MemberExpression with SequenceExpression property
24
+ - 0f13915fd @putout/plugin-split-assignment-expressions: drop support of 🐊 < 38
25
+ - 4dd1beba9 @putout/cli-process-file: use flatlint only when reason = parse
26
+ - a72e6eacd @putout/engine-runner: reason: fix
27
+ - 6b27274b6 @putout/engine-runner: add error reason when throw during traverse
28
+ - 61792e6d8 @putout/cli-process-file: do not run samadhi, when reason of an error is traverse
29
+
1
30
  2025.02.28, v38.4.3
2
31
 
3
32
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.4.3",
3
+ "version": "38.4.5",
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",
@@ -87,7 +87,7 @@
87
87
  "@putout/operator-parens": "^1.0.0",
88
88
  "@putout/operator-regexp": "^1.0.0",
89
89
  "@putout/operator-rename-files": "^2.0.0",
90
- "@putout/plugin-apply-arrow": "^1.0.0",
90
+ "@putout/plugin-apply-arrow": "^2.0.0",
91
91
  "@putout/plugin-apply-at": "^2.0.0",
92
92
  "@putout/plugin-apply-destructuring": "^8.0.0",
93
93
  "@putout/plugin-apply-dot-notation": "^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",