putout 40.0.19 → 40.0.21
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 +18 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2025.05.04, v40.0.21
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 5071f4626 putout: @putout/plugin-declare-before-reference v8.0.0
|
|
5
|
+
- 6dd259ef3 @putout/plugin-declare-before-reference: drop support of 🐊 < 40
|
|
6
|
+
- 414c42643 @putout/plugin-declare-before-reference: improve support of @putout/plugin-tape
|
|
7
|
+
- 137d93177 @putout/plugin-putout: apply-report: exclude noReport: plugins
|
|
8
|
+
- 4ec4fb8e6 @putout/test: noReport: plugins
|
|
9
|
+
|
|
10
|
+
2025.05.04, v40.0.20
|
|
11
|
+
|
|
12
|
+
feature:
|
|
13
|
+
- 36dc454f8 putout: @putout/plugin-split-call-with-destructuring v2.0.0
|
|
14
|
+
- e70b148c4 putout: @putout/plugin-remove-useless-variables v14.0.0
|
|
15
|
+
- 62dc1ff0e @putout/plugin-remove-useless-variabes: migrate to ESM
|
|
16
|
+
- 8b8ee4ffc @putout/operate: replaceWithMultiple: trailing comments
|
|
17
|
+
- 458f18b47 @putout/eslint-config: no-prototype-builtins: off
|
|
18
|
+
|
|
1
19
|
2025.05.02, v40.0.19
|
|
2
20
|
|
|
3
21
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.21",
|
|
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",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
|
114
114
|
"@putout/plugin-coverage": "^1.0.0",
|
|
115
115
|
"@putout/plugin-declare": "^5.0.0",
|
|
116
|
-
"@putout/plugin-declare-before-reference": "^
|
|
116
|
+
"@putout/plugin-declare-before-reference": "^8.0.0",
|
|
117
117
|
"@putout/plugin-eslint": "^14.0.0",
|
|
118
118
|
"@putout/plugin-esm": "^4.0.0",
|
|
119
119
|
"@putout/plugin-extract-keywords-from-variables": "^2.0.0",
|
|
@@ -173,11 +173,11 @@
|
|
|
173
173
|
"@putout/plugin-remove-useless-replace": "^1.0.1",
|
|
174
174
|
"@putout/plugin-remove-useless-spread": "^12.0.0",
|
|
175
175
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
176
|
-
"@putout/plugin-remove-useless-variables": "^
|
|
176
|
+
"@putout/plugin-remove-useless-variables": "^14.0.0",
|
|
177
177
|
"@putout/plugin-return": "^2.0.0",
|
|
178
178
|
"@putout/plugin-reuse-duplicate-init": "^8.0.0",
|
|
179
179
|
"@putout/plugin-simplify-ternary": "^8.0.0",
|
|
180
|
-
"@putout/plugin-split-call-with-destructuring": "^
|
|
180
|
+
"@putout/plugin-split-call-with-destructuring": "^2.0.0",
|
|
181
181
|
"@putout/plugin-split-nested-destructuring": "^4.0.0",
|
|
182
182
|
"@putout/plugin-split-variable-declarations": "^5.0.0",
|
|
183
183
|
"@putout/plugin-tape": "^19.0.0",
|