putout 29.0.4 → 29.0.6
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 +29 -0
- package/package.json +6 -5
- package/putout.json +3 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
2023.03.10, v29.0.6
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 0af80e51a package: @putout/operator-declare v5.0.0
|
|
5
|
+
- b306cf6fe package: @putout/operator-declare v5.0.0
|
|
6
|
+
- 62f3355ae package: @putout/engine-loader v8.0.0
|
|
7
|
+
- 3a4a99b07 package: @putout/engine-runner v15.0.0
|
|
8
|
+
- 017bb3ba0 package: @putout/test v6.0.0
|
|
9
|
+
- f89823aab @putout/plugin-declare: convert to Declarator
|
|
10
|
+
- a0c7d1682 @putout/types: add
|
|
11
|
+
- 39901c763 @putout/test: add support of Declarator
|
|
12
|
+
- b5b4d0001 @putout/plugin-declare: move out is-type to types/declare
|
|
13
|
+
- 9fb14536d @putout/operator-declare: require: putout -> @putout/engine-parser, @babel/types
|
|
14
|
+
- d15347e94 @putout/engine-loader: add support of Declarator
|
|
15
|
+
- 3ded80721 @putout/engine-runner: add support of Declarator
|
|
16
|
+
|
|
17
|
+
2023.03.09, v29.0.5
|
|
18
|
+
|
|
19
|
+
feature:
|
|
20
|
+
- f8d2d4a61 @putout/plugin-apply-at: renamed from @putout/plugin-apply-array-at
|
|
21
|
+
- f1e893dd5 @putout/plugin-declare: move maybe to @putout/plugin-maybe
|
|
22
|
+
- 5a9d4720d @putout/plugin-maybe: add declare
|
|
23
|
+
- f06ae34bc (package) @putout/plugin-math v2.0.0
|
|
24
|
+
- f4f5b8850 @putout/plugin-math: drop support of 🐊 < 29
|
|
25
|
+
- f75bf9d5e @putout/plugin-math: apply-numeric-separators: exclude octal
|
|
26
|
+
- 627f861f6 (package) @putout/plugin-package-json v5.0.0
|
|
27
|
+
- 917b39038 @putout/plugin-package-json: drop support of 🐊 < 29
|
|
28
|
+
- 05b0fd7a8 @putout/plugin-package-json: remove-commit-type: add
|
|
29
|
+
|
|
1
30
|
2023.03.08, v29.0.4
|
|
2
31
|
|
|
3
32
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.0.
|
|
3
|
+
"version": "29.0.6",
|
|
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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"@putout/cli-ruler": "^2.0.0",
|
|
53
53
|
"@putout/cli-validate-args": "^1.0.0",
|
|
54
54
|
"@putout/compare": "^9.0.0",
|
|
55
|
-
"@putout/engine-loader": "^
|
|
55
|
+
"@putout/engine-loader": "^8.0.0",
|
|
56
56
|
"@putout/engine-parser": "^5.0.0",
|
|
57
57
|
"@putout/engine-processor": "^6.0.0",
|
|
58
|
-
"@putout/engine-runner": "^
|
|
58
|
+
"@putout/engine-runner": "^15.0.0",
|
|
59
59
|
"@putout/eslint": "^1.0.0",
|
|
60
60
|
"@putout/formatter-codeframe": "^4.0.0",
|
|
61
61
|
"@putout/formatter-dump": "^4.0.0",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"@putout/formatter-stream": "^4.0.0",
|
|
69
69
|
"@putout/operate": "^8.0.0",
|
|
70
70
|
"@putout/operator-add-args": "^3.0.0",
|
|
71
|
-
"@putout/operator-declare": "^
|
|
71
|
+
"@putout/operator-declare": "^5.0.0",
|
|
72
72
|
"@putout/operator-regexp": "^1.0.0",
|
|
73
|
-
"@putout/plugin-apply-
|
|
73
|
+
"@putout/plugin-apply-at": "^1.0.0",
|
|
74
74
|
"@putout/plugin-apply-comparison-order": "^1.0.0",
|
|
75
75
|
"@putout/plugin-apply-destructuring": "^6.0.0",
|
|
76
76
|
"@putout/plugin-apply-early-return": "^2.0.0",
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
"@putout/plugin-strict-mode": "^5.0.0",
|
|
172
172
|
"@putout/plugin-tape": "^10.0.0",
|
|
173
173
|
"@putout/plugin-try-catch": "^1.0.0",
|
|
174
|
+
"@putout/plugin-types": "^1.0.0",
|
|
174
175
|
"@putout/plugin-typescript": "^3.0.0",
|
|
175
176
|
"@putout/plugin-webpack": "^2.0.0",
|
|
176
177
|
"@putout/processor-css": "^6.0.0",
|
package/putout.json
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"convert-mock-require-to-mock-import": "off"
|
|
139
139
|
},
|
|
140
140
|
"plugins": [
|
|
141
|
-
"apply-
|
|
141
|
+
"apply-at",
|
|
142
142
|
"apply-early-return",
|
|
143
143
|
"apply-flat-map",
|
|
144
144
|
"apply-is-array",
|
|
@@ -240,7 +240,8 @@
|
|
|
240
240
|
"nodejs",
|
|
241
241
|
"montag",
|
|
242
242
|
"new",
|
|
243
|
-
"logical-expressions"
|
|
243
|
+
"logical-expressions",
|
|
244
|
+
"types"
|
|
244
245
|
]
|
|
245
246
|
}
|
|
246
247
|
|