putout 40.0.22 → 40.0.24
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 +15 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2025.05.05, v40.0.24
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- bcb6d533c putout: @putout/plugin-apply-arrow v3.0.0
|
|
5
|
+
- d4c8be5f9 @putout/plugin-apply-arrow: migrate to ESM
|
|
6
|
+
|
|
7
|
+
2025.05.05, v40.0.23
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 304f3a4e6 putout: @putout/plugin-convert-template-to-string v3.0.0
|
|
11
|
+
- da994b2cc @putout/plugin-convert-template-to-string: migrate to ESM
|
|
12
|
+
- e78d8bc39 eslint-plugin-putout: safe rules: convert-template-to-string
|
|
13
|
+
- 8a8b5e042 @putout/plugin-remove-useless-templates: migrate to ESM
|
|
14
|
+
- b16f61038 @putout/plugin-declare-before-reference: remove-useless-arguments
|
|
15
|
+
|
|
1
16
|
2025.05.05, v40.0.22
|
|
2
17
|
|
|
3
18
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.24",
|
|
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",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@putout/operator-parens": "^1.0.0",
|
|
88
88
|
"@putout/operator-regexp": "^1.0.0",
|
|
89
89
|
"@putout/operator-rename-files": "^4.0.0",
|
|
90
|
-
"@putout/plugin-apply-arrow": "^
|
|
90
|
+
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
91
91
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
92
92
|
"@putout/plugin-apply-destructuring": "^9.0.0",
|
|
93
93
|
"@putout/plugin-apply-dot-notation": "^2.0.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
110
110
|
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
|
|
111
111
|
"@putout/plugin-convert-quotes-to-backticks": "^5.0.0",
|
|
112
|
-
"@putout/plugin-convert-template-to-string": "^
|
|
112
|
+
"@putout/plugin-convert-template-to-string": "^3.0.0",
|
|
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",
|