putout 26.24.0 → 27.0.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 +41 -0
- package/package.json +5 -5
- package/putout.json +1 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
1
|
+
2022.07.20, v27.0.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- (putout) add a bility to convert eslint-plugin-node to eslint-plugin-n
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
2022.07.20, v26.25.1
|
|
8
|
+
|
|
9
|
+
fix:
|
|
10
|
+
- (putout) freeze @putout/plugin-eslint@4.1.0
|
|
11
|
+
- (@putout/test) description: add 🐊
|
|
12
|
+
- (@putout/test) processor: UPDATE
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
feature:
|
|
16
|
+
- (package) hermes-parser v0.9.0
|
|
17
|
+
- (@putout/test) processor: improve testing
|
|
18
|
+
- (@putout/test) processsor: add support of UPDATE
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
2022.07.20, v26.25.0
|
|
22
|
+
|
|
23
|
+
fix:
|
|
24
|
+
- (eslint-plugin-putout) no-unresolved: missing ./ after transform
|
|
25
|
+
- (@putout/plugin-react-hooks) remove-this: exclude not MemberExpressions
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
feature:
|
|
29
|
+
- (package) eslint-plugin-putout v16.0.0
|
|
30
|
+
- (@putout/test) eslint-plugin-node -> eslint-plugin-n
|
|
31
|
+
- (putout) match: .eslintrc.json -> .eslintrc.*
|
|
32
|
+
- (@putout/cli-cache) add ability to handle case where meta is null (while rebasing)
|
|
33
|
+
- (eslint-plugin-putout) eslint-plugin-node -> eslint-plugin-n
|
|
34
|
+
- (@putout/plugin-eslint) add convert-node-to-n
|
|
35
|
+
- (@putout/plugin-react-hooks) convert-state-to-hook: exclude shorthand properties
|
|
36
|
+
- (@putout/plugin-react-hooks) convert-class-to-function: exclude classes with lifecycle
|
|
37
|
+
- (@putout/plugin-react-hooks) convert-state-to-hooks: exclude AssignmentExpression not related to MemberExpression
|
|
38
|
+
- (@putout/plugin-remove-nested-blocks) improve support of reduce
|
|
39
|
+
- (@putout/plugin-convert-reduce-to-for-of) improve support of reduce
|
|
40
|
+
|
|
41
|
+
|
|
1
42
|
2022.07.12, v26.24.0
|
|
2
43
|
|
|
3
44
|
feature:
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "27.0.0",
|
|
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": "^4.
|
|
112
|
+
"@putout/plugin-eslint": "^4.2.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",
|