putout 37.11.0 → 37.12.0
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 +11 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2025.01.05, v37.12.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 64605cf2b @putout/test: Error -> createError
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 90ab1d5fe putout: @putout/plugin-remove-useless-arguments v10.0.0
|
|
8
|
+
- f3b72d079 @putout/plugin-remove-useless-arguments: drop support of node < 18
|
|
9
|
+
- 1079cdc74 @putout/plugin-remove-useless-arguments: unused: add
|
|
10
|
+
- 113c84884 @putout/plugin-declare-before-reference: improve scope check
|
|
11
|
+
|
|
1
12
|
2025.01.05, v37.11.0
|
|
2
13
|
|
|
3
14
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.
|
|
3
|
+
"version": "37.12.0",
|
|
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",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@putout/plugin-remove-unused-labels": "^1.0.1",
|
|
156
156
|
"@putout/plugin-remove-unused-private-fields": "^2.0.0",
|
|
157
157
|
"@putout/plugin-remove-unused-variables": "^10.0.0",
|
|
158
|
-
"@putout/plugin-remove-useless-arguments": "^
|
|
158
|
+
"@putout/plugin-remove-useless-arguments": "^10.0.0",
|
|
159
159
|
"@putout/plugin-remove-useless-array": "^1.0.0",
|
|
160
160
|
"@putout/plugin-remove-useless-array-constructor": "^2.0.0",
|
|
161
161
|
"@putout/plugin-remove-useless-array-entries": "^1.0.0",
|