putout 40.2.2 → 40.2.3
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 +8 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2025.05.27, v40.2.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- b0a09ca23 putout: @putout/plugin-remove-unreferenced-variables v6.0.0
|
|
5
|
+
- e298cc882 @putout/plugin-remove-unreferenced-variables: migrate to ESM
|
|
6
|
+
- f19441af5 @putout/processor-typescript: drop support of 🐊 < 20
|
|
7
|
+
- dd551a19e @putout/processor-typescript: ts-morph v26.0.0
|
|
8
|
+
|
|
1
9
|
2025.05.25, v40.2.2
|
|
2
10
|
|
|
3
11
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.2.
|
|
3
|
+
"version": "40.2.3",
|
|
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",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@putout/plugin-remove-iife": "^4.0.0",
|
|
152
152
|
"@putout/plugin-remove-nested-blocks": "^9.0.0",
|
|
153
153
|
"@putout/plugin-remove-unreachable-code": "^2.0.0",
|
|
154
|
-
"@putout/plugin-remove-unreferenced-variables": "^
|
|
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",
|
|
157
157
|
"@putout/plugin-remove-unused-labels": "^1.0.1",
|