putout 40.3.0 → 40.3.2
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 +32 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
2025.06.24, v40.3.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 3e133cc12 @putout/plugin-merge-destructuring-properties: exclude place when no parentPath.node
|
|
5
|
+
- 357193f1a @putout/plugin-merge-destructuring-properties: sameKind
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- 401db54ac putout: @putout/plugin-putout v26.0.0
|
|
9
|
+
- bea4e763f @putout/plugin-putout: convert-replace-with-multiple: simplify
|
|
10
|
+
- f7640b98b @putout/plugin-merge-destructuring-properties: Container is falsy
|
|
11
|
+
- ef2e1ce51 @putout/plugin-putout: replate-test-message: no-report-after-transform: plugins
|
|
12
|
+
- 725865854 @putout/plugin-printer: remove-empty-object-from-transform: add
|
|
13
|
+
- 4f44985a5 @putout/plugin-merge-destructuring-properties: declare-before-reference
|
|
14
|
+
- 0e5d60b21 @putout/cli-process-file: printer: package.json: maxPropertiesInOneLine: 0
|
|
15
|
+
|
|
16
|
+
2025.06.11, v40.3.1
|
|
17
|
+
|
|
18
|
+
feature:
|
|
19
|
+
- b4417d187 putout: @putout/plugin-extract-object-properties v10.0.0
|
|
20
|
+
- d98aca738 @putout/plugin-extract-object-properties: migrate to ESM
|
|
21
|
+
- 6c78d14ac @putout/plugin-putout: apply-lowercase-to-node-builders: exclude not types
|
|
22
|
+
- f97aa7649 @putout/plugin-putout: apply-lowercase-to-node-builders: exclude require
|
|
23
|
+
- f2ce71aed @putout/plugin-conditions: apply-consistent-blocks: exclude empty consequent body
|
|
24
|
+
- 082597010 @putout/plugin-condition: remove-useless-else: empty-body
|
|
25
|
+
- d6dd9cc00 @putout/plugin-putout: apply-lowercase-to-node-builders: exclude ImportDeclaration
|
|
26
|
+
- f97b7c3cb @putout/operate: rename-specifier
|
|
27
|
+
- 1abe47971 @putout/plugin-putout: apply-fixture-name-to-message: undefined
|
|
28
|
+
- ae0d48984 @putout/plugin-putout: apply-fixture-to-message: exclude brace
|
|
29
|
+
- d806a1ca6 @putout/plugin-react-hooks: drop support of 🐊 < 40
|
|
30
|
+
- 695be7172 @putout/plugin-react-hooks: lowercase
|
|
31
|
+
- f47e43428 @putout/plugin-putout: apply-lowercase-to-node-builders: JSX
|
|
32
|
+
|
|
1
33
|
2025.06.02, v40.3.0
|
|
2
34
|
|
|
3
35
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.3.
|
|
3
|
+
"version": "40.3.2",
|
|
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",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@putout/plugin-eslint": "^14.0.0",
|
|
118
118
|
"@putout/plugin-esm": "^4.0.0",
|
|
119
119
|
"@putout/plugin-extract-keywords-from-variables": "^3.0.0",
|
|
120
|
-
"@putout/plugin-extract-object-properties": "^
|
|
120
|
+
"@putout/plugin-extract-object-properties": "^10.0.0",
|
|
121
121
|
"@putout/plugin-extract-sequence-expressions": "^4.0.0",
|
|
122
122
|
"@putout/plugin-filesystem": "^11.0.0",
|
|
123
123
|
"@putout/plugin-for-of": "^9.0.0",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@putout/plugin-package-json": "^9.0.0",
|
|
140
140
|
"@putout/plugin-parens": "^3.0.0",
|
|
141
141
|
"@putout/plugin-promises": "^18.0.0",
|
|
142
|
-
"@putout/plugin-putout": "^
|
|
142
|
+
"@putout/plugin-putout": "^26.0.0",
|
|
143
143
|
"@putout/plugin-putout-config": "^10.0.0",
|
|
144
144
|
"@putout/plugin-regexp": "^11.0.0",
|
|
145
145
|
"@putout/plugin-remove-console": "^6.0.0",
|