putout 36.3.1 → 36.4.1
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 +25 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
2024.08.29, v36.4.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 40665a412 putout: @putout/plugin-types v5.0.0
|
|
5
|
+
- 53002e2d8 @putout/plugin-types: drop support of 🐊 < 36
|
|
6
|
+
- 5e36fe79c @putout/plugin-putout-config: apply-types: add
|
|
7
|
+
- 3337950e1 @putout/plugin-putout: rename-rules: add
|
|
8
|
+
|
|
9
|
+
2024.08.29, v36.4.0
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- c41e54d92 eslint-plugin-putout: @typescript-eslint/eslint-plugin v8.3.0
|
|
13
|
+
- bec8db9b8 eslint-plugin-putout: @typescript-eslint/parser v8.3.0
|
|
14
|
+
- af8366d34 putout: @putout/engine-reporter v2.0.0
|
|
15
|
+
- fc46e6eb0 @putout/engine-reporter: @putout/engine-loader v14.0.0
|
|
16
|
+
- ff3e17bb7 putout: @putout/engine-processor v12.0.0
|
|
17
|
+
- 62213e261 @putout/engine-processor: @putout/engine-loader v14.0.0
|
|
18
|
+
- 867817a0d @putout/plugin-putout-config: apply-for-of: add
|
|
19
|
+
- e0c41cf61 @putout/plugin-putout-config: apply-conditions: add support of 🐊 v29
|
|
20
|
+
- e51e18c99 @putout/plugin-putout-config: apply-promises: add
|
|
21
|
+
- 842b389ff @putout/plugin-putout-config: apply-conditions: add
|
|
22
|
+
- 44ea5cffd @putout/plugin-putout-config: apply-tape: add
|
|
23
|
+
- 567fb9711 @putout/plugin-putout-config: apply-nodejs: add support of convert-esm-to-commonjs
|
|
24
|
+
- b0406c16b @putout/plugin-putout-config: apply-nodejs: add
|
|
25
|
+
|
|
1
26
|
2024.08.25, v36.3.1
|
|
2
27
|
|
|
3
28
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.
|
|
3
|
+
"version": "36.4.1",
|
|
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",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@putout/compare": "^14.0.0",
|
|
63
63
|
"@putout/engine-loader": "^14.0.0",
|
|
64
64
|
"@putout/engine-parser": "^10.0.0",
|
|
65
|
-
"@putout/engine-processor": "^
|
|
66
|
-
"@putout/engine-reporter": "^
|
|
65
|
+
"@putout/engine-processor": "^12.0.0",
|
|
66
|
+
"@putout/engine-reporter": "^2.0.0",
|
|
67
67
|
"@putout/engine-runner": "^21.0.0",
|
|
68
68
|
"@putout/eslint": "^3.0.0",
|
|
69
69
|
"@putout/formatter-codeframe": "^7.0.0",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"@putout/plugin-split-variable-declarations": "^3.0.0",
|
|
185
185
|
"@putout/plugin-tape": "^15.0.0",
|
|
186
186
|
"@putout/plugin-try-catch": "^4.0.0",
|
|
187
|
-
"@putout/plugin-types": "^
|
|
187
|
+
"@putout/plugin-types": "^5.0.0",
|
|
188
188
|
"@putout/plugin-typescript": "^8.0.0",
|
|
189
189
|
"@putout/plugin-webpack": "^3.0.0",
|
|
190
190
|
"@putout/processor-css": "^9.0.0",
|