putout 24.2.0 → 24.2.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.
- package/ChangeLog +36 -0
- package/package.json +6 -6
package/ChangeLog
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
2022.01.21, v24.2.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- (@putout/test) avoid updating noTransform files
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- (package) @putout/plugin-remove-useless-variables v6.0.0
|
|
8
|
+
- (@putout/plugin-remove-useless-variables) drop support of putout < 24
|
|
9
|
+
- (package) @putout/plugin-remove-unused-for-of-variables v2.0.0
|
|
10
|
+
- (package) @putout/plugin-convert-for-to-for-of v3.0.0
|
|
11
|
+
- (package) @putout/plugin-tape v8.0.0
|
|
12
|
+
- (@putout/plugin-tape) drop support of putout < 24
|
|
13
|
+
- (@putout/plugin-convert-for-to-for-of) drop support of putout < 24
|
|
14
|
+
- (package) @putout/operator-add-args v2.0.0
|
|
15
|
+
- (@putout/operator-add-args) drop support of putout < 24
|
|
16
|
+
- (@putout/operator-declare) improve variables declaration
|
|
17
|
+
- (package) @putout/plugin-remove-nested-blocks v5.0.0
|
|
18
|
+
- (@putout/plugin-remove-nested-blocks) drop support of putout < 24
|
|
19
|
+
- (package) @putout/plugin-putout v10.0.0
|
|
20
|
+
- (@putout/plugin-putout) drop support of putout < 24.2
|
|
21
|
+
- (package) @putout/plugin-merge-duplicate-imports v5.0.0
|
|
22
|
+
- (@putout/plugin-merge-duplicate-imports) drop support of putout < 24
|
|
23
|
+
- (package) @putout/plugin-merge-destructuring-properties v6.0.0
|
|
24
|
+
- (@putout/plugin-merge-destructuring-properties) drop support of putout < 24
|
|
25
|
+
- (package) @putout/plugin-extract-object-properties v7.0.0
|
|
26
|
+
- (@putout/plugin-extract-object-properties) drop support of putout < 24
|
|
27
|
+
- (package) @putout/plugin-convert-mock-require-to-mock-import v2.0.0
|
|
28
|
+
- (@putout/plugin-convert-mock-require-to-mock-import) drop support of putout < 24
|
|
29
|
+
- (package) @putout/plugin-convert-for-each-to-for-of v7.0.0
|
|
30
|
+
- (@putout/plugin-convert-for-each-to-for-of) drop support of putout < 24
|
|
31
|
+
- (package) @putout/plugin-convert-commonjs-to-esm v8.0.0
|
|
32
|
+
- (@putout/plugin-convert-commonjs-to-esm) drop support of putout < 24
|
|
33
|
+
- (package) @putout/operator-declare v3.0.0
|
|
34
|
+
- (@putout/operator-declare) drop support of putout < 24
|
|
35
|
+
|
|
36
|
+
|
|
1
37
|
2022.01.20, v24.2.0
|
|
2
38
|
|
|
3
39
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "24.2.
|
|
3
|
+
"version": "24.2.1",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@putout/formatter-progress-bar": "^2.0.0",
|
|
67
67
|
"@putout/formatter-stream": "^3.0.0",
|
|
68
68
|
"@putout/operate": "^7.0.0",
|
|
69
|
-
"@putout/operator-add-args": "^
|
|
69
|
+
"@putout/operator-add-args": "^2.0.0",
|
|
70
70
|
"@putout/operator-declare": "^3.0.0",
|
|
71
71
|
"@putout/operator-regexp": "^1.0.0",
|
|
72
72
|
"@putout/plugin-apply-await-import": "^1.0.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@putout/plugin-convert-esm-to-commonjs": "^3.0.0",
|
|
90
90
|
"@putout/plugin-convert-for-each-to-for-of": "^7.0.0",
|
|
91
91
|
"@putout/plugin-convert-for-in-to-for-of": "^2.0.0",
|
|
92
|
-
"@putout/plugin-convert-for-to-for-of": "^
|
|
92
|
+
"@putout/plugin-convert-for-to-for-of": "^3.0.0",
|
|
93
93
|
"@putout/plugin-convert-index-of-to-includes": "^1.0.0",
|
|
94
94
|
"@putout/plugin-convert-map-to-for-of": "^1.0.0",
|
|
95
95
|
"@putout/plugin-convert-math-pow": "^4.0.0",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@putout/plugin-remove-unreachable-code": "^1.0.0",
|
|
131
131
|
"@putout/plugin-remove-unreferenced-variables": "^1.0.0",
|
|
132
132
|
"@putout/plugin-remove-unused-expressions": "^4.0.0",
|
|
133
|
-
"@putout/plugin-remove-unused-for-of-variables": "^
|
|
133
|
+
"@putout/plugin-remove-unused-for-of-variables": "^2.0.0",
|
|
134
134
|
"@putout/plugin-remove-unused-private-fields": "^1.0.0",
|
|
135
135
|
"@putout/plugin-remove-unused-variables": "*",
|
|
136
136
|
"@putout/plugin-remove-useless-arguments": "^5.0.0",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@putout/plugin-remove-useless-template-expressions": "^1.0.0",
|
|
152
152
|
"@putout/plugin-remove-useless-type-conversion": "^1.0.0",
|
|
153
153
|
"@putout/plugin-remove-useless-typeof": "^1.0.0",
|
|
154
|
-
"@putout/plugin-remove-useless-variables": "^
|
|
154
|
+
"@putout/plugin-remove-useless-variables": "^6.0.0",
|
|
155
155
|
"@putout/plugin-reuse-duplicate-init": "^3.0.0",
|
|
156
156
|
"@putout/plugin-simplify-assignment": "^1.0.0",
|
|
157
157
|
"@putout/plugin-simplify-logical-expressions": "^1.0.0",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@putout/plugin-split-nested-destructuring": "^1.0.0",
|
|
160
160
|
"@putout/plugin-split-variable-declarations": "^2.0.0",
|
|
161
161
|
"@putout/plugin-strict-mode": "^2.0.0",
|
|
162
|
-
"@putout/plugin-tape": "^
|
|
162
|
+
"@putout/plugin-tape": "^8.0.0",
|
|
163
163
|
"@putout/plugin-typescript": "^1.0.0",
|
|
164
164
|
"@putout/plugin-webpack": "^1.0.0",
|
|
165
165
|
"@putout/processor-css": "^3.0.0",
|