putout 42.0.24 β†’ 42.1.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 (3) hide show
  1. package/ChangeLog +62 -0
  2. package/package.json +4 -4
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,65 @@
1
+ 2026.03.10, v42.1.0
2
+
3
+ fix:
4
+ - 8cbfc4fbc @putout/plugin-declare-before-reference: simplify
5
+ - 46bfb6db0 @putout/plugin-declare-before-reference: named-export
6
+ - b8c04fb98 @putout/plugin-printer: add-missing-tuples-to-type-checker: instrument
7
+ - e574f445a @putout/plugin-printer: add-missing-tuples-to-type-checker: CallExpression
8
+ - 1895f72da @putout/plugin-printer: add-missing-spaces-to-type-checker: rm useless filter(Boolean)
9
+ - 4e5a61f6f @putout/plugin-printer: add-missing-spaces-to-type-checker: colon last: exclude
10
+ - 2faae4cb7 @putout/plugin-printer: add-missing-spaces-to-type-checker: after arrow
11
+ - d1ae084b9 @putout/plugin-printer: remove-trailing-spaces-from-type-checker: link to 🐊Putout Editor
12
+ - 5b5ec86fd @putout/compare: is: export: isArray: rm
13
+ - e344b9b1b @putout/plugin-printer: remove-useless-maybe: report
14
+
15
+ feature:
16
+ - 471fffe18 eslint-plugin-putout: safe: return/remove-last-empty: off
17
+ - ea27948ce putout: @putout/plugin-regexp v13.5.0
18
+ - cb0bc7ec1 putout: @putout/plugin-return v4.0.0
19
+ - 753457d81 @putout/plugin-regexp: drop support of 🐊 < 42
20
+ - 031c049ea @putout/plugin-return: drop support of 🐊 < 42
21
+ - 330b0ad0c @putout/plugin-return: remove-last-empty: add
22
+ - 25803de62 @putout/plugin-for-of: remove-useless: improve
23
+ - 8d5c46999 @putout/plugin-declare-before-reference: improve support of exports
24
+ - 7c03f12ff @putout/plugin-minify: drop support of 🐊 < 42
25
+ - 8d872a365 @putout/plugin-minify: merge-variables: AssignmentExpression: exclude
26
+ - f293e7587 @putout/plugin-printer: instrument type checker
27
+ - a268157d4 @putout/plugin-printer: check-if-success-possible-in-type-checker: add
28
+ - dcd50ad14 @putout/plugin-printer: check-type-passed-to-type-checker: rm 🧨
29
+ - dfe6708b5 @putout/plugin-printer: remove-useless-spaces-from-type-checker: sequence
30
+ - 1375dafc6 @putout/plugin-printer: check-type-passed-to-type-checker: type name
31
+ - bcd07e4d0 @putout/plugin-printer: add-missing-tuples-to-type-checker: type name
32
+ - 3e7002213 @putout/plugin-printer: add-missing-tuples-to-type-checker: exclude dsl
33
+ - 4ec9b7bbf @putout/plugin-printer: check-type-passed-to-type-checker: CommentBlock
34
+ - e0ac4ef42 @putout/plugin-printer: remove-useless-tuples-from-type-checker: add
35
+ - b41222934 @putout/plugin-printer: add-missing-tuples-to-type-checker: identifier
36
+ - 39d764ace @putout/plugin-printer: add-missing-tuple-to-type-checker: add
37
+ - acec26b2e @putout/plugin-printer: check-type-passed-to-type-checker: selector: exclude
38
+ - 06e325e75 @putout/plugin-printer: check-type-passed-to-type-checker
39
+ - 742efbf44 @putout/plugin-printer: remove-useless-spaces-from-type-checker: add
40
+ - 1ea777a47 @putout/plugin-printer: add-missing-spaces-to-type-checker: add
41
+ - a5a9376b8 @putout/plugin-printer: remove-trailing-spaces-from-type-checker: add
42
+ - 8716146e4 @putout/plugin-declare-before-reference: CallExpression argument: improve support
43
+ - df16f4dda @putout/plugin-printer: remove-useless-maybe: indent
44
+ - bfd8bfcb1 @putout/plugin-putout: convert-node-to-path-in-get-template-values: exclude: short
45
+ - 84ee1e8d2 @putout/plugin-remove-useless-maybe: simplify
46
+ - 88f3caf84 @putout/compare: getTemplateValues: ExpressionStatement
47
+ - f907ede9a @putout/plugin-putout: convert-node-to-path-in-get-template-values: report
48
+ - 540534a4a @putout/plugin-printer: drop support of 🐊 < 42
49
+ - 727e150bb @putout/plugin-printer: remove-useless-maybe: add
50
+ - 42a54b00b @putout/engine-parser: @putout/printer v18.0.0
51
+
52
+ 2026.03.03, v42.0.25
53
+
54
+ fix:
55
+ - 81f953f9a @putout/plugin-optional-chaining: exclude isFn: produce broken code
56
+
57
+ feature:
58
+ - 973513690 putout: @putout/plugin-optional-chaining v3.0.0
59
+ - d778d336a @putout/plugin-optional-chaining: drop support of 🐊 < 42
60
+ - e724cf714 @putout/operator-add-args: nested scopes
61
+ - dc03836a0 @putout/processor-toml: oxfmt v0.36.0
62
+
1
63
  2026.03.01, v42.0.24
2
64
 
3
65
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.24",
3
+ "version": "42.1.0",
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",
@@ -133,13 +133,13 @@
133
133
  "@putout/plugin-new": "^5.0.0",
134
134
  "@putout/plugin-nodejs": "^21.0.0",
135
135
  "@putout/plugin-npmignore": "^7.0.0",
136
- "@putout/plugin-optional-chaining": "^2.0.0",
136
+ "@putout/plugin-optional-chaining": "^3.0.0",
137
137
  "@putout/plugin-package-json": "^11.0.0",
138
138
  "@putout/plugin-parens": "^5.0.0",
139
139
  "@putout/plugin-promises": "^19.0.0",
140
140
  "@putout/plugin-putout": "^29.0.0",
141
141
  "@putout/plugin-putout-config": "^12.0.0",
142
- "@putout/plugin-regexp": "^13.0.0",
142
+ "@putout/plugin-regexp": "^13.5.0",
143
143
  "@putout/plugin-remove-console": "^7.0.0",
144
144
  "@putout/plugin-remove-debugger": "^8.0.0",
145
145
  "@putout/plugin-remove-duplicate-case": "^4.0.0",
@@ -165,7 +165,7 @@
165
165
  "@putout/plugin-remove-useless-push": "^3.0.0",
166
166
  "@putout/plugin-remove-useless-replace": "^2.0.0",
167
167
  "@putout/plugin-remove-useless-template-expressions": "^3.0.0",
168
- "@putout/plugin-return": "^3.0.0",
168
+ "@putout/plugin-return": "^4.0.0",
169
169
  "@putout/plugin-simplify-ternary": "^9.0.0",
170
170
  "@putout/plugin-spread": "^3.0.0",
171
171
  "@putout/plugin-tape": "^21.0.0",
package/putout.json CHANGED
@@ -76,6 +76,7 @@
76
76
  "return/remove-useless": "off",
77
77
  "remove-empty": "off",
78
78
  "for-of/remove-unused-variables": "off",
79
+ "for-of/remove-useless": "off",
79
80
  "remove-console": "off",
80
81
  "remove-unreachable-code": "off",
81
82
  "declare": "off",