putout 39.1.0 → 39.3.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 +30 -0
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,33 @@
1
+ 2025.03.27, v39.3.0
2
+
3
+ fix:
4
+ - 08a13b0e4 @putout/plugin-filesystem: convert to ESM
5
+
6
+ feature:
7
+ - e3f030a24 putout: @putout/plugin-promises v17.0.0
8
+ - c30003a77 @putout/plugin-promises: convert to ESM
9
+ - c96e6ba57 putout: @putout/cli-process-file v3.0.0
10
+ - c8cf25c26 putout: @putout/plugin-try-catch v5.0.0
11
+ - eba82d546 @putout/cli-process-file: samadhi v3.0.0
12
+ - 6fcd1a664 @putout/cli-process-file: drop support of node < 20
13
+ - 00a6beba7 @putout/cli-process-file: samadhi v3.0.0
14
+ - b2bf47047 @putout/plugin-try-catch: convert to ESM
15
+ - b6ec47eeb putout: @putout/cli-ruler v4.0.0
16
+ - a524b64a7 @putout/cli-ruler: drop support of node < 20
17
+ - ab358222f @putout/cli-ruler: move out stringify
18
+ - 02e6f8fdd @putout/plugin-putout: add-index-to-import: cjs
19
+ - 299a85ed0 @putout/plugin-filesystem: rename-test-to-spec: simplify
20
+
21
+ 2025.03.26, v39.2.0
22
+
23
+ feature:
24
+ - bf0738e89 putout: @putout/cli-process-file v3.0.0
25
+ - a3fa76ab2 putout: @putout/plugin-try-catch v5.0.0
26
+ - f7b1d7af4 @putout/cli-process-file: samadhi v3.0.0
27
+ - e82bb9da2 @putout/cli-process-file: drop support of node < 20
28
+ - 82756c1c3 @putout/cli-process-file: samadhi v3.0.0
29
+ - b4c81b687 @putout/plugin-try-catch: convert to ESM
30
+
1
31
  2025.03.26, v39.1.0
2
32
 
3
33
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.1.0",
3
+ "version": "39.3.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",
@@ -56,7 +56,7 @@
56
56
  "@putout/cli-choose-formatter": "^4.0.0",
57
57
  "@putout/cli-keypress": "^2.0.0",
58
58
  "@putout/cli-match": "^2.0.0",
59
- "@putout/cli-process-file": "^2.0.0",
59
+ "@putout/cli-process-file": "^3.0.0",
60
60
  "@putout/cli-ruler": "^4.0.0",
61
61
  "@putout/cli-staged": "^1.0.0",
62
62
  "@putout/cli-validate-args": "^2.0.0",
@@ -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",
@@ -181,7 +181,7 @@
181
181
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
182
182
  "@putout/plugin-split-variable-declarations": "^4.0.0",
183
183
  "@putout/plugin-tape": "^17.0.0",
184
- "@putout/plugin-try-catch": "^4.0.0",
184
+ "@putout/plugin-try-catch": "^5.0.0",
185
185
  "@putout/plugin-types": "^7.0.0",
186
186
  "@putout/plugin-typescript": "^11.0.0",
187
187
  "@putout/plugin-webpack": "^3.0.0",