putout 42.10.1 → 42.10.3

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 +26 -0
  2. package/package.json +1 -1
  3. package/putout.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,29 @@
1
+ 2026.07.28, v42.10.3
2
+
3
+ feature:
4
+ - 645f90d36 putout: madrun: ts
5
+ - cdf3b793d @putout/plugin-madrun: convert-to-async: cutEnv
6
+ - ec9c37169 @putout/plugin-return: remove-useless: exclude types
7
+ - 01dd0c9cf @putout/plugin-react: remove-useless-memoization: useMemo: improve
8
+ - df59dac91 @putout/plugin-sql: add
9
+ - 623320944 @putout/plugin-putout: declare: __sql
10
+ - da156ea99 @putout/processor-sql: add
11
+ - 15dab97ab @putout/operator-json: __sql: add
12
+
13
+ 2026.07.26, v42.10.2
14
+
15
+ fix:
16
+ - 6f2709e8c putout: config: convert-quotes-to-backticks: yaml: disable
17
+ - e2df4cd4f @putout/plugin-tape: move-out-result-from-assertion -> extract-result-from-assertion
18
+
19
+ feature:
20
+ - 25268c776 @putout/plugin-try-catch: assign
21
+ - 17ecc13d4 @putout/plugin-extract-result-from-assertion: object
22
+ - 91b0f1728 @putout/plugin-tape: convert-equal-to-deep-equal: no-t
23
+ - 35c7df4ef @putout/plugin-tape: add-args: async
24
+ - e04abf16f @putout/plugin-tape: extract-result-from-assertion: no-t
25
+ - 48a84e7fc @putout/plugin-tape: extract-result-from-assertion: expected: array
26
+
1
27
  2026.07.23, v42.10.1
2
28
 
3
29
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.10.1",
3
+ "version": "42.10.3",
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",
package/putout.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "{.,}putout.json": {
28
28
  "putout-config": "on"
29
29
  },
30
- ".madrun.{js,cjs,mjs}": {
30
+ ".madrun.{js,cjs,mjs,ts}": {
31
31
  "madrun": "on"
32
32
  },
33
33
  "setupTests.*": {
@@ -90,7 +90,7 @@
90
90
  "*.svelte": {
91
91
  "variables/remove-unused": "off"
92
92
  },
93
- "{Dockerfile*,*rc,*.{json,yml}}": {
93
+ "{Dockerfile*,*rc,*.{json,yml,yaml}}": {
94
94
  "convert-quotes-to-backticks": "off",
95
95
  "remove-useless-escape": "off",
96
96
  "math/apply-numeric-separators": "off"