putout 25.0.1 → 25.0.4
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 +51 -0
- package/package.json +6 -5
- package/putout.json +3 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,54 @@
|
|
|
1
|
+
2022.02.24, v25.0.4
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- (@putout/plugin-nodejs) declare: process: rm env
|
|
5
|
+
- (@putout/plugin-nodejs) declare: process: rm version
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- (package) eslint-plugin-putout v14.0.0
|
|
10
|
+
- (eslint-plugin-putout) drop support of putout < 25
|
|
11
|
+
- (eslint-plugin-putout) evaluate: add support of @putout/plugin-nodejs
|
|
12
|
+
- (package) @putout/plugin-declare-undefined-variables v7.0.0
|
|
13
|
+
- (package) @putout/plugin-nodejs v4.0.0
|
|
14
|
+
- (@putout/plugin-nodejs) drop support of putout < 25
|
|
15
|
+
- (@putout/plugin-nodejs) declare: add from @putout/plugin-declare-undefined-variables
|
|
16
|
+
- (@putout/plugin-declare-undefined-variables) drop support of putout < 25
|
|
17
|
+
- (@putout/plugin-declare-undefined-variables) try-catch: move to @putout/plugin-apply-try-catch
|
|
18
|
+
- (@putout/plugin-apply-try-catch) declare: add
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
2022.02.23, v25.0.3
|
|
22
|
+
|
|
23
|
+
fix:
|
|
24
|
+
- feature(@putout/test) UPDATE: add ability to remove unused fixtures
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
feature:
|
|
28
|
+
- (package) @putout/plugin-tape v9.0.0
|
|
29
|
+
- (@putout/plugin-tape) drop support of putout < 25
|
|
30
|
+
- (@putout/test) UPDATE: add ability to remove unused fixtures
|
|
31
|
+
- (@putout/plugin-tape) remove-only: add support of not top level 'test.only'
|
|
32
|
+
- (@putout/plugin-apply-try-catch) args: add support of MemberExpression
|
|
33
|
+
- (@putout/plugin-apply-try-catch) args: add
|
|
34
|
+
- (@putout/plugin-apply-try-catch) add support of VariableDeclarator
|
|
35
|
+
- (@putout/plugin-try-catch) camel -> tryName
|
|
36
|
+
- (@putout/plugin-apply-try-catch) add support of IfCondition
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
2022.02.23, v25.0.2
|
|
40
|
+
|
|
41
|
+
fix:
|
|
42
|
+
- (@putout/plugin-apply-try-catch) do not declare try-catch, try-to-catch
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
feature:
|
|
46
|
+
- (@putout/plugin-apply-try-catch) add
|
|
47
|
+
- (@putout/plugin-apply-try-catch) drop support of putout < 25
|
|
48
|
+
- (@putout/plugin-apply-try-catch) await: include only ExpressionStatements
|
|
49
|
+
- (eslint-plugin-putout) safe: disable remove-useless-for-of
|
|
50
|
+
|
|
51
|
+
|
|
1
52
|
2022.02.18, v25.0.1
|
|
2
53
|
|
|
3
54
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "25.0.
|
|
3
|
+
"version": "25.0.4",
|
|
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",
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"@putout/plugin-apply-is-array": "^2.0.0",
|
|
78
78
|
"@putout/plugin-apply-numeric-separators": "^1.0.0",
|
|
79
79
|
"@putout/plugin-apply-optional-chaining": "^2.0.0",
|
|
80
|
+
"@putout/plugin-apply-try-catch": "^2.0.0",
|
|
80
81
|
"@putout/plugin-browserlist": "^1.0.0",
|
|
81
82
|
"@putout/plugin-convert-apply-to-spread": "^3.0.0",
|
|
82
83
|
"@putout/plugin-convert-arguments-to-rest": "^1.0.0",
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
"@putout/plugin-convert-template-to-string": "^1.0.0",
|
|
102
103
|
"@putout/plugin-convert-to-arrow-function": "^3.0.0",
|
|
103
104
|
"@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
|
|
104
|
-
"@putout/plugin-declare-undefined-variables": "^
|
|
105
|
+
"@putout/plugin-declare-undefined-variables": "^7.0.0",
|
|
105
106
|
"@putout/plugin-eslint": "^2.0.0",
|
|
106
107
|
"@putout/plugin-extract-object-properties": "^7.0.0",
|
|
107
108
|
"@putout/plugin-extract-sequence-expressions": "^2.0.0",
|
|
@@ -111,7 +112,7 @@
|
|
|
111
112
|
"@putout/plugin-merge-destructuring-properties": "^6.0.0",
|
|
112
113
|
"@putout/plugin-merge-duplicate-imports": "^5.0.0",
|
|
113
114
|
"@putout/plugin-merge-if-statements": "^3.0.0",
|
|
114
|
-
"@putout/plugin-nodejs": "^
|
|
115
|
+
"@putout/plugin-nodejs": "^4.0.0",
|
|
115
116
|
"@putout/plugin-npmignore": "^2.0.0",
|
|
116
117
|
"@putout/plugin-package-json": "^3.0.0",
|
|
117
118
|
"@putout/plugin-promises": "^7.0.0",
|
|
@@ -161,7 +162,7 @@
|
|
|
161
162
|
"@putout/plugin-split-nested-destructuring": "^1.0.0",
|
|
162
163
|
"@putout/plugin-split-variable-declarations": "^2.0.0",
|
|
163
164
|
"@putout/plugin-strict-mode": "^3.0.0",
|
|
164
|
-
"@putout/plugin-tape": "^
|
|
165
|
+
"@putout/plugin-tape": "^9.0.0",
|
|
165
166
|
"@putout/plugin-typescript": "^1.0.0",
|
|
166
167
|
"@putout/plugin-webpack": "^1.0.0",
|
|
167
168
|
"@putout/processor-css": "^3.0.0",
|
|
@@ -212,7 +213,7 @@
|
|
|
212
213
|
"escover": "^1.2.1",
|
|
213
214
|
"eslint": "^8.0.1",
|
|
214
215
|
"eslint-plugin-node": "^11.0.0",
|
|
215
|
-
"eslint-plugin-putout": "^
|
|
216
|
+
"eslint-plugin-putout": "^14.0.0",
|
|
216
217
|
"just-camel-case": "^4.0.2",
|
|
217
218
|
"lerna": "^4.0.0",
|
|
218
219
|
"madrun": "^9.0.0",
|
package/putout.json
CHANGED
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"remove-constant-conditions": "off",
|
|
39
39
|
"remove-console": "off",
|
|
40
40
|
"remove-unreachable-code": "off",
|
|
41
|
-
"declare-undefined-variables": "off"
|
|
41
|
+
"declare-undefined-variables": "off",
|
|
42
|
+
"nodejs/declare": "off"
|
|
42
43
|
},
|
|
43
44
|
"{*rc,*.{json,yml}}": {
|
|
44
45
|
"convert-quotes-to-backticks": "off",
|
|
@@ -129,6 +130,7 @@
|
|
|
129
130
|
"apply-optional-chaining",
|
|
130
131
|
"apply-numeric-separators",
|
|
131
132
|
"apply-if-condition",
|
|
133
|
+
"apply-try-catch",
|
|
132
134
|
"extract-object-properties",
|
|
133
135
|
"extract-sequence-expressions",
|
|
134
136
|
"madrun",
|