putout 38.1.5 → 38.1.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 +22 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
2025.02.14, v38.1.7
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- b163f5597 putout: @putout/plugin-remove-nested-blocks v8.0.0
|
|
5
|
+
- 74712f1e2 @putout/plugin-remove-nested-blocks: drop support of 🐊 < 38
|
|
6
|
+
- 9341d99b5 @putout/plugin-remove-nested-blocks: ExportNamedDeclaration
|
|
7
|
+
- 9f8c82ef7 @putout/plugin-exptract-keywrods-from-variables: ArrowFunctionExpression
|
|
8
|
+
- 281cd6f40 @putout/plugin-parens: remove-useless-for-parens: add
|
|
9
|
+
- 53b4b91a2 @putout/operator-parens: addParens/removeParens: return path
|
|
10
|
+
- a16d22d08 @putout/plugin-eslint: apply-create-eslint: add
|
|
11
|
+
- 499ff7d66 @putout/plugin-eslint: apply-ignores: off
|
|
12
|
+
- 96bb81494 @putout/plugin-convert-quotes-to-backticks: add support of ObjectProperty
|
|
13
|
+
- cf66ec5c5 @putout/plugin-putout: apply-vars: add support of CommonJS
|
|
14
|
+
|
|
15
|
+
2025.02.13, v38.1.6
|
|
16
|
+
|
|
17
|
+
feature:
|
|
18
|
+
- b06f22259 putout: @putout/plugin-remove-unused-private-fields v3.0.0
|
|
19
|
+
- da4f95e0f @putout/plugin-remove-unused-private-fields: drop support of 🐊 < 38
|
|
20
|
+
- d4d863da1 @putout/plugin-remove-unused-private-fields: use before declare
|
|
21
|
+
- 7274aec73 @putout/plugin-putout-config: apply-esm: add missing sort-imports-by-specifiers (#229)
|
|
22
|
+
|
|
1
23
|
2025.02.13, v38.1.5
|
|
2
24
|
|
|
3
25
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.1.
|
|
3
|
+
"version": "38.1.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",
|
|
@@ -152,13 +152,13 @@
|
|
|
152
152
|
"@putout/plugin-remove-duplicate-keys": "^6.0.0",
|
|
153
153
|
"@putout/plugin-remove-empty": "^14.0.0",
|
|
154
154
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
155
|
-
"@putout/plugin-remove-nested-blocks": "^
|
|
155
|
+
"@putout/plugin-remove-nested-blocks": "^8.0.0",
|
|
156
156
|
"@putout/plugin-remove-unreachable-code": "^2.0.0",
|
|
157
157
|
"@putout/plugin-remove-unreferenced-variables": "^4.0.0",
|
|
158
158
|
"@putout/plugin-remove-unused-expressions": "^11.0.0",
|
|
159
159
|
"@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
|
|
160
160
|
"@putout/plugin-remove-unused-labels": "^1.0.1",
|
|
161
|
-
"@putout/plugin-remove-unused-private-fields": "^
|
|
161
|
+
"@putout/plugin-remove-unused-private-fields": "^3.0.0",
|
|
162
162
|
"@putout/plugin-remove-unused-variables": "^12.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-arguments": "^11.0.0",
|
|
164
164
|
"@putout/plugin-remove-useless-array": "^1.0.0",
|