putout 25.0.2 → 25.0.5

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.
Files changed (3) hide show
  1. package/ChangeLog +49 -0
  2. package/package.json +6 -6
  3. package/putout.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,52 @@
1
+ 2022.02.25, v25.0.5
2
+
3
+ feature:
4
+ - (package) @putout/engine-parser v5.0.0
5
+ - (package) @putout/engine-parser v5.0.0
6
+ - (@putout/engine-parser) drop support of node < 16
7
+ - (package) estree-to-babel v5.0.0
8
+ - (@putout/plugin-tape) remove-skip: change message
9
+ - (@putout/plugin-tape) rm insert require try catch
10
+
11
+
12
+ 2022.02.24, v25.0.4
13
+
14
+ fix:
15
+ - (@putout/plugin-nodejs) declare: process: rm env
16
+ - (@putout/plugin-nodejs) declare: process: rm version
17
+
18
+
19
+ feature:
20
+ - (package) eslint-plugin-putout v14.0.0
21
+ - (eslint-plugin-putout) drop support of putout < 25
22
+ - (eslint-plugin-putout) evaluate: add support of @putout/plugin-nodejs
23
+ - (package) @putout/plugin-declare-undefined-variables v7.0.0
24
+ - (package) @putout/plugin-nodejs v4.0.0
25
+ - (@putout/plugin-nodejs) drop support of putout < 25
26
+ - (@putout/plugin-nodejs) declare: add from @putout/plugin-declare-undefined-variables
27
+ - (@putout/plugin-declare-undefined-variables) drop support of putout < 25
28
+ - (@putout/plugin-declare-undefined-variables) try-catch: move to @putout/plugin-apply-try-catch
29
+ - (@putout/plugin-apply-try-catch) declare: add
30
+
31
+
32
+ 2022.02.23, v25.0.3
33
+
34
+ fix:
35
+ - feature(@putout/test) UPDATE: add ability to remove unused fixtures
36
+
37
+
38
+ feature:
39
+ - (package) @putout/plugin-tape v9.0.0
40
+ - (@putout/plugin-tape) drop support of putout < 25
41
+ - (@putout/test) UPDATE: add ability to remove unused fixtures
42
+ - (@putout/plugin-tape) remove-only: add support of not top level 'test.only'
43
+ - (@putout/plugin-apply-try-catch) args: add support of MemberExpression
44
+ - (@putout/plugin-apply-try-catch) args: add
45
+ - (@putout/plugin-apply-try-catch) add support of VariableDeclarator
46
+ - (@putout/plugin-try-catch) camel -> tryName
47
+ - (@putout/plugin-apply-try-catch) add support of IfCondition
48
+
49
+
1
50
  2022.02.23, v25.0.2
2
51
 
3
52
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.0.2",
3
+ "version": "25.0.5",
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",
@@ -54,7 +54,7 @@
54
54
  "@putout/cli-validate-args": "^1.0.0",
55
55
  "@putout/compare": "^8.7.0",
56
56
  "@putout/engine-loader": "^5.0.0",
57
- "@putout/engine-parser": "^4.0.0",
57
+ "@putout/engine-parser": "^5.0.0",
58
58
  "@putout/engine-processor": "^4.0.0",
59
59
  "@putout/engine-runner": "^12.0.0",
60
60
  "@putout/formatter-codeframe": "^3.0.0",
@@ -102,7 +102,7 @@
102
102
  "@putout/plugin-convert-template-to-string": "^1.0.0",
103
103
  "@putout/plugin-convert-to-arrow-function": "^3.0.0",
104
104
  "@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
105
- "@putout/plugin-declare-undefined-variables": "^6.0.0",
105
+ "@putout/plugin-declare-undefined-variables": "^7.0.0",
106
106
  "@putout/plugin-eslint": "^2.0.0",
107
107
  "@putout/plugin-extract-object-properties": "^7.0.0",
108
108
  "@putout/plugin-extract-sequence-expressions": "^2.0.0",
@@ -112,7 +112,7 @@
112
112
  "@putout/plugin-merge-destructuring-properties": "^6.0.0",
113
113
  "@putout/plugin-merge-duplicate-imports": "^5.0.0",
114
114
  "@putout/plugin-merge-if-statements": "^3.0.0",
115
- "@putout/plugin-nodejs": "^3.2.0",
115
+ "@putout/plugin-nodejs": "^4.0.0",
116
116
  "@putout/plugin-npmignore": "^2.0.0",
117
117
  "@putout/plugin-package-json": "^3.0.0",
118
118
  "@putout/plugin-promises": "^7.0.0",
@@ -162,7 +162,7 @@
162
162
  "@putout/plugin-split-nested-destructuring": "^1.0.0",
163
163
  "@putout/plugin-split-variable-declarations": "^2.0.0",
164
164
  "@putout/plugin-strict-mode": "^3.0.0",
165
- "@putout/plugin-tape": "^8.0.0",
165
+ "@putout/plugin-tape": "^9.0.0",
166
166
  "@putout/plugin-typescript": "^1.0.0",
167
167
  "@putout/plugin-webpack": "^1.0.0",
168
168
  "@putout/processor-css": "^3.0.0",
@@ -213,7 +213,7 @@
213
213
  "escover": "^1.2.1",
214
214
  "eslint": "^8.0.1",
215
215
  "eslint-plugin-node": "^11.0.0",
216
- "eslint-plugin-putout": "^13.0.0",
216
+ "eslint-plugin-putout": "^14.0.0",
217
217
  "just-camel-case": "^4.0.2",
218
218
  "lerna": "^4.0.0",
219
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",