putout 40.2.3 → 40.2.5
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 +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2025.05.28, v40.2.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 84d60e8ab putout: yargs-parser v22.0.0
|
|
5
|
+
|
|
6
|
+
2025.05.28, v40.2.4
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 0abe10a74 putout: @putout/plugin-remove-unreachable-code v3.0.0
|
|
10
|
+
- 4a9697e84 @putout/plugin-remove-unreachable-code: migrate to ESM
|
|
11
|
+
|
|
1
12
|
2025.05.27, v40.2.3
|
|
2
13
|
|
|
3
14
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.2.
|
|
3
|
+
"version": "40.2.5",
|
|
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",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"@putout/plugin-remove-empty": "^14.0.0",
|
|
151
151
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
152
152
|
"@putout/plugin-remove-nested-blocks": "^9.0.0",
|
|
153
|
-
"@putout/plugin-remove-unreachable-code": "^
|
|
153
|
+
"@putout/plugin-remove-unreachable-code": "^3.0.0",
|
|
154
154
|
"@putout/plugin-remove-unreferenced-variables": "^6.0.0",
|
|
155
155
|
"@putout/plugin-remove-unused-expressions": "^12.0.0",
|
|
156
156
|
"@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"try-catch": "^3.0.0",
|
|
211
211
|
"try-to-catch": "^3.0.0",
|
|
212
212
|
"wraptile": "^3.0.0",
|
|
213
|
-
"yargs-parser": "^
|
|
213
|
+
"yargs-parser": "^22.0.0"
|
|
214
214
|
},
|
|
215
215
|
"keywords": [
|
|
216
216
|
"ast",
|