putout 26.23.0 → 26.25.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 +61 -0
- package/package.json +5 -5
- package/putout.json +6 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,64 @@
|
|
|
1
|
+
2022.07.20, v26.25.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- (putout) freeze @putout/plugin-eslint@4.1.0
|
|
5
|
+
- (@putout/test) description: add 🐊
|
|
6
|
+
- (@putout/test) processor: UPDATE
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- (package) hermes-parser v0.9.0
|
|
11
|
+
- (@putout/test) processor: improve testing
|
|
12
|
+
- (@putout/test) processsor: add support of UPDATE
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
2022.07.20, v26.25.0
|
|
16
|
+
|
|
17
|
+
fix:
|
|
18
|
+
- (eslint-plugin-putout) no-unresolved: missing ./ after transform
|
|
19
|
+
- (@putout/plugin-react-hooks) remove-this: exclude not MemberExpressions
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
feature:
|
|
23
|
+
- (package) eslint-plugin-putout v16.0.0
|
|
24
|
+
- (@putout/test) eslint-plugin-node -> eslint-plugin-n
|
|
25
|
+
- (putout) match: .eslintrc.json -> .eslintrc.*
|
|
26
|
+
- (@putout/cli-cache) add ability to handle case where meta is null (while rebasing)
|
|
27
|
+
- (eslint-plugin-putout) eslint-plugin-node -> eslint-plugin-n
|
|
28
|
+
- (@putout/plugin-eslint) add convert-node-to-n
|
|
29
|
+
- (@putout/plugin-react-hooks) convert-state-to-hook: exclude shorthand properties
|
|
30
|
+
- (@putout/plugin-react-hooks) convert-class-to-function: exclude classes with lifecycle
|
|
31
|
+
- (@putout/plugin-react-hooks) convert-state-to-hooks: exclude AssignmentExpression not related to MemberExpression
|
|
32
|
+
- (@putout/plugin-remove-nested-blocks) improve support of reduce
|
|
33
|
+
- (@putout/plugin-convert-reduce-to-for-of) improve support of reduce
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
2022.07.12, v26.24.0
|
|
37
|
+
|
|
38
|
+
feature:
|
|
39
|
+
- (putout) config: create-react-app: setupTests: improve support
|
|
40
|
+
- (putout) config: ignore: add .idea
|
|
41
|
+
- (@putout/plugin-react-hooks) declare: add useCallback
|
|
42
|
+
- (@putout/plugin-react-hooks) declare: add useReducer
|
|
43
|
+
- (@putout/plugin-remove-unreferenced-variables) report
|
|
44
|
+
- (@putout/plugin-remove-unreferenced-variables) add support of upper scope
|
|
45
|
+
- (@putout/plugin-react-hooks) add apply-short-fragment
|
|
46
|
+
- (@putout/plugin-react-hooks) add declare
|
|
47
|
+
- (@putout/plugin-putout) convert-number-to-numeric: add support of NumberLiteral
|
|
48
|
+
- (@putout/plugin-putout) add convert-number-to-numeric
|
|
49
|
+
- (@putout/plugin-tape) convert-equal-to-not-ok: add support of compute
|
|
50
|
+
- (@putout/plugin-tape) convert-equal-to-ok: add compute
|
|
51
|
+
- (@putout/processor-wasm) lock versions (xtuc/webassemblyjs#1132)
|
|
52
|
+
- (@putout/plugin-eslint) add add-putout
|
|
53
|
+
- (@putout/plugin-eslint) get
|
|
54
|
+
- (@putout/plugin-tape) convert-deep-equal-to-equal: add support of null, undefined and boolean
|
|
55
|
+
- (@putout/plugin-tape) convert-deep-equal-to-equal: add support of number
|
|
56
|
+
- (@putout/plugin-tape) convert-deepe-qual-to-equal: add support of Strings
|
|
57
|
+
- (@putout/plugin-putout) declare: add support of "compute"
|
|
58
|
+
- (@putout/plugin-apply-comparison-order) exclude OptionalMemberExpression
|
|
59
|
+
- (@putout/processor-html) add support of svelte
|
|
60
|
+
|
|
61
|
+
|
|
1
62
|
2022.06.30, v26.23.0
|
|
2
63
|
|
|
3
64
|
feature:
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "26.
|
|
3
|
+
"version": "26.25.1",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
|
-
"description": "🐊 Pluggable and configurable code transformer with built-in
|
|
6
|
+
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|
|
7
7
|
"homepage": "http://github.com/coderaiser/putout#readme",
|
|
8
8
|
"main": "./lib/putout.js",
|
|
9
9
|
"exports": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@putout/plugin-declare-before-reference": "^1.0.0",
|
|
110
110
|
"@putout/plugin-declare-imports-first": "^1.0.0",
|
|
111
111
|
"@putout/plugin-declare-undefined-variables": "^7.0.0",
|
|
112
|
-
"@putout/plugin-eslint": "
|
|
112
|
+
"@putout/plugin-eslint": "4.1.0",
|
|
113
113
|
"@putout/plugin-extract-object-properties": "^8.0.0",
|
|
114
114
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
115
115
|
"@putout/plugin-github": "^3.0.0",
|
|
@@ -222,8 +222,8 @@
|
|
|
222
222
|
"currify": "^4.0.0",
|
|
223
223
|
"escover": "^2.1.0",
|
|
224
224
|
"eslint": "^8.0.1",
|
|
225
|
-
"eslint-plugin-
|
|
226
|
-
"eslint-plugin-putout": "^
|
|
225
|
+
"eslint-plugin-n": "^15.2.4",
|
|
226
|
+
"eslint-plugin-putout": "^16.0.0",
|
|
227
227
|
"just-camel-case": "^4.0.2",
|
|
228
228
|
"lerna": "^5.0.0",
|
|
229
229
|
"madrun": "^9.0.0",
|
package/putout.json
CHANGED
|
@@ -25,6 +25,9 @@
|
|
|
25
25
|
".madrun.{js,cjs,mjs}": {
|
|
26
26
|
"madrun": "on"
|
|
27
27
|
},
|
|
28
|
+
"setupTests.*": {
|
|
29
|
+
"remove-empty/import": "off"
|
|
30
|
+
},
|
|
28
31
|
"*.md": {
|
|
29
32
|
"convert-quotes-to-backticks": "off",
|
|
30
33
|
"convert-comparison-to-boolean": "off",
|
|
@@ -65,7 +68,7 @@
|
|
|
65
68
|
"browserlist": {
|
|
66
69
|
".browserlistrc": "on"
|
|
67
70
|
},
|
|
68
|
-
".eslintrc
|
|
71
|
+
".eslintrc*": {
|
|
69
72
|
"eslint": "on",
|
|
70
73
|
"eslint/convert-require-to-import": "off"
|
|
71
74
|
},
|
|
@@ -105,7 +108,8 @@
|
|
|
105
108
|
"**/dist",
|
|
106
109
|
"**/dist-dev",
|
|
107
110
|
"**/build",
|
|
108
|
-
"**/package-lock.json"
|
|
111
|
+
"**/package-lock.json",
|
|
112
|
+
"**/.idea"
|
|
109
113
|
],
|
|
110
114
|
"rules": {
|
|
111
115
|
"typescript": "off",
|