putout 20.3.0 → 20.5.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.
Files changed (3) hide show
  1. package/ChangeLog +64 -0
  2. package/package.json +6 -5
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,67 @@
1
+ 2021.09.25, v20.5.0
2
+
3
+ fix:
4
+ - (@putout/test) leack of plugins used in `t.transform()`
5
+ - (@putout/plugin-tape) apply-with-name: not declared
6
+ - (@putout/plugin-declare-undefined-variables) get back record, to have eslint-plugin-putout support
7
+
8
+ feature:
9
+ - (package) @putout/compare v8.0.0
10
+ - (package) @putout/traverse v4.0.0
11
+ - (@putout/traverse) drop support of node < 14
12
+ - (package) @putout/compare v8.0.0
13
+ - (package) @putout/compare v8.0.0
14
+ - (package) @putout/compare v8.0.0
15
+ - (@putout/compare) getTemplateValues: add validation of input
16
+ - (@putout/plugin-tape) add remove-useless-t-end
17
+ - (@putout/plugin-putout) declare: add addTemplateValues
18
+ - (@putout/plugin-tape) add-t-end
19
+ - (@putout/plugin-declare-undefined-variables) add support of once
20
+ - (@putout/plugin-putout) declare add precalculated json with types (@putout/plugin-declare-undefined-variables v4.0.0)
21
+ - (@putout/plugin-declare-undefined-variables) add fs/promises
22
+ - (@putout/plugin-declare-undefined-variables) add support of noop
23
+ - (@putout/plugin-declare-undefined-variables) simplify declarations
24
+ - (@putout/plugin-tape) add sync-with-name
25
+ - (@putout/plugin-tape) add apply-with-name
26
+ - (@putout/plugin-declare-undefined-variables) add support of Object.defineProperty
27
+
28
+
29
+ 2021.09.22, v20.4.0
30
+
31
+ feature:
32
+ - (@putout/plugin-remove-useless-new) add
33
+ - (@putout/plugin-putout) declare: types: add support of types checkers provided by babel
34
+ - (@putout/plugin-declare-undefined-variables) add readFileSync, writeFile, writeFileSync
35
+ - (@putout/plugin-declare-undefined-variables) move out node.js API
36
+ - (@putout/plugin-tape) add remove-useless-not-called-args
37
+ - (@putout/plugin-putout) declare: add support of types, isIdentifier
38
+
39
+
40
+ 2021.09.21, v20.3.2
41
+
42
+ feature:
43
+ - (package) @putout/plugin-declare-undefined-variables v3.0.0
44
+ - (package) @putout/plugin-declare-undefined-variables v3.0.0
45
+ - (@putout/plugin-declare-undefined-variables) drop support of putout < 20
46
+ - (@putout/plugin-declare-undefined-variables) speed up using ReferencedIdentifier
47
+ - (@putout/plugin-declare-undefined-variables) add support of isArray
48
+ - (package) @putout/plugin-remove-useless-variables v5.0.0
49
+ - (package) @putout/plugin-tape v3.5.0
50
+ - (package) @putout/plugin-remove-useless-variables v5.0.0
51
+ - (package) @putout/plugin-remove-empty v6.0.0
52
+ - (package) espree v9.0.0
53
+
54
+
55
+ 2021.09.19, v20.3.1
56
+
57
+ feature:
58
+ - (package) @putout/plugin-putout v7.0.0
59
+ - (@putout/plugin-putout) drop support of putout < 20
60
+ - (@putout/plugin-putout) declare: add
61
+ - (@putout/plugin-declare-undefined-variables) add support of lazy building of nodes
62
+ - (@putout/plugin-declare-undefined-variables) export declare
63
+
64
+
1
65
  2021.09.19, v20.3.0
2
66
 
3
67
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "20.3.0",
3
+ "version": "20.5.0",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint, babel plugins and jscodeshift codemods support of js, jsx typescript, flow files, markdown, yaml and json",
6
6
  "homepage": "http://github.com/coderaiser/putout",
@@ -49,7 +49,7 @@
49
49
  "@putout/cli-match": "^1.0.0",
50
50
  "@putout/cli-ruler": "^1.0.0",
51
51
  "@putout/cli-validate-args": "^1.0.0",
52
- "@putout/compare": "^7.0.0",
52
+ "@putout/compare": "^8.0.0",
53
53
  "@putout/engine-loader": "^4.0.0",
54
54
  "@putout/engine-parser": "^4.0.0",
55
55
  "@putout/engine-processor": "^4.0.0",
@@ -97,7 +97,7 @@
97
97
  "@putout/plugin-convert-template-to-string": "^1.0.0",
98
98
  "@putout/plugin-convert-to-arrow-function": "^3.0.0",
99
99
  "@putout/plugin-convert-top-level-return": "^4.0.0",
100
- "@putout/plugin-declare-undefined-variables": "^2.0.0",
100
+ "@putout/plugin-declare-undefined-variables": "^3.0.0",
101
101
  "@putout/plugin-eslint": "^2.0.0",
102
102
  "@putout/plugin-extract-object-properties": "^6.0.0",
103
103
  "@putout/plugin-extract-sequence-expressions": "^2.0.0",
@@ -111,7 +111,7 @@
111
111
  "@putout/plugin-npmignore": "^2.0.0",
112
112
  "@putout/plugin-package-json": "^1.0.0",
113
113
  "@putout/plugin-promises": "^6.0.0",
114
- "@putout/plugin-putout": "^6.0.0",
114
+ "@putout/plugin-putout": "^7.0.0",
115
115
  "@putout/plugin-putout-config": "^1.0.0",
116
116
  "@putout/plugin-regexp": "^2.0.0",
117
117
  "@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
@@ -147,6 +147,7 @@
147
147
  "@putout/plugin-remove-useless-map": "^1.0.0",
148
148
  "@putout/plugin-remove-useless-mapped-types": "^1.0.0",
149
149
  "@putout/plugin-remove-useless-mapping-modifiers": "^1.0.0",
150
+ "@putout/plugin-remove-useless-new": "^1.0.0",
150
151
  "@putout/plugin-remove-useless-operand": "^1.0.0",
151
152
  "@putout/plugin-remove-useless-return": "^3.0.0",
152
153
  "@putout/plugin-remove-useless-spread": "^5.0.0",
@@ -171,7 +172,7 @@
171
172
  "@putout/processor-json": "^3.0.0",
172
173
  "@putout/processor-markdown": "^5.0.0",
173
174
  "@putout/processor-yaml": "^2.0.0",
174
- "@putout/traverse": "^3.0.0",
175
+ "@putout/traverse": "^4.0.0",
175
176
  "chalk": "^4.0.0",
176
177
  "ci-info": "^3.1.1",
177
178
  "debug": "^4.1.1",
package/putout.json CHANGED
@@ -169,6 +169,7 @@
169
169
  "remove-unused-expressions",
170
170
  "remove-useless-variables",
171
171
  "remove-useless-map",
172
+ "remove-useless-new",
172
173
  "remove-useless-mapped-types",
173
174
  "remove-useless-mapping-modifiers",
174
175
  "remove-useless-array-constructor",