putout 36.5.0 → 36.5.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 +17 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
2024.09.11, v36.5.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- d05335945 @putout/compare: vars: getTemplateValues: __type_params
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 2ea2f3ff9 putout: @putout/plugin-remove-useless-arguments v9.0.0
|
|
8
|
+
- 06b9951b8 @putout/plugin-remove-useless-arguments: drop support of 🐊 < 36
|
|
9
|
+
- f91eea293 @putout/plugin-remove-useless-arguments: destructuring: dashes
|
|
10
|
+
- 24d82bdf2 @putout/compare: __type_params: add
|
|
11
|
+
- 93a380f5f @putout/compare: vars: add support of TSTypeParameter
|
|
12
|
+
- 9a228f501 @putout/operate: extract: TSTypeParameter
|
|
13
|
+
- 0958850c7 @putout/operate: replaceWithMultiple: leadingComments
|
|
14
|
+
- c62defe91 @putout/operate: move out replaceWithMultiple
|
|
15
|
+
- aa58622f8 @putout/plugin-putout-config: remove-empty-file: trackFile
|
|
16
|
+
- 304edc325 @putout/plugin-putout-config: remove-empty-file: newline
|
|
17
|
+
|
|
1
18
|
2024.09.10, v36.5.0
|
|
2
19
|
|
|
3
20
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.5.
|
|
3
|
+
"version": "36.5.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",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@putout/plugin-remove-unused-labels": "^1.0.1",
|
|
158
158
|
"@putout/plugin-remove-unused-private-fields": "^2.0.0",
|
|
159
159
|
"@putout/plugin-remove-unused-variables": "^9.0.0",
|
|
160
|
-
"@putout/plugin-remove-useless-arguments": "^
|
|
160
|
+
"@putout/plugin-remove-useless-arguments": "^9.0.0",
|
|
161
161
|
"@putout/plugin-remove-useless-array": "^1.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-array-constructor": "^2.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-array-entries": "^1.0.0",
|