putout 38.5.4 → 38.5.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 +40 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
1
|
+
2025.03.17, v38.5.6
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- c8f3d140b @putout/plugin-putout: apply-report: no-report-three: TemplateLiteral
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 1ce114ff5 putout: @putout/plugin-remove-useless-variables v13.0.0
|
|
8
|
+
- 320fb45f1 @putout/plugin-remove-useless-variables: drop support of 🐊 < 38
|
|
9
|
+
- ba7a45953 @putout/plugin-remove-useless-variables: assignment: add
|
|
10
|
+
- 01dc18bc3 @putout/plugin-putout: declare: addRootDirectory
|
|
11
|
+
- 4b127eb3d @putout/operator-filesystem: getRootDirectory: add
|
|
12
|
+
- 474878740 @putout/plugin-putout: apply-report: noReportWithOptions: 3 args
|
|
13
|
+
- ded6d6690 @putout/cli-filesystem: removeFile: force: add
|
|
14
|
+
- 3aa90044b @putout/plugin-putout: apply-report: add
|
|
15
|
+
- 2bf9c989e @putout/plugin-putout: apply-create-nested-directory: add
|
|
16
|
+
- 0fd65e55a @putout/plugin-putout: declare: createNestedDirectory: add
|
|
17
|
+
|
|
18
|
+
2025.03.15, v38.5.5
|
|
19
|
+
|
|
20
|
+
feature:
|
|
21
|
+
- 783b883d9 putout: @putout/plugin-tape v17.0.0
|
|
22
|
+
- 2abe1fae3 @putout/plugin-conditions: merge-if-with-else
|
|
23
|
+
- 70b56daee @putout/plugin-tape: drop support of 🐊 < 38
|
|
24
|
+
- 819116c10 @putout/plugin-tape: convert-called-with-args: add spread
|
|
25
|
+
- 9d3893e2a @putout/engine-runner: replace: couple: run fix only after match
|
|
26
|
+
- 08ce83bd7 @putout/plugin-for-of: add-missing-declaration: add support-of ArrayPattern, ObjectPattern
|
|
27
|
+
- 769c220e2 @putout/engine-runner: rm comment
|
|
28
|
+
- 86af22bfa @putout/operator-filesystem: createNestedDirectory: add
|
|
29
|
+
- 5fa44bdbd @putout/plugin-conditions: remove-useless-loop-condition
|
|
30
|
+
- b8dcb0016 @putout/plugin-putout: convert-node-to-path-in-get-template-values: exclude parentPath
|
|
31
|
+
- 698ad755e eslint-plugin-putout: json: .filesystem.json: putout/objects-braces-inside-array: disable
|
|
32
|
+
- d4ababf00 @putout/processor-filesystem: lint simple filesystem
|
|
33
|
+
- 40c6a3b5b @putout/plugin-putout: declare: readDirectory: add
|
|
34
|
+
- d6c60679f @putout/operator-filesystem: readDirectory: add
|
|
35
|
+
- 7b16cf80b @putout/plugin-operator-declare: nodejs/convert-esm-to-commonjs: improve support
|
|
36
|
+
- 67fb7675d @putout/plugin-putout: replace-test-message: transform with plugins
|
|
37
|
+
- d8574395d @putout/plugin-putout: add-traverse-args: convert-traverse-to-scan
|
|
38
|
+
- 7dfac1641 @putout/plugin-putout: convert-traverse-to-scan: ESM
|
|
39
|
+
- c0f811234 @putout/plugin-filesystem: remove-travis-yml-file: add
|
|
40
|
+
|
|
1
41
|
2025.03.10, v38.5.4
|
|
2
42
|
|
|
3
43
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.5.
|
|
3
|
+
"version": "38.5.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",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"@putout/plugin-remove-useless-replace": "^1.0.1",
|
|
176
176
|
"@putout/plugin-remove-useless-spread": "^12.0.0",
|
|
177
177
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
178
|
-
"@putout/plugin-remove-useless-variables": "^
|
|
178
|
+
"@putout/plugin-remove-useless-variables": "^13.0.0",
|
|
179
179
|
"@putout/plugin-return": "^1.0.0",
|
|
180
180
|
"@putout/plugin-reuse-duplicate-init": "^7.0.0",
|
|
181
181
|
"@putout/plugin-simplify-assignment": "^3.0.0",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"@putout/plugin-split-call-with-destructuring": "^1.0.0",
|
|
185
185
|
"@putout/plugin-split-nested-destructuring": "^3.0.0",
|
|
186
186
|
"@putout/plugin-split-variable-declarations": "^4.0.0",
|
|
187
|
-
"@putout/plugin-tape": "^
|
|
187
|
+
"@putout/plugin-tape": "^17.0.0",
|
|
188
188
|
"@putout/plugin-try-catch": "^4.0.0",
|
|
189
189
|
"@putout/plugin-types": "^7.0.0",
|
|
190
190
|
"@putout/plugin-typescript": "^11.0.0",
|