putout 25.0.3 → 25.0.6

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 +54 -0
  2. package/package.json +10 -10
  3. package/putout.json +2 -1
package/ChangeLog CHANGED
@@ -1,3 +1,57 @@
1
+ 2022.02.28, v25.0.6
2
+
3
+ feature:
4
+ - (package) @putout/compare v9.0.0
5
+ - (package) @putout/compare v9.0.0
6
+ - (package) @putout/compare v9.0.0
7
+ - (package) @putout/traverse v5.0.0
8
+ - (@putout/traverse) drop support of node < 16
9
+ - (package) @putout/compare v9.0.0
10
+ - (package) @putout/engine-loader v6.0.0
11
+ - (@putout/engine-loader) drop support of node < 16
12
+ - (package) @putout/engine-parser v5.0.0
13
+ - (package) @putout/engine-runner v13.0.0
14
+ - (@putout/engine-runner) drop support of node < 16
15
+ - (package) @putout/engine-parser v5.0.0
16
+ - (package) @putout/compare v9.0.0
17
+ - (package) @putout/operator-add-args v3.0.0
18
+ - (package) @putout/engine-parser v5.0.0
19
+ - (@putout/operator-add-args) drop support of putout < 25
20
+ - (@putout/compare) drop support of node < 16
21
+ - (package) @putout/engine-parser v5.0.0
22
+
23
+
24
+ 2022.02.25, v25.0.5
25
+
26
+ feature:
27
+ - (package) @putout/engine-parser v5.0.0
28
+ - (package) @putout/engine-parser v5.0.0
29
+ - (@putout/engine-parser) drop support of node < 16
30
+ - (package) estree-to-babel v5.0.0
31
+ - (@putout/plugin-tape) remove-skip: change message
32
+ - (@putout/plugin-tape) rm insert require try catch
33
+
34
+
35
+ 2022.02.24, v25.0.4
36
+
37
+ fix:
38
+ - (@putout/plugin-nodejs) declare: process: rm env
39
+ - (@putout/plugin-nodejs) declare: process: rm version
40
+
41
+
42
+ feature:
43
+ - (package) eslint-plugin-putout v14.0.0
44
+ - (eslint-plugin-putout) drop support of putout < 25
45
+ - (eslint-plugin-putout) evaluate: add support of @putout/plugin-nodejs
46
+ - (package) @putout/plugin-declare-undefined-variables v7.0.0
47
+ - (package) @putout/plugin-nodejs v4.0.0
48
+ - (@putout/plugin-nodejs) drop support of putout < 25
49
+ - (@putout/plugin-nodejs) declare: add from @putout/plugin-declare-undefined-variables
50
+ - (@putout/plugin-declare-undefined-variables) drop support of putout < 25
51
+ - (@putout/plugin-declare-undefined-variables) try-catch: move to @putout/plugin-apply-try-catch
52
+ - (@putout/plugin-apply-try-catch) declare: add
53
+
54
+
1
55
  2022.02.23, v25.0.3
2
56
 
3
57
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.0.3",
3
+ "version": "25.0.6",
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",
@@ -52,11 +52,11 @@
52
52
  "@putout/cli-match": "^1.0.0",
53
53
  "@putout/cli-ruler": "^2.0.0",
54
54
  "@putout/cli-validate-args": "^1.0.0",
55
- "@putout/compare": "^8.7.0",
56
- "@putout/engine-loader": "^5.0.0",
57
- "@putout/engine-parser": "^4.0.0",
55
+ "@putout/compare": "^9.0.0",
56
+ "@putout/engine-loader": "^6.0.0",
57
+ "@putout/engine-parser": "^5.0.0",
58
58
  "@putout/engine-processor": "^4.0.0",
59
- "@putout/engine-runner": "^12.0.0",
59
+ "@putout/engine-runner": "^13.0.0",
60
60
  "@putout/formatter-codeframe": "^3.0.0",
61
61
  "@putout/formatter-dump": "^3.0.0",
62
62
  "@putout/formatter-frame": "^2.0.0",
@@ -67,7 +67,7 @@
67
67
  "@putout/formatter-progress-bar": "^2.0.0",
68
68
  "@putout/formatter-stream": "^3.0.0",
69
69
  "@putout/operate": "^7.0.0",
70
- "@putout/operator-add-args": "^2.0.0",
70
+ "@putout/operator-add-args": "^3.0.0",
71
71
  "@putout/operator-declare": "^4.0.0",
72
72
  "@putout/operator-regexp": "^1.0.0",
73
73
  "@putout/plugin-apply-array-at": "^1.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",
@@ -171,7 +171,7 @@
171
171
  "@putout/processor-json": "^3.0.0",
172
172
  "@putout/processor-markdown": "^6.0.0",
173
173
  "@putout/processor-yaml": "^3.0.0",
174
- "@putout/traverse": "^4.0.0",
174
+ "@putout/traverse": "^5.0.0",
175
175
  "ajv": "^8.8.2",
176
176
  "chalk": "^4.0.0",
177
177
  "ci-info": "^3.1.1",
@@ -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",