putout 42.4.2 → 42.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 (3) hide show
  1. package/ChangeLog +29 -0
  2. package/package.json +3 -3
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,32 @@
1
+ 2026.04.15, v42.4.4
2
+
3
+ feature:
4
+ - 276305865 putout: @putout/plugin-promises v20.0.0
5
+ - ae841fe4c @putout/plugin-promises: drop support of 🐊 < 42
6
+ - 04d174232 @putout/plugin-promises: add-missing-async: report: twice -> once
7
+ - 433d61b7c @putout/plugin-printer: remove-useless-arrow-from-type-checker: add
8
+ - 82f022892 @putout/plugin-nodejs: convert-esm-to-commonjs: json
9
+ - 5918b08cc @putout/processor-typescript: drop support of 🐊 < 42
10
+ - c1ab35ccb @putout/processor-typescript: ts-morph v28.0.0
11
+
12
+ 2026.04.12, v42.4.3
13
+
14
+ fix:
15
+ - 35bfcd840 @putout/processor-docker: RUN: &&
16
+ - 2cfe6c91f @putout/processor-docker: escape
17
+
18
+ feature:
19
+ - 5310b9f6f putout: @putout/plugin-apply-entries v3.0.0
20
+ - 966b99bf9 @putout/plugin-apply-entries: drop support of 🐊 < 42
21
+ - a7a73d336 putout: *.md: rm remove-nested-blocks
22
+ - 8176bb9dd putout: *.md: conditions/evaluate: off
23
+ - 8cf720c33 @putout/engine-parser: hermes-parser v0.35.0
24
+ - fd69f2a6b @putout/processor-toml: oxfmt v0.44.0
25
+ - 5a68fbac0 @putout/plugin-types: declare: isRegExp: add
26
+ - c910c0e24 @putout/plugin-types: convert-typeof-to-is-type: RegExp: add
27
+ - f69d9cc6f @putout/plugin-nodejs: convert-default-export-to-default: add
28
+ - ca4d72796 @putout/processor-docker: ENV
29
+
1
30
  2026.04.01, v42.4.2
2
31
 
3
32
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.4.2",
3
+ "version": "42.4.4",
4
4
  "type": "module",
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",
@@ -138,7 +138,7 @@
138
138
  "@putout/plugin-optional-chaining": "^3.0.0",
139
139
  "@putout/plugin-package-json": "^11.0.0",
140
140
  "@putout/plugin-parens": "^5.0.0",
141
- "@putout/plugin-promises": "^19.0.0",
141
+ "@putout/plugin-promises": "^20.0.0",
142
142
  "@putout/plugin-putout": "^29.0.0",
143
143
  "@putout/plugin-putout-config": "^12.0.0",
144
144
  "@putout/plugin-regexp": "^14.0.0",
@@ -218,7 +218,7 @@
218
218
  ],
219
219
  "devDependencies": {
220
220
  "@putout/eslint-flat": "^4.0.0",
221
- "@putout/plugin-apply-entries": "^2.0.0",
221
+ "@putout/plugin-apply-entries": "^3.0.0",
222
222
  "@putout/test": "^15.1.0",
223
223
  "currify": "^4.0.0",
224
224
  "eslint": "^10.0.0",
package/putout.json CHANGED
@@ -63,6 +63,7 @@
63
63
  "conditions/apply-consistent-blocks": "off",
64
64
  "conditions/convert-comparison-to-boolean": "off",
65
65
  "conditions/remove-constant": "off",
66
+ "conditions/evaluate": "off",
66
67
  "maybe": "off",
67
68
  "convert-quotes-to-backticks": "off",
68
69
  "remove-unused-expressions": "off",
@@ -83,7 +84,6 @@
83
84
  "declare": "off",
84
85
  "nodejs/declare": "off",
85
86
  "typescript/remove-unused-types": "off",
86
- "remove-nested-blocks": "off",
87
87
  "putout/apply-namespace-specifier": "off"
88
88
  },
89
89
  "*.svelte": {