putout 42.0.25 β†’ 42.1.1

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 +63 -0
  2. package/package.json +3 -3
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,66 @@
1
+ 2026.03.12, v42.1.1
2
+
3
+ fix:
4
+ - fe70e0793 @putout/operator-keyword: isDeclarationKeyword: rm import
5
+ - 94eda16be eslint-plugin-putout: readme: typo
6
+
7
+ feature:
8
+ - 417e01b56 @putout/processor-toml: oxfmt v0.39.0
9
+ - 1fff610d6 putout: @putout/plugin-regexp v14.0.0
10
+ - 9a84c7b33 @putout/operator-keyword: isDeclaration: import
11
+ - 510b742a2 @putout/plugin-printer: check-type-passed-to-type-checker: ExportDeclaration
12
+
13
+ 2026.03.10, v42.1.0
14
+
15
+ fix:
16
+ - 8cbfc4fbc @putout/plugin-declare-before-reference: simplify
17
+ - 46bfb6db0 @putout/plugin-declare-before-reference: named-export
18
+ - b8c04fb98 @putout/plugin-printer: add-missing-tuples-to-type-checker: instrument
19
+ - e574f445a @putout/plugin-printer: add-missing-tuples-to-type-checker: CallExpression
20
+ - 1895f72da @putout/plugin-printer: add-missing-spaces-to-type-checker: rm useless filter(Boolean)
21
+ - 4e5a61f6f @putout/plugin-printer: add-missing-spaces-to-type-checker: colon last: exclude
22
+ - 2faae4cb7 @putout/plugin-printer: add-missing-spaces-to-type-checker: after arrow
23
+ - d1ae084b9 @putout/plugin-printer: remove-trailing-spaces-from-type-checker: link to 🐊Putout Editor
24
+ - 5b5ec86fd @putout/compare: is: export: isArray: rm
25
+ - e344b9b1b @putout/plugin-printer: remove-useless-maybe: report
26
+
27
+ feature:
28
+ - 471fffe18 eslint-plugin-putout: safe: return/remove-last-empty: off
29
+ - ea27948ce putout: @putout/plugin-regexp v13.5.0
30
+ - cb0bc7ec1 putout: @putout/plugin-return v4.0.0
31
+ - 753457d81 @putout/plugin-regexp: drop support of 🐊 < 42
32
+ - 031c049ea @putout/plugin-return: drop support of 🐊 < 42
33
+ - 330b0ad0c @putout/plugin-return: remove-last-empty: add
34
+ - 25803de62 @putout/plugin-for-of: remove-useless: improve
35
+ - 8d5c46999 @putout/plugin-declare-before-reference: improve support of exports
36
+ - 7c03f12ff @putout/plugin-minify: drop support of 🐊 < 42
37
+ - 8d872a365 @putout/plugin-minify: merge-variables: AssignmentExpression: exclude
38
+ - f293e7587 @putout/plugin-printer: instrument type checker
39
+ - a268157d4 @putout/plugin-printer: check-if-success-possible-in-type-checker: add
40
+ - dcd50ad14 @putout/plugin-printer: check-type-passed-to-type-checker: rm 🧨
41
+ - dfe6708b5 @putout/plugin-printer: remove-useless-spaces-from-type-checker: sequence
42
+ - 1375dafc6 @putout/plugin-printer: check-type-passed-to-type-checker: type name
43
+ - bcd07e4d0 @putout/plugin-printer: add-missing-tuples-to-type-checker: type name
44
+ - 3e7002213 @putout/plugin-printer: add-missing-tuples-to-type-checker: exclude dsl
45
+ - 4ec9b7bbf @putout/plugin-printer: check-type-passed-to-type-checker: CommentBlock
46
+ - e0ac4ef42 @putout/plugin-printer: remove-useless-tuples-from-type-checker: add
47
+ - b41222934 @putout/plugin-printer: add-missing-tuples-to-type-checker: identifier
48
+ - 39d764ace @putout/plugin-printer: add-missing-tuple-to-type-checker: add
49
+ - acec26b2e @putout/plugin-printer: check-type-passed-to-type-checker: selector: exclude
50
+ - 06e325e75 @putout/plugin-printer: check-type-passed-to-type-checker
51
+ - 742efbf44 @putout/plugin-printer: remove-useless-spaces-from-type-checker: add
52
+ - 1ea777a47 @putout/plugin-printer: add-missing-spaces-to-type-checker: add
53
+ - a5a9376b8 @putout/plugin-printer: remove-trailing-spaces-from-type-checker: add
54
+ - 8716146e4 @putout/plugin-declare-before-reference: CallExpression argument: improve support
55
+ - df16f4dda @putout/plugin-printer: remove-useless-maybe: indent
56
+ - bfd8bfcb1 @putout/plugin-putout: convert-node-to-path-in-get-template-values: exclude: short
57
+ - 84ee1e8d2 @putout/plugin-remove-useless-maybe: simplify
58
+ - 88f3caf84 @putout/compare: getTemplateValues: ExpressionStatement
59
+ - f907ede9a @putout/plugin-putout: convert-node-to-path-in-get-template-values: report
60
+ - 540534a4a @putout/plugin-printer: drop support of 🐊 < 42
61
+ - 727e150bb @putout/plugin-printer: remove-useless-maybe: add
62
+ - 42a54b00b @putout/engine-parser: @putout/printer v18.0.0
63
+
1
64
  2026.03.03, v42.0.25
2
65
 
3
66
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.25",
3
+ "version": "42.1.1",
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",
@@ -139,7 +139,7 @@
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": "^14.0.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",