putout 42.2.2 → 42.3.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.
- package/ChangeLog +31 -0
- package/package.json +3 -2
- package/putout.json +9 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
2026.03.30, v42.3.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 67b008c27 @putout/plugin-remove-duplicate-elements: add
|
|
5
|
+
- b7447a237 @putout/plugin-types: convert-typeof-to-is-type: CallExpression
|
|
6
|
+
- 6aa1fa4cb @putout/processor-toml: oxfmt v0.42.0
|
|
7
|
+
- d489d75ca eslint-plugin-putout: typescript v6.0.2
|
|
8
|
+
- 7b48990c7 @putout/plugin-github: update-actions: docker/setup-qemu-action: v3 -> v4
|
|
9
|
+
- a39076b02 @putout/plugin-github: update-actions: setup-buildx-action: v3 -> v4
|
|
10
|
+
- 76c6fd095 @putout/plugin-github: update-actions: docker/login-action: v3 -> v4
|
|
11
|
+
- ae8895f41 @putout/plugin-github: docker/build-push-action: v5 -> v7
|
|
12
|
+
- 81f0f0632 @putout/plugin-declare-before-reference: improve support of template literals
|
|
13
|
+
- c71b5a37b @putout/eslint-config: no-extra-parens: ignoreJSX
|
|
14
|
+
- f986ce197 @putout/plugin-printer: check-type-passed-to-type-checker: exclude comparison
|
|
15
|
+
- e98e97dab @putout/plugin-printer: merge-tuples-of-type-checkers: Function: exclude
|
|
16
|
+
|
|
17
|
+
2026.03.17, v42.2.3
|
|
18
|
+
|
|
19
|
+
feature:
|
|
20
|
+
- 187fa8204 putout: @putout/plugin-remove-useless-escape v10.0.0
|
|
21
|
+
- dbf30c71f @putout/plugin-remove-useless-escape: drop support of 🐊 < 42
|
|
22
|
+
- 2e3304635 @putout/plugin-remove-useless-escape: couple TemplateElements inside TemplateLiteral
|
|
23
|
+
- ea86a62fe @putout/processor-toml: oxfmt v0.41.0
|
|
24
|
+
- 931591a7c @putout/plugin-printer: remove-useless-path-from-type-checker
|
|
25
|
+
- bca98afe4 @putout/plugin-printer: reverse-comparison-in-type-checker: add
|
|
26
|
+
- f8ec6bafc @putout/plugin-printer: remove-useless-tuples-from-type-checker: comparison
|
|
27
|
+
- 5fea18929 @putout/plugin-printer: remove-useless-not-from-type-checker
|
|
28
|
+
- 7596bc89d @putout/plugin-printer: merge-tuples-of-type-checkers: +/-
|
|
29
|
+
- dadf3d6e9 @putout/plugin-printer: merge-tuples-of-type-checkers: booleans: +/-
|
|
30
|
+
- 9e74a3e83 @putout/plugin-printer: check-type-passed-to-type-checker: exclude: +/-
|
|
31
|
+
|
|
1
32
|
2026.03.14, v42.2.2
|
|
2
33
|
|
|
3
34
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.
|
|
3
|
+
"version": "42.3.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",
|
|
@@ -144,6 +144,7 @@
|
|
|
144
144
|
"@putout/plugin-remove-console": "^7.0.0",
|
|
145
145
|
"@putout/plugin-remove-debugger": "^8.0.0",
|
|
146
146
|
"@putout/plugin-remove-duplicate-case": "^4.0.0",
|
|
147
|
+
"@putout/plugin-remove-duplicate-elements": "^1.0.0",
|
|
147
148
|
"@putout/plugin-remove-duplicate-keys": "^9.0.0",
|
|
148
149
|
"@putout/plugin-remove-empty": "^15.0.0",
|
|
149
150
|
"@putout/plugin-remove-iife": "^5.0.0",
|
|
@@ -158,7 +159,7 @@
|
|
|
158
159
|
"@putout/plugin-remove-useless-constructor": "^3.0.0",
|
|
159
160
|
"@putout/plugin-remove-useless-continue": "^3.0.0",
|
|
160
161
|
"@putout/plugin-remove-useless-delete": "^3.0.0",
|
|
161
|
-
"@putout/plugin-remove-useless-escape": "^
|
|
162
|
+
"@putout/plugin-remove-useless-escape": "^10.0.0",
|
|
162
163
|
"@putout/plugin-remove-useless-functions": "^5.0.0",
|
|
163
164
|
"@putout/plugin-remove-useless-map": "^3.0.0",
|
|
164
165
|
"@putout/plugin-remove-useless-object-from-entries": "^1.0.0",
|
package/putout.json
CHANGED
|
@@ -111,10 +111,12 @@
|
|
|
111
111
|
"npmignore": "on"
|
|
112
112
|
},
|
|
113
113
|
".{nyc,c8}rc.json": {
|
|
114
|
-
"coverage": "on"
|
|
114
|
+
"coverage": "on",
|
|
115
|
+
"remove-duplicate-elements": "on"
|
|
115
116
|
},
|
|
116
117
|
".*ignore": {
|
|
117
|
-
"convert-quotes-to-backticks": "off"
|
|
118
|
+
"convert-quotes-to-backticks": "off",
|
|
119
|
+
"remove-duplicate-elements": "on"
|
|
118
120
|
},
|
|
119
121
|
"webpack.config.js": {
|
|
120
122
|
"webpack": "on"
|
|
@@ -132,7 +134,8 @@
|
|
|
132
134
|
"putout/convert-match-to-function": "off"
|
|
133
135
|
},
|
|
134
136
|
"package.json": {
|
|
135
|
-
"package-json": "on"
|
|
137
|
+
"package-json": "on",
|
|
138
|
+
"remove-duplicate-elements": "on"
|
|
136
139
|
},
|
|
137
140
|
"bin": {
|
|
138
141
|
"nodejs/remove-process-exit": "off",
|
|
@@ -196,7 +199,8 @@
|
|
|
196
199
|
"nodejs/add-missing-strict-mode": "off",
|
|
197
200
|
"nodejs/remove-useless-strict-mode": "off",
|
|
198
201
|
"browserlist": "off",
|
|
199
|
-
"filesystem": "off"
|
|
202
|
+
"filesystem": "off",
|
|
203
|
+
"remove-duplicate-elements": "off"
|
|
200
204
|
},
|
|
201
205
|
"plugins": [
|
|
202
206
|
"parens",
|
|
@@ -244,6 +248,7 @@
|
|
|
244
248
|
"remove-duplicate-case",
|
|
245
249
|
"remove-nested-blocks",
|
|
246
250
|
"remove-unreachable-code",
|
|
251
|
+
"remove-duplicate-elements",
|
|
247
252
|
"remove-duplicate-keys",
|
|
248
253
|
"return",
|
|
249
254
|
"spread",
|