putout 42.4.3 → 42.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 +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2026.04.15, v42.4.5
2
+
3
+ feature:
4
+ - 91e1beffd putout: @putout/plugin-remove-duplicate-case v5.0.0
5
+ - 868e5f2a2 @putout/plugin-remove-duplicate-case: drop support of 🐊 < 42
6
+ - 578221c5b @putout/plugin-remove-duplicate-case: no node
7
+
8
+ 2026.04.15, v42.4.4
9
+
10
+ feature:
11
+ - 276305865 putout: @putout/plugin-promises v20.0.0
12
+ - ae841fe4c @putout/plugin-promises: drop support of 🐊 < 42
13
+ - 04d174232 @putout/plugin-promises: add-missing-async: report: twice -> once
14
+ - 433d61b7c @putout/plugin-printer: remove-useless-arrow-from-type-checker: add
15
+ - 82f022892 @putout/plugin-nodejs: convert-esm-to-commonjs: json
16
+ - 5918b08cc @putout/processor-typescript: drop support of 🐊 < 42
17
+ - c1ab35ccb @putout/processor-typescript: ts-morph v28.0.0
18
+
1
19
  2026.04.12, v42.4.3
2
20
 
3
21
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.4.3",
3
+ "version": "42.4.5",
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,13 +138,13 @@
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",
145
145
  "@putout/plugin-remove-console": "^7.0.0",
146
146
  "@putout/plugin-remove-debugger": "^9.0.0",
147
- "@putout/plugin-remove-duplicate-case": "^4.0.0",
147
+ "@putout/plugin-remove-duplicate-case": "^5.0.0",
148
148
  "@putout/plugin-remove-duplicate-elements": "^1.0.0",
149
149
  "@putout/plugin-remove-duplicate-keys": "^9.0.0",
150
150
  "@putout/plugin-remove-empty": "^15.0.0",