putout 40.2.8 → 40.3.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 +28 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
2025.06.11, v40.3.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- b4417d187 putout: @putout/plugin-extract-object-properties v10.0.0
|
|
5
|
+
- d98aca738 @putout/plugin-extract-object-properties: migrate to ESM
|
|
6
|
+
- 6c78d14ac @putout/plugin-putout: apply-lowercase-to-node-builders: exclude not types
|
|
7
|
+
- f97aa7649 @putout/plugin-putout: apply-lowercase-to-node-builders: exclude require
|
|
8
|
+
- f2ce71aed @putout/plugin-conditions: apply-consistent-blocks: exclude empty consequent body
|
|
9
|
+
- 082597010 @putout/plugin-condition: remove-useless-else: empty-body
|
|
10
|
+
- d6dd9cc00 @putout/plugin-putout: apply-lowercase-to-node-builders: exclude ImportDeclaration
|
|
11
|
+
- f97b7c3cb @putout/operate: rename-specifier
|
|
12
|
+
- 1abe47971 @putout/plugin-putout: apply-fixture-name-to-message: undefined
|
|
13
|
+
- ae0d48984 @putout/plugin-putout: apply-fixture-to-message: exclude brace
|
|
14
|
+
- d806a1ca6 @putout/plugin-react-hooks: drop support of 🐊 < 40
|
|
15
|
+
- 695be7172 @putout/plugin-react-hooks: lowercase
|
|
16
|
+
- f47e43428 @putout/plugin-putout: apply-lowercase-to-node-builders: JSX
|
|
17
|
+
|
|
18
|
+
2025.06.02, v40.3.0
|
|
19
|
+
|
|
20
|
+
feature:
|
|
21
|
+
- fdd539c23 putout: @putout/plugin-logical-expressions v8.0.0
|
|
22
|
+
- 084d941b0 @putout/plugin-logical-expressions: migrate to ESM
|
|
23
|
+
- befec0d6b @putout/plugin-putout: apply-lowercase-to-node-builders: rename
|
|
24
|
+
- b91540e40 @putout/plugin-travis: drop support of node < 20
|
|
25
|
+
- cd3b0569d @putout/plugin-travis: apply lowercase
|
|
26
|
+
- ebb094d25 @putout/plugin-putout: apply-lowercase-to-node-builders: referenced identifier
|
|
27
|
+
- 5fb97aabf @putout/plugin-merge-destructuring-properties: no loc
|
|
28
|
+
|
|
1
29
|
2025.06.01, v40.2.8
|
|
2
30
|
|
|
3
31
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.3.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",
|
|
@@ -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",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@putout/plugin-github": "^16.0.0",
|
|
126
126
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
127
127
|
"@putout/plugin-labels": "^2.0.0",
|
|
128
|
-
"@putout/plugin-logical-expressions": "^
|
|
128
|
+
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
129
129
|
"@putout/plugin-madrun": "^21.0.0",
|
|
130
130
|
"@putout/plugin-math": "^4.0.0",
|
|
131
131
|
"@putout/plugin-maybe": "^4.0.0",
|