putout 25.0.0 → 25.0.3

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 +45 -0
  2. package/package.json +5 -4
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,48 @@
1
+ 2022.02.23, v25.0.3
2
+
3
+ fix:
4
+ - feature(@putout/test) UPDATE: add ability to remove unused fixtures
5
+
6
+
7
+ feature:
8
+ - (package) @putout/plugin-tape v9.0.0
9
+ - (@putout/plugin-tape) drop support of putout < 25
10
+ - (@putout/test) UPDATE: add ability to remove unused fixtures
11
+ - (@putout/plugin-tape) remove-only: add support of not top level 'test.only'
12
+ - (@putout/plugin-apply-try-catch) args: add support of MemberExpression
13
+ - (@putout/plugin-apply-try-catch) args: add
14
+ - (@putout/plugin-apply-try-catch) add support of VariableDeclarator
15
+ - (@putout/plugin-try-catch) camel -> tryName
16
+ - (@putout/plugin-apply-try-catch) add support of IfCondition
17
+
18
+
19
+ 2022.02.23, v25.0.2
20
+
21
+ fix:
22
+ - (@putout/plugin-apply-try-catch) do not declare try-catch, try-to-catch
23
+
24
+
25
+ feature:
26
+ - (@putout/plugin-apply-try-catch) add
27
+ - (@putout/plugin-apply-try-catch) drop support of putout < 25
28
+ - (@putout/plugin-apply-try-catch) await: include only ExpressionStatements
29
+ - (eslint-plugin-putout) safe: disable remove-useless-for-of
30
+
31
+
32
+ 2022.02.18, v25.0.1
33
+
34
+ fix:
35
+ - (@putout/operator-add-args) avoid using putout directly since it is internal dependency
36
+
37
+
38
+ feature:
39
+ - (package) @putout/plugin-nodejs v3.2.0
40
+ - (@putout/plugin-nodejs) add convert-url-to-dirname
41
+ - (@putout/plugin-merge-destructuring-properties) add support of different quotes
42
+ - (@putout/test) drop support of node < 16
43
+ - (package) madrun v9.0.0
44
+
45
+
1
46
  2022.02.17, v25.0.0
2
47
 
3
48
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.0.0",
3
+ "version": "25.0.3",
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",
@@ -77,6 +77,7 @@
77
77
  "@putout/plugin-apply-is-array": "^2.0.0",
78
78
  "@putout/plugin-apply-numeric-separators": "^1.0.0",
79
79
  "@putout/plugin-apply-optional-chaining": "^2.0.0",
80
+ "@putout/plugin-apply-try-catch": "^2.0.0",
80
81
  "@putout/plugin-browserlist": "^1.0.0",
81
82
  "@putout/plugin-convert-apply-to-spread": "^3.0.0",
82
83
  "@putout/plugin-convert-arguments-to-rest": "^1.0.0",
@@ -111,7 +112,7 @@
111
112
  "@putout/plugin-merge-destructuring-properties": "^6.0.0",
112
113
  "@putout/plugin-merge-duplicate-imports": "^5.0.0",
113
114
  "@putout/plugin-merge-if-statements": "^3.0.0",
114
- "@putout/plugin-nodejs": "^2.0.0",
115
+ "@putout/plugin-nodejs": "^3.2.0",
115
116
  "@putout/plugin-npmignore": "^2.0.0",
116
117
  "@putout/plugin-package-json": "^3.0.0",
117
118
  "@putout/plugin-promises": "^7.0.0",
@@ -161,7 +162,7 @@
161
162
  "@putout/plugin-split-nested-destructuring": "^1.0.0",
162
163
  "@putout/plugin-split-variable-declarations": "^2.0.0",
163
164
  "@putout/plugin-strict-mode": "^3.0.0",
164
- "@putout/plugin-tape": "^8.0.0",
165
+ "@putout/plugin-tape": "^9.0.0",
165
166
  "@putout/plugin-typescript": "^1.0.0",
166
167
  "@putout/plugin-webpack": "^1.0.0",
167
168
  "@putout/processor-css": "^3.0.0",
@@ -215,7 +216,7 @@
215
216
  "eslint-plugin-putout": "^13.0.0",
216
217
  "just-camel-case": "^4.0.2",
217
218
  "lerna": "^4.0.0",
218
- "madrun": "^8.6.0",
219
+ "madrun": "^9.0.0",
219
220
  "mock-require": "^3.0.2",
220
221
  "montag": "^1.2.1",
221
222
  "nodemon": "^2.0.1",
package/putout.json CHANGED
@@ -129,6 +129,7 @@
129
129
  "apply-optional-chaining",
130
130
  "apply-numeric-separators",
131
131
  "apply-if-condition",
132
+ "apply-try-catch",
132
133
  "extract-object-properties",
133
134
  "extract-sequence-expressions",
134
135
  "madrun",