putout 38.4.4 → 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 +15 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
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
+
1
16
  2025.02.28, v38.4.4
2
17
 
3
18
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.4.4",
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",