putout 20.19.2 → 21.1.2

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 +40 -0
  2. package/package.json +5 -7
  3. package/putout.json +1 -8
package/ChangeLog CHANGED
@@ -1,3 +1,43 @@
1
+ 2021.11.02, v21.1.2
2
+
3
+ feature:
4
+ - (@putout/plugin-apply-is-array) drop support of putout < 21
5
+ - (@putout/plugin-apply-is-array) Array.isArray -> isArray
6
+ - (@putout/plugin-declare-undefined-variables) add support of isUndefined
7
+ - (@putout/plugin-convert-typeof-to-is-type) add support of isUndefined
8
+
9
+
10
+ 2021.11.02, v21.1.1
11
+
12
+ fix:
13
+ - (putout) strict-mode/add: on, strict-mode/remove: on -> strict-mode: on
14
+
15
+ feature:
16
+ - (@putout/engine-loader) add support of namespaced plugins
17
+
18
+
19
+ 2021.11.01, v21.1.0
20
+
21
+ feature:
22
+ - (package) @putout/plugin-merge-duplicate-imports v4.0.0
23
+ - (@putout/plugin-merge-duplicate-imports) drop support of putout < 21
24
+ - (@putout/plugin-merge-duplicate-imports) add support of ImportSpecifier importKind (https://babeljs.io/blog/2021/10/29/7.16.0#typescript-45-features-13802httpsgithubcombabelbabelpull13802-13838httpsgithubcombabelbabelpull13838)
25
+ - (@putout/plugin-apply-filter-boolean) add support of find
26
+
27
+
28
+ 2021.10.31, v21.0.0
29
+
30
+ fix:
31
+ - (@putout/plugin-tape) drop support of putout < 21
32
+
33
+ feature:
34
+ - (putout) eslint-plugin-putout v11.0.0
35
+ - (eslint-plugin-putout) drop support of putout < 21
36
+ - (package) @putout/plugin-tape v6.0.0
37
+ - (@putout/plugin-tape) drop support of putout <= v20.20
38
+ - (@putout/plugin-tape) add remove-only, remove-skip
39
+
40
+
1
41
  2021.10.29, v20.19.2
2
42
 
3
43
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "20.19.2",
3
+ "version": "21.1.2",
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",
@@ -73,7 +73,7 @@
73
73
  "@putout/plugin-apply-destructuring": "^5.0.0",
74
74
  "@putout/plugin-apply-filter-boolean": "^1.0.0",
75
75
  "@putout/plugin-apply-if-condition": "^1.0.0",
76
- "@putout/plugin-apply-is-array": "^1.0.0",
76
+ "@putout/plugin-apply-is-array": "^2.0.0",
77
77
  "@putout/plugin-apply-numeric-separators": "^1.0.0",
78
78
  "@putout/plugin-apply-optional-chaining": "^2.0.0",
79
79
  "@putout/plugin-apply-utility-types": "^1.0.0",
@@ -110,7 +110,7 @@
110
110
  "@putout/plugin-gitignore": "^3.0.0",
111
111
  "@putout/plugin-madrun": "^10.0.0",
112
112
  "@putout/plugin-merge-destructuring-properties": "^5.0.0",
113
- "@putout/plugin-merge-duplicate-imports": "^3.0.0",
113
+ "@putout/plugin-merge-duplicate-imports": "^4.0.0",
114
114
  "@putout/plugin-merge-if-statements": "^3.0.0",
115
115
  "@putout/plugin-nodejs": "^1.0.0",
116
116
  "@putout/plugin-npmignore": "^2.0.0",
@@ -131,9 +131,7 @@
131
131
  "@putout/plugin-remove-empty": "^6.0.0",
132
132
  "@putout/plugin-remove-iife": "^1.0.0",
133
133
  "@putout/plugin-remove-nested-blocks": "^4.0.0",
134
- "@putout/plugin-remove-only": "^5.0.0",
135
134
  "@putout/plugin-remove-process-exit": "^3.0.0",
136
- "@putout/plugin-remove-skip": "^4.0.0",
137
135
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
138
136
  "@putout/plugin-remove-unreferenced-variables": "^1.0.0",
139
137
  "@putout/plugin-remove-unused-expressions": "^4.0.0",
@@ -170,7 +168,7 @@
170
168
  "@putout/plugin-split-nested-destructuring": "^1.0.0",
171
169
  "@putout/plugin-split-variable-declarations": "^2.0.0",
172
170
  "@putout/plugin-strict-mode": "^2.0.0",
173
- "@putout/plugin-tape": "^5.0.0",
171
+ "@putout/plugin-tape": "^6.0.0",
174
172
  "@putout/plugin-webpack": "^1.0.0",
175
173
  "@putout/processor-css": "^3.0.0",
176
174
  "@putout/processor-ignore": "^2.0.0",
@@ -220,7 +218,7 @@
220
218
  "currify": "^4.0.0",
221
219
  "eslint": "^8.0.1",
222
220
  "eslint-plugin-node": "^11.0.0",
223
- "eslint-plugin-putout": "^10.0.0",
221
+ "eslint-plugin-putout": "^11.0.0",
224
222
  "just-camel-case": "^4.0.2",
225
223
  "lerna": "^4.0.0",
226
224
  "madrun": "^8.6.0",
package/putout.json CHANGED
@@ -17,8 +17,7 @@
17
17
  "strict-mode/add": "off"
18
18
  },
19
19
  "*.{jsx,js,cjs}": {
20
- "strict-mode/add": "on",
21
- "strict-mode/remove": "on"
20
+ "strict-mode": "on"
22
21
  },
23
22
  "{.,}putout.json": {
24
23
  "putout-config": "on"
@@ -73,8 +72,6 @@
73
72
  "remove-empty/import": "off"
74
73
  },
75
74
  "{test,*.spec.{js,mjs,cjs}}": {
76
- "remove-only": "on",
77
- "remove-skip": "on",
78
75
  "tape": "on"
79
76
  },
80
77
  "*.mjs": {
@@ -125,8 +122,6 @@
125
122
  "remove-useless-mapping-modifiers": "off",
126
123
  "remove-useless-types-from-constants": "off",
127
124
  "remove-unused-types": "off",
128
- "remove-only": "off",
129
- "remove-skip": "off",
130
125
  "putout": "off",
131
126
  "putout-config": "off",
132
127
  "eslint": "off",
@@ -160,8 +155,6 @@
160
155
  "package-json",
161
156
  "remove-debugger",
162
157
  "remove-iife",
163
- "remove-only",
164
- "remove-skip",
165
158
  "remove-process-exit",
166
159
  "remove-console",
167
160
  "remove-empty",