putout 40.1.15 → 40.1.17
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 +14 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2025.05.21, v40.1.17
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 9ada6a7de putout: @putout/plugin-remove-unused-variables v13.0.0
|
|
5
|
+
- c12facb18 @putout/plugin-putout: apply-namespace-specifier: drop counts check
|
|
6
|
+
- 9d58a5ad8 @putout/plugin-nodejs: convert-commonjs-to-esm: commons: exclude ObjectProperty
|
|
7
|
+
- 22ec7f065 @putout/plugin-remove-unused-variables: migrate to esm
|
|
8
|
+
|
|
9
|
+
2025.05.20, v40.1.16
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- 5109aeb6a putout: @putout/plugin-remove-useless-arguments v12.0.0
|
|
13
|
+
- bbedee3ac @putout/plugin-remove-useless-arguments: migrate to ESM
|
|
14
|
+
|
|
1
15
|
2025.05.19, v40.1.15
|
|
2
16
|
|
|
3
17
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.1.
|
|
3
|
+
"version": "40.1.17",
|
|
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",
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
"@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
|
|
157
157
|
"@putout/plugin-remove-unused-labels": "^1.0.1",
|
|
158
158
|
"@putout/plugin-remove-unused-private-fields": "^3.0.0",
|
|
159
|
-
"@putout/plugin-remove-unused-variables": "^
|
|
160
|
-
"@putout/plugin-remove-useless-arguments": "^
|
|
159
|
+
"@putout/plugin-remove-unused-variables": "^13.0.0",
|
|
160
|
+
"@putout/plugin-remove-useless-arguments": "^12.0.0",
|
|
161
161
|
"@putout/plugin-remove-useless-array": "^2.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-array-constructor": "^3.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-array-entries": "^2.0.0",
|