putout 24.1.0 → 24.2.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 +48 -0
- package/package.json +11 -10
package/ChangeLog
CHANGED
|
@@ -1,3 +1,51 @@
|
|
|
1
|
+
2022.01.20, v24.2.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- (@putout/plugin-merge-duplicate-imports) crawl: integrate with declare
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- (package) @putout/plugin-remove-nested-blocks v5.0.0
|
|
8
|
+
- (@putout/plugin-remove-nested-blocks) drop support of putout < 24
|
|
9
|
+
- (package) @putout/plugin-putout v10.0.0
|
|
10
|
+
- (@putout/plugin-putout) drop support of putout < 24.2
|
|
11
|
+
- (package) @putout/plugin-merge-duplicate-imports v5.0.0
|
|
12
|
+
- (@putout/plugin-merge-duplicate-imports) drop support of putout < 24
|
|
13
|
+
- (package) @putout/plugin-merge-destructuring-properties v6.0.0
|
|
14
|
+
- (@putout/plugin-merge-destructuring-properties) drop support of putout < 24
|
|
15
|
+
- (package) @putout/plugin-extract-object-properties v7.0.0
|
|
16
|
+
- (@putout/plugin-extract-object-properties) drop support of putout < 24
|
|
17
|
+
- (package) @putout/plugin-convert-mock-require-to-mock-import v2.0.0
|
|
18
|
+
- (@putout/plugin-convert-mock-require-to-mock-import) drop support of putout < 24
|
|
19
|
+
- (package) @putout/plugin-convert-for-each-to-for-of v7.0.0
|
|
20
|
+
- (@putout/plugin-convert-for-each-to-for-of) drop support of putout < 24
|
|
21
|
+
- (package) @putout/plugin-convert-commonjs-to-esm v8.0.0
|
|
22
|
+
- (@putout/plugin-convert-commonjs-to-esm) drop support of putout < 24
|
|
23
|
+
- (package) @putout/operator-declare v3.0.0
|
|
24
|
+
- (@putout/operator-declare) drop support of putout < 24
|
|
25
|
+
- (@putout/engine-runner) runFix: add ability to crawl
|
|
26
|
+
- (eslint-plugin-putout) add remove-empty-newline-after-import
|
|
27
|
+
- (@putout/plugin-declare-undefined-variables) add nodejs util
|
|
28
|
+
- (@putout/operator/declare) respect import order: locals - latest import
|
|
29
|
+
- (@putout/operator-declare) import require support
|
|
30
|
+
- (@putout/operator-declare) improve declarations order
|
|
31
|
+
- (@putout/plugin-declare-undefined-variables) add fs
|
|
32
|
+
- (@putout/plugin-declare-undefined-variables) add support of process
|
|
33
|
+
- (eslint-plugin-putout) safe: disable remove-unreferenced-variables
|
|
34
|
+
- (@putout/plugin-remove-nested-blocks) integrate with tape/declare: add crawling
|
|
35
|
+
- (eslint-plugin-putout) safe: disable remove-useless-variables/rename
|
|
36
|
+
- (@putout/operate) toExpression: improve expression check
|
|
37
|
+
- (@putout/plugin-declare-undefined-variables) add support of table
|
|
38
|
+
- (@putout/plugin-declare-undefined-variables) add support of chalk
|
|
39
|
+
- (eslint-plugin-putout) add remove-empty-specifiers
|
|
40
|
+
- (eslint-plugin-putout) add-newline-before-function-call: add support of spaces after
|
|
41
|
+
- (eslint-plugin-putout) single-property-destructuring: exclude elements with comments inside
|
|
42
|
+
- (@putout/plugin-convert-commonjs-to-esm) require: exclude json while not supported
|
|
43
|
+
- (@putout/plugin-convert-commonjs-to-esm) require: disable import assertions while not supported
|
|
44
|
+
- (package) @putout/operate v7.0.0
|
|
45
|
+
- (package) @putout/operate v7.0.0
|
|
46
|
+
- (package) @putout/operate v7.0.0
|
|
47
|
+
|
|
48
|
+
|
|
1
49
|
2022.01.14, v24.1.0
|
|
2
50
|
|
|
3
51
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.2.0",
|
|
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",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@putout/formatter-stream": "^3.0.0",
|
|
68
68
|
"@putout/operate": "^7.0.0",
|
|
69
69
|
"@putout/operator-add-args": "^1.0.0",
|
|
70
|
-
"@putout/operator-declare": "^
|
|
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",
|
|
73
73
|
"@putout/plugin-apply-destructuring": "^5.0.0",
|
|
@@ -82,18 +82,18 @@
|
|
|
82
82
|
"@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
|
|
83
83
|
"@putout/plugin-convert-assignment-to-comparison": "^1.0.0",
|
|
84
84
|
"@putout/plugin-convert-bitwise-to-logical": "^1.0.0",
|
|
85
|
-
"@putout/plugin-convert-commonjs-to-esm": "^
|
|
85
|
+
"@putout/plugin-convert-commonjs-to-esm": "^8.0.0",
|
|
86
86
|
"@putout/plugin-convert-comparison-to-boolean": "^2.0.0",
|
|
87
87
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
88
88
|
"@putout/plugin-convert-equal-to-strict-equal": "^1.0.0",
|
|
89
89
|
"@putout/plugin-convert-esm-to-commonjs": "^3.0.0",
|
|
90
|
-
"@putout/plugin-convert-for-each-to-for-of": "^
|
|
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
92
|
"@putout/plugin-convert-for-to-for-of": "^2.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",
|
|
96
|
-
"@putout/plugin-convert-mock-require-to-mock-import": "^
|
|
96
|
+
"@putout/plugin-convert-mock-require-to-mock-import": "^2.0.0",
|
|
97
97
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^5.0.0",
|
|
98
98
|
"@putout/plugin-convert-quotes-to-backticks": "^1.0.0",
|
|
99
99
|
"@putout/plugin-convert-template-to-string": "^1.0.0",
|
|
@@ -101,19 +101,19 @@
|
|
|
101
101
|
"@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
|
|
102
102
|
"@putout/plugin-declare-undefined-variables": "^6.0.0",
|
|
103
103
|
"@putout/plugin-eslint": "^2.0.0",
|
|
104
|
-
"@putout/plugin-extract-object-properties": "^
|
|
104
|
+
"@putout/plugin-extract-object-properties": "^7.0.0",
|
|
105
105
|
"@putout/plugin-extract-sequence-expressions": "^2.0.0",
|
|
106
106
|
"@putout/plugin-github": "^2.0.0",
|
|
107
107
|
"@putout/plugin-gitignore": "^3.0.0",
|
|
108
108
|
"@putout/plugin-madrun": "^13.0.0",
|
|
109
|
-
"@putout/plugin-merge-destructuring-properties": "^
|
|
110
|
-
"@putout/plugin-merge-duplicate-imports": "^
|
|
109
|
+
"@putout/plugin-merge-destructuring-properties": "^6.0.0",
|
|
110
|
+
"@putout/plugin-merge-duplicate-imports": "^5.0.0",
|
|
111
111
|
"@putout/plugin-merge-if-statements": "^3.0.0",
|
|
112
112
|
"@putout/plugin-nodejs": "^2.0.0",
|
|
113
113
|
"@putout/plugin-npmignore": "^2.0.0",
|
|
114
114
|
"@putout/plugin-package-json": "^3.0.0",
|
|
115
115
|
"@putout/plugin-promises": "^6.0.0",
|
|
116
|
-
"@putout/plugin-putout": "^
|
|
116
|
+
"@putout/plugin-putout": "^10.0.0",
|
|
117
117
|
"@putout/plugin-putout-config": "^2.0.0",
|
|
118
118
|
"@putout/plugin-regexp": "^4.0.0",
|
|
119
119
|
"@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@putout/plugin-remove-duplicates-from-logical-expressions": "^1.0.0",
|
|
127
127
|
"@putout/plugin-remove-empty": "^6.0.0",
|
|
128
128
|
"@putout/plugin-remove-iife": "^1.0.0",
|
|
129
|
-
"@putout/plugin-remove-nested-blocks": "^
|
|
129
|
+
"@putout/plugin-remove-nested-blocks": "^5.0.0",
|
|
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",
|
|
@@ -207,6 +207,7 @@
|
|
|
207
207
|
"babel-plugin-transform-inline-consecutive-adds": "^0.5.0-alpha.9",
|
|
208
208
|
"c8": "^7.5.0",
|
|
209
209
|
"currify": "^4.0.0",
|
|
210
|
+
"escover": "^1.2.1",
|
|
210
211
|
"eslint": "^8.0.1",
|
|
211
212
|
"eslint-plugin-node": "^11.0.0",
|
|
212
213
|
"eslint-plugin-putout": "^13.0.0",
|