putout 20.19.2 → 21.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.
Files changed (3) hide show
  1. package/ChangeLog +13 -0
  2. package/package.json +3 -5
  3. package/putout.json +0 -6
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2021.10.31, v21.0.0
2
+
3
+ fix:
4
+ - (@putout/plugin-tape) drop support of putout < 21
5
+
6
+ feature:
7
+ - (putout) eslint-plugin-putout v11.0.0
8
+ - (eslint-plugin-putout) drop support of putout < 21
9
+ - (package) @putout/plugin-tape v6.0.0
10
+ - (@putout/plugin-tape) drop support of putout <= v20.20
11
+ - (@putout/plugin-tape) add remove-only, remove-skip
12
+
13
+
1
14
  2021.10.29, v20.19.2
2
15
 
3
16
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "20.19.2",
3
+ "version": "21.0.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",
@@ -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
@@ -73,8 +73,6 @@
73
73
  "remove-empty/import": "off"
74
74
  },
75
75
  "{test,*.spec.{js,mjs,cjs}}": {
76
- "remove-only": "on",
77
- "remove-skip": "on",
78
76
  "tape": "on"
79
77
  },
80
78
  "*.mjs": {
@@ -125,8 +123,6 @@
125
123
  "remove-useless-mapping-modifiers": "off",
126
124
  "remove-useless-types-from-constants": "off",
127
125
  "remove-unused-types": "off",
128
- "remove-only": "off",
129
- "remove-skip": "off",
130
126
  "putout": "off",
131
127
  "putout-config": "off",
132
128
  "eslint": "off",
@@ -160,8 +156,6 @@
160
156
  "package-json",
161
157
  "remove-debugger",
162
158
  "remove-iife",
163
- "remove-only",
164
- "remove-skip",
165
159
  "remove-process-exit",
166
160
  "remove-console",
167
161
  "remove-empty",