putout 40.0.21 → 40.0.23
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 +17 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
2025.05.05, v40.0.23
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 304f3a4e6 putout: @putout/plugin-convert-template-to-string v3.0.0
|
|
5
|
+
- da994b2cc @putout/plugin-convert-template-to-string: migrate to ESM
|
|
6
|
+
- e78d8bc39 eslint-plugin-putout: safe rules: convert-template-to-string
|
|
7
|
+
- 8a8b5e042 @putout/plugin-remove-useless-templates: migrate to ESM
|
|
8
|
+
- b16f61038 @putout/plugin-declare-before-reference: remove-useless-arguments
|
|
9
|
+
|
|
10
|
+
2025.05.05, v40.0.22
|
|
11
|
+
|
|
12
|
+
feature:
|
|
13
|
+
- 1e936a6c5 putout: @putout/plugin-try-catch v6.0.0
|
|
14
|
+
- 2349b690f @putout/plugin-try-catch: drop support of 🐊 < 40
|
|
15
|
+
- 76ba37ade @putout/plugin-try-catch: sync: report
|
|
16
|
+
- 325d1c940 @putout/plugin-try-catch: exclude MemberExpression
|
|
17
|
+
|
|
1
18
|
2025.05.04, v40.0.21
|
|
2
19
|
|
|
3
20
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.23",
|
|
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",
|
|
@@ -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",
|
|
@@ -181,7 +181,7 @@
|
|
|
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",
|
|
184
|
-
"@putout/plugin-try-catch": "^
|
|
184
|
+
"@putout/plugin-try-catch": "^6.0.0",
|
|
185
185
|
"@putout/plugin-types": "^8.0.0",
|
|
186
186
|
"@putout/plugin-typescript": "^12.0.0",
|
|
187
187
|
"@putout/plugin-webpack": "^4.0.0",
|