putout 39.2.0 → 39.4.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.
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.03.28, v39.4.0
2
+
3
+ feature:
4
+ - b3c0a7b37 putout: @putout/plugin-merge-destructuring-properties v11.0.0
5
+ - a4c99901c @putout/plugin-merge-destructuring-properties: AssignmentExpression
6
+ - 3078ca324 @putout/plugin-merge-destructuring-properties: assignment
7
+ - 67a6096e9 @putout/plugin-merge-destructuring-properties: report
8
+ - 881fc650a @putout/plugin-merge-destructuring-properties: migrate to ESM
9
+ - be1a24f36 @putout/test: @putout/cli-process-file v3.0.0
10
+ - 02d3ad659 @putout/plugin-react-router: convert to ESM
11
+ - 0febc6c13 @putout/plugin-postcss: convert tot ESM
12
+
13
+ 2025.03.27, v39.3.0
14
+
15
+ fix:
16
+ - 08a13b0e4 @putout/plugin-filesystem: convert to ESM
17
+
18
+ feature:
19
+ - e3f030a24 putout: @putout/plugin-promises v17.0.0
20
+ - c30003a77 @putout/plugin-promises: convert to ESM
21
+ - c96e6ba57 putout: @putout/cli-process-file v3.0.0
22
+ - c8cf25c26 putout: @putout/plugin-try-catch v5.0.0
23
+ - eba82d546 @putout/cli-process-file: samadhi v3.0.0
24
+ - 6fcd1a664 @putout/cli-process-file: drop support of node < 20
25
+ - 00a6beba7 @putout/cli-process-file: samadhi v3.0.0
26
+ - b2bf47047 @putout/plugin-try-catch: convert to ESM
27
+ - b6ec47eeb putout: @putout/cli-ruler v4.0.0
28
+ - a524b64a7 @putout/cli-ruler: drop support of node < 20
29
+ - ab358222f @putout/cli-ruler: move out stringify
30
+ - 02e6f8fdd @putout/plugin-putout: add-index-to-import: cjs
31
+ - 299a85ed0 @putout/plugin-filesystem: rename-test-to-spec: simplify
32
+
1
33
  2025.03.26, v39.2.0
2
34
 
3
35
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.2.0",
3
+ "version": "39.4.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",
@@ -129,7 +129,7 @@
129
129
  "@putout/plugin-madrun": "^21.0.0",
130
130
  "@putout/plugin-math": "^3.0.0",
131
131
  "@putout/plugin-maybe": "^3.0.0",
132
- "@putout/plugin-merge-destructuring-properties": "^10.0.0",
132
+ "@putout/plugin-merge-destructuring-properties": "^11.0.0",
133
133
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",
134
134
  "@putout/plugin-montag": "^4.0.0",
135
135
  "@putout/plugin-new": "^3.0.1",
@@ -138,7 +138,7 @@
138
138
  "@putout/plugin-optional-chaining": "^1.0.1",
139
139
  "@putout/plugin-package-json": "^9.0.0",
140
140
  "@putout/plugin-parens": "^2.0.0",
141
- "@putout/plugin-promises": "^16.0.0",
141
+ "@putout/plugin-promises": "^17.0.0",
142
142
  "@putout/plugin-putout": "^24.0.0",
143
143
  "@putout/plugin-putout-config": "^9.0.0",
144
144
  "@putout/plugin-regexp": "^11.0.0",