putout 30.0.1 → 30.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.
- package/ChangeLog +34 -0
- package/package.json +9 -9
package/ChangeLog
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
2023.07.06, v30.0.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- f0e9054b0 package: @putout/engine-loader v10.0.0
|
|
5
|
+
- daf5b7fd9 package: @putout/engine-parser v7.1.0
|
|
6
|
+
- 1fc9ff504 @putout/engine-parser: add support of Explicit Resource Management (https://github.com/tc39/proposal-explicit-resource-management)
|
|
7
|
+
- 42b95219c package: eslint-plugin-putout v18.0.0
|
|
8
|
+
- 6ba4a3b38 eslint-plugin-putout: drop support of 🐊 < 30
|
|
9
|
+
|
|
10
|
+
2023.07.05, v30.0.2
|
|
11
|
+
|
|
12
|
+
feature:
|
|
13
|
+
- df1157183 package: @putout/traverse v7.0.0
|
|
14
|
+
- a2c5dd3b4 package: @putout/operator-declare v6.0.1
|
|
15
|
+
- 216ac14b1 package: @putout/operator-declare v6.0.1
|
|
16
|
+
- b00932964 @putout/operator-declare: drop support of 🐊 < 30
|
|
17
|
+
- dca08be14 package: @putout/engine-parser v7.0.0
|
|
18
|
+
- 92f16e9d5 package: @putout/operator-add-args v5.0.0
|
|
19
|
+
- bc413cbab package: @putout/engine-parser v7.0.0
|
|
20
|
+
- d041537e1 @putout/operator-add-args: drop support of 🐊 < 30
|
|
21
|
+
- dc709ddc9 package: @putout/engine-runner v17.0.0
|
|
22
|
+
- 0b9150e9b package: @putout/compare v11.0.0
|
|
23
|
+
- 932bdd0f5 package: @putout/compare v11.0.0
|
|
24
|
+
- eac3c05e3 package: @putout/compare v11.0.0
|
|
25
|
+
- 4ea8a0616 package: @putout/compare v11.0.0
|
|
26
|
+
- 1506b30d6 package: @putout/compare v11.0.0
|
|
27
|
+
- d854492cc package: @putout/engine-parser v7.0.0
|
|
28
|
+
- b36c50245 package: @putout/engine-parser v7.0.0
|
|
29
|
+
- f7111df33 package: @putout/engine-parser v7.0.0
|
|
30
|
+
- 059bc4f7c package: @putout/engine-parser v7.0.0
|
|
31
|
+
- 642d38cb5 package: @putout/engine-parser v7.0.0
|
|
32
|
+
- 5f5056621 package: hermes-parser v0.14.0
|
|
33
|
+
- 3f47af6fa @putout/engine-parser: use @putout/printer by default
|
|
34
|
+
|
|
1
35
|
2023.07.05, v30.0.1
|
|
2
36
|
|
|
3
37
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "30.0.
|
|
3
|
+
"version": "30.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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@putout/cli-ruler": "^3.0.0",
|
|
53
53
|
"@putout/cli-staged": "^1.0.0",
|
|
54
54
|
"@putout/cli-validate-args": "^1.0.0",
|
|
55
|
-
"@putout/compare": "^
|
|
56
|
-
"@putout/engine-loader": "^
|
|
57
|
-
"@putout/engine-parser": "^
|
|
55
|
+
"@putout/compare": "^11.0.0",
|
|
56
|
+
"@putout/engine-loader": "^10.0.0",
|
|
57
|
+
"@putout/engine-parser": "^7.0.0",
|
|
58
58
|
"@putout/engine-processor": "^7.0.0",
|
|
59
|
-
"@putout/engine-runner": "^
|
|
59
|
+
"@putout/engine-runner": "^17.0.0",
|
|
60
60
|
"@putout/eslint": "^2.0.0",
|
|
61
61
|
"@putout/formatter-codeframe": "^4.0.0",
|
|
62
62
|
"@putout/formatter-dump": "^4.0.0",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@putout/formatter-progress-bar": "^3.0.0",
|
|
69
69
|
"@putout/formatter-stream": "^4.0.0",
|
|
70
70
|
"@putout/operate": "^8.0.0",
|
|
71
|
-
"@putout/operator-add-args": "^
|
|
72
|
-
"@putout/operator-declare": "^
|
|
71
|
+
"@putout/operator-add-args": "^5.0.0",
|
|
72
|
+
"@putout/operator-declare": "^6.0.1",
|
|
73
73
|
"@putout/operator-regexp": "^1.0.0",
|
|
74
74
|
"@putout/plugin-apply-at": "^1.0.0",
|
|
75
75
|
"@putout/plugin-apply-destructuring": "^7.0.0",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@putout/processor-json": "^6.0.0",
|
|
170
170
|
"@putout/processor-markdown": "^9.0.0",
|
|
171
171
|
"@putout/processor-yaml": "^5.0.0",
|
|
172
|
-
"@putout/traverse": "^
|
|
172
|
+
"@putout/traverse": "^7.0.0",
|
|
173
173
|
"ajv": "^8.8.2",
|
|
174
174
|
"chalk": "^4.0.0",
|
|
175
175
|
"ci-info": "^3.1.1",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"escover": "^3.2.2",
|
|
210
210
|
"eslint": "^8.0.1",
|
|
211
211
|
"eslint-plugin-n": "^16.0.0",
|
|
212
|
-
"eslint-plugin-putout": "^
|
|
212
|
+
"eslint-plugin-putout": "^18.0.0",
|
|
213
213
|
"just-camel-case": "^4.0.2",
|
|
214
214
|
"lerna": "^6.0.1",
|
|
215
215
|
"madrun": "^9.0.0",
|