putout 38.5.5 → 38.5.7
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 +28 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
2025.03.17, v38.5.7
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- f15bcd105 @putout/plugin-remove-useless-variables: assignment
|
|
5
|
+
- c19c8e110 @putout/plugin-remove-useless-variables: report
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- 8061de2a0 putout: @putout/plugin-remove-unreferenced-variables v5.0.0
|
|
9
|
+
- f59537cb6 @putout/plugin-remove-unreferenced-variables: drop support of 🐊 < 38
|
|
10
|
+
- 50271f209 @putout/plugin-remove-unreferenced-variables: AssignmentExpression: exclude
|
|
11
|
+
|
|
12
|
+
2025.03.17, v38.5.6
|
|
13
|
+
|
|
14
|
+
fix:
|
|
15
|
+
- c8f3d140b @putout/plugin-putout: apply-report: no-report-three: TemplateLiteral
|
|
16
|
+
|
|
17
|
+
feature:
|
|
18
|
+
- 1ce114ff5 putout: @putout/plugin-remove-useless-variables v13.0.0
|
|
19
|
+
- 320fb45f1 @putout/plugin-remove-useless-variables: drop support of 🐊 < 38
|
|
20
|
+
- ba7a45953 @putout/plugin-remove-useless-variables: assignment: add
|
|
21
|
+
- 01dc18bc3 @putout/plugin-putout: declare: addRootDirectory
|
|
22
|
+
- 4b127eb3d @putout/operator-filesystem: getRootDirectory: add
|
|
23
|
+
- 474878740 @putout/plugin-putout: apply-report: noReportWithOptions: 3 args
|
|
24
|
+
- ded6d6690 @putout/cli-filesystem: removeFile: force: add
|
|
25
|
+
- 3aa90044b @putout/plugin-putout: apply-report: add
|
|
26
|
+
- 2bf9c989e @putout/plugin-putout: apply-create-nested-directory: add
|
|
27
|
+
- 0fd65e55a @putout/plugin-putout: declare: createNestedDirectory: add
|
|
28
|
+
|
|
1
29
|
2025.03.15, v38.5.5
|
|
2
30
|
|
|
3
31
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.5.
|
|
3
|
+
"version": "38.5.7",
|
|
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",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
154
154
|
"@putout/plugin-remove-nested-blocks": "^8.0.0",
|
|
155
155
|
"@putout/plugin-remove-unreachable-code": "^2.0.0",
|
|
156
|
-
"@putout/plugin-remove-unreferenced-variables": "^
|
|
156
|
+
"@putout/plugin-remove-unreferenced-variables": "^5.0.0",
|
|
157
157
|
"@putout/plugin-remove-unused-expressions": "^11.0.0",
|
|
158
158
|
"@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
|
|
159
159
|
"@putout/plugin-remove-unused-labels": "^1.0.1",
|
|
@@ -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",
|