putout 22.9.0 → 23.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.
- package/ChangeLog +15 -0
- package/package.json +5 -6
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2021.12.21, v23.0.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- (package) @putout/engine-loader v5.0.0
|
|
5
|
+
- (package) @putout/engine-loader v5.0.0
|
|
6
|
+
- (package) @putout/plugin-regexp v4.0.0
|
|
7
|
+
- (@putout/plugin-regexp) drop support of putout < 23
|
|
8
|
+
- (putout) drop jscodeshift support
|
|
9
|
+
- (@putout/engine-loader) drop support of jscodeshift
|
|
10
|
+
- (putout) apply @putout/recast v1.5.1 modifications
|
|
11
|
+
- (eslint-plugin-putout) putout: add ability parse error instead of throw
|
|
12
|
+
- (eslint-plugin-putout) ts: add no-redeclare
|
|
13
|
+
- (@putout/plugin-tape) add-await-to-re-import: add suport of nested blocks
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
2021.12.20, v22.9.0
|
|
2
17
|
|
|
3
18
|
fix:
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0",
|
|
4
4
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
5
|
-
"description": "🐊 Pluggable and configurable code transformer with built-in eslint
|
|
5
|
+
"description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
|
|
6
6
|
"homepage": "http://github.com/coderaiser/putout",
|
|
7
7
|
"main": "./lib/putout.js",
|
|
8
8
|
"exports": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@putout/cli-ruler": "^1.0.0",
|
|
52
52
|
"@putout/cli-validate-args": "^1.0.0",
|
|
53
53
|
"@putout/compare": "^8.0.0",
|
|
54
|
-
"@putout/engine-loader": "^
|
|
54
|
+
"@putout/engine-loader": "^5.0.0",
|
|
55
55
|
"@putout/engine-parser": "^4.0.0",
|
|
56
56
|
"@putout/engine-processor": "^4.0.0",
|
|
57
57
|
"@putout/engine-runner": "^11.0.0",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"@putout/operator-declare": "^2.0.0",
|
|
70
70
|
"@putout/operator-regexp": "^1.0.0",
|
|
71
71
|
"@putout/plugin-apply-array-at": "^1.0.0",
|
|
72
|
-
"@putout/plugin-apply-await-import": "^1.0.0",
|
|
73
72
|
"@putout/plugin-apply-as-type-assertions": "^1.0.0",
|
|
73
|
+
"@putout/plugin-apply-await-import": "^1.0.0",
|
|
74
74
|
"@putout/plugin-apply-destructuring": "^5.0.0",
|
|
75
75
|
"@putout/plugin-apply-if-condition": "^1.0.0",
|
|
76
76
|
"@putout/plugin-apply-is-array": "^2.0.0",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@putout/plugin-promises": "^6.0.0",
|
|
120
120
|
"@putout/plugin-putout": "^8.0.0",
|
|
121
121
|
"@putout/plugin-putout-config": "^2.0.0",
|
|
122
|
-
"@putout/plugin-regexp": "^
|
|
122
|
+
"@putout/plugin-regexp": "^4.0.0",
|
|
123
123
|
"@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
|
|
124
124
|
"@putout/plugin-remove-boolean-from-logical-expressions": "^4.0.0",
|
|
125
125
|
"@putout/plugin-remove-console": "^3.0.0",
|
|
@@ -215,7 +215,6 @@
|
|
|
215
215
|
"devDependencies": {
|
|
216
216
|
"@babel/plugin-transform-react-jsx": "^7.14.5",
|
|
217
217
|
"@cloudcmd/stub": "^3.0.0",
|
|
218
|
-
"async-await-codemod": "https://github.com/sgilroy/async-await-codemod.git",
|
|
219
218
|
"babel-plugin-transform-inline-consecutive-adds": "^0.5.0-alpha.9",
|
|
220
219
|
"c8": "^7.5.0",
|
|
221
220
|
"currify": "^4.0.0",
|